On 7/21/05, John Giotta <[EMAIL PROTECTED]> wrote:
> This will not work. vidContainer.vid traces as undefined.

ok, here's how it works:

<library>
 <clip id="vidContainer">
   <frame>
     <video id="vid" width="320" height="240" />
     <place id="vid" name="video" />
   </frame>
 </clip>
</library>

var myVidCon = _root.attachMovie( "vidContainer", "foobar", 1 );
TRACE( myVidCon.video );

hth,
mark


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

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

Reply via email to