Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > flash data integration > july 2006 >

flash data integration : Projector embedded swf xml


jkishmael
7/7/2006 8:19:59 PM
We have developed a projector application which dynamically loads swf's. One
of these swf's calls an external site for stock quote information. The swf
functions properly when run in IE. However, when it is called by our
executable, we do not get the data expected. (undefined)

We have looked at the security settings options and have not found any results.

Any troubleshooting suggestions would be greatly appreciated.
Motion Maker
7/7/2006 11:27:28 PM
Generally communicating to server you need to guarantee an http: type of
argument to the AS commands. Not sure of the details but if the in IE you
have http:// to your swf, that would meet the requirement because it
inherits the url if you are doing relative addressing. The projector is not
inheriting any http protocol as it is launched from the local drive.

You might want to hard wire the
http://whatevercomain.com/serverscriptfilename to see if that changes it.

As for security issues I have found this article helpful is sorting them
out:
http://www.adobe.com/devnet/flash/articles/fplayer8_security.html

--
Lon Hosford
www.lonhosford.com
Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com
May many happy bits flow your way!
[quoted text, click to view]

AddThis Social Bookmark Button