Paypal and flash

Hi Everyone,

Does anyone know how to embed the new paypallabs shop feature into an swf?

This is the code generate from paypallabs:

<object classid=“clsid:0000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” align=“absmiddle” width=“215” height=“355”>
<param name=“movie” value=“http://storefront.paypallabs.com/store/portablestore.swf?store_id=xxxx”/>
<param name=“quality” value=“high” />
<param name=“FlashVars” value=“store_id=xxxx” />
<param name=“allowScriptAccess” value=“always” />
<param name=“allowNetworking” value=“all” />
<embed allowscriptaccess=“always” allownetworking=“all” src=“http://storefront.paypallabs.com/store/portablestore.swf?store_id=xxxx” align=“absmiddle” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“215” height=“355”></embed>
</object>