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: embedding in HTML Post Reply Post New Topic
Message posted by Arpito on January-08-2009 at 9:06am
View Arpito's Profile Profile   Search for other posts by Arpito Search   Visit Arpito's Homepage www   Quote Arpito Quote   Send Private Message Send Msg  
Arpito
Avatar
Standard Member
Standard Member
Germany
January-08-2009
45 Posts
Hi folks,

it may sounds silly and I`m not such an HTML specialist, but how to embed a tour into a content (Joomla!)?
I supposed to embed the "twviever.swf" would work out, but it doesn`t!

, Arpito

Message posted by jamesot on January-09-2009 at 10:15am
View jamesot's Profile Profile   Search for other posts by jamesot Search   Visit jamesot's Homepage www   Quote jamesot Quote   Send Private Message Send Msg  
jamesot
Avatar
Standard Member
Standard Member
United States
January-19-2007
83 Posts

Arpito,
I'm not an HTML specialist either but if you look into the htlm that TW publishes you will see it takes mulitple lines to start the tour. I normaly cut and paste this section into my new html page that I am embedding the tour into or you can use frames, I-frames, ext to just simple load the tours published html file into the new web page.

example of html code cut and pasted from published tour file.

 <script type="text/javascript" src="swfobject.js"></script>
 <div id="flashcontent">
 To view virtual tour properly, Flash Player 9.0.28 or later version is needed.
 Please download the latest version of <a title="http://www.adobe.com/go/getflashplayer" target="_blank">Flash Player</a> and install it on your computer.
 </div>
 
 <script type="text/javascript">
 // <![CDATA[
 var so = new SWFObject("twviewer.swf", "sotester", "589", "427", "9.0.0", "#FFFFFF");
 so.addParam("allowNetworking", "all");
 so.addParam("allowScriptAccess", "always");
 so.addParam("allowFullScreen", "true");
 so.addParam("scale", "noscale");
 //<!-%% Share Mode %%->
 so.addVariable("lwImg", "resources/ftwnh-tour_ftwhn-loading.jpg");
 so.addVariable("lwBgColor", "255,255,255,255");
 so.addVariable("lwBarBgColor", "255,255,255,255");
 so.addVariable("lwBarColor", "255,0,0,0");
 so.addVariable("lwBarBounds", "10,332,563,11");
 so.addVariable("lwlocation", "0");
 so.addVariable("lwShowLoadingPercent", "true");
 so.addVariable("lwTextColor", "255,0,0,0");
 so.addVariable("iniFile", "config_ftwnh-tour.bin");
 so.addVariable("progressType", "0");
 so.addVariable("swfFile", "");
 so.addVariable("href", location.href);
 so.write("flashcontent");
 // ]]>
 </script>

 

 


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 Post Reply Post New Topic
Printer Friendly Version Printable version

Powered by: - Web Wiz Guide Discussion Forums