Create your own controller

Specific Q&A about the new Flash export
Locked
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Currently there is the controller.fla file within the Pano2QTVR/flash directory. This is the project file for the controller.swf but it should be possible to write your own Controller with other Software wich is cable to produce Actionscript 2.

You need only a global function variable

var playerControl:Function;

and than you can call the actions from your buttons f.e:

playerControl("pan",-1);

Possible actions are:
"pan", "tilt", "zoom", "fov", "autoplay"

If you have your own controller please let us know!
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

Hi Thomas,

I saw in Panotools that the controller was created using Flash 8.

Is there a way you can save your Flash 8 controller so that it can be used on an earlier version of Flash.. like Flash MX ?

Thanks
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Ok, I have uploaded an MX version
http://www.pano2qtvr.com/download/controller_mx.zip
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

LOLLL.. think I will keep comments here in Forum

Our emails are crossing paths.

Yes, thank you for the MX version of the controller.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

ok, I just tried the MX controller .. and I got a 'Unexpected file format' notice.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Ok, you can try to create a controller yourself. Its not that complicated as you can read in the first post.
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

Hmm I only use FLASH MX with existing fla templates. Change color, scene size etc. Iam, like others not Flash programing proficient.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
Locked