Re: Import of ming-swf into flash-compiled swf
SoftwareDave <[email protected]> Mon, 26 Jan 2004 11:38:04 -0800 (PST)
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <[email protected]> |
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;"));
--- <[email protected]> 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