It works fine. Just ensure that your server-side generated output is what
it should be all should be fine
and don't forget to register the object
swfobject.registerObject("Banner", "9.0.0", "expressInstall.swf");
- S
On 10 February 2010 13:57, shapper <[email protected]> wrote:
> Hello,
>
> Can I use SWF Object to embed a You Tube video?
>
> I suppose the only difference is that the URL should be the URL of the
> You Tube video or note?
>
> For example, for a SWF file on my server I use:
>
> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> width="560" height="140" id="Banner">
> <param name="movie" value="<%=Url.Action("Get", "Asset", new {
> id
> = 602 })%>" />
> <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="<
> %=Url.Action("Get", "Asset", new { id = 602 })%>" width="560"
> height="140">
> <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]-->
> <img src="<%=Url.Content("~/Contents/Image/Default_Slide.gif")
> %>" alt="Album" class="Album"/>
> <!--[if !IE]>-->
> </object>
> <!--<![endif]-->
> </object>
>
> Thanks,
> Miguel
>
> --
> You received this message because you are subscribed to the Google Groups
> "SWFObject" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
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.