PDA

View Full Version : A question of a flash guest book,please


vinsoney
01-07-2006, 12:52 AM
I have been working on my flash guest book the whole night ,but there is still a weird performace :(

now i am owning :
1 guest.swf
2 deal.asp
3 main.swf
4 data.mdb

the source file is here (http://www.vinsoney.com/tem/guest.rar)


the guest.swf is the guest book,and deal.asp is the asp programme which work on saving data into the mdb, and I now want to load the guest.swf in the main.swf , when I test the guest.swf ,everything is ok:) ,but when I am in main.swf ,and using loadmovie command to load guest.swf , and the problem occur,it just stop on
"sending...." and the "done !!" is never arise!!:confused:
but when I open the data.mdb , the data has been there? it was already sended! but why didn't the guest.swf loaded in the main.swf read
"thanks the data has been sended! "
and why it works well when the guest.swf is working alone?

please help me , thank you

Flash Gordon
01-08-2006, 12:50 AM
The problem sounds like a path problem, particlular with _root.

Just use _lockroot = true; on the loaded swf.

vinsoney
01-10-2006, 09:05 AM
thanks Gordon, but I have just tried just as you said ,but ,sadly the problem is still there , still "sending..." time by time with the data placed into the database, howerver ,thanks all the same