Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Slideshow with fade function
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

w.korsten
Novice

Netherlands
14 Posts

Posted - 10 Aug 2006 :  15:00:14  Show Profile  Visit w.korsten's Homepage  Reply with Quote
Is is possible to make a slideshow with a fade function?

s.dav
Site Admin

Italy
3364 Posts

Posted - 10 Aug 2006 :  17:24:52  Show Profile  Visit s.dav's Homepage  Reply with Quote
Actually no but in the future I can add this feature ;-)

Regards, Davide
Go to Top of Page

Waldorf
Super User

Belgium
284 Posts

Posted - 14 Aug 2006 :  22:48:30  Show Profile  Visit Waldorf's Homepage  Reply with Quote
YesssYessssYesssss would be very nice [2 :::::]


*

*
"Happiness" is making -> The <- Choice!
*

Edited by - Waldorf on 14 Aug 2006 22:49:12
Go to Top of Page

w.korsten
Novice

Netherlands
14 Posts

Posted - 04 Sep 2006 :  11:35:25  Show Profile  Visit w.korsten's Homepage  Reply with Quote
Okay I made my own slideshow with fade effect, here you can see a sample from it www.es-living.com/assortiment.htm

an the code for it is:

Zet dit in de <head> sellectie van je pagina


<script language="JavaScript1.1">
<!--

//*****************************************
// Slideshow met fade effect
//*****************************************

//Specificeer de interval tussen de afbeeldingen (in mili seconds)
var slidespeed=3000

//specificeer de afbeeldingen
var slideimages=new Array("image1.gif","image2.gif","image3.gif")

//Specificeer de corresponderende URL
var slidelinks=new Array("http://www.hexagora.com","http://www.google.com","http://www.geocities.com")

var newwindow=1 //open de link in een nieuw venster? 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>


Zet het onderstaande in de <boby> selectie van de pagina en pas de waarde width en height aan je wens aan

<a href="javascript:gotoshow()"><img src="image1.gif" name="slide" border=0 style="filter:blendTrans(duration=3)" width=600 height=480></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>
Go to Top of Page

Waldorf
Super User

Belgium
284 Posts

Posted - 04 Sep 2006 :  13:17:30  Show Profile  Visit Waldorf's Homepage  Reply with Quote
That sort of scripts,I have many, but sadly, it is "IE" compatible "only"

IE: okay

FFox no fading effect at all!

Opera: no sliding, no fading ... nothing!

mooie site trouwens(ik zie maar ??n klein shcooheidsfoutje)

*

*
"Happiness" is making -> The <- Choice!
*

Edited by - Waldorf on 04 Sep 2006 14:04:45
Go to Top of Page

anima3
Expert

Canada
96 Posts

Posted - 07 Jan 2009 :  17:12:10  Show Profile  Visit anima3's Homepage  Reply with Quote
Ah. I was wondering the exact same thing. Would be so cool to have that in the next version :)
Go to Top of Page

T00N
Super User

573 Posts

Posted - 07 Jan 2009 :  18:34:45  Show Profile  Visit T00N's Homepage  Reply with Quote
It works in my FireFox.
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 08 Jan 2009 :  09:32:11  Show Profile  Visit s.dav's Homepage  Reply with Quote
You can simple make a fade effect using the powerful "jquery" library.
When I'll find a bit of time I'll create such as feature ;-)

Regards, Davide
Go to Top of Page

anima3
Expert

Canada
96 Posts

Posted - 03 Apr 2009 :  19:23:55  Show Profile  Visit anima3's Homepage  Reply with Quote
I use this, it's a no-fail :)

http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm

But it would be fantastic to have that feature in DHE.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000