Flash

  • 588
    Posts
    19
    Years
    • Seen Apr 13, 2007
    I'm helping my Grandad make a website, and he wants his Powerpoint presentation on it, we've got it to flash, but whats wrong with it?
    https://www.shining-milokaross.net/grandad.html
    the coding....
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <!--  Created with the CoffeeCup HTML Editor 2006  -->
    <!--           https://www.coffeecup.com/           -->
    <!--         Brewed on 19/03/2006 16:17:47         -->
    <head>
      <title></title>
    </head>
    <body leftmargin=0 topmargin=0 scroll=no> <embed width=100% height=100% fullscreen=yes src="/C:/Documents%20and%20Settings/Joey/My%20Documents/pptFlash/is2cf%206%20week%20service.swf"></body>
    </html>
    Thanks!
     
    Broken Wings said:
    Code:
    <embed width=100% height=100% fullscreen=yes src="/C:/Documents%20and%20Settings/Joey/My%20Documents/pptFlash/is2cf%206%20week%20service.swf"></body>
    </html>

    Maybe it's bacause the flash is hosted on ur computer (/C:/Documents%20and%20Settings/Joey/My%20Documents/pptFlash/is2cf%206%20week%20service.swf)
     
    Or rather, it's *definitely* because of that. Upload the swf to your server (make sure it supports it; some hosts don't) and then include the new URL of the SWF in your HTML.
     
    if you have firefox there's a extension that cleans html for you
     
    That's not really helpful in this case, since we want the page to work in all browsers, and in any case it won't work if the SWF isn't uploaded.
     
    Back
    Top