Help - Search - Members - Calendar
Full Version: Custom video playlist falls behind DIV layout?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
innocentxworld
I have a custom video playlist from mixpod.com, and it's showing up behind my layout. (I can tell it's behind because the layout is slightly transparent).

http://i45.tinypic.com/v7e5xc.jpg <= screenshot, the video player is circled in red (you can barely see it, but trust me it's there ._. )

here's the code i'm currently using for the video player, if it helps:
CODE
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjc5MzMzODI5MTAmcHQ9MTI2NzkzMzM5MTAwMiZwPTE4MDMxJmQ9Jmc9MQ==.gif" /><center><p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://assets.myflashfetish.com/swf/mp3/mp-simp.swf" height="165" width="240" style="width:240px;height:165px"><param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mp-simp.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="TL" /><param name="wmode" value="transparent"/><param name="flashvars" value="myid=38834085&path=2009/12/20&mycolor=4cfff6&mycolor2=ff99eb&mycolor3=ffffff&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=true"/></object>
Mickey
Try placing it in a container with a higher z-index than your layout image, like this:

CODE
<div style="position: relative; z-index: 9;">
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjc5MzMzODI5MTAmcHQ9MTI2NzkzMzM5MTAwMiZwPTE4MDMxJmQ9Jmc9MQ==.gif" /><center><p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://assets.myflashfetish.com/swf/mp3/mp-simp.swf" height="165" width="240" style="width:240px;height:165px"><param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mp-simp.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="TL" /><param name="wmode" value="transparent"/><param name="flashvars" value="myid=38834085&path=2009/12/20&mycolor=4cfff6&mycolor2=ff99eb&mycolor3=ffffff&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=true"/></object>
</div>
emmijane
cant see it lol
Mickey
Don't post if you're not going to help.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.