RokkaMan Member
Posts : 16 Join date : 2011-03-09
| Subject: Iframe behind flash movie Fri Mar 25, 2011 2:56 am | |
| Need help with a facebook like button to show up behind flash movie. I am using standard flash embed techniques. the code goes like this: - Code:
-
<body bgcolor="#ffffff"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td align="center" valign="middle"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','1000','height','600','src','main','quality','high', 'transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','main' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1000" height="600"> <param name="movie" value="main.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed src="main.swf" width="1000" height="600" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object></noscript></td> </tr>
</table> <!-- Tracking Code v4.00 - All rights reserved --> <script language="javascript1.1" src="http://citymark.com/tracking.js" type="text/javascript"></script> <noscript> <img src="http://stats.indexstats.com/p.pl?a=10001226980566&js=no" width="1" height="1" alt="tracking" /> </noscript><!--//--> <!-- End of Tracking Code --> <div id="facebooklike"> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FCityMark%2F194129717280993&layout=box_count&show_faces=false&width=150&action=like&font&colorscheme=light&height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:65px; height:65px;" allowTransparency="true"></iframe> </div>
|
|