Sign in to follow this  
Pallav

XML cross domains

Recommended Posts

Im trying to build some charts which can be packaged in to portable widgets - for example a user comes to my page, enters their info and I create a unique xml feed and spit out some embed code for them to copy and paste onto their site. This data is constantly updated so their widget would always show new data when they refresh their page.

 

 

 

I realize the dataURL method will not work for this due to the XSS security fixes. But is there ANY possible way around this using the dataXML method with in the swf?

 

 

 

please advise.

 

 

 

Thanks

Share this post


Link to post
Share on other sites

Yes - you can load the SWF from remote domain and provide data via dataXML. You just need to check cross domain SWF permissions here.

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