This will not work. vidContainer.vid traces as undefined.

On 7/21/05, Mark Winterhalder <[EMAIL PROTECTED]> wrote:
> > Yes, it does work, but do I have the flexibility of attaching the
> > video object to the stage like I would with a MovieClip.
> 
> you mean, it displays it even without the <place/>?
> if so, just do something like this:
> 
> <library>
>   <clip id="vidContainer">
>     <frame>
>       <video id="vid" width="320" height="240" />
>     </frame>
>   </clip>
> </library>
> 
> that way you create a container clip with the linkage id
> "vidContainer" that contains a video object. if you can't reference
> the video object as myVidContainer.vid, try giving it a name
> attribute.
> 
> hth,
> mark
> 
> 
> On 7/21/05, John Giotta <[EMAIL PROTECTED]> wrote:
> > Yes, it does work, but do I have the flexibility of attaching the
> > video object to the stage like I would with a MovieClip.
> >
> >
> > On 7/20/05, Mark Winterhalder <[EMAIL PROTECTED]> wrote:
> > > > Hey Mark,
> > > > Can this be used without <place>?
> > > > I'm trying not to place it to Stage without being necessary.
> > >
> > > hi John,
> > >
> > > it should work like any other swfmill import -- put it in between a
> > > <library/> tag in the frame you want it to be exported in, and after
> > > that what you give as the id attribute should be your linkage id.
> > > "should" because i'm not working with video, and it's been a while
> > > since i tested the tag...
> > >
> > > hth,
> > > mark
> > >
> > >
> > > On 7/20/05, John Giotta <[EMAIL PROTECTED]> wrote:
> > > > Hey Mark,
> > > > Can this be used without <place>?
> > > > I'm trying not to place it to Stage without being necessary.
> > > >
> > > > _______________________________________________
> > > > 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
> >
> 
> 
> --
> http://snafoo.org/
> jabber: [EMAIL PROTECTED]
>

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

Reply via email to