loadmovie into a fla-cs3 (as2)
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-01-18T03:44:47Z
Indexed on
2010/03/12
3:07 UTC
Read the original article
Hit count: 495
actionscript-2
|flash-cs3
Hi,
I've been trying to load a simple .swf (home.swf) and have it play automatically on my existing fla project (as2). These are the steps I have taken..
1) create MC, named "holder" 2) within first frame of MC, entered in.. loadMovie("home.swf","holder");
Nothing is showing, I'm not sure what I'm doing wrong. If you can help, I can send you the files I'm working with. Am really stuck.. thanks.
© Stack Overflow or respective owner