Search found 5 matches

by jcg
Mon Jun 25, 2007 8:31 pm
Forum: Pano2QTVR - Flash
Topic: Object Movie will not play nice with Panorama
Replies: 0
Views: 2840

Object Movie will not play nice with Panorama

:cry: :cry: :cry: I have a object movie and a panorama that I want to run in the same move at different points activated by different buttons. Whichever of the two I select first runs fine but the other will not. So I took them and loaded them into the demo code from : http://www.pano2qtvr.com/sampl...
by jcg
Sat Jun 23, 2007 4:20 pm
Forum: Pano2QTVR - Flash
Topic: Mask for flash
Replies: 4
Views: 8622

thanks, the only add I had to make to get it to work was

pano_mc._lockroot = true;
by jcg
Wed Jun 20, 2007 10:33 pm
Forum: Pano2QTVR - Flash
Topic: Mask for flash
Replies: 4
Views: 8622

Mask for flash

I am having trouble importing the swf I create with Pano2qtvr and then having it appear behind a mask (scripted). Does anyone have any hints as to how to accomplish this?

Thanks for any help.
by jcg
Sun Jun 17, 2007 9:47 pm
Forum: Pano2QTVR - Flash
Topic: Can't load flash object movie into a swf
Replies: 2
Views: 4007

Problem solved with _lockroot = true

Actually the problem was that the movie refers to itself as root.

_lockroot = true;

took care of the problem.

Thanks for your help.
by jcg
Thu Jun 14, 2007 11:57 pm
Forum: Pano2QTVR - Flash
Topic: Can't load flash object movie into a swf
Replies: 2
Views: 4007

Can't load flash object movie into a swf

I am using pano2qtvr to make a object movie with individual images. I am creating a flash movie ("oMovie.swf"). In another flash movie I am creating a mc holder_mc to play the object movie and then loading the one swf into the other with: holder_mc.loadMovie("oMovie.swf",1) in ac...