Go Shopping Cart Site Map User Panel and Admin English Home

Home > Easypano Forum    Easypano Forum has been upgraded.

Easypano Forum


Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  Tourweaver
 
Subject Topic: Fullscreen: popup url Post Reply Post New Topic
Message posted by cegeland on October-06-2009 at 3:10am
View cegeland's Profile Profile   Search for other posts by cegeland Search   Quote cegeland Quote   Send Private Message Send Msg  
cegeland
Standard Member
Standard Member
Norway
October-06-2009
10 Posts

Hi!

I'm looking for a way to have a website pop up while still running the tour in fullscreen mode (the same way an swf file or image pops up). When I create a hotspot with a link to url action the tour will leave fullscreen and the website will open in the standard web browser.

It would open lots of possibilites if I could have the web site displayed "inside" the tour. Any way to accomplish this using Java etc?

I am also looking for an integrated way to display pdf files (with zoom/navigation function). I've tried using various third party applications but the resolution seems to be an issue (only a small section of the page in a document is visible inside the popup box - using swftools which creates swf files combined with rfxviewever or zviewer). Any suggestions?

I'm using TourWeaver 4 Pro

Thanks!


Message posted by nerjaace on October-06-2009 at 3:41am
View nerjaace's Profile Profile   Search for other posts by nerjaace Search   Visit nerjaace's Homepage www   Quote nerjaace Quote   Send Private Message Send Msg  
nerjaace
Avatar
Platinum Member
Platinum Member
 
May-10-2008
585 Posts

Hi, here is the javascript you need to open a pop up window:

newwindow=window.open("http://www.yourwebsitelink.html",'popupwindow',
  'width=400,height=375,left=300,top=100');

Just insert your own url and change the width and height to suit the window size.

I do not think it is possible to have it display inside the tour.

Hope this helps.

 


Message posted by cegeland on October-06-2009 at 4:15am
View cegeland's Profile Profile   Search for other posts by cegeland Search   Quote cegeland Quote   Send Private Message Send Msg  
cegeland
Standard Member
Standard Member
Norway
October-06-2009
10 Posts

Thanks for your suggestion. This is what I've tried and as you mention it looks like it is not possible to have it popup while still running fullscreen.

Maybe there's some sort of swf application that can fetch a url and display it inside the tour?


Message posted by Andrews on March-28-2011 at 3:50am
View Andrews's Profile Profile   Search for other posts by Andrews Search   Quote Andrews Quote   Send Private Message Send Msg  
Andrews
Standard Member
Standard Member
India
March-28-2011
1 Posts
Below is the best script I have found so far for a full browser popup window, which can be customised to show/hide Status Bar & Address bar, besides other elements..

let me know if anyone finds a better solution -
Cheers




<script language="javascript" type="text/javascript">
<!--

winWidth = 800; // sets a default width for browsers who do not understand screen.width below
winheight = 600; // ditto for height

if (screen){ // weeds out older browsers who do not understand screen.width/screen.height
   winWidth = screen.width;
   winHeight = screen.height;
}
     
// this function calls a popupWindow where
// win is the page address i.e. '../page.htm'

function popupWindow(win){
     
     newWindow = window.open(win,'newWin','toolbar=no,adressbar=no,location=no,scrollbars=no,resizable=yes,width='+winWidth+',height='+winHeight+',left=0,top=0');
     newWindow.focus();
}
// -->
</script>


-------------
AJD

Message posted by nerjaace on March-28-2011 at 7:37am
View nerjaace's Profile Profile   Search for other posts by nerjaace Search   Visit nerjaace's Homepage www   Quote nerjaace Quote   Send Private Message Send Msg  
nerjaace
Avatar
Platinum Member
Platinum Member
 
May-10-2008
585 Posts
Hi, I have tied this but it does not seem to work. I replaced the win with http://www.google.com but all i get is a message "path incorrect"

Could you give me a working example to paste in the Execute Script box so that I can see what I am doing wrong.

many thanks

Message posted by leescott on March-28-2011 at 2:37pm
View leescott's Profile Profile   Search for other posts by leescott Search   Visit leescott's Homepage www   Quote leescott Quote   Send Private Message Send Msg  
leescott
Avatar
Gold Member
Gold Member
United States
November-10-2008
314 Posts

For the PDF you might want to check out Madmux (Forum Conributer) Deep Zoom

His  Tourweaver components: http://www.optitecha.lt/categories/3

Or Flippingbooks http://lic.page-flip.com/Products

Test site with Flipbooks PDF implimented here http://www.jaxtour.com/fip

Click on the "PDF File" button top left it's a pretty nice app

 



-------------
Lee Scott - Nikon D3/D300/D5000 - |shaved Nikkor 10.5 mm| Manfrotto 055XPROB tripod /322RC2 Grip - Mrotator TCS |CS5 | PW7 & TW6.5 Pro
----
To err is human ... to not try is just plain lazy

Message posted by smooth on March-29-2011 at 5:00am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

Lee,

Your tour has a layout issue when viewed on wider screen resolutions.

You need to make the components much wider and anchor appropriately.

Your Google Map API key mustn't match this URL as it fails. Also the tour rotation is much too fast on a powerful computer.

Regards, Smooth [8D]


Message posted by nerjaace on March-29-2011 at 5:07am
View nerjaace's Profile Profile   Search for other posts by nerjaace Search   Visit nerjaace's Homepage www   Quote nerjaace Quote   Send Private Message Send Msg  
nerjaace
Avatar
Platinum Member
Platinum Member
 
May-10-2008
585 Posts
Hi Lee, what did you use to create the Slideshow? Looks really good :)

Message posted by smooth on March-29-2011 at 5:19am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

The Slideshow looks very mush like one of the products from www.increditools.com like Incredishow.

Personally I don't like the use of random transitions for each slide. But it's just a personal preference.

Regards, Smooth [8D]


Message posted by nerjaace on March-29-2011 at 5:22am
View nerjaace's Profile Profile   Search for other posts by nerjaace Search   Visit nerjaace's Homepage www   Quote nerjaace Quote   Send Private Message Send Msg  
nerjaace
Avatar
Platinum Member
Platinum Member
 
May-10-2008
585 Posts
Thanks Smooth :)

If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Page of 2 Post Reply Post New Topic
Printer Friendly Version Printable version

Powered by: - Web Wiz Guide Discussion Forums