![]() |
|
| |||||||
| Notices |
| Soholaunch - General Issues Discussions about creating and publishing a website or a web store with Soholaunch. Soholaunch enables you to build a professionally developed website with eCommerce capabilities through a user-friendly interface and gives you the power to create database-driven eCommerce systems quickly and easily, regardless of your technical experience level. Soholaunch is an alternative to the popular osCommerce shopping cart. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
|
I want to display following slides in my page http://www.egtours.com/media/bhutans...an/bhutan.html How can I display above slide from my following page. I try to put but it does not work. http://www.egtours.com/index.php?pr=bhutan_slides my html code was as follows <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Bhutan Trip</title> </head> <body bgcolor="#FFFFFF"> <p> <p> <style type="text/css"> <!-- .style1 { color: #006633; font-weight: bold; } --> </style> <!-- saved from url=(0013)about:internet --> <table align="center" border="0" cellpadding=0 cellspacing=0> <tr> <td align="center">Bhutan Trip</td> </tr> <tr><td align="center"><br /></td></tr> <tr> <td align="center"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub...ersion=6,0,0,0" width="480" height="400" id="tech" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="http://www.egtours.com/media/bhutans...ath=slides.xml" /> <param name="quality" value="high" /> <embed src="http://www.egtours.com/media/bhutans...ath=slides.xml" quality="high" width="480" height="400" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </td> </tr> </table> </body> </html> |
|
#2
| ||||
| ||||
|
Its working perfectly when i view it..clear your cache. Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#3
| ||||
| ||||
|
Hi Karen, Yes slide is working but I want to display this slide on the following page http://www.egtours.com/index.php?pr=bhutan_slides I put html code in above page but it does not work. |
|
#4
| ||||
| ||||
|
did you try uploading it as just a swf and using the video icon to drop it on a page? Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#5
| ||||
| ||||
|
Well thats a different script that you are now using... Code: <!-- //***************************************** // Blending Image Slide Show Script- // © Dynamic Drive (www.dynamicdrive.com) // For full source code, visit http://www.dynamicdrive.com/ //***************************************** //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("http://www.egtours.com/promo/promo1....omo/prom**.png") //specify corresponding links var slidelinks=new Array("http://www.egtours.com/index.php?pr=...al_Bhutan_Tour") var newwindow=1 //open links in new window? 1=yes, 0=no var imageholder=new Array() var ie=document.all for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ if (newwindow) window.open(slidelinks[whichlink]) else window.location=slidelinks[whichlink] } //--></script><a href="javascript:gotoshow()"><img name="slide" border="0" width="513" src="promo1.png" height="110" style="filter: blendTrans(duration=3)" /></a> <script language="JavaScript1.1"> <!-- var whichlink=0 var whichimage=0 var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+blenddelay) } slideit() //--></script> </div> Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#6
| ||||
| ||||
|
I have everything working in my domain. Only thing is I want to display slide with my page. www.egtours.com/media/bhutanslides/bhutan/bhutan.html I want to put this slide in my following page http://www.egtours.com/index.php?pr=bhutan_slides All slide componets are in www.egtours.com/media/bhutanslides/bhutan |
|
#7
| ||||
| ||||
|
Hi, can you just pop http://www.egtours.com/media/bhutans...tan/bhutan.swf into an iframe?? or enter the code below on your page. Quote:
__________________ Regards Chris, Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips - Collectables, Collecting |
|
#8
| ||||
| ||||
| Quote:
Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#9
| ||||
| ||||
|
Thank you all of you, Finally I made it. Now you can view at http://www.egtours.com/index.php?pr=bhutan_slides |