Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have made a flash game for facebook. All happened right expect when I am saving score in my Db. I had sended vars from flash to php , which I think is not working:

//Here is how i am sending vars from flash

loadVariablesNum("highscore.php?uid="+iduser+"&usc="+score, 0);

I had check it on my localhost its working perfectly. But when I upload same on facebook it doesnot work out.

I had used Php SDK 3 and havenot used fbml.

embeded flash with Object and Embed tags

share|improve this question
why negative vote ? – Syed Qarib Jul 25 '11 at 11:43

1 Answer

up vote 1 down vote accepted

Try using the full path to the php file rather than a relative path. Also, try replacing & with %26

share|improve this answer
Ok. thanks I will try this up – Syed Qarib Jul 20 '11 at 9:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.