load swf movie
load swf movie
- Started
- Last post
- 4 Responses
- Buckyball2
I promise I searched. What's the code again to load an external swf file into my existing timeline?
thanks,
bB
- Buckyball20
thanks rab. 1 more question. I found a page that had this code:
on (release) {
loadMovie ("movie_2.swf", "_root");
}obviously changed my .swf name but I believe the _root is messing things up. It finds my external movie but only places a portion of it.
Any ideas? Get rid of root?
- rabattski0
try "1" instead of "_root".
- UndoUndo0
_root is the timeline of your current movie
_level0 is the first level which would be better for you