Trying to figure out how to set the player to "NOT" start automatically and also change the volume to start at 50%. Did the following but nothing changed:
Changed the following (highlighted) in "Memberinfo_block_mixpod" template:
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field6]" quality="high" wmode="window" bgcolor=$userinfo[field7] flashvars="mycolor=$userinfo[field8]&mycolor2=$userinfo[field9]&mycolor3=$userinfo[field10]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px; "></embed>
Changed to:
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field6]" quality="high" wmode="window" bgcolor=$userinfo[field7] flashvars="mycolor=$userinfo[field8]&mycolor2=$userinfo[field9]&mycolor3=$userinfo[field10]&autoplay=false&rand=1&f=4&vol=50&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px; "></embed>
Logged out, logged back in and player still starts automatically with full volume. Any ideas?
Thx,
|