PDA

View Full Version : linking to external swf files


meegs
10-25-2004, 12:36 PM
Hey,

I'm only new at flash and actioscripting ... at the moment I'm stuck on a little problem!
I have a button set and I don't know how to get it to go an play another swf file.
Also, I was wanting to do the same thing with a different button but then for it to go to the movie and play a certain frame!

If anyone at all can help that would be great cause I need to know asap because my project is due tomorrow :confused:

hognav2t
10-26-2004, 03:38 PM
loadMovieNum("url",level[, variables])

Parameters

url The absolute or relative URL of the SWF or JPEG file to be loaded. A relative path must be relative to the SWF file at level 0. The URL must be in the same subdomain as the URL where the movie currently resides. For use in the stand-alone Flash Player or for testing in test-movie mode in the Flash authoring application, all SWF files must be stored in the same folder; and the filenames cannot include folder or disk drive specifications.

( this is in ur Flash 'help' also ).