hno Posted February 12, 2010 Share Posted February 12, 2010 HI, I live in iran.Iran has blocked flash files to display and nobody can see flash files on web sites.I have a site has been made with flash and it has many flash files and because of that my site doesn't work no more.Is there another way to showing flash files? Thanks Link to comment https://forums.phpfreaks.com/topic/191857-problem-with-desplaing-flash-files-on-web/ Share on other sites More sharing options...
teamatomic Posted February 12, 2010 Share Posted February 12, 2010 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 Link to comment https://forums.phpfreaks.com/topic/191857-problem-with-desplaing-flash-files-on-web/#findComment-1011224 Share on other sites More sharing options...
hno Posted February 12, 2010 Author Share Posted February 12, 2010 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 Link to comment https://forums.phpfreaks.com/topic/191857-problem-with-desplaing-flash-files-on-web/#findComment-1011229 Share on other sites More sharing options...
hno Posted February 12, 2010 Author Share Posted February 12, 2010 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 Link to comment https://forums.phpfreaks.com/topic/191857-problem-with-desplaing-flash-files-on-web/#findComment-1011234 Share on other sites More sharing options...
teamatomic Posted February 12, 2010 Share Posted February 12, 2010 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 Link to comment https://forums.phpfreaks.com/topic/191857-problem-with-desplaing-flash-files-on-web/#findComment-1011243 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.