action script 3 flash file not loading ..... ?!?!?

Works for me in Firefox.

Flash does not run from the server. It runs on the client side computer.
 
no man
i say that not work loading ...
please check with ie> 2 links
in all cpanel server work fine but not for in direcadmin ?!?!?!:confused:
 
Doesn't work with IE.

But again it is not a server problem. Flash does not depend on the server.

You as the client have something different on the DA server. Figure out what it is.
 
@floyd,

For what it's worth, Floyd, it doesn't work for me on Firefox (Mozilla Firefox 3.5.9 on Kubuntu Linux 9.10); it stops in the middle of the loading bar. But it does work for me on Konqueror (Konqueror 4.3.2 on the same OS distribution and the same desktop).

Plugin issue, perhaps? I don't know.

Setup issue? I don't know if there are any special html settings in apache that would cause the problem.

Some esoteric bug in Flash? Perhaps.

But it doesn't appear to be a DirectAdmin issue, since in my case it works hosted on DirectAdmin with one local browser but not another.

Jeff
 
I think he probably does not have all the files uploaded or the permissions are different or something else quirky.
 
I have the same problem with some flash programs.
I have lost already some of my clients because of this bug.

As weird as it may sound =>
It is a server bug because the same script is working well on other servers and not on my directadmin server.

Maybe it's the httpd server configuration which is wrong, I don't know!
 
Hard to know what to tell you without a link to the problem site.
 
Directadmin Link: (OLD)
running Apache/2.2.10

centos link: (OLD)
running yum installed httpd

both are running the same copy of files (really!)
 
Last edited:
I have found a solution via google.

Create a .htaccess file:

Options +FollowSymLinks
RewriteEngine on
RewriteRule \.swf$ - [E=no-gzip:1]



Above rules are self explanatory.

Dries
 
Back
Top