Hi Matt,

When you say "debug your server" do you mean debug from the remotely
deployed swf on your server? 

If so, I can't seem to get this working. Have you got any tips for
remotely debugging a flash 9 swf through Flex Builder 2?

Regards,

Jason

--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> If you debug your server you'll see that the first request coming from
> the player is something like <policy-file-request/>.  You need to react
> to that by returning the crossdomain xml syntax that allows access to
> the domain where the SWF was served from (or *).  This would look like
> the same crossdomain as we document for the xml file.
> 
>  
> 
> HTH,
> 
> Matt
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Tracy Spratt
> Sent: Tuesday, September 26, 2006 8:32 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] FlashPlayer security puzzle
> 
>  
> 
> Do you know about the crossdomain.xml security policy file?
> 
>  
> 
> Tracy
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Dima Ulich
> Sent: Tuesday, September 26, 2006 7:57 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] FlashPlayer security puzzle
> 
>  
> 
> Hello FlexCoders,
> 
>     
> 
>     I've been struggling with flash security matters for some time now.
> I have a php socket server, which is used both by php server and Flex
> Application. My php application does some heavy work and sends feedback
> to socket server so a user could know what's happening in a moment. My
> flex application works just fine when I started from FlexBuilder
> (default location) and it is in localTrusted sandbox. As soon as I place
> it to my webserver my application can't connect to my socket server. I
> have tried different ways to make it work with no luck. 
> 
>     Does anybody know how can I connect to socket server when flex
> application is online? 
> 
> Thanks beforehand,
> 
> Dima
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to