Re: Re: Import of ming-swf into flash-compiled swf
SoftwareDave <[email protected]> Tue, 27 Jan 2004 07:28:28 -0800 (PST)
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, If you have a .fla file then you will need to compile it to a .swf with Macromedia Flash. Ming cannot do this. --- <[email protected]> wrote: Thanks for your quick reply. Normally this seems to be the right way but in this case I tried the opposite. What I got, is a .fla-file - the main component. What I need, is to load a ming-compiled file (header...output...). My qustion refers to the streaming. Is it possible to load a streaming .swf? (I want to prevent a movie chaos on my server) If not...(worst case)..I will have to generate and save each and any file. greetings Jan SoftwareDave <[email protected]> schrieb am 26.01.2004, 20:38:04: > Hi, > > Create an empty clip and then load the movie into it. > > #Add Empty Clip > my $Clip = new SWF::Sprite( ); > $Clip->nextFrame(); > > my $xClip = $m->add($Clip); > $xClip->setName('Clip'); > > $m->add(new SWF::Action("loadMovie('clip.swf', '_root.Clip'); _root.Clip._visible=1;")); > > > --- wrote: > > Hi the list, > does anyone know a way to import a ming-compiled movie into a static > swf.? > I tried to handle it with loadMovie, LoadVariables, loadMovieNum and any > variation you can imagine but nothing happens. > I need an advice...please!! > > Thanks and greetings > Jan > _______________________________________________ > ming-fun mailing list > [email protected] > http://www.opaque.net/mailman/listinfo/ming-fun > _______________________________________________ > ming-fun mailing list > [email protected] > http://www.opaque.net/mailman/listinfo/ming-fun SoftwareDave <[email protected]> schrieb am 26.01.2004, 20:38:04: > Hi, > > Create an empty clip and then load the movie into it. > > #Add Empty Clip > my $Clip = new SWF::Sprite( ); > $Clip->nextFrame(); > > my $xClip = $m->add($Clip); > $xClip->setName('Clip'); > > $m->add(new SWF::Action("loadMovie('clip.swf', '_root.Clip'); _root.Clip._visible=1;")); > > > --- wrote: > > Hi the list, > does anyone know a way to import a ming-compiled movie into a static > swf.? > I tried to handle it with loadMovie, LoadVariables, loadMovieNum and any > variation you can imagine but nothing happens. > I need an advice...please!! > > Thanks and greetings > Jan > _______________________________________________ > ming-fun mailing list > [email protected] > http://www.opaque.net/mailman/listinfo/ming-fun > _______________________________________________ > ming-fun mailing list > > http://www.opaque.net/mailman/listinfo/ming-fun