views:

61

answers:

0

Hi guys, I'm having a web game loaded in orkut application via iframe so there are the orkut iframe and mine iframe inside the xml. Everything is ok, but now I need to have a button for inviting some friends and wall posts from some features. I didn't find a way for including the orkut javascript in the game's code so the first thing that pops into my mind was to call a custom function in the xml by using: window.parent.myFunction(); but it gives me error: permission denied. I've tried some other ways of reaching that function but the error is the same. Does anybody know a way of doing that or this can't be done ?