Showing Current Page with Flash Slider Menu

This is a discussion on "Showing Current Page with Flash Slider Menu" within the Flash & Multimedia Forum section. This forum, and the thread "Showing Current Page with Flash Slider Menu 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


Reply
 
LinkBack Thread Tools
  #1  
Old Jun 4th, 2007, 23:05
Junior Member
Join Date: Feb 2007
Location: Canada
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Showing Current Page with Flash Slider Menu

I am making a flash navigation bar with a slider using the tutorial at kipura.com. I would like to modify it so that the slider starts out as a default under the current page. I have tried to add in a piece of code to do this, but I am still learning ActionScript and it didn't work. I added this to the actions of the slider:

Code: Select all
onClipEvent (load) {

if (this._url = "page1.html") {
    slider.xMove = button_1._x;
}else if (this._url = "page2.html") {
    slider.xMove = button_2._x;
}else if (this._url = "page3.html") {
    slider.xMove = button_3._x;
}else if (this._url = "page4.html") {
    slider.xMove = button_4._x;
}
easeSpeed = 2;

}
Any help or pointers that I could get would be greatly appreciated. Thanks!
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 Jun 5th, 2007, 15:00
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Showing Current Page with Flash Slider Menu

You might need to post your file for help on this one..it looks like you are on the right track.

You might just need some identifiers in your timeline to tell the slider where to move to on the timeline...but I need to see how the slider works to see if that is a viable option.
Last Blog Entry: Yay!? (Oct 8th, 2007)
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 Jun 9th, 2007, 15:46
Junior Member
Join Date: Feb 2007
Location: Canada
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Showing Current Page with Flash Slider Menu

Alright, here's the navigation bar (I had to remove the images and so i replaced the buttons with orange squares...so no, the finished product wont look that ugly Looking forward to hearing what you guys think!
Attached Files
File Type: fla slideroncurrentpage.fla (128.0 KB, 23 views)
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

Tags
flash, menu, slider

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
Current page problems unitedcraig Web Page Design 3 Jun 10th, 2008 20:44
highlight current page unitedcraig Web Page Design 53 Feb 13th, 2008 22:20
highlight the current page of a drop down menu Oak Web Page Design 2 Feb 12th, 2008 03:08
How to highlight the current page Nav link ? Oak Web Page Design 11 Jan 20th, 2008 13:21
Indicating current page on navigation bar masonbarge PHP Forum 2 Oct 30th, 2006 19:40


All times are GMT. The time now is 23:42.


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