PDA

View Full Version : loads but nothing shows!


Noel
07-11-2008, 01:47 PM
hi there i am trying to do something where i am loading the my pano into a blank movie clip in my own .fla, i have used this:

var loader:Loader = new Loader();
loader.load(new URLRequest("testerforenter/panotest_390_2px.swf"));
loaderContent.addChild(loader);
stage.addChild(loader);

which has got me the following output:

CubePanorama v2.2 loaded.

but i have no pano visible on my stage when i run it can anyone please tell me anything i am doing wrong.

many thanks Noel

cheathamlane
07-11-2008, 04:05 PM
Hi Noel:

Without seeing more of your AS3 code, it's difficult to say what's happening (or not happening).

A tutorial I wrote may help you out, though -- check oiut the full AS source and info at:
http://flashpanos.com/tutorials/patrick/embedding-fpp-panoramas-another-flash-container

HTH