Ticket #236 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

Socket example should supply a policy file

Reported by: thijs Owned by: nick
Priority: major Milestone: 0.3
Component: Examples Version: 0.2
Keywords: Cc:
Fixed in revision: Branch:
Author:

Description (last modified by thijs) (diff)

With the latest release of the Flash Player 9,0,124 the BinarySocket example doesn't work without a proper policy file, that looks something like:

<cross-domain-policy>
  <site-control permitted-cross-domain-policies="all"/>
  <allow-access-from domain="*" to-ports="8000" />
</cross-domain-policy>

Attachments

policy-error.txt Download (0.6 KB) - added by thijs 2 years ago.
flash player debugger policy error log

Change History

Changed 2 years ago by thijs

  • description modified (diff)

Changed 2 years ago by thijs

  • description modified (diff)

Changed 2 years ago by thijs

flash player debugger policy error log

Changed 2 years ago by thijs

  • version changed from 0.3 to 0.2
  • description modified (diff)

Changed 2 years ago by nick

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1192.

Note: See TracTickets for help on using tickets.