show pano in flex application

hello!
i`m noob in panoSolado and have some questions )

i need show panorama in flex application, and i try used for it SWFLoader, for example like this:
...
var swf:SWFLoader = new SWFLoader();
swf.source = 'something pano';
canvas.addChild(swf);
..
mx:Canvas id="canvas" width="550" height="450" backgroundColor="#1f1f1f" cornerRadius="5" borderStyle="solid">

Panorama created by pano2vr, but if used flash8 api for generated pano in pano2vr then it show, if used flash9 or 10 api then pano is loaded but not show in the container.

Can use panoSolado for show any panorams in flex application ?
if yes then how do it, i downloaded src and compiled in swf, but how attached this swf to my application?
or i have to compiled this in swc ?
thanks!

p.s. sorry for my english )