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.

Is there anyway I can add a link to a flash file I post on my wall using the rest/graph api, such that when a user clicks on the flash file playing, it takes them to my app?

Thanks.

share|improve this question

2 Answers

up vote 0 down vote accepted

I suppose so... just set a click event handler inside the Flash movie to redirect the user to wherever you want.

share|improve this answer
Thanks for your reply. That doesn't seem to work, for some reason when I click on a button with an action link, it goes to the site I mentioned on my local machine, but not when it's posted on a wall. Do you know of any other way? Thanks again – iman453 Jun 14 '11 at 21:48
Hmm, no. But you can try redirecting the top window. top.location(), something like that. That works for me on a html app, i never tried it on Flash though. – Jorge Jun 16 '11 at 18:08

I don't know if you still require this , But here is the solution to what you are seeking: Use the Feed dialog , and specify in the link parameter the URL of your APP , and in the source parameter , the URL of the flash file you want to post.

share|improve this answer

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.