views:

17

answers:

0

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