Socket access policy under Vista

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

  1. #1

    Default Socket access policy under Vista

    Hi, for a long time I could easily make socket connections from my swf files
    tom simples java servers on various ports (swfs embeded from activex, for
    example). I used the simple python server policy file provided at this article
    to open the needed tcp ports to my flash applications.

    [url]http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html[/url]

    This works ok on Windows XP machines, Flash player 9 or 10. However, no single
    Vista machine seems able to find the 843 port to load the policy file. I tried
    to use another server for the policy file, tried to use another port for the
    policy (Security.loadPolicyFile("xmlsocket://localhost:8008");) but nothing
    seems to work - I just can't make my flash applications connect on Windows
    Vista.

    Is this a known problem? What am I doing wrong?

    Thank you!

    Lujunq Guest

  2. Similar Questions and Discussions

    1. Xml Socket policy to connect to a range of IPS
      Dear, I have a problem with connecting to other servers rather the one who has served the swf file. i was facing the problem even on the same...
    2. Default user access rights in Vista
      I've had four people using Vista beta test my software and all three have reported problems related to not being able to write to the application...
    3. Group policy for Vista
      Has Microsoft released the group policy settings for Vista? Thanks
    4. authentication and access control (.NET socket connection)
      Hi, Can someone point me in the right direction on a really simple access control issue? Here is the situation: 1. an app on a client...
    5. #25693 [NEW]: No access to posted variables via socket connection
      From: a dot erler at brain-at-work dot de Operating system: Debian PHP version: 4.3.1 PHP Bug Type: Sockets related Bug...
  3. #2

    Default Re: Socket access policy under Vista

    I ran into a problem connecting to localhost in air on Vista -- apparently
    Vista maps "localhost" to the ipv6 address "::1" which AIR does not understand.
    Connecting directly to "127.0.0.1" instead of "localhost" resolved things for
    me.

    zazzo9 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