I followed the directions and everything works fine. However, I had a question to ask you. Here is the current code that I'm using.
Code: Select all
<object type="application/x-shockwave-flash" data="mp3player/emff_lila_info.swf" width="200" height="55">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="mp3player/emff_lila_info.swf" />
<param name="quality" value="high">
<param name="FlashVars" [color=#FF0000]value="src={URL}[/color]" />
<embed src="mp3player/emff_lila_info.swf" quality="high" name="lilaplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" width="200" height="55">
</object>
<br>
<small>MP3 by: cisco007</small>
What I've been trying to do, but seem to do unsuccessfully is change the BBCode so that I do not have to type the same thing every time. For example: http://www.mywebsite/Music/Artist/NameOfSong.mp3. I have tried using the, {SIMPLETEXT} format and changing:
Code: Select all
<param name="FlashVars" [color=#FF0000]value="src={URL}[/color]" />
Code: Select all
<param name="FlashVars" [color=#FF0000]value="src=http://www.mywebsite/Music/{SIMPLETEXT}.mp3[/color]" />
Many thanks!!
Syxguns