Skip to main content
Inspiring
September 21, 2006
Answered

sendAndLoad not finding URL

  • September 21, 2006
  • 1 reply
  • 371 views
Hi! I created a shell swf which loads other swfs. In one of the loaded swf I want to load some data from php but its not finding the path.

My structure is
root / shell file
root / php file
root / swf / swf files
it always shows alert "Error loading file...".

For the ref code in the swf file is
//=================================================
This topic has been closed for replies.
Correct answer FlashAmit
Thanks. I got your view. That is the problem.


Thanks

1 reply

Participating Frequently
September 23, 2006
In the "team_lv.onLoad" function don't you have a recursive event happening?

You are using "team_lv" as the sender and the receiver. Wouldn't this cause an infinite loop?

Are you sure you have the "team_sv" and the "team_lv" variables in the correct places?

Tim
FlashAmitAuthorCorrect answer
Inspiring
September 24, 2006
Thanks. I got your view. That is the problem.


Thanks