Adobe AIR / Flex bir newbby değilim.
Ben basit bir Flex web uygulaması geliştirdik. 2 Php sitesini aracılığıyla, bir DB bağlanmak ve sorgu bir XML sonucu dönebilirsiniz. Ben bir internet sunucusuna PHP ve Flex dosyaları ve app yükledi. gayet iyi çalışıyor.
Benim soru:
Nasıl aynı uygulamayı yapabilirsiniz. Adobe AIR çalışma? Diğer bir deyişle, yeni bir AIR projesi yapılmış ve kopyalamak / Flex kodunu yapıştırın var. Ben projeyi çalıştırdığınızda, o iş ve gibi şeyler söylemiyor:
[RPC Fault faultString="Error #2070: Security sandbox violation: caller cannot access Stage owned by ." faultCode="Client.CouldNotDecode" faultDetail="null"] at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\http\HTTPService.as:851] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:188] at mx.rpc::Responder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:43] at mx.rpc::AsyncRequest/acknowledge()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:74] at DirectHTTPMessageResponder/completeHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:403] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()
So I think that in my AIR app. I cant write HTTP services. Or maybe I cant use the php file that connects to the DB, makes the query and then return an XML. How can I transform the Flex app. in an AIR app. Do I have to use the SQLConnect and that stuff? Cant I use my php's files that work well?
Teşekkürler.
Saygılar.
Alan