Forum Replies Created

Viewing 3 replies - 61 through 63 (of 63 total)
  • Thread Starter _OMEGA_

    (@_omega_)

    I just use the code that creates Flash as below:

    <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="index"
            width="900" height="482"
          >
            <param name="movie" value="http://MySite/Dir/index.swf">
            <param name="bgcolor" value="#FFFFFF">
            <param name="quality" value="best">
            <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="index"
              width="900" height="482"
              src="http://MySite/Dir/index.swf"
              bgcolor="#FFFFFF"
              quality="best"
              allowscriptaccess="samedomain"
            >
              <noembed>
              </noembed>
            </embed>
          </object>
    Thread Starter _OMEGA_

    (@_omega_)

    I tried all the plugins but unfortunatelly I didn’t solved my problem.
    Some of them don’t work, other loads only the first .swf, the one called index.swf.

    Thread Starter _OMEGA_

    (@_omega_)

    Thank you for the answer, I’ll ttry your hint and I hope to fix my issue.
    I’ll post again if I’llfix it or not!

    Cheers

Viewing 3 replies - 61 through 63 (of 63 total)