Moving Band Player... HELP |
Moving Band Player... HELP |
Nov 30 2009, 04:37 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2009 Member No: 742,960 |
Okay, so I have a div overlay layout and I'm trying to move the band player and keep it over everything else on the page. When I try to do it, it shows up for maybe half a second and disappears.
ive put an imeem player in the place of it to show you where id like it to be http://www.myspace.com/youngsldiers |
|
|
|
![]() |
Dec 4 2009, 04:28 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Remove this bit:
CODE height:340px; width:440px; Then look for this slideshow code: CODE <div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="303" width="512"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="all" /> <param name="movie" value="http://lads.myspace.com/slideshow20/p.swf" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="aid=1968131&sid=side2side&creationTime=1259533293000&uid=207012697&pr=3" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://lads.myspace.com/slideshow20/p.swf" height="303" width="512" wmode="transparent" flashvars="aid=1968131&sid=side2side&creationTime=1259533293000&uid=207012697&pr=3" /> </object></div> Replace it with this: CODE <div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" style="height: 303px; _height: 305px; width: 512px;">
<param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="all" /> <param name="movie" value="http://lads.myspace.com/slideshow20/p.swf" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="aid=1968131&sid=side2side&creationTime=1259533293000&uid=207012697&pr=3" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://lads.myspace.com/slideshow20/p.swf" style="height: 303px; _height: 305px; width: 512px;" wmode="transparent" flashvars="aid=1968131&sid=side2side&creationTime=1259533293000&uid=207012697&pr=3" /> </object></div> |
|
|
|
AngelikDiablo13 Moving Band Player... HELP Nov 30 2009, 04:37 PM
Mike Try using this code to position it. If it doesn... Dec 1 2009, 05:44 AM
AngelikDiablo13 okay so it works in FF but completely jacks the pa... Dec 4 2009, 03:48 PM
AngelikDiablo13 Thanks Mike. Everything is better now :) Dec 4 2009, 06:02 PM
Mike Topic closed & moved. Dec 4 2009, 07:17 PM![]() ![]() |