This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > May 2005 > Embedding within flash
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Embedding within flash
|
|
| n is fine 2005-05-03, 7:26 pm |
| Hi guys and gals,
i want to be able to embed a .swf file inside another .swf file, for example ...
emedding a flash game inside a flash web page
Any help i would really appreciate
:D
| |
|
| n is fine wrote:
> Hi guys and gals,
> i want to be able to embed a .swf file inside another .swf file, for example ...
> emedding a flash game inside a flash web page
> Any help i would really appreciate
> :D
hi,
you can load a .swf into a movieclip, using loadMovie(), and then
control it.
on stage you have a mc with instance name, say: "myMc"
myMc.loadMovie("game.swf");
game.swf will now replace all the contents of this movieclip. As soon as
it has loaded, you can do with it as you like, and address it with the
mc name:
myMc.stop();
did you mean something like this?
-Edwin
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|