[CS3] Embedd external flash attributes into Flash CS3

Hey I am not sure where to really ask this, but I have a flash widget that I want to embed and load dynamically from my site.

<embed src=“http://www.dapper.net/widget/tnwidget.swf” type=“application/x-shockwave-flash” wmode=“transparent” flashvars=“dappURL=http://www.dapper.net/RunDapp?dappName=ComputerVirusArt&v=1&showTitles=u ndefined&showGroups=false&fieldsNames=^|descriptio n^description&argsFixed=&argsInputs=&menuMode=1&bo xTitle=Computer Virus Art&bkgColor=14078662&isLogin=false&contentSiteURL =flickr.com” width=“251” height=“304”></embed>

This is the html embedd code from dapper.net, so i know I can’t just copy and past that into my fla and hope that it works.

Its alot of crap, but there are a few parameters that display the correct content, but there must be away to pass those parameters when I load the swf into an empty movieclip.

Thanks in advance!