Recent content by JimboMatrix

  1. J

    Flash Actionscript 2, Button Loads an .SWF?

    Hi I really need help from all you brainboxes. I would like to load an .swf animation as a movieclip, within a flash file. This is what I have: onClipEvent (load) { num = 2; this.ti1.gotoAndStop(num); } on (rollOver) { if (_root.link<>num) { this.gotoAndPlay("s1"); } } on (releaseOutside...
  2. J

    How link .SWF pages in HTML?

    Hi I have created animated .swf pages in flash and I wanna link the pages so that when the user clicks a button another page will open. Any Help would be much appreciated.
Back
Top