Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Netscape and Flash problems?

Options
  • 30-04-2002 9:34am
    #1
    Registered Users Posts: 14,148 ✭✭✭✭


    Hey Guys,

    got a page here (written by someone else, which I've been tasked with making cross browser compatible) and as best as I can see, problems with loading occur at the following code:

    <div id="psflash" style="position:absolute; width:300px; height:221px; z-index:137; left: 246px; top: 77px; visibility: visible"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0&quot; width="390" height="380">
    <param name=movie value="img/products_services.swf">
    <param name=quality value=high>
    <embed src="img/products_services.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type="application/x-shockwave-flash" width="390" height="380">
    </embed> </object></div>

    What's happening is that the rest of the page loads no problem (graphics, etc), but upon attempting to load the flash section o the page, it constantly reloads the page again and again.

    Just wondering if anyone can spot anything in there that might be causing an upset (I know not a great deal about flash, hence my asking)


Comments

  • Registered Users Posts: 1,031 ✭✭✭buddy


    Can you just reinsert the movie using Frontpage, Dreamweaver or some other software!


  • Closed Accounts Posts: 2,695 ✭✭✭b20uvkft6m5xwg


    This is the format that Flash MX generates for Netscape compatiablity-
    NN 4.6 will not perform some of the more complex Flash Action Scripts- ie. the load movie or form functions but overall it has good functionality.
    Hope that works:)
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
      id="index" width="336" height="340">
              <param name="movie" value="design/front.swf">
              <param name="quality" value="high">
              <param name="bgcolor" value="#0E0814">
              <embed src="design/front.swf" quality="high" bgcolor="#0E0814"
        width="336" height="340"
        type="application/x-shockwave-flash"
        pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
              </embed> 
            </object>
    

    [Remember that big grin is a "colon D"]


Advertisement