Search found 35 matches

by Noisy
Tue Oct 19, 2010 2:15 pm
Forum: Pano2VR/Object2VR Skins
Topic: can this be done? new window popup...
Replies: 5
Views: 4018

Re: can this be done? new window popup...

Interestingly enough the example posted in this thread http://gardengnomesoftware.com/forum/viewtopic.php?f=13&t=5125&p=20111#p20111 does just that ( only for the school info and print brocure links). ( in firefox on a mac at least) I've looked at the source quickly but can't at a glance see...
by Noisy
Thu Oct 14, 2010 4:20 pm
Forum: Pano2VR/Object2VR Skins
Topic: PRELOADING OF SCENES ETC
Replies: 10
Views: 14342

Re: PRELOADING OF SCENES ETC

This might be of use
http://www.pageresource.com/jscript/jpreload.htm
Should work for any asset with a bit of adaption, mind you I havn't tried it for a swf file.
by Noisy
Thu Oct 14, 2010 4:13 pm
Forum: Pano2VR/Object2VR Skins
Topic: PRELOADING OF SCENES ETC
Replies: 10
Views: 14342

Re: PRELOADING OF SCENES ETC

Can you clarify how you are loading things in the first place? what are the scripts you refer to?
by Noisy
Wed Oct 13, 2010 2:11 am
Forum: ActionScript
Topic: Wave distortion at look pano.swf from Flash - one more time
Replies: 7
Views: 5905

Re: Wave distortion at look pano.swf from Flash - one more t

Not exactly sure 'why' your client requires the out of date Flash viewer Version 9. Version 10 has been in use for almost a year now. . Because that's what clients do, non-negotiable. It really dosn't matter why. Although the why is ....if the client is a big company/goverment/ local authority the ...
by Noisy
Mon Oct 11, 2010 5:36 pm
Forum: Pano2VR general
Topic: VERY,very disappointed with version3-output
Replies: 6
Views: 3641

Re: VERY,very disappointed with version3-output

Pano2VR 3.0 has a new rendering engine that works in a complete different way then Pano2VR 2.x. I didn't spend much time optimizing for Flash 9 because the penetration is now around 2%. Maybe I will have a look and see if I can improve the quality, but to be honest I guess Flash 9 will be <1% at th...
by Noisy
Mon Oct 04, 2010 12:35 am
Forum: Pano2VR/Object2VR Skins
Topic: Thumbnail skin help
Replies: 4
Views: 3264

Re: Thumbnail skin help

Hi To do this (assuming AS3), I'd use the Tween class to change the x parameter of your thumbnail container and add an event listener for the COMPLETE event, I think there's an example in the flash help for that kind of thing . somthing like thumbTween = new Tween(thumbnailContainer, "x", ...
by Noisy
Fri Oct 01, 2010 5:57 pm
Forum: ActionScript
Topic: Stack of Two - (AS3 Preloader experiment)
Replies: 14
Views: 11664

Re: Stack of Two - (AS3 Preloader experiment)

Thanks again Robert, On my PC I had to set a ridiculously short delay interval to get a reasonable fading time, so apparently it is a performance-sensitive mechanism in spite of the timer. That's a pity. I'll increase the interval (in milliseconds), hopefully it will be possible to find value that'...
by Noisy
Fri Oct 01, 2010 4:59 pm
Forum: ActionScript
Topic: Transparency in cube faces?
Replies: 9
Views: 6735

Re: Transparency in cube faces?

That's really nice, most obvious when moving up and down!
by Noisy
Fri Oct 01, 2010 4:46 pm
Forum: ActionScript
Topic: Hotspotarea via API
Replies: 1
Views: 2984

Re: Hotspotarea via API

You can make a hotspot any shape you want and add it with code but unfortunately as far as i can see it dosn't distort along with the pano, only ones that are embedded when you make the pano do that. This is the No 1 feature I'd like to see actually. I'm going to try making something to allow a hots...
by Noisy
Fri Oct 01, 2010 3:49 pm
Forum: ActionScript
Topic: Question about Pano2VR & Flash AS3 communication
Replies: 1
Views: 2873

Re: Question about Pano2VR & Flash AS3 communication

You probably need to add your hotspots using actionscript (see the API) and then set the value of a variable in a handler for the hotspot .
by Noisy
Fri Oct 01, 2010 3:06 pm
Forum: ActionScript
Topic: switching between different swf's
Replies: 1
Views: 3102

Re: switching between different swf's

seems like the object movie is being loaded Into the next available depth. need to see the code that's actually used.

if that is the case, a quick fix after you have loaded it could be

objectMovieName.swapDepths(border);

but it would be better to get it in the right place first go.
by Noisy
Fri Oct 01, 2010 2:31 pm
Forum: ActionScript
Topic: Movement of imported pano (the object itself)
Replies: 3
Views: 3722

Re: Movement of imported pano (the object itself)

Hi guys

when you are authoring the pano, you need to deselect the 'Change stage quality" option on the flash settings page.
by Noisy
Fri Oct 01, 2010 2:26 pm
Forum: ActionScript
Topic: Center Obj SWF within larger Flash Container
Replies: 2
Views: 3178

Re: Center Obj SWF within larger Flash Container

Hi Sorry this is slow, not been on here for a while. so way past your deadline, glad you got a fix! If I'm right in following your solution, you are loading the pano into the movieclip and moving the clip to suit the width of the pano? what if you want to load a different size pano? try (after load ...
by Noisy
Fri Jun 29, 2007 9:54 pm
Forum: Pano2QTVR release
Topic: pano2 for mac?
Replies: 8
Views: 9146

thomas wrote:I am working on it. Give me some more month time....
Hey Thomas , You've got till the end of November when I switch at last :)
by Noisy
Tue May 29, 2007 9:11 pm
Forum: Pano2QTVR - Flash
Topic: Pano question
Replies: 1
Views: 3314

As a wild guess you may have a conflict with a "onEnterFrame" function definition but without seeing the fla... who knows!