Search found 14 matches

by soupstudio
Wed Jul 23, 2008 12:17 pm
Forum: Pano2VR general
Topic: How to remove Hotspot (with flash)?
Replies: 1
Views: 2867

How to remove Hotspot (with flash)?

We can add hotspot mc with flash API.
But I cant delete it. :(
How can I remove(delate) hotspot mc ?

Thanks in Advance for your Help.
Soupstudio
by soupstudio
Fri Jul 18, 2008 10:44 pm
Forum: Pano2VR general
Topic: Pano2VR - Flash 9 API
Replies: 36
Views: 38409

Re: Pano2VR - Flash 9 API

I can add hotspot mc with flash API.
But I cant delete it.
How can I remove(delate) hotspot mc ?

Thanks in Advance for your Help.
Soupstudio
by soupstudio
Sat Jul 05, 2008 7:10 pm
Forum: Pano2VR general
Topic: Pano2VR - Flash 9 API
Replies: 36
Views: 38409

Re: Pano2VR - Flash 9 API

Ups..... ok, sorry my mistake.... you need to submit the XML string as in the HTML page, not just the url. if you change the line to var VideoUrl:String = "<video url=\"movie.flv\"/>"; it should work just fine. Wao! :o Thank you thomas! It's displayed and moving!!! It was xml. I...
by soupstudio
Sat Jul 05, 2008 5:19 pm
Forum: Pano2VR general
Topic: Pano2VR - Flash 9 API
Replies: 36
Views: 38409

Re: Pano2VR - Flash 9 API

You need to have a movie attached with vr.attachVideo(url) . After that you should see the variable. Of course I did so it. The answer that I want is not having variable or not. Why is not video displayed ? with flash API. I want to know the reason that I cannot display. Will you watch my test.fla ...
by soupstudio
Mon Jun 30, 2008 4:35 pm
Forum: Pano2VR general
Topic: Pano2VR - Flash 9 API
Replies: 36
Views: 38409

Re: Pano2VR - Flash 9 API

You have to attach the movie after init so ....code.... should do the trick. Flash Output panel says that No property of video. Therefore I previewed it in debugMode of flash. "vr.pano.video" was not found in a variable panel . Does API of video really act? Is there any condition? I hope ...
by soupstudio
Wed Jun 25, 2008 6:43 am
Forum: Pano2VR general
Topic: One time flash panoramic video
Replies: 6
Views: 5988

Re: One time flash panoramic video

I tried it in any ways, but video is not displayed.
※So can't video control, too.

Will it be really possible when I use API?

If there is the person who was able to do it, please help me.
※sorry in poor English.
by soupstudio
Thu Jun 19, 2008 10:43 am
Forum: Websites Gallery
Topic: My first panosite(test).
Replies: 3
Views: 4268

Re: My first panosite(test).

midtsy wrote:May I ask how you make one of those buttons? Do you have to make just 2 sizes ? or more. Thanks for sharing .
Thanks midtsy.

I transformed Equirectangular to a mirror ball image by pano2vr.
and the skin is here.
by soupstudio
Thu Jun 19, 2008 9:32 am
Forum: Pano2VR general
Topic: Bind video.
Replies: 1
Views: 2705

Bind video.

I cant bind video with API. code is below......... function finished_loading (e:Event) { } function initHandler(event:Event):void { trace("initHandler: " + event); vr = MovieClip(loader.content); // cast 'DisplayObject' to 'MovieClip' vr.pano.setWindowSize(640,360); var VideoUrl:String = &...
by soupstudio
Thu Jun 19, 2008 8:59 am
Forum: Websites Gallery
Topic: My first panosite(test).
Replies: 3
Views: 4268

My first panosite(test).

It is made with pano2vr.

It is the record of a demolished kindergarten.
※My daughter went for 3 years.

http://www.soupstudio.jp/websteps/yuuki/airplane.html

It's too heavy...
and
It's Japanese indication...sorry.
by soupstudio
Tue Jun 03, 2008 10:19 pm
Forum: Pano2VR general
Topic: Pano2VR - Flash 9 API
Replies: 36
Views: 38409

Re: Pano2VR - Flash 9 API

thomas wrote:You have to attach the movie after init so
Thank you Thomas.
I try your code...but I cannt. :|
※And perhaps I tried the same thing before....

Needs change html souce?
by soupstudio
Tue Jun 03, 2008 5:20 am
Forum: Pano2VR general
Topic: Pano2VR - Flash 9 API
Replies: 36
Views: 38409

Re: Pano2VR - Flash 9 API

Hello. I want to control Flash Panoramaic Video with AS3. So I try to load Flash 9.0 movies(movie.swf) made with Pano2vr beta 7. And bind a Flash Panoramic video(panorama.flv) with API code. But I cannt.Only load&play movie.swf. I'm using the following code var vr:MovieClip; vr = MovieClip(loade...
by soupstudio
Mon Jun 02, 2008 6:28 am
Forum: Pano2VR general
Topic: One time flash panoramic video
Replies: 6
Views: 5988

Re: One time flash panoramic video

I tried AS3 coding at last weekend. However, it was not Flash Panorama Video(FPV) only in a Single Frame Panorama that it was displayed. . Can you help me about that? My AS3 is below. import flash.display.*; import flash.net.URLRequest; import flash.events.Event; import flash.media.Video; import fla...
by soupstudio
Fri May 30, 2008 11:19 am
Forum: Pano2VR general
Topic: One time flash panoramic video
Replies: 6
Views: 5988

Re: One time flash panoramic video

You can do this if you embed the Panorama into a container. Then you can access the video object directly an trigger actions. I will add that information later to the Flash API wiki page, Thank you for your advice. Thomas. I saw Flash API WiKi( http://gardengnomesoftware.com/wiki/Pano2VR_-_Flash_AP...
by soupstudio
Thu May 29, 2008 2:01 pm
Forum: Pano2VR general
Topic: One time flash panoramic video
Replies: 6
Views: 5988

One time flash panoramic video

Hello

I want to make a site with Flash Panoramic Video(FPV). I have two questions.

1)How can I play only one time of FPV?
※This sample FPVhttp://gardengnomesoftware.com/pano2vr_ ... =timelapse is looping, too.

2)When FPV is finished, I want to goto other page (or open other swf).