Search found 2 matches

by Creever
Thu Jul 03, 2008 4:35 pm
Forum: Pano2QTVR - Flash
Topic: swf loading problem into other swf
Replies: 3
Views: 4940

Re: swf loading problem into other swf

no, i tried all variation. var vr:MovieClip = _root.createEmptyMovieClip("vr", 1); vr._lockroot=true; // move the upper left corner vr._x=100; vr._y=200; var myLoader = new MovieClipLoader(); var myListener = new Object(); myListener.onLoadStart = function () { // Set the dimensions and po...
by Creever
Thu Jul 03, 2008 12:35 pm
Forum: Pano2QTVR - Flash
Topic: swf loading problem into other swf
Replies: 3
Views: 4940

swf loading problem into other swf

Hi, i made panorama swf in pano2qtvr and i'd like to load into other swf(flash9, AS2), but the problem is if i use my panorama, it doesn't work, but if i use "park.swf" from the container tutorial, it works... so i have no idea what's the problem and what's the different between 2 swf file...