PDA

View Full Version : loading movies automatically



chizzy
November 1st, 2002, 10:22 PM
i used the example on this site to load movies..
i using flash mx.. but i need to save it as flash 5


on (release) {
set("f_movie", eval("movie" add x));
loadMovie(f_movie, "container");
}

i worked out how to load them dynamically.. form the database..
i was wondering how do i .. load it automatically without pressing a button


thankyou

Seticus
November 2nd, 2002, 04:27 AM
just put the actions into the frame instead of the button

Bezzer
November 2nd, 2002, 06:25 PM
yeah...thats easy enough..lol