Page 1 of 1

URGENT: Big problem with attachVideo with Pano2VR R3 pano

Posted: Wed Apr 06, 2011 6:27 am
by Sascha Selent
Hi.

We have a big problem with attaching a video via Flash CS5 AS3 to a Pano2VR R3 pano. Following the instructions in the Flash API we get the following result (blue button loads the video, red button pauses the video):
http://www.deepartmend.de/tl_files/exch ... _tour.html

We just call the API-code from the blue button:

Code: Select all

vr.attachVideo('<video url="flur_zu_kueche_2046_800_kf1_cp.flv"/>');
The attached images also show the problem - in case that the video-pano is shown properly in your Flash-Player. My Flash-Plugin for FF is 10.2.153.1.

If the video is attached via HTML / JS from Pano2VR R3 it works fine:
http://www.deepartmend.de/tl_files/exch ... _html.html

It seems that something has changed in R3 that is not documented in the API.

So please how can this be fixed?

Sascha

Re: URGENT: Big problem with attachVideo with Pano2VR R3 pan

Posted: Fri Apr 08, 2011 1:40 am
by thomas
Hmmm... If I use your video file it works fine in my container. You can see it at http://gardengnomesoftware.com/test/attach/ (just click on any hotspot to start video).

Re: URGENT: Big problem with attachVideo with Pano2VR R3 pan

Posted: Thu Apr 28, 2011 4:24 pm
by Sascha Selent
Hi Thomas.

Thanks for answering.

I saw you changed the API. You did the same as we found out to be the solution: commenting out the line

Code: Select all

//	vr.isFlash10=false; // Disable Flash 10 rendering if the container is Flash 9
This line did the problem.

So there is no fallback for Flash 9, anything you do with Pano2VR R3 needs Flash-Player 10, right?

Kind regards.

Sascha