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'm trying to take a javascript widget hosted on widgetbox and use it in a standard FBML page. Is there a way this can be done using flash? I've tried to use fb:swf and replace the widget ID in flashvars but it's not pulling in the widget once i do it.

    <fb:swf
imgsrc='http://img36.imageshack.us/img36/2045/playbuttonm.jpg'
 swfsrc='http://widgetserver.com/syndication/flash/wrapper/InsertWidget.swf'
 flashvars='r=2&appId=df4e7156-4ce1-4293-81df-9bf1ee7b87d1&wbx_softkey=true&wbx_suppressGW=true'
 width='350' height='500'
 align='middle'
 wmode='transparent'
 waitforclick='false'
 scale='exactfit' 
/>

That's my code with df4e7156-4ce1-4293-81df-9bf1ee7b87d1 being the widget ID.

Any help / suggestions would be greatly appreciated!!

Thanks, Matt

Blockquote

share|improve this question
Once again, please, Matt, post the sentence of what you exactly need. Thank you! – Eugene Aug 19 '10 at 11:28
Hey Eugine, What isn't clear? I've got a javascript widget built with widgetbox and I was wondering if it were possible to do this using fb:swf or something to that effect. – Matt Nathanson Aug 19 '10 at 22:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.