Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Soholaunch & Various Shopping Carts We offer > Soholaunch - General Issues

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.

Reply
 
LinkBack Thread Tools
  #1  
Old 06-17-2008, 06:19 PM
chitragurung's Avatar
First Sergeant
 
Join Date: Dec 2006
Location: Kathmandu, Nepal
Posts: 81
Send a message via Yahoo to chitragurung
Default Slide presentation

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>&nbsp;<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>
__________________
Chitra B. Gurung
EVERGREEN Tours,
Kathmandu, Nepal
www.egtours.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 06-17-2008, 09:54 PM
Karen Mac's Avatar
General & Forum Moderator
 
Join Date: Apr 2006
Posts: 4,544
Send a message via MSN to Karen Mac
Default Re: Slide presentation

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 06-18-2008, 01:25 AM
chitragurung's Avatar
First Sergeant
 
Join Date: Dec 2006
Location: Kathmandu, Nepal
Posts: 81
Send a message via Yahoo to chitragurung
Default Re: Slide presentation

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.
__________________
Chitra B. Gurung
EVERGREEN Tours,
Kathmandu, Nepal
www.egtours.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 06-18-2008, 05:02 AM
Karen Mac's Avatar
General & Forum Moderator
 
Join Date: Apr 2006
Posts: 4,544
Send a message via MSN to Karen Mac
Default Re: Slide presentation

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 06-18-2008, 05:07 AM
Karen Mac's Avatar
General & Forum Moderator
 
Join Date: Apr 2006
Posts: 4,544
Send a message via MSN to Karen Mac
Default Re: Slide presentation

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>
I rather suspect you left out the /images/ in your url

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 06-18-2008, 06:11 AM
chitragurung's Avatar
First Sergeant
 
Join Date: Dec 2006
Location: Kathmandu, Nepal
Posts: 81
Send a message via Yahoo to chitragurung
Default Re: Slide presentation

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
__________________
Chitra B. Gurung
EVERGREEN Tours,
Kathmandu, Nepal
www.egtours.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 06-18-2008, 08:25 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,722
Default Re: Slide presentation

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:
<iframe name="" id="InlineFrame1" style="width:476px;height:401px;" src="http://www.egtours.com/media/bhutanslides/bhutan/bhutan.swf" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
__________________
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 06-18-2008, 05:21 PM
Karen Mac's Avatar
General & Forum Moderator
 
Join Date: Apr 2006
Posts: 4,544
Send a message via MSN to Karen Mac
Default Re: Slide presentation

Quote:
Originally Posted by chitragurung View Post
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
Yes... and as I said.. on the page where you want it to display use the VIDEO icon, drop it to the page and 1.) select the swf or presentation in the list that you have already UPLOADED, or upload it and then select it from the list.

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 06-19-2008, 04:38 AM
chitragurung's Avatar
First Sergeant
 
Join Date: Dec 2006
Location: Kathmandu, Nepal
Posts: 81
Send a message via Yahoo to chitragurung
Default Re: Slide presentation

Thank you all of you,

Finally I made it. Now you can view at

http://www.egtours.com/index.php?pr=bhutan_slides
__________________
Chitra B. Gurung
EVERGREEN Tours,
Kathmandu, Nepal
www.egtours.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 05:12 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176