Search found 27 matches

by Firefoxer
Thu Mar 11, 2010 7:52 am
Forum: Pano2VR general
Topic: Sound problem with external panorama.
Replies: 1
Views: 1605

Sound problem with external panorama.

I use my own swf container to load panorama with 3d sound. Sound doesn't work in container, it works only when I connect directly to pnorama.
by Firefoxer
Tue Jul 14, 2009 12:02 pm
Forum: Pano2VR general
Topic: Bug: program freezes in patch update dialog
Replies: 2
Views: 1825

Re: Bug: program freezes in patch update dialog

2.3 beta Win In this version program didn't freeze anymore, but: got more questions: 1. Why program launch "image rescaling" when I click "no" in patch input window? 2. Bug with paths appeared in 2.3 beta. After dragging input image to new project, saving project to another folde...
by Firefoxer
Thu Jul 02, 2009 9:24 am
Forum: Pano2VR general
Topic: Bug: program freezes in patch update dialog
Replies: 2
Views: 1825

Bug: program freezes in patch update dialog

When clicking NO in dialog "Update image patch?" program freezes.
by Firefoxer
Thu Jul 02, 2009 9:19 am
Forum: Pano2VR general
Topic: Feature request: patch image input in batch processing
Replies: 1
Views: 1677

Feature request: patch image input in batch processing

Changed my method of nadir point recovery, now I'm using patch input. Great thing in good hands!
But was very surprised when got unpatched output files in batch mode.

Hi, Thomas! I'm not sure, is it a "bug"?
by Firefoxer
Mon Jun 29, 2009 8:22 am
Forum: Pano2VR general
Topic: Flash 10 vs. flash 9 rendering performance
Replies: 2
Views: 2319

Re: Flash 10 vs. flash 9 rendering performance

Thank you. I'll be waiting for good news.
by Firefoxer
Sat Jun 27, 2009 2:10 pm
Forum: Pano2VR general
Topic: Flash 10 vs. flash 9 rendering performance
Replies: 2
Views: 2319

Flash 10 vs. flash 9 rendering performance

Hi, Thomas! It was very cool when flash 10 made it possible to solve "wavy" problem, but this new rendering is much slower then older one for flash 9. Checked it in krpano too, got the same result. Is it possible to disable flash 10 rendering in this version? Can I wait this option in next...
by Firefoxer
Wed May 06, 2009 9:41 am
Forum: Pano2VR general
Topic: Mousewheel still backwards...
Replies: 2
Views: 2438

Re: Mousewheel still backwards...

Joining this request again.
by Firefoxer
Thu Apr 23, 2009 6:57 am
Forum: Pano2VR general
Topic: PanoCube/init() Error
Replies: 6
Views: 5529

Re: PanoCube/init() Error

I'm working with Actionscript Project in Flex Builder 3. Yes, with a lot of .as files.
by Firefoxer
Fri Apr 17, 2009 4:36 pm
Forum: Pano2VR general
Topic: PanoCube/init() Error
Replies: 6
Views: 5529

Re: PanoCube/init() Error

I use it only once in my code: public function loadPan():void { panLoader = new Loader (); addChild(panLoader); panLoader.contentLoaderInfo.addEventListener(Event.INIT,panInitListener); var urlRequest:URLRequest=new URLRequest(loadPath); panLoader.load(urlRequest); } private function panInitListener...
by Firefoxer
Wed Apr 15, 2009 9:43 am
Forum: Pano2VR general
Topic: PanoCube/init() Error
Replies: 6
Views: 5529

Re: PanoCube/init() Error

You need to check panorama before first use with ENTER_FRAME evnt like this :

if ((panLoader.content as Object).pano != null) {
//insert your code here
} else {
//repeat check
}
by Firefoxer
Wed Apr 15, 2009 9:37 am
Forum: Pano2VR general
Topic: Bug with panoramas in AIR
Replies: 0
Views: 1460

Bug with panoramas in AIR

It's a bug report for Thomas. I'm using your lates 2.2.x version of Pano2VR in my AIR project and found security error: SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code. at flash.display::Loader/_loadBytes() at flash.display::Loader/loadBytes() at ...
by Firefoxer
Wed Nov 26, 2008 12:11 pm
Forum: Pano2VR general
Topic: latest tour.......
Replies: 2
Views: 2537

Re: latest tour.......

Nice tour. But what happened with the sky on outdoor panos? Examples: http://www.360imagery.co.uk/VT/stjames/001.html and http://www.360imagery.co.uk/VT/stjames/006.html. On second link sky is more realistic but where the sun is ... What software do you use in your workflow? Maybe it's a problem wit...
by Firefoxer
Sun Nov 23, 2008 12:48 pm
Forum: Pano2VR general
Topic: Mouse wheel and mouse panning control.
Replies: 3
Views: 3023

Re: Mouse wheel and mouse panning control.

To increase the speed of moving when pressing on arrows on keyboard I wrote this code: _root.createEmptyMovieClip('keycontrol',this.getNextHighestDepth()); var keyobj = new Object(); Key.addListener(keyobj); keyobj.onKeyDown = function() { keycontrol.onEnterFrame = function() { //trace(Key.getCode()...
by Firefoxer
Sun Nov 23, 2008 8:39 am
Forum: Pano2VR general
Topic: Mouse wheel and mouse panning control.
Replies: 3
Views: 3023

Re: Mouse wheel and mouse panning control.

And I was asking it few weeks ago.
by Firefoxer
Sat Nov 22, 2008 12:52 pm
Forum: Pano2VR general
Topic: Bug with Flash 8 panorama when going to Fullscreen
Replies: 8
Views: 5200

Re: Bug with Flash 8 panorama when going to Fullscreen

Thank's for your help, Thomas. I need to remove panorama because of downloading an another version of panorama in fullscreen mode (higher quality) that must fill all scene. And when going back to nonfullscreen I want to load a low quality pano that will fill only a specified zone in my swf (setting ...