Search found 209 matches

by Sebastian
Fri Mar 20, 2009 1:24 am
Forum: Pano2VR general
Topic: Importing into Flash
Replies: 3
Views: 2309

Re: Importing into Flash

I have opened the panorama as a projector but the hot spots do not work. I did not bring the panorama swf file into Flash but opened it with the Flash Player and saved it as a projector file. Am I doing something wrong or will the hotspots not work when you create a projector file in this manner? I...
by Sebastian
Fri Mar 20, 2009 12:50 am
Forum: Pano2VR general
Topic: Html template - Insert panorama into a table
Replies: 3
Views: 3577

Re: Html template - Insert panorama into a table

As you can see in your code, there is two HEAD and BODY tags. You copy paste by mistake too much stuff into your HTML :) Also, I would suggest, instead of using Table, use DIV <div id="flashcontent"> to place flash content within that, and set it to 100% using: #flashcontent {height: 100%;...
by Sebastian
Thu Mar 19, 2009 5:00 pm
Forum: Pano2VR general
Topic: Importing into Flash
Replies: 3
Views: 2309

Re: Importing into Flash

As long as you author the file as AS 3.0 you could use the regular Loader class. If I'm not wrong the Pano2Vr has a wiki with example code. In a nutshell it's something like that: var request:URLRequest = new URLRequest("http://www.yourname.com/panorama.swf"); var loader:Loader = new Loade...
by Sebastian
Thu Mar 19, 2009 4:39 pm
Forum: Pano2VR general
Topic: Html template - Insert panorama into a table
Replies: 3
Views: 3577

Re: Html template - Insert panorama into a table

Hi there

Could you post your html source code?
Most likely you overlooked something, let us have a look and tell you where the problem is.

regards

Sebastian
by Sebastian
Wed Mar 18, 2009 12:29 am
Forum: Pano2VR general
Topic: html fullscreen code without close link / no white
Replies: 1
Views: 2590

Re: html fullscreen code without close link / no white

In your CSS tag, right after the height:100%; add overflow: hidden; The full html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8&...
by Sebastian
Tue Mar 17, 2009 1:36 am
Forum: Pano2VR general
Topic: Adobe Director 11 / flash 9 ouput not functioning
Replies: 4
Views: 2829

Re: Adobe Director 11 / flash 9 ouput not functioning

Hi there The problem is that Flash, as usual, was published in a hurry to meat the deadline and there are still some problems with the player 10 that Adobe couldn't fix on time. In fact when we were testing Diesel, the beta CS4, there were some features that last moment has been dropped because they...
by Sebastian
Sat Mar 14, 2009 11:23 am
Forum: Pano2VR general
Topic: SlideShowPro with FLV from Pano2VR
Replies: 1
Views: 1920

Re: SlideShowPro with FLV from Pano2VR

Honestly, don't really see the point. By using Flash is very easy to achieve that. The problem is you are using two products which are pre define canned templates like, catering for only very specific output, so there are always some limitations. With Flash you have the freedom to do whatever you wa...
by Sebastian
Sat Mar 14, 2009 11:10 am
Forum: Pano2VR general
Topic: Adobe Director 11 / flash 9 ouput not functioning
Replies: 4
Views: 2829

Re: Adobe Director 11 / flash 9 ouput not functioning

Hi there

Director 11 can only support Flash Actionscript version 2.0 which will be flash 8. Flash 9 and 10 are AS 3.0
Just like with Flash and QuickTime communication using AS, QT it's always one or two generations behind, so are other
tools and Director as well.

regards

Sebastian
by Sebastian
Sat Mar 14, 2009 10:52 am
Forum: Pano2VR general
Topic: Why I can't go into a new URL when I click a hotspot
Replies: 12
Views: 7845

Re: Why I can't go into a new URL when I click a hotspot

hmmm... what else could it be. Player security setting? Perhaps player is blocking file from opening the link. If you run it from desktop off line, you might want to set the permission to your drive c:\ so any files executed from your computer won't be blocked. You can view the setting from right cl...
by Sebastian
Sat Mar 14, 2009 10:42 am
Forum: Pano2VR general
Topic: Open next panorama
Replies: 4
Views: 3249

Re: Open next panorama

Can I just point something ? I believe the problem is in the Starting page. Perhaps you could use regular HTML and images to link to your Panorama and not use the QT2VR to produce it. Flash share library and actions with its loaded content. The first file that is loaded into flash player makes the b...
by Sebastian
Fri Mar 13, 2009 11:22 am
Forum: Pano2VR general
Topic: Open next panorama
Replies: 4
Views: 3249

Re: Open next panorama

Did you include the same skin in the other files?
If you view your panorama individually, you need to place the skin in every one of the files.
by Sebastian
Fri Mar 13, 2009 11:17 am
Forum: Pano2VR general
Topic: Why I can't go into a new URL when I click a hotspot
Replies: 12
Views: 7845

Re: Why I can't go into a new URL when I click a hotspot

If it works on one but doesn't on another, my guess is the other computer doesn't have the latest player installed. It would make sense because the action script 2.0 and 3.0 syntax for getURL request has changed so the older player couldn't possibly understand that action, hence fail to work. Try to...
by Sebastian
Thu Feb 26, 2009 2:10 am
Forum: Pano2VR general
Topic: Create CD/DVD for client
Replies: 8
Views: 6088

Re: Create CD/DVD for client

Forgot to say, you could download the player from http://www.adobe.com/support/flashplayer/downloads.html These are mostly updates and bug fixed versions etc... tho still working and functional. Just look for standalone projectors, or get one here directly: http://tinyurl.com/cgfnrv It's from my CS4...
by Sebastian
Thu Feb 26, 2009 1:12 am
Forum: Pano2VR general
Topic: Create CD/DVD for client
Replies: 8
Views: 6088

Re: Create CD/DVD for client

Hi folks Publishing the final swf's or mov's onto a client CD is one thing. But being able to launch the file a) automatically like an autorun, is this possible ? b) using swf/mov player I can add on CD and which doesn't need install does that exist? c) using a swf viewer one can integrate on CD fo...