My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Advanced MP3 Player V1

(views: 17022)

Flash Advanced MP3 Player component is a skinable flash component that allows you to play streaming (it starts playing while the file is being downloaded) mp3 files (fed by xml file playlist) in any web page, and displays the id3 v2 data stored in the files



Embedding the mp3 player into HTML

(2008-06-12 - views: 22182)
Q: How can I place the mp3 player in a HTML page and pass it the name of the .xml file from there ?
A: Embedding the mp3 player in the HTML web page is made exactly like embedding any other Flash clip  into HTML: using either javascript (swfobject or Adobe's AC_FL_RunContent function) and by using the <object> and <embed> tags (in case javascript is not enabled). You can pass FlashVars variables through both methods to the Flash clip, variables which in case of  AS2 will be added directly to the _root object.

Please see the example files.
Files: AdvMP3_htmlEmbedding.zip 


Other questions in this item

Change the playlist by pressing a button

Back