Image Linking (help)

This is a discussion on "Image Linking (help)" within the Flash & Multimedia Forum section. This forum, and the thread "Image Linking (help) are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Jun 13th, 2006, 14:59
Junior Member
Join Date: Jun 2006
Location: High Wycombe
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
Question Image Linking (help)

Hey everyone,

I'm having trouble linking images together. Its confussing to explain, but perhaps you can check out this link below:

www.itsbiggerthan.com

If you go to the gallery section you can flick through images using only one forward button. I want to put one of these buttons onto my webpage and do the same with my pictures but don't know how.

Can anyone explain how as I'm using dreamweaver, or if you know the html code then that would be great. I've managed to link one picture, I can't continue to link the others to the same button.

Thanx,

Aminah
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Jun 13th, 2006, 22:20
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Linking (help)

Okay ill do this in stages so you can do a bit of it then come back and ill do the next bit.

Step 1
Open up your version of flash.
Create 2 layers, name one images and the other buttons.

Step 2
On the buttons layer make your next and previous buttons which users will click to go to each picture. Press F8 and convert the buttons to 'button' symbols.

Step 3
On your images layer add all the images you want on each individual keyframe.
So frame 1 will have image 1, frame 2 image 2 and so on. Until you have all your images you want to currently use on.

Upto now your timeline should look like this:
Attached Images
File Type: jpg step1-timeline.jpg (8.1 KB, 83 views)

Last edited by sypher; Jun 13th, 2006 at 22:49.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Jun 13th, 2006, 22:47
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Linking (help)

Step 4
Add a new layer above your buttons layer and name it a
Lock this layer. This layer is where your actionscript will go, which we will do shortly.

Step 5
Select the first keyframe in the a layer and open up the actions panel.

In the action panel enter the following:
Code: Select all
stop();
Step 6
Click your 'next' button and open the actions panel. Enter the following:
Code: Select all
on (release) {
    if (this._currentframe == this._totalframes) {
        gotoAndStop(1);
    } else {
        nextFrame();
    }
}
Ill explain what it does.
If the timeline reaches the last frame is basically goes back to frame 1 so it can loop over. If it isnt on the last frame it simply goes to the next frame of the timeline.

Final Step
Click your previous button. And open up the actions panel
Enter the following:
Code: Select all
on (release) {
    if (this._currentframe == 1) {
        gotoAndStop(this._totalframes);
    } else {
        prevFrame();
    }
}
What it does is see if the current frame is 1. If so it goes to the last frame, else it just goes to the previous frame.

Thats it your done!
Any probs just let me know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Jun 13th, 2006, 22:54
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Linking (help)

Couple of tips.

Optimize your images before importing them into flash.
This slideshow requires only flash5 to work. So be sure to export it as a flash 5 document.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Jun 17th, 2006, 21:49
Junior Member
Join Date: Jun 2006
Location: High Wycombe
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
Smile Re: Image Linking (help)

Hey,

Sorry its taken a while for me to get back to you. Thanx for all the tips and help. I'm looking over what u have said and when I get a chance will see how it works.

Will let you know if it did or not!

Thanx once again!

Aminah x
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Jun 17th, 2006, 21:59
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Linking (help)

No problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old Jun 21st, 2006, 16:13
Junior Member
Join Date: Jun 2006
Location: High Wycombe
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Image Linking (help)

Thank you so much for your help. I managed to get my images linked together and working.

Really appreciate your help!!!

Aminah x
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
image, linking, help

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
Linking? casho Web Page Design 3 Feb 10th, 2008 18:49
image gallery linking thumbnails to timeline key frames patnz JavaScript Forum 8 Jan 3rd, 2008 00:18
asfunction problem with linking image Buffcode18 Flash & Multimedia Forum 1 Aug 22nd, 2006 01:13
linking with php Money_Mike$$ PHP Forum 1 Jan 28th, 2006 07:43
HELP linking Money_Mike$$ Web Page Design 3 Jan 24th, 2006 11:21


All times are GMT. The time now is 16:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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