Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > Adobe Web Programming > Flash (all versions)
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) 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:35 PM
Authorized User
 
Join Date: Sep 2006
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Default diving a page into different sections

I am designing a website for somebody.

On a certain page I show the person's resume. It is too big to fit all on one page, so I made some buttons going to different frames containing different sections of the resume.

For some reason, the buttons don't work. is it because they only exist on a few frames? The actionscript is the same for the whole website.

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
Config Sections Muhammad Zeeshan BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 February 3rd, 2008 01:23 AM
About Sections in Crystal Reports Radhi Crystal Reports 1 September 7th, 2007 09:23 AM
Sections formatting s_chilkury Crystal Reports 0 December 21st, 2005 06:46 AM
Creating CDATA Sections falmouth XSLT 1 November 17th, 2004 07:19 AM
How to move sections lxken XSLT 5 April 28th, 2004 06:44 PM





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