A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flash detect no longer works on new server

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Location
    UK
    Posts
    436

    flash detect no longer works on new server

    Hi - since adding my site to a new server- the flash detect no longer seems to work

    After looking at the source (from within the browser) it displays as one long line and it made me wonder if the file was named and coded as necessary and perhaps the new server was being a little fussy

    The page is http://www.contrastmedia.co.uk/site2007/index.html would any body be able to spot any obvious mistakes?

    many thanks for any help!
    N

  2. #2
    Senior Member
    Join Date
    May 2007
    Posts
    266
    You have this line of code, where the "9" means a user must have version 9 of the flash player or they must follow the link and download and install the newest version. Change the "9" to "6" and it will work unless a user does not have a flash player at all.
    Code:
    var so = new SWFObject("contrastmedia.swf", "flashwebsite", "100%", "100%", "9", "#FFFFFF");

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