Hi Everyone...again, I have created a rather lengthy animation a few weeks back. I now want to add to it. I have expanded the document size to make room for...
Dean Hamack, goto the perticular frame(in which frame you want to loadmovie) write the script loadMovie("Any.swf") or loadMovieNum("Any.swf",2). Regards, ...
Hi.. I am have problem when i load flash movie using loadmoviNum() in MAC/SAFARI browser.. it comes as blank screen...can anyone help me to solve this problem?...
as far as i understand your external movie is to be loaded into the first frame of your main movie. and start when main movie comes to 20th frame... is it the...
... There's still info about "How does a SWF file stream?" up in the Macromedia Technotes. The file is written in display order, so the stuff seen in frame one...
Sounds like a job for onion skinning. I don't want to go into a lot of details, but the buttons you need sit beneath the timeline. You will want to onion all...
OK, rather than trying to explain it, I'll just give you guys an example: http://www.cardboardvampyres.com Click on "gallery". You'll see a little tween of a...
... If you give us a link, I'll take a look. I noticed you wrote "loadmoviNum" instead of "loadmovieNum" in your post. Make sure you spelled it correctly and...
Sounds like you are loading the new gallery into the same movie or layer that the original one was in. Instead, why not make the first gallery invisible and...
This is also why you should NEVER put timeline based animations out on the main timeline - always put your animations into a movieclip container so that you...
Hi, I am running a movie Game.swf, I created an empty movieclip "MyPlane", and use MovieClipLoader to load an external movie "Plane.swf", Plane.swf has a label...
Hey Tan, you could diagnose this at run time with the AdminTool ;) http://acmewebworks.typepad.com/admintool/ - check to see if it's loaded, tell it to...
Hello all, I am duplicating a movie clip holding a dynamic text field. (The number of duplications vary each time according to a variable drawn from a text...
Coool, will try that out. Thanks Ryan, Bobby D Vj. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
... Well, what if you set a variable called face=0 or 1 depending on whether the face sequence should show or not, and then in the first frames of the loaded...
Hi Dean, You have a couple of choices here. The first doesn't require a container clip and the other does. No container clip necessary: 1. Make my.swf the same...
DOH! Yeah ... I've been meaning to start using the MovieClipLoader class. I just keep using the same old tested AS1 techniques. Time to get out this rut and...
... It's just as easy to use, and the events make it much easier to just throw a bunch of movies in a queue and fire a size/position function on them when...