What about the following:
HTML:
<div class="video-wrapper">
<div class="video-container">
<div class="Flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="Flash" class="Flash">
<param name="movie" value="Assets/Case/Flash.swf" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="menu" value="false" />
<param name="quality" value="best" />
<param name="scale" value="exactfit" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="Assets/Case/Flash.swf" class="Flash">
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="menu" value="false" />
<param name="quality" value="best" />
<param name="scale" value="exactfit" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://get.adobe.com/flashplayer/">
<img
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Get Adobe Flash Player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</div>
</div>
CSS:
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
It seems to be working fine.
Can I integrate this with SWF Object?
Or does it make sense to integrate this with SWF Object?
Thank You,
Miguel
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/swfobject/-/4-cXb7VUDtAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.