Forum Moderators: phranque
If this helps,
-flash buttons work
-one or two flash games/movies work
[edited by: jdMorgan at 10:44 pm (utc) on Jan. 4, 2006]
[edit reason] No URLs, please. See Terms of Service. [/edit]
Jim
Perhaps the HTML code (the <object> and/or <embed> tags) on the web pages that display the Flash movies are not coded *exactly* as they need to be to assure that the Flash movies will play correctly in all browsers.
As an aside, the easiest way I have found to make sure that SWF files will show up and display correctly in all browsers is by using the freely available (open source) "FlashObject" javascript. Just search Google for "FlashObject" and click the first result to grab this free and awesome script. Loading Flash movies (and any other on-page multimedia) in this way is actually going to be very important soon due to the patent lawsuit that Microsoft just lost (but is surely appealing) against Eolas Technologies.
The other factor that could be buggering things up is the Flash coding itself. If you are loading one SWF into another, and the URL for loading the SWF isn't correct, then the movie obviously won't work as expected. Also, (since you said you are using Flash Buttons) many of the "off-the-shelf" Flash movies like that often require secondary files (such as actionscript files) that the SWF loads at runtime in order to play correctly. This can be even more common when using Flash components. But it may or may not be a factor in your case.
Cheers!
Regards.
nnn.nnn.nnn.nnn - - [24/Jan/2006:17:44:57 -0600] "GET /smart.swf HTTP/1.1" 206 221578
nnn.nnn.nnn.nnn - - [24/Jan/2006:18:13:46 -0600] "GET /smart.swf HTTP/1.1" 200 418186
nnn.nnn.nnn.nnn - - [24/Jan/2006:18:24:38 -0600] "GET /smart.swf HTTP/1.1" 206 90506
Thanks
oh and im using Apache v2.0.55
We have several reports of Apache 2 having problems serving large multimedia and/or image files. In at least one case, the problem went away when a clean install of Apache 1.3.x was done. However, before anyone here goes off to try that, you need to check your dependencies very carefully; there's no use reverting to Apache 1.x if you have other programs or modules that require Apache 2.x.
Also, the real problem may simply be a configuration setting that is more critical in Apache 2 than in Apache 1. Maybe a default buffer size was reduced to a size that is too small to properly handle SWF content (I don't know, this is just an example).
Those of you having similar problems might want to continue this thread by comparing server version numbers and other information that might be useful to figure this out. Since it is evident that an 'expert' on this problem is not liekly to appear, working together may help all of you.
Jim