Help Required

This is a discussion on "Help Required" within the Web Page Design section. This forum, and the thread "Help Required are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 23rd, 2006, 20:57
New Member
Join Date: Nov 2006
Location: Leeds, UK.
Age: 23
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Help Required

Not sure if this is the right forum, forgive me if its not. But I would like to have a section on my site where a picture is, but i want the picture to randomly change to other pictures in my gallery every few seconds or so. How would this be done? Is it flash? Simple HLTM code? Help would be greatful!
Reply With Quote

  #2 (permalink)  
Old Nov 23rd, 2006, 21:11
New Member
Join Date: Nov 2006
Location: Leeds, UK.
Age: 23
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help Required

Kinda like slide.com... if that helps
Reply With Quote
  #3 (permalink)  
Old Nov 23rd, 2006, 22:02
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Help Required

Flash would be easiest. You could do it with an animated gif...I think, or JavaScript. But as far as I am concerned flash would be the easiest way to achieve this effect.
Reply With Quote
  #4 (permalink)  
Old Nov 23rd, 2006, 22:31
New Member
Join Date: Nov 2006
Location: Leeds, UK.
Age: 23
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help Required

So how would I go about doing this? Any way to make it select a picture from my gallery at random?>
Reply With Quote
  #5 (permalink)  
Old Nov 23rd, 2006, 22:34
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Help Required

Yeah, actionscript, my specialty!!

Tell me your flash knowledge level, that way I could better point you in the right direction.
Reply With Quote
  #6 (permalink)  
Old Nov 24th, 2006, 18:38
New Member
Join Date: Nov 2006
Location: Leeds, UK.
Age: 23
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help Required

ok.. my level is low... i've got the program, thats about it! But I can follow insturction pretty well with Macromedia applications.
Reply With Quote
  #7 (permalink)  
Old Nov 24th, 2006, 19:05
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 447
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Aaron1988 Send a message via Yahoo to Aaron1988
Re: Help Required

give me few minutes Bradz i have what you are looking for ok so i will send you the Code

Last edited by Aaron1988; Nov 24th, 2006 at 19:59.
Reply With Quote
  #8 (permalink)  
Old Nov 24th, 2006, 19:54
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 447
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Aaron1988 Send a message via Yahoo to Aaron1988
Re: Help Required

<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
//set image paths
src = ["Image Name.gif", "Image Name.gif", "Image Name.gif", "Image Name.gif"]

duration = 2;
//Please do not edit below
ads=[]; ct=0;
function switchAd() {
var n=(ct+1)%src.length;
if (ads[n] && (ads[n].complete || ads[n].complete==null)) {
document["Ad_Image"].src = ads[ct=n].src;
}
ads[n=(ct+1)%src.length] = new Image;
ads[n].src = src[n];
setTimeout("switchAd()",duration*1000);
}
function doLink(){
location.href = url[ct];
} onload = function(){
if (document.images)
switchAd();
}
//-->
</SCRIPT>
<A HREF="javascript:doLink();" onMouseOver="status=url[ct];return true;"
onMouseOut="status=''">
<IMG NAME="Ad_Image" SRC="a_Submit.gif" BORDER=0>
</A>


Hio this javascript change anly the bits which are in red so if ur iamegs are .gif keep them as above but if there .jpg, .png etc then change the /ext above and also if you want your duration speen to increase then cahnge it from 2 to what ever number u want 2 means 2 = 2 seconds

Thanx
Aaron
Reply With Quote
  #9 (permalink)  
Old Nov 24th, 2006, 19:58
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Help Required

I still think flash would be the best option, as you could do a nice fade with the images, and they are less likely to be stolen, but whatever, it is up to you.
Reply With Quote
  #10 (permalink)  
Old Nov 24th, 2006, 20:00
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 447
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Aaron1988 Send a message via Yahoo to Aaron1988
Re: Help Required

yes i agree with you Jacob mate buit i just thought he could test this one to see if he likes it and if he does or if he wants a much advanced one he could learn flash by searching on google or maybe get help from a generious person like you lol

Thanx
Aaron
Reply With Quote
  #11 (permalink)  
Old Nov 24th, 2006, 20:05
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Help Required

Doing a slide show in flash, is one of the easiest effects, because it's just a simple motion tween...lol
Reply With Quote
  #12 (permalink)  
Old Nov 24th, 2006, 20:10
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 447
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Aaron1988 Send a message via Yahoo to Aaron1988
Re: Help Required

lol yes you would say that as your a expert lol but some1 like me as a beginner wouldnt have the fogest but i do no how to do little motion tweens so maybe 1 day i will try to do a "Flash Slidfeshow" as a new project and then i will upload and show you
Reply With Quote
Reply

Tags
picture

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Checkbox Required WebNinja Starting Out 1 Jan 6th, 2008 00:36
JSP help required ScorpionKing Other Programming Languages 2 Aug 27th, 2007 18:29
PHP help required :( mikka23 PHP Forum 7 Aug 14th, 2006 09:38
Script Required asa_carter JavaScript Forum 0 Jan 23rd, 2006 14:23
Help required H_Therapist Web Page Design 3 Nov 9th, 2005 00:09


All times are GMT. The time now is 17:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : 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