Sign in to follow this  
blake.mills

Can dataUrl be a web address?

Recommended Posts

I am using a web service type resource to return chart xml. I want to set the dataUrl = to the web address of my web service. It works if I leave out "http://myserver.com/", but I need to include the entire address because. Here is my code that doesn't work.

 

 

 

chatexamplebs0.png

 

 

 

(Ignore the cdataUrl typo. That typo only exists in my example)

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Owing to the cross domain security restrictions imposed by Flash Player, you cannot load data from other domains directly. You'll have to use a proxy page to attain the same.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this