A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: getversion()

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    26
    ok i need to add a flash 6 player detector to my start page, since i am using flash MX now. I am new to detectors so is there a specific way i need to code this? any examples would be helpful =) thanks



  2. #2
    Junior Member
    Join Date
    Jan 2001
    Posts
    2

    Post Version Detect

    this is a way to detect the plugin. There are other ways, but here is one that I discovered:

    _level0.$version;

    That is the path to the version property of the plugin. So in context, it can read:
    ______
    //This can be in frame 1 of the timeline
    temp=_level0.$version;

    //The name of my dynamic textbox to dislplay temp.
    textbox=temp;
    ______
    Got me? _Avery
    http://www.asmith1.com

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