Eh it messed up first post… heh I tried fix it up replaced parts with the $'s
Okay looking around some flash sites I noticed for like this site…
$OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
c$odebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0”
WIDTH=88 HEIGHT=31$
$PARAM NAME=movie VALUE=“http://www.kirupa.com/about/kirupa.swf”$ $PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF$
$EMBED src=“http://www.kirupa.com/about/kirupa.swf” quality=high bgcolor=#FFFFFF WIDTH=88 HEIGHT=31 TYPE=“application/x-shockwave-flash”
The line $PARAM NAME=movie VALUE=“http://www.kirupa.com/about/kirupa.swf”$ $PARAM NAME=quality VALUE=high$
it has a Value of a URL… mine just has like thisthing.swf
looks like
$PARAM NAME=movie VALUE=“thisthing.swf”$ $PARAM NAME=quality VALUE=high$
I’m guessing that could cause the browser to constantly reload this thing… now if I put my own url in their… it won’t work ebcause the firewall dosen’t seem to allow “myself” to conenct to “myself” like example LAN->Net->LAN so if I specified a url of my SWF it won’t work. So thats my guess on why IE sits and makes alot of thisthing.swf[1] thisthing.swf[2] and repeating constantly…
I came up with solutions such as…
- Stick the swf’s somewhere on a server somewhere else.
- Search and see if I can make cookies tell the browser its already loaded thisthing.swf or as I read “flash cookies” (yet learning that)
Anyone know how I would do such a thing with flash cookies?