Search found 40 matches

by commodore64
Mon Oct 10, 2011 12:49 pm
Forum: ActionScript
Topic: Minimap current location after "openNext" in as3?
Replies: 3
Views: 26770

Re: Minimap current location after "openNext" in as3?

one limitation: "...dispatchEvent(new MouseEvent(MouseEvent.CLICK));"
cannot be used from javascript-to-actionscript.. (it needs actual flash click from user to work)
by commodore64
Thu Sep 29, 2011 11:02 am
Forum: ActionScript
Topic: Minimap current location after "openNext" in as3?
Replies: 3
Views: 26770

Re: Minimap current location after "openNext" in as3?

hmm.. dispatchevent mouse.click only seems to work in Flash editor, not after its published as swf/html.. maybe something to do with panorama being separate .swf or security settings..(?) *edit: fixed, not sure what was the problem but moved the function somewhere else and used the swf on web server...
by commodore64
Mon Jul 25, 2011 1:58 pm
Forum: ActionScript
Topic: Minimap current location after "openNext" in as3?
Replies: 3
Views: 26770

Re: Minimap current location after "openNext" in as3?

temporary solution: Instead of using AS3 for loading the next swf with ".openNext", send a button click to your minimap hotspot, then your skin handles the radar etc. ...dispatchEvent(new MouseEvent(MouseEvent.CLICK)); (just need to manually dig the buttons and get their names using .getCh...
by commodore64
Mon Jul 25, 2011 9:56 am
Forum: ActionScript
Topic: Catch minimap button click? (as3)
Replies: 2
Views: 24833

Re: Catch minimap button click? (as3)

Temporary solution:
Going thru the objects & variables with AS3 (using getChild and others..)
you can read some values from panorama, to get the panorama name.

(maybe could catch the mapbutton that way also, but just needed the currentpanorama name for now..)
by commodore64
Wed Jul 06, 2011 2:07 pm
Forum: ActionScript
Topic: Minimap current location after "openNext" in as3?
Replies: 3
Views: 26770

Minimap current location after "openNext" in as3?

hi, Just 1 more.. : ) In flash as3, if you load next panorama with: <panoclip>.pano.openNext(<url:String>,<target:String>); // open a new panorama.swf within the current player, target can be "pan/tilt/fov" How to set current spot location in minimap? (with as3 or using skin actions) (sinc...
by commodore64
Tue Jul 05, 2011 10:57 am
Forum: ActionScript
Topic: Get hotspot location? (in flash as3)
Replies: 0
Views: 22356

Get hotspot location? (in flash as3)

hi,

Tried searching the forum/documents,
but didnt find a way to get hotspot location in flash api..?

ie. missing something like,
<panoclip>.pano.GetHotspotPan..(<id:String>);
<panoclip>.pano.GetHotspotTilt..(<id:String>);
by commodore64
Mon Jun 27, 2011 8:12 am
Forum: ActionScript
Topic: Catch minimap button click? (as3)
Replies: 2
Views: 24833

Catch minimap button click? (as3)

Hi, Is there some way to catch (minimap) button click? On the API there are hotspot events, but not normal buttons..(?) What I want to do is, I have added 360loader on flash (from api sample code), then if I click minimap (or basically, if I change panorama (using the skin buttons), I need the new p...
by commodore64
Fri Feb 26, 2010 7:57 am
Forum: Pano2VR general
Topic: Here's a little tour I just completed
Replies: 1
Views: 1721

Re: Here's a little tour I just completed

nice.

but page background color..Image
by commodore64
Thu Feb 25, 2010 10:56 am
Forum: Pano2VR general
Topic: Hotspot creation problems
Replies: 29
Views: 18480

Re: Hotspot creation problems

this problem is fixed with: 2.3.1 (64bit version)

Edit cube faces as horizontal cross works.
by commodore64
Wed Feb 24, 2010 7:43 am
Forum: Pano2VR general
Topic: full screen pano display across multiple screens?
Replies: 1
Views: 1480

Re: full screen pano display across multiple screens?

try this:
http://gizmoware.net/flashdancer/
"Flash Dancer lets you launch Adobe Flash files fullscreen on any monitor, or spanning fullscreen across multiple monitors."

I read that Director can span .swf on atleast 2 screens also.
by commodore64
Fri Feb 19, 2010 8:03 am
Forum: Pano2VR general
Topic: Hotspot creation problems
Replies: 29
Views: 18480

Re: Hotspot creation problems

hi,

thanks, that works.

(I do have 8gb, but image size is 2800x17000..)
by commodore64
Wed Feb 17, 2010 7:59 am
Forum: Pano2VR general
Topic: Hotspot creation problems
Replies: 29
Views: 18480

Re: Hotspot creation problems

hi,

nope..didnt work.

Can anyone test, if you can add area hotspots to anything else than "Equirectangular" images ?
(for example try convert it to vertical/horz. strips/tee/cross, then try adding area hotspots)
by commodore64
Tue Feb 16, 2010 7:50 am
Forum: Pano2VR general
Topic: Hotspot creation problems
Replies: 29
Views: 18480

Re: Hotspot creation problems

hi, oh thanks..I was thinking 2.3 B6 is higher : ) unfortunately didnt fix the problem, when adding a area hotspot, it says no hotspot file, want to create one? - Ok > crash.. But it works, if I convert my vertical strip to "Equirectangular" first.. Seems to crash with vertical strip every...
by commodore64
Mon Feb 15, 2010 3:23 pm
Forum: Pano2VR general
Topic: Hotspot creation problems
Replies: 29
Views: 18480

Re: Hotspot creation problems

area hotspot crash problem also.. v2.3 beta 5 (and didnt find the page for beta 6 download anymore..) copying a previous *_hs.png didnt help.. few notes: - No crash when adding area hotspots, if my panorama is: "auto - Equirectangular" (tif) - Crash when adding area hotspot, if panorama is...
by commodore64
Tue Feb 09, 2010 10:08 am
Forum: Pano2VR general
Topic: What software can convert Sphere video to 3 * 2 Cube video
Replies: 2
Views: 1959

Re: What software can convert Sphere video to 3 * 2 Cube video

maybe you can:
- convert video frames to images (then convert the single frames to 3x2 video frames)