[swfmill] Placing Video object in the SWF library using simple dialect

Romain Ecarnot romain.ecarnot at gmail.com
Wed Nov 22 02:52:22 EST 2006


Hi Igor

I think a simple :

---------------------------------------------------------------------------------------------
<library>
    <clip id="VideoDisplay" name="VideoDisplay">
        <frame>
            <video id="vid" width="320" height="240" x="0" y="0" />
            <place id="vid" name="video" />
        </frame>
    </clip>
</library>
---------------------------------------------------------------------------------------------

can do the job ;)

You only have to attach MovieClip "VideoDisplay" to retrieve "video" object.

Cheers,
Romain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20061122/abbb31cf/attachment.htm


More information about the swfmill mailing list