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

Reply via email to