Topic: Flash question (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Canada |
posted 08-17-2002 04:32
I have a .fla file where I am making an interface. When the user clicks on a link I want it to load an external .swf file. (ie: contact.swf ) |
Nervous Wreck (II) Inmate From: Minneapolis, MN, USA |
posted 08-17-2002 09:02
loadMovieNum("my.swf", _level); |
Bipolar (III) Inmate From: Canada |
posted 08-18-2002 16:28
does it have to be: loadmovieNum("blah.swf", _level) |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-18-2002 19:54
depends on your situation where you want to movie to load. |