A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: What happens when running adaptive preloader (v3.2) using a Flash 4 player.

Hybrid View

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    71

    What happens when running adaptive preloader (v3.2) using a Flash 4 player.

    Hi Jonathan,
    Does the initiation request the user install the Flash 5 player, or does it simply wait for the complete load of the swf?
    Kind Regards
    Dave

  2. #2
    Wildform Moderator
    Join Date
    Sep 2000
    Posts
    2,070
    Hi.
    The adaptive preloader works with any Flash player version 5 and higher. It will not work with the Flash 4 player.
    jb

  3. #3
    Member
    Join Date
    Apr 2001
    Posts
    71
    Will it automatically offer the choice to download a later version, or will it display a blank screen/error message?
    Dave

  4. #4
    Wildform Moderator
    Join Date
    Sep 2000
    Posts
    2,070
    If the <OBJECT> tag contains:

    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"

    Then in IE on the PC, the user will be automatically asked to upgrade their Flash player. Set "version=" to which version is the minimum requirement. This may work in IE on the Mac, however with Netscape or other browsers, you'll need to script code to detect the currently installed version of the player and redirect the user to another page if the version is not correct. Check the "Macromedia Flash Deployment Kit" for more information and sample scripts. http://www.macromedia.com/software/f...eployment_kit/

    Here are a couple of other links:
    http://www.macromedia.com/support/fl..._detection.htm

    http://www.macromedia.com/support/fl...ts/version.htm

    jb

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