I want to add a radio
-
I want to add this radio to the blg, this is the html code to add it:
<object type=”application/x-shockwave-flash” data=”http://flash-mp3-player.net/medias/player_mp3_maxi.swf” width=”1000″ height=”100″>
<param name=”movie” value=”http://flash-mp3-player.net/medias/player_mp3_maxi.swf” />
<param name=”bgcolor” value=”#ffffff” />
<param name=”FlashVars” value=”mp3=http://giss.tv:8000/globalchange.mp3&showstop=1&showinfo=1&showvolume=1″ />
</object>but when I save the page the code changes to:
http://flash-mp3-player.net/medias/player_mp3_maxi.swf
How can I do to add the radio to the page?
thankyou
The blog I need help with is: (visible only to logged in users)
-
Flash-based widgets can be added, provided you transform the embed code into the appropriate gigya shortcode. Please see here > The gigya shortcode 3 – widgets
Read also before posting there for help. -
Transformation is this:
[gigya src="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="1000" height="100" bgcolor="#ffffff" FlashVars="mp3=http://giss.tv:8000/globalchange.mp3&showstop=1&showinfo=1&showvolume=1" ]
But
a) you’ll have to change the dimensions, as a 1000px width is too wide fro most themes,
b) the URL for that particular mp3 says file not found.
- The topic ‘I want to add a radio’ is closed to new replies.