A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Flash player for Flash 8

  1. #1
    Junior Member
    Join Date
    Aug 2005
    Posts
    19

    Flash player for Flash 8

    I created a website in Flash 8, but for some reason if the viewer does not have the most recent flash player installed, it does not tell them to download it. In fact, it remains static, not working at all. Is there some way in the Flash code to notify the user that they need to install the newest player?

    If you need it, the site is www.digitalhomepc.com

  2. #2
    Flash Gordon McUsher's Avatar
    Join Date
    Mar 2001
    Location
    Krautland
    Posts
    1,560
    in index_body.html you need to change:
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    to
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"

    But this will only work for IE on a windows plattform..

    Macromedia provides some "Flash detection kits" ..
    Search their site for it
    Last edited by McUsher; 12-16-2005 at 02:33 PM.
    My letters on the F1 key have faded, how are yours today?

  3. #3
    SnowKrash
    Join Date
    Nov 2005
    Location
    San Francisco, CA
    Posts
    32
    This is how I did my player detection for my flash 8 site, and it seems to be flawless, and covers many scenarios, although you may have to do something soon to detect for player 8.5. This accounts for Firefox, IE, Mac, PC, etc.

    http://www.macromedia.com/devnet/fla...detection.html

    It was easy to follow and now it takes me no time at all to implement on to other sites, now that I've done it the first time.

    Hope this helps everyone that needs to detect for the Flash 8 Player.

  4. #4
    Senior Member
    Join Date
    Jan 2003
    Location
    New York/London
    Posts
    367
    thats great,,, but the problem is that when it has the right version flash, it writes the script for the movie to show,,, how do u make it write the full HTML design including the script of the movie in that html,,,,? for example,, I have my flash movie inside a cell inside a table in the center of the page and have css styles applied to all of it ...

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