ActionScript.org Forums
>
ActionScript Forums Group
>
ActionScript 1.0 (and below)
> 1 button/1 click/2 things loaded
PDA
View Full Version :
1 button/1 click/2 things loaded
Weider
02-06-2004, 08:49 PM
is it possible with Flash to open 2 url with 1 button, 1 click ? (or loadmovie, ...)
thanks
CyanBlue
02-06-2004, 09:31 PM
Howdy... Try this on the button... :)on (press)
{
_level0.holder1_mc.loadMovie("movie1.swf");
_level0.holder2_mc.loadMovie("movie2.swf");
}
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.