Tours can be embeded in certain sites and custom webpages by using an object/embed tag.
Example:
<object width="800" height="600"><param name="movie" value="http://www.buildatour.com/tour/buildatour_e.swf?tid=yourTourID" /><embed width="800" height="600" src="http://www.buildatour.com/tour/buildatour_e.swf?tid=yourTourID " type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
You must replace both instances of yourTourID with the correct ID# of your tour.
You can also change the size of the tour to fit the space available by changing the width and height in two places, both the '<object' tag and the '<embed' tag. The default size is width=800 and height=600, make sure you try to maintain the correct 4:3 aspect ratio (i.e. 720x540).
Please note that the smaller the size of the tour, the harder it will be to see the images and read the text and tour controls.
If you need an unbranded tour, please use the following script:
<object width="800" height="600"><param name="movie"
value="http://www.buildatour.com/tour/buildatour_e.swf?u=1&tid=yourTourID"
/><embed width="800" height="600"
src="http://www.buildatour.com/tour/buildatour_e.swf?u=1&tid=yourTourID"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
|