View Single Post
05-29-2007, 01:54 PM
#2
vitalize is offline vitalize
Status: Member
Join date: May 2006
Location: Australia
Expertise:
Software:
 
Posts: 413
iTrader: 7 / 100%
 

vitalize is on a distinguished road

  Old

Not 100% sure but maybe this will help:

Code:
    on (release) {
        loadMovieNum("filename.swf", 1);
    }
or

Code:
on (release) {
play ();
}

Reply With Quote