actually, this should also work:

<video id="videoobject" width="320" height="240" />
<place id="videoobject" name="myvideo" />

frames, deblocking, smoothing and codec are optional.

hth,
mark


On 7/20/05, Jos Yule <[EMAIL PROTECTED]> wrote:
> John Giotta wrote:
> > I finally got around to playing with SWFMill and Video
> > I can create a Video library element.
> > Example XML:
> > <?xml version="1.0" encoding="utf-8"?>
> > <movie width="465" height="500" framerate="24">
> >       <background color="#ffffff" />
> >       <DefineVideoStream objectID="1" frames="0" width="160" height="120"
> > deblocking="0" smoothing="0" codec="0" />
> >       <frame>
> >               <library>
> >                       <clip id="myVid" objectID="1" />
> >               </library>
> >       </frame>
> > </movie>
> >
> > I can attachMovie("myVid", "newVidName", 1);
> 
> Ya! See, that's super cool. Nice one.
> 
> j
> 
> --
> jos yule
> Digital Hyakugei
> 
> mailto:[EMAIL PROTECTED]
> http://www.theorganization.net
> 
> jabber:[EMAIL PROTECTED]
> msn:[EMAIL PROTECTED]
> yahoo:digital_hyakugei
> aim:josyule
> icq:295196397
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> 


-- 
http://snafoo.org/
jabber: [EMAIL PROTECTED]

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to