
October 2nd, 2003, 03:46 PM
|
|
Junior Member
|
|
Join Date: Sep 2003
Location: Provo, UT
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
cross-domain JSP flash 6 player
I have a flash movie on domain A, and a jsp that returns database info from domain B.
I have access to put stuff on either server.
I have built a shim swf on the jsp server (B) that uses System.security.allowDomain("A"); to run the jsp.
I need to send the jsp certain variables from the movie on domain A to the shim movie on domain B that it sends the jsp.
I have the variables set as global variables on the main movie on domain A.
I want to load the shim movie from domain B into the main movie on domain A.
When I run both movies on domain B, everything works fine.
But, when I put the main movie back on domain A, the shim movie on domain B no longer gets the variables.
If I hardcode the variables in the shim on domain B, the data gets passed to the main movie on Domain A, as it should.
Has anyone ever had this problem?
|