Currently i'm working on one project in which i'm using webserive
method with flash to fetch data from SQL server. but when i'm runnig
my HTML page inside which i'm embedded my flash it always gives flash
security permission popup which i don't want when user executes.

Actually i got the solution which is crossdomain.xml by which i can
remove this popup and can directly allow user to see data without any
secuity permission popup.(when we run flash it will directly
communicates with crossdomain.xml and gives security permission
internally)
but, here i don't know where to put this crossdomain.xml. after doing
some research what i found is to put on the root directory of the
server. but after putting there also its not working.
on normal tools while compiling data is cming when i run my swf in
flash or when i run on frontpage it excutes internally perfectly.
I need to exectute on web browser.

i'm putting all my files on the root folder of the server than also
data is not cming???
what might be the issue? Can anybody explain me whts wrong i'm doing?
Your feedback is going to be great help.

I'm publishing data in AS2 in flash 7.0 format using CS3.

my crossdomain.xml is
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd";>

<cross-domain-policy>
        <allow-access-from domain="*"/>
</cross-domain-policy>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to