0

I have developed a player in AS3. It is working if i provide the IP of the website. But, it is not working when i provide the full domain name. Even, i provide the crossdomain.xml for global access.

Please suggest.

Shashi
  • 12,487
  • 17
  • 65
  • 111
  • please provide your code exerpt, xml, and the error you get. – vulkanino Oct 14 '10 at 05:50
  • The Player loads in page, but all the controls and functionality is not working.. The functionality of the player is same as youtube player, the player start playing the video once it loaded. – Shashi Oct 14 '10 at 06:47

1 Answers1

0

Have you tried:

import flash.system.Security;
Security.allowDomain("*");
Sandro
  • 4,761
  • 1
  • 34
  • 41