Facebook FBML and frame redirect
Posted
by user356089
on Stack Overflow
See other posts from Stack Overflow
or by user356089
Published on 2010-06-02T05:20:22Z
Indexed on
2010/06/02
5:23 UTC
Read the original article
Hit count: 481
I have, what is probably a simple flash question.
I have a flash countdown clock I am using in an Iframe of a facebook app. At the end of the countdown it fires this off
myFlipCountDownClock.onFinish = function() {
};
And I can add getURL or whatever.
My problem is I need to fire off some facebook specific code. This being
This does not work via getURL.
My question is how could I pass this line of code? I am not sure what to do here. Any help would be greatly appreciated.
© Stack Overflow or respective owner