Why isn't the swfloader working?

后端 未结 3 764
刺人心
刺人心 2021-01-28 06:03

I am trying to use the mxml swfloader component to load the external flash from the following url, but it doesn\'t load anything. I\'m using FlashBuilder 4.5.

http://som

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-28 06:57

    if swf is from another domain, u should probably add into your code

    System.security.allowDomain("domain");

提交回复
热议问题