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