Can I lay a flash object on top of another flash object?

Yfmvwiajxbnte

New Member
I was wondering if I could lay a video of a person's camera on top of a youtube video? Right now the YouTube video is laying on top of my camera every time.Here is my code:\[code\]<script type="text/javascript"> var params = {wmode:"transparent", bgcolor:"#0fb5df"}; swfobject.embedSWF("camera.swf", "camera", "460", "385", "10.0","expressInstall.swf",,params); </script><div class="frame-holder" style="position;relative; z-index:0; "> <div id="camera" style="position:absolute; left:0px; top:0px; z-index:500; "> </div> <div style="position:absolute; left:0px; top:0px; z-index:300;"> <iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/test&wmode=transparent" allowfullscreen frameborder="0"></iframe> </div>\[/code\]
 
Back
Top