Forum: Graphics and Multimedia Dec 14th, 2008 |
| Replies: 2 Views: 1,054 I am trying to make an external .swf file load into a movieclip when a button is clicked. I have this code on my button:
on(release){
mc_holder.loadMovie("home.swf");
trace ("...");
}
... |
Forum: Graphics and Multimedia Nov 24th, 2008 |
| Replies: 4 Views: 3,309 That worked! Thanks so much for your help! |
Forum: Graphics and Multimedia Nov 19th, 2008 |
| Replies: 4 Views: 3,309 ok, after reading some more I found that LoadVars is a bit better for what I am trying to do (I hope). It still isn't working, but under "debug" -> "list variables" I can see var1:"movie.swf" which... |
Forum: Graphics and Multimedia Nov 19th, 2008 |
| Replies: 4 Views: 3,309 I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie.
I don't have much code written for this but here is what I... |