do you have the url so i can look at it?
Well the URL is confidential, so it is up to him to send it to you.
But if you were thinking about looking in the HTML code to see if there is anything preventing it… then I have to say … nope.
All that is in there is the basic HTML tags and the embed tags. As it would be if you published it directly out of Flash.
Any possible way to make cookies or flash cookies to retain some soorta identifier to tell the browser that its loaded “THis flash before” or something?
Okay looking around some flash sites I noticed for like this site…
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
codebase=“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?
Opps that messed up heh… lemme repost my message… I changed parts of the html to $'s so it won’t do that mess… heh
Okay looking around some flash sites I noticed for like this site…
$OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
$codebase="$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?
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?