Network Files Need to Access Local Files

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

  1. #1

    Default Network Files Need to Access Local Files

    Hi all,
    I have a web application that will be accessing files from both the network
    (our servers) and the local computer. It worked great on FP 8 but there are
    new secuirty "features" in FP 9 that prevent this. I have read in many white
    papers about a FlashPlayerTrust directory and .cfg files that will allow this
    network to local file access. Has anyone used this?

    Thanks,
    Rolando

    rolandolopez Guest

  2. Similar Questions and Discussions

    1. Trusted Local Flex swf files access to internet?
      Hi All, We're developing a desktop game client using Flex and require a local swf file to make loader calls to the Internet. I know about the...
    2. Access local swf files through internet
      :brokenheart; I tried to communicate my local SWF files from the Internet. But it could nt open using flash player. It just show the blank page ...
    3. Urgent: Online files accessing local files Issue
      Hi.. We are working on a online project where we have some 600 MB videos. The complete project is made using flash & HTML.
    4. Access remote folder files in the network
      In my ASP.NET application, all the images files are stored on a machine other than my web-server. In a webform i am accessing the image files stored...
    5. Network access to files
      I just put an XP computer on my home network and cannot share files in subfolders of the program files folder. I need to update files in...
  3. #2

    Default Re: Network Files Need to Access Local Files

    I think it may be a browser security setting. I have been working quite a bit
    around this area lately and found that local files cannot be accessed via a
    web-based application (not neccessarily Flash), if that app. is online. If you
    use the application offline, running from the local computer, then the local
    files can be accessed.

    I am quite sure (but am not certain, as I am at home at present with no
    network) that network files should work in the way you require. I know they
    certainly will if you go via a mapped network drive but will need to
    double-check on straight access through the network - I'm sure it does though.

    Note: any absolute file location using HTTP will work, or even files with a
    relative file location string on the same domain as the web page trying to
    access the file.

    It's just those bloomin' local file that are attempted access from a remote
    location that is the problem.

    Mr. Mooster 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