Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Netscape and Flash problems?

  • 30-04-2002 09:34AM
    #1
    Registered Users, Registered Users 2, Paid Member Posts: 14,174 ✭✭✭✭


    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, Registered Users 2 Posts: 1,033 ✭✭✭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