Jump to content

[SOLVED] Flash problem


CerealBH

Recommended Posts

My flash is working fine on FF, but of course, ie dosn't want to play nice and its coming up blank,

http://rayniceshudde.com/ im not to familar with using flashes im mostly a php person, anyone see anything wrong?

<object
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
        id="Movie1"
        width="600" height="400"
      >
        <param name="movie" value="Movie1.swf">
        <param name="bgcolor" value="#495f71">

        <param name="quality" value="high">
        <param name="allowscriptaccess" value="samedomain">
        <embed
          type="application/x-shockwave-flash"
          pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
          name="Movie1"
          width="600" height="400"
          src="http://rayniceshudde.com/test/img/Movie1.swf"
          bgcolor="#495f71"
          quality="high"
          allowscriptaccess="samedomain"
        >
          <noembed>
          </noembed>
        </embed>
      </object>

Link to comment
https://forums.phpfreaks.com/topic/89625-solved-flash-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.