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
       Forum Search Results
 
Subject Topic: Tourweaver in existing webpage Post Reply Post New Topic
Message posted by Wide-Eyes on September-03-2006 at 9:52pm
View Wide-Eyes's Profile Profile   Search for other posts by Wide-Eyes Search   Visit Wide-Eyes's Homepage www   Quote Wide-Eyes Quote   Send Private Message Send Msg  
Wide-Eyes
Platinum Member
Platinum Member

May-03-2005
569 Posts

Hi All

 

I have made a small tour I want to use in the top of my web page. When I have published the tour how do I make it open directly at an existing page and not as a pop-up??

 



-------------
Best regards

Morten Andersen
- a newbie trying to improve

Message posted by use2bkewl on September-04-2006 at 1:22am
View use2bkewl's Profile Profile   Search for other posts by use2bkewl Search   Quote use2bkewl Quote   Send Private Message Send Msg  
use2bkewl
Avatar
Standard Member
Standard Member
United States
August-16-2005
62 Posts
Make an I-frame

Message posted by smooth on September-04-2006 at 3:36am
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

There is no need for an iframe in this instance. Simply copy and paste the code from the "second" page that Tourweaver outputs between the <applet> and </applet> tags and paste this onto/into the page you wish it to be displayed. Just make sure you keep the files in the same directory.

Regards, Smooth


Message posted by Wide-Eyes on September-04-2006 at 7:13am
View Wide-Eyes's Profile Profile   Search for other posts by Wide-Eyes Search   Visit Wide-Eyes's Homepage www   Quote Wide-Eyes Quote   Send Private Message Send Msg  
Wide-Eyes
Platinum Member
Platinum Member

May-03-2005
569 Posts

OK

I open the Tourweaver_topbanner-herthadalen.html with Dreamweaver. I found the code between <applet> and <\applet> wich is:

-----------------------------

codebase  = "."

archive   = "twviewer.jar"

code      = "com.easypano.tw.TWViewer.class"

name      = "TWViewer"

width     = "638"

height    = "100"

hspace    = "0"

vspace    = "0"

mayscript = "true"

>

<PARAM name = iniFile value = "Config_Topbanner-Herthadalen.txt">

<PARAM name = skin.bgcolor value = "194, 190, 163">

<PARAM name = skin.waitingimg value = "Skin/baggrundsimage.jpg">

<PARAM name = skin.archive value = "Skin_Topbanner-Herthadalen.zip">

<PARAM name = skin.archive.itemnum value = "12">

<PARAM name = progress.color value = "194, 190, 163">

<PARAM name = progress.bounds value = "121, 158, 379, 5">

<PARAM name = comappletname value = "UserApplet1">

--------------------------------------------

Then when I insert this code in my existing page, saves and preview nothing happens. This text just appears:

----------------------------

codebase = "." archive = "twviewer.jar" code = "com.easypano.tw.TWViewer.class" name = "TWViewer" width = "638" height = "100" hspace = "0" vspace = "0" mayscript = "true" >  

_______________

Is it perhaps because I have made a table in Dreamweaver where I want the tour to load??

 



-------------
Best regards

Morten Andersen
- a newbie trying to improve

Message posted by smooth on September-04-2006 at 9:28am
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

You must keep the <applet> and all in between </applet> tags in place and not exclude them.

Regards, Smooth


Message posted by Wide-Eyes on September-07-2006 at 2:31am
View Wide-Eyes's Profile Profile   Search for other posts by Wide-Eyes Search   Visit Wide-Eyes's Homepage www   Quote Wide-Eyes Quote   Send Private Message Send Msg  
Wide-Eyes
Platinum Member
Platinum Member

May-03-2005
569 Posts

Hi Smooth

so I tried this approach but the tour does not load.

I have made a table with 3 colums. In the middle the tour is supposed to load. I have tried to up load the new web page at www.wideeyes.dk

Do you have any suggestions to what I have done wrong??

Best regards

Morten Andersen



-------------
Best regards

Morten Andersen
- a newbie trying to improve

Message posted by smooth on September-07-2006 at 3:04am
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

Morten,

Show me the "full" HTML page code.

Regards, Smooth


Message posted by smooth on September-07-2006 at 3:06am
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

Oh! this is for your home page? the bar accross the top?

You have an error:

<td width="668" valign="top"><applet

should read

<td width="668" valign="top"><applet>

Regards, Smooth


Message posted by Wide-Eyes on September-07-2006 at 8:07am
View Wide-Eyes's Profile Profile   Search for other posts by Wide-Eyes Search   Visit Wide-Eyes's Homepage www   Quote Wide-Eyes Quote   Send Private Message Send Msg  
Wide-Eyes
Platinum Member
Platinum Member

May-03-2005
569 Posts

Hi Smooth

Thanks for the advice. I think you are one of the people that maskes this forum SO amazing.

I tried changing the code line. As far as I can see I just had to ad a ">" I did that. Now the size have changed to the tour still does not load :o( Would you mind looking at it again??

Best regards

Morten Andersen - a fan



-------------
Best regards

Morten Andersen
- a newbie trying to improve

Message posted by smooth on September-07-2006 at 12:50pm
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

Hi Morten,

Mate, I led you up the garden path on that one the > should not be in place as it located further down the code.

The code you should have is:

<applet

codebase  = "."

archive   = "twviewer.jar"

code      = "com.easypano.tw.TWViewer.class"

name      = "TWViewer"

width     = "638"

height    = "100"

hspace    = "0"

vspace    = "0"

mayscript = "true"

>

<PARAM name = iniFile value = "Config_Topbanner-Herthadalen.txt">

<PARAM name = skin.bgcolor value = "194, 190, 163">

<PARAM name = skin.waitingimg value = "Skin/baggrundsimage.jpg">

<PARAM name = skin.archive value = "Skin_Topbanner-Herthadalen.zip">

<PARAM name = skin.archive.itemnum value = "12">

<PARAM name = progress.color value = "194, 190, 163">

<PARAM name = progress.bounds value = "121, 158, 379, 5">

<PARAM name = comappletname value = "UserApplet1">

</applet>

I have downloaded from your website including the html and tested and all seems fine except your applet is not centred to your tables underneath (maybe this is intended?).

See it working here

Regards, 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