A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: In movie Flash version detection

  1. #1
    Member
    Join Date
    Oct 2000
    Posts
    79
    I'm looking for a workable way to handle deciding AFTER a movie is loaded up what version is being used.

    Once the user loads up the SWF I want to route them to an alternative presentation if they don't have Flash 5 installed.

    I was told here before that this could be done by routing users to different scenes, but I haven't been able to figure out exactly how....

    All help MUCH appreciated!!

  2. #2
    You can just use any of the new Actions to distinguish 4 from 5, e.g. have a movie clip action:

    onClipEvent(load)
    gotoAndStop(2);
    }

    frame1- stop();
    frame2- gotoAndPlay("v5scene","start");

    Not to mention getVersion function (which I never )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center