Jump to content

Problem with desplaing flash files on web


hno

Recommended Posts

If you have no dynamic data then just turn it into an .exe and let anyone DL it. But the best bet it to just redesign it with php. That way you wont end up with an elevated view of freedom square and dislocated thumbs.

 

 

HTH

Teamatomic

If you have no dynamic data then just turn it into an .exe and let anyone DL it. But the best bet it to just redesign it with php. That way you wont end up with an elevated view of freedom square and dislocated thumbs.

 

 

HTH

Teamatomic

Thanks for your reply.

But I don't want it to be in exe .Can you give me more detail about the other one?What do you mean ' redesign it with php'?It's in php and there is much of flash files in it and I want to use these flash files and do something to make them show again.

thanks

If you have no dynamic data then just turn it into an .exe and let anyone DL it. But the best bet it to just redesign it with php. That way you wont end up with an elevated view of freedom square and dislocated thumbs.

 

 

HTH

Teamatomic

If I change it to exe is it possible to run it in the website?I also have some games that are flash is it possible to change it to exe and run it?

 

Thanks

No, an exe will not run on your site. But php and flash play well together. You could make a flash shell they could DL and then feed them your site minus the flash. As for the games, they wont play on the web if they are blocked so again, exe them up or forget about it.

 

One thing you might try is gzip compression. Put this at the start of your page:

ob_start("ob_gzhandler");

and see if you can get the content. If that does not work there are a few other ways to do it.

http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/

 

 

HTH

Teamatomic

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.