View Full Version : ever notice...
djbryson
09-25-2006, 03:03 AM
Ever notice that if you make a change to your flash movie that you have to close the browser and open it again to see the change? Refresh doesn't work.
Flash Gordon
09-25-2006, 03:05 AM
cache in IE?
kennard
09-26-2006, 05:18 AM
Try holding ctrl + clicking refresh, or alt, or apple.
djbryson
09-27-2006, 02:36 AM
apple, that's funny. You assume I use a MAC? Quite an assumption seeing as MAC computers make up less than 4% of the market.
Anyway... it's not cache. I just close the browser and open again. That always works. You'd think clearing the cache would do it, weird.
colfaxrev
10-16-2006, 06:43 PM
if you're on the page you're working on and clear the cache, it doesn't clear the items on that page. you have to go to some other page, and THEN clear the cache, and then go back to your page.
ANNOYING!!!
but if you use flashobject.js to embed your flash movie i've noticed this is not a problem!
here's example code
<html>
<head>
<title>Here's the title</title>
<script type="text/javascript" src="flashobject.js"></script>
</head>
<body>
<div id="flashcontent">
this show up if the user doesn't have flash or has javascript turned off.
</div>
<script type="text/javascript">
// <![CDATA[
var fo = new FlashObject("mymovie.swf", "fo", 400, 500, 6, "#000000");
fo.write("flashcontent");
// ]]>
</script>
</body>
</html>
but you're gonna need the javascript file I attached. this file is AWESOME! it also fixes that annoying thing in IE having to click to activate the flash.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.