Ask a Question related to Macromedia Flash, Design and Development.
-
Sean #1
loadMovie()
Hi,
I've written the following code, but the .swf file doesn't load:
_root.createEmptyMovieClip("navi_mc", 1);
navi_mc._x = 50;
navi_mc._y = 50;
_root.navi_mc.loadMovie("thumbnails.swf");
However, a different .swf file (that has nothing in its library) loads and a
..jpg load, as well. Does anyone know what in the "thumbnails.swf" could be
causing this behavior?
Thank you!
Sean Guest
-
FP8 loadmovie bug
Browser Plugin Flash Player 8 on Win IE doesn't seem to work correctly anymore. Instead of loading into a targeted movieclip, it replaces the entire... -
what about GIF in mc.loadMovie() ???
Why doesn't Macromedia support GIF with movieclip.loadMovie()? I very much would like that. -
loadmovie
I have a site that uses loadmovie to load various swf's into a movie clip. They swf's contain dynamic text boxes with various content depredating... -
URL in loadmovie
Hi ther We discovered some strange behavior in the loadmovie comand/method. We try to load a JPG (standard) into an existing movie instance. If... -
Loadmovie help!
I need your help guru's im on a rush! How can my movie go to a specific frame with "load movie". I have a button, here is the action that I...



Reply With Quote

