A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Publishing problem CS5

  1. #1
    Junior Member
    Join Date
    May 2010
    Posts
    6

    Publishing problem CS5

    Hello, I have recently tried to update my website with Flash CS5. I published the html, and it all looked fine until I published it on my site. When I tested the home page, it was blank apart from "This page requires Flash Player version 8.0.0 or higher."
    I have the most recent version of Flash Player (10) so I don't know why it would be saying this?

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    Could you provide the link to the HTML page uploaded?
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  3. #3
    Junior Member
    Join Date
    May 2010
    Posts
    6
    Yeah it is here: http://www.rosshendrick.co.uk/
    Thanks.

  4. #4
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    Weird :S

    Try replacing your html content with this:

    Code:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Ross Hendrick</title>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <center>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600" id="Ross Hendrick" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="Ross Hendrick.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="Ross Hendrick.swf" quality="high" bgcolor="#ffffff" width="800" height="600" name="Ross Hendrick" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </center>
    </body>
    </html>
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  5. #5
    Junior Member
    Join Date
    May 2010
    Posts
    6
    Yes, that worked. Great, thanks Nig

Tags for this Thread

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