How To Embed A Media File Into A Web Page

Author: , September 16th, 2010

[code] <object width="18" height="22"> <param name="src" value="/music/my_song.mp3"> <param name="bgcolor" value="#abcdef"> <param name="autoplay" value="true"> <param name="loop" value="true"> <param name="controller" value="true"> <embed src="/music/my_song.mp3" autostart="true" loop="true" width="18" height="22" controller="true" bgcolor="#abcdef"></embed> </object> [/code]

Sneaky, Tricky, Crafty…Apple Safari 5 Refuses To Play Purchased Media

Author: , September 16th, 2010

I tried to use mp3 files on a client web site that I obtained from both Amazon, and from a file I generated from iTunes. Today the client stated that the music no longer played. To make a long, painful story short, IMHO Safari 5 now reads the file ID3 headers to determine the copy […]

How to Export an mp3 from iTunes

Author: , April 14th, 2010

[code] First, open Preferences and click on the "Import Settings…" button in the General tab. Verify that the "Import Using:" is set to "MP3 Encoder", and the "Setting:" is "Higher Quality (192 kbps)". Select one or more songs in your library, then from the Advanced menu, choose "Create MP3 version". The new version is created. […]