The controller thread!

Specific Q&A about the new Flash export
Locked
widdi
Posts: 5
Joined: Tue Sep 12, 2006 4:04 pm

Hi Guys!

Thomas - wonderful work by the way and keep it up!

To say thanks I`ll give away some controllers as I get time to make them.

this one is a simple transparent one with zoom and rotation options.

http://www.visitvr.com/controllers/controller.swf

just goto the page and "save page"

save it as controller.swf and rename it to whatever you chose in the controller option in the flash tab.

More to come as I need em

cheers

John
epoc
Posts: 56
Joined: Wed Sep 13, 2006 12:23 am

Hi John,

Great work. Look forward to more controllers. :D

Regards
E
User avatar
marktold
Posts: 23
Joined: Mon Sep 11, 2006 12:51 pm
Location: Switzerland
Contact:

This controller is for bottom left only!!

It slides in and out and is capable off displaying information you provided in Pano2QTVR (will work in future releases)

http://www.marktold.com/pano2qtvr/contr ... slider.swf

Used some naming convention. Might be a good idea to keep it that way.

I would recommend that anyone providing sliders should follow this rools

controller_ (for all controllers)
all_ (if working anywere)
all_left (if working top, center, bottom but only left)
bottom_all (if working on bottom only left, center, right is ok)
bottom_left (if only working bottom left)
description.swf

So if you have many controllers you could figure out which would work were from the name of it.

Hope you like it.

Regards Markus
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Markus,

How about offering up the .fla file as a good guide on what is required.
I think your idea is very good. Only I would like to change the graphics to my own.

Regards, Smooth 8)
Image
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

You can see Markus controller .. I put it on this flash pano

http://www.360texas.com/services/softwa ... es/hd.html
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
marktold
Posts: 23
Joined: Mon Sep 11, 2006 12:51 pm
Location: Switzerland
Contact:

@smooth

This one is still under constructions and will have to be much more complicated to work with future releases.

I allready put a lot of work into it so I am not sure yet if I want to give the .fla away.

Will think about it.

Regards Markus
https://www.marktold.com
Design & Photography
we make you look good!
baoputzi
Posts: 14
Joined: Tue Sep 19, 2006 10:28 am
Location: Cologne/Germany
Contact:

1. Is there any description of the accessible objects of the pano.swf ?

2. Also there could be a controller class included which will enable to use a pano2VR component from within flash as with the Flash mediacontrol components.

3. I suffer from a flashplayer crash when closing my testpano. Problem Signature Standalone flashplayer 8.0.0.478 ModName ntdll.dll, ModVer 5.1.2600.2180 Offset 00010f29
It happend only when the flashplayer window was closed. The pano etc. worked fine. The file size of the .swf is 2.21Mb it happend with the controller provided by Thomas and the one downloaded from Markus.

BTW Markus I presume to better delete the Tween variables when the motion is finished. Otherwise the flashplayer will create a new tween whenever the button is clicked. This could easily be done with tweenIn.onMotionFinished = function(){
delete tweenIn;
}
its just a small input to a nice job :)

peter
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

baoputzi wrote:1. Is there any description of the accessible objects of the pano.swf ?
Not now.... because I want to make a nice interface to the functions. But since a lot of people have interest in it I will included this with the next version.
baoputzi wrote:2. Also there could be a controller class included which will enable to use a pano2VR component from within flash as with the Flash mediacontrol components.
Maybe some day. Sounds like a good idea.
baoputzi wrote:3. I suffer from a flashplayer crash when closing my testpano. Problem Signature Standalone flashplayer 8.0.0.478 ModName ntdll.dll, ModVer 5.1.2600.2180 Offset 00010f29
Ohh... I will test this later this week
MfG, Thomas
User avatar
marktold
Posts: 23
Joined: Mon Sep 11, 2006 12:51 pm
Location: Switzerland
Contact:

@all

Thomas will inclcude the .fla file for the slider controller I built in the next beta release.

If anyone cant wait till drop me a mail at mb (at) marktold (dot) com

Regards
Markus
https://www.marktold.com
Design & Photography
we make you look good!
sachagriffin
Posts: 9
Joined: Thu Oct 05, 2006 4:48 am

Controller broken when src swf is on another domain.

It just acts freaky.
I have the controller on the source domain and the domain where the swf is..

<object width=600 height=400 classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0">
<param name="FlashVars" value=""/>
<param name="Src" value="http://www.seeit360.net/media/hdtn1_s.swf"/>
<embed pluginspage="http://www.adobe.com/go/getflashplayer" quality="high" src="http://www.seeit360.net/media/hdtn1_s.swf" type="application/x-shockwave-flash" width="600" height="400" >
</embed>
</object>
Sacha Griffin
Southern Digital Solutions LLC
404-551-4275
http://www.seeit360.net
Locked