Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Branching #1
Files get stored in computer
How can I prevent my files to be store into the computer after visiting the
site, like the SWF gets stored in the computer, and after I update the file and
upload it, then try to visit the site, it shows the same old one. Any ideas how
can I let it check for nw once every time?
Thanks.
Branching Guest
-
where are viewed flash files stored on the computer?
If I view a flash file from a site on my computer, it is downloaded on my computer. Where is this file stored? What are usually the extensions? ... -
HELP-Publish Files from my computer problem
I am trying to publish a file from my pc. However when i go to File i do not have the option to do this at all? Any idea's????? -
Publish multiple files from my computer
Do you know how can a user with a publisher role upload multiple files at a time using the "Publish File from My Computer" action in Contribute 3.1?... -
My files don't work after I got new computer
try Computers for Dummies. "Vincent" <vincent_numismatics@yahoo.dk> wrote in message news:eDU398yfEHA.704@TK2MSFTNGP09.phx.gbl... work make of... -
getting php files to work on my computer (locally)
Hi! Do you have a link to your FAQ or details on what i should do...I've been browsing PHP net but am confused as what exactly to do.making PHP... -
Kathy #2
Re: Files get stored in computer
In NN go: Edit > Preferences > Advance > Cache > and in the "Compare
the page in the cache to the page on the network" sectin tic "Every time
I view the page" option
In IE go: Tools > Internet Options > General > Settings > and in the
"Check for newer versions of stored pages" section tic the "Every visit
to the page" option.
Kat
Branching wrote:> How can I prevent my files to be store into the computer after visiting the
> site, like the SWF gets stored in the computer, and after I update the file and
> upload it, then try to visit the site, it shows the same old one. Any ideas how
> can I let it check for nw once every time?
> Thanks.
>
>
>Kathy Guest
-
Rob De Vries #3
Re: Files get stored in computer
accualy, u can "preven" them to get stored on your own pc, but u can't do
this for other persons pc who are going to watch your site.
If you like to update an swf you load in your main movie you need to use a
small 'trick'
don't tell flash to load blabla.swf in your movie, but add a random numer to
the swf name u like to load:
randomNum = Math.round(Math.random()*9999999999);
loadMovieNum("yourswf.swf?"+randomNum, 100);
this way your movie won't get cached in your visitors browser (accualy, the
will get cashed, but everytime with a different name)
take notice not to use this whit very large swf's, it will increase your
server upload exponentially˛
hope it helps
rob
Rob De Vries Guest



Reply With Quote

