actionscript 3 - Flash Won't Load in IE -


Can anyone tell me why this

loads in IE Will not done ?

Error message:

 Error # 2044: Unsaved security application. Text = Error # 2048: Security sandbox violation: http://hupcapstudios.com/projects/calendar.swf http://www.hupcapstudios.com/projects/getWeather.php?zip=90020 Can not load data from carousel ( ) 

on Carousel / Load XML () does not load even in Safari 4.

This is likely to do something with 404, you do not follow cross domain scripting support rules through the policy file in the Flash plugin sandbox. Maybe you have some information to start in.

Alternatively, you need to make sure that your script is trying to connect back to http://hupcapstudios.com/ http: / / /www.hupcapstudios.com/ or vice versa, where swf was loaded on.

You can see that now it is written if you load it works fine: so to deal with cross domain restrictions.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -