Files get stored in computer

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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? ...
    2. 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?????
    3. 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?...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139