Web Service Issue - Security or Coding problem? *HELP*
hello - stuck on particular problem, i've posted under flash player post here in event it's issue, , not security/player issue.
i have built video player in flash/ as3 communicates wsdl web services using as3webservice code package wellconsidered. player makes call @ startup check user's progress in series of videos, , updates progress talking web service videos played back.
tested locally, works flawlessly. player uploaded, however, web service' hangs' - no fault produced, seems never connect. presumably because swf on 1 server, web service on another. i've tried uploading 2 different servers, both different web service server. i'm trying avoid moving web service same server hosts swf.
i've tried adding crossdomain.xml file root , subdirectories of server hosts web service:
<?xml version="1.0"?>
<!doctype cross-domain-policy system
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>
i've tried playing swf publishing options (local access vs. network options), no solution seems help. know it's not web service i"m using, because public web services (such ones found on webservicex.net) don't connect either.
i'm @ end of rope, , wondering if flash player security issue, or need reconsider side (such using different web services package).i wondering if crossdomain.xml not help, other possible areas need at? if there article point me to, or simliar situation they've been in, i'm iopen suggestions.
thanks much...fg
you can check player doing browser using firefox firebug plugin. example can see crossdomain permission requests or other urlrequests , responses. useful way debug shows issues or @ least means can eliminate 1 potential cause of issue if there no obvious problems there.
if don't have firefox/firebug, (if can) post url swf in exhibits error , or else can check , report back.
More discussions in ActionScript 3
adobe
Comments
Post a Comment