ashton321 Posted March 21, 2009 Share Posted March 21, 2009 Hello, The header on a site that am working on is a flash header. I know that having it downloaded every time a new page is requested is the best way to do it for bandwidth issues. Not that the owner will ever exceed his bandwidth, I just want to do it right for him since a friend and a personal favor. So could anyone point me in the right direction to figure out how to cache the .swf file? Quote Link to comment https://forums.phpfreaks.com/topic/150492-solved-caching-flash-object/ Share on other sites More sharing options...
jackpf Posted March 21, 2009 Share Posted March 21, 2009 ...don't flash files get cached automatically by the browser? Anyway, if not, you could try <meta http-equiv="Cache-Control" Content="Cache"> http://www.badpenguin.org/docs/php-cache.html that's good as well Quote Link to comment https://forums.phpfreaks.com/topic/150492-solved-caching-flash-object/#findComment-790450 Share on other sites More sharing options...
ashton321 Posted March 21, 2009 Author Share Posted March 21, 2009 Do they? I do not know it is possible and i will look into it. Thanks for the help Quote Link to comment https://forums.phpfreaks.com/topic/150492-solved-caching-flash-object/#findComment-790569 Share on other sites More sharing options...
jackpf Posted March 21, 2009 Share Posted March 21, 2009 Well I don't know for certain, but I don't see why they wouldn't be cached. And if not, just look into methods of forcing browser caching such as the link in my other post. Yeah, no problem Quote Link to comment https://forums.phpfreaks.com/topic/150492-solved-caching-flash-object/#findComment-790575 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.