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);

On 6/28/05, Jos Yule <[EMAIL PROTECTED]> wrote:
> John Giotta wrote:
> > @Luke - Correct me if I'm wrong, but both FDT and ASDT are missing
> > design tools and the ability to produce Video Objects.
> >
> > I use Eclipse ALLOT for development, but there are still tasks that
> > require me to open the IDE.
> 
> Oh man, are we going down that road again? Swfmill and MTASC allow you
> to create video playback tools, without the Flash IDE, right now. There
> are OpenSource FLV compressors which will create FLV's from QTs MP4s and
> other video formats. So, right now, with totally OS tools, we can do
> video in flash.
> 
> We can't do true streaming, because the flashcom server and its data
> format is still proprietary, and has not been reverse engineered.
> 
> See this thread for more video goodness:
> http://lists.motion-twin.com/archives/mtasc/2005-May/002711.html
> 
> 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