Flash Stalls with Apache but fine with IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • it3kno
    New Member
    • Aug 2007
    • 1

    Flash Stalls with Apache but fine with IIS

    am serving a flash file with Apache 1.3 on a windoze 2003 server. The flash loads slowly, and then once it is loaded it stalls a few times through the presentation. Once it has been cached though it comes up quickly and does not stall on the second or proceeding times. This fails on both IE and Firefox.

    If we take down Apache and run IIS, it works fine on the first time.

    Are there any Apache specific instructions that need to be addressed?

    I have the following in mime.types

    application/futuresplash spl
    application/x-shockwave-flash swf

    ---------------------------------
    This is the makeup of the flash.html file

    <object classid="clsid: d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="(URL address )=8,0,0,0" width="850" height="730" id="flash_demo_ v06.0" align="middle">
    <param name="allowScri ptAccess" value="sameDoma in" />
    <param name="movie" value="flash_de mo_v06.0.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#f0f0f0" />
    <embed src="flash_demo _v06.0.swf" quality="high" bgcolor="#f0f0f 0" width="850" height="730" name="flash_dem o_v06.0" align="middle" allowScriptAcce ss="sameDomain " type="applicati on/x-shockwave-flash" pluginspage="(U RL address)" />
    </object>


    Thanks,

    //Rick
Working...