Resize the mp3 player in Play module
Posted: Sat Jul 11, 2009 3:27 am
I am using the Play module to play a list of mp3's. Everything works fine except that the size of the player will not change. I can change the colors and all that, and the values that show in the source code are the ones I put in, but it's not resizing. Any help would be greatly appreciated.
My source code:
The call in my page:
My source code:
Code: Select all
<object type="application/x-shockwave-flash" data="modules/Play/bin/player_mp3_multi.swf" width="300" height="300">
<param name="movie" value="modules/Play/bin/player_mp3_multi.swf" />
<param name="FlashVars" value="mp3=http://domain.org/index.php%3Fmact%3DPlay%2Cm2%2Cplayfile%2C1%26m2recordid%3D1%26m2returnid%3D52%26page%3D52&title=Star Spangled Banner&bgcolor=FFFFFF&bgcolor2=D394FE&playlistcolor=000000&buttoncolor=FFFFFF&bgcolor1=A79CFC&showplaylistnumbers=false&showvolume=true" />
<param name="wmode" value="transparent" />
</object>
Code: Select all
{cms_module module="Play" player="2" record="1"}