How to run an external SWF inside a Flex Application?

后端 未结 5 1888
慢半拍i
慢半拍i 2021-02-03 15:18

EDIT: Due to the answer I change the code posted. I\'ve added the Security.allowDomain(\"*\") line and that line throws me an error. So, ho

5条回答
  •  轮回少年
    2021-02-03 15:45

    If they are being loaded from different domains you are going to have to add a security exception - http://livedocs.adobe.com/flex/3/html/help.html?content=05B_Security_08.html

    if its being run locally youre probably going to have to add them to the list of trusted files or folders in the settings manager - http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html#117502

提交回复
热议问题