Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > Adobe Web Programming > Flex
|
Flex Discuss the Adobe Flex programming language
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flex section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 17th, 2008, 02:08 PM
Authorized User
 
Join Date: Sep 2006
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Default buttons on only some pages?

I am designing a website for somebody. At one point I have a person's resume, and its too large to fit all on one page. I made a couple buttons on that page to go to different frames that contain different parts of the resumé. For some reason the code isn't working. I have the same actionscript for the entire website. is it a problem that the buttons exist in only some frames?

Code:
theater_btn.onRelease = function(){
    gotoAndStop(11);
}

modeling_btn.onRelease = function(){
    gotoAndStop(12);
}

training_btn.onRelease = function(){
    gotoAndStop(13);
}

skills_btn.onRelease = function(){
    gotoAndStop(14);
}
"Judge a man by his questions, not by his answers."
-Voltaire
__________________
\"Judge a man by his questions, not by his answers.\"
-Voltaire





Similar Threads
Thread Thread Starter Forum Replies Last Post
Master Pages, Content Pages and CSS carliviris Visual Studio 2005 0 January 8th, 2008 05:56 PM
buttons over and under rahzan Access VBA 4 April 7th, 2005 11:35 AM
Web pages constructing: I-mode(mobile) pages karib Dreamweaver (all versions) 3 June 6th, 2004 09:48 AM
'ok buttons' hiker Beginning VB 6 2 March 22nd, 2004 02:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.