Flex 원 격 로드 crossdomain.xml 해결

2233 단어 crossdomain
랜 에 Flex 프로젝트 를 배치 할 때 불 러 올 수 없습니다.http 를 분석 해 보 니 연결 을 요청 하고 있 습 니 다."http://fpdownload.adobe.com/pub/swz/crossdomain.xml"여기 문제 가 생 겼 습 니 다.도 메 인 을 뛰 어 넘 는 정책 파일 은 adobe 원 격 요청 에서 왔 습 니 다.그래서 로 컬 에서 불 러 와 서 이 문 제 를 해결 할 수 있 을 지 추측 합 니 다.물론 입 니 다.설치 디 렉 터 리 수정 을 통 해"Adobe\\Adobe Flash Builder 4.7(64 Bit)\sdks\4.6.0\\frameworks"를 내 릴 수 있 습 니 다. flex-config.xml 파일 의 크로스 도 메 인 사이트 에서 이 문 제 를 해결 합 니 다.
 
<runtime-shared-library-path>
        <path-element>libs/framework.swc</path-element>
        <rsl-url>http://localhost/flex/4.6.0.23201/framework_4.6.0.23201.swz</rsl-url>
        <policy-file-url>http://localhost/crossdomain.xml</policy-file-url>
        <rsl-url>framework_4.6.0.23201.swz</rsl-url>
        <policy-file-url></policy-file-url>
    </runtime-shared-library-path>

좋은 웹페이지 즐겨찾기