Buttons That Link To Layers or Alternative ...

Hi Everyone,
I am a novice user of Flash and have backed myself into a corner this last week trying to figure this out. Hopefully all of you can help me at last!
I am trying to create a Flash website that with multiple pages. Each page has input text areas to collect a number of something. I would like to do the following :
Have multiple pages that keep the user's input data as they navigate back and forth between pages
Allow the user to hit a simple "calculate" button to take the kept information on each page and show the end calculation of the entered data on each page on the main stage or page.
I would assume that to keep input information intact, the pages would all have to reside in FRAME 1 where the actionscript is kept and the main guts of the calculations occur. So, is there a way to make a multi-page website in Frame 1 only using only multiple layers where the page buttons simply only go to another layer rather than page. Or, can I create a multi-page website over many frames, keep the user entered data intact while navigating to each page and propigate/calculate that data when the user hits the "calculate" button on the main page?
Please help!
Thank you all for your time!
-Daniel

You can create a single frame application/site that has many sections, but you cannot control the layers themselves.  What you do is toggle the visibility of the sections, either by switching the visible property of the section movieclip true and false, or by moving each section in and out of view in some other manner (such as animating them on and off the stage area.
While you cannot control the layers, it is still a good idea to use them to keep each section separate so that things are easier to find and manage.
Another approach to this would be to create each section as a separate swf file that you load/unload dynamically as needed.  This helps in that your main file can be very lightweight and load quickly.

Similar Messages

  • Is there a way to create a button that links to a website?

    Is there a way to create a button that links to a website?
    I was reading up that it's possible to this with menus, and tracks but can you do it with a button and how?
    I am hoping to create a button that people viewing my discs on a computer can click on the link and their web browser will pop up and take them to a website.
    Any help is appreciated.
    Thanks.
    -Fraky

    dvd@ccess questions are being asked once a week on this forum, so I'll repeat why it's useless:
    - Mac users have to enable the feature in the preferences of DVD Player in order to for the links to work.
    - PC users have to install a small application on their PC, and they have to reboot the PC in order for the links to work.
    - On top of this, it's still unreliable, and may not work on some computers.
    It's a dog: Don't use it.

  • How to create text buttons that link to video?

    I've finally gotten around to trying DVD SP, and even though I read the whole manual, it's not at all clear if, or how, you can create text buttons that link to the video you want to play, without displaying a clip of that video in the button itself.
    I have no problem creating a text button, but I can't change the font, and editing is counter-intuitive, unlike iDVD. I'd use iDVD, but it doesn't accept .m2v files, and it seems to think that my 6 videos of about 43 minutes each are too large for a DVD+DL disc, so it won't let me burn it or save it as a disc image.
    Does anyone have a way out of this conundrum, or am I SOL?
    Mulder

    It really isn't that hard!
    As Drew said, go into your menu and click and drag to create a button rectangle. With the button highlighted, look in the property inspector at the bottom and type in the text that you want to use. Ensure that you 'include in button highlight' and then set the colour choice for selected and activated.
    What you get is a simple line of text which illuminates when you roll over it, and changes colour when you click on it.
    Once that is done, click on the button area again and set the target to go to the piece of video that you want to have play back.
    You should also set the menu call and end jump on that track to make sure your viewer can get back to the menu.
    Once that is done the menu will show as a simple piece of text (more buttons means more bits of text, and the first button will be highlighted by default) and no video will play until the button is activated.
    DVDSP is definitely a steeper learning curve than iDVD but for very good reasons. You get far greater control and access to far more advanced features in DVDSP. This means that some things will seem harder, whereas in fact they are just different and the process for achieving the result you want is different. Much of what you want to know is in the manual and also in the tutorials which came with the app. Failing that there are several good online spaces where you can find a lot more information... not least of which is right here, of course!

  • I need to create a button that links to another swf file...

    i'm creating my first website, and, for each menu item, i am
    creating a new flash document... is this the correct way to create
    a multi-page website?
    plus: how to create a button that links to a jpg, thanks!
    jane

    Creating separate swf's these days as far as I know is
    considered to be a better practice than using the "scenes" that are
    in Flash. The reason is you can load various sections of your
    entire Flash entity rather than the user downloading everything at
    once.
    But, it also depends on the complexity of where your menu
    items are leading. If they are simple enough, then there may be no
    need to create new documents.
    To create a button that links to a jpeg, try this.
    Whatever graphic you're using for the button, select it and
    hit F8 to convert it to a movie clip. Once it's in your library,
    click on your new movie clip on the stage and give it an instance
    name in the properties window.
    Click the first frame in your timeline (preferably on a layer
    named "actions") and put this example in for the actionscript:
    //buttonName is the instance name you gave it
    //.onPress tells Flash when buttonName is pressed then do
    what's
    //inside the brackets of the function
    buttonName.onPress = function (){
    //getURL is the Flash function that will load your
    picture.jpg
    //_blank is the target. e.g. _blank, _self etc.
    getURL("picture.jpg", "_blank");
    }

  • Button that links to later frame and also stops music from playing   in background

    I have some audio playing that I want to stop when a user
    clicks on a
    button that links to a later frame.
    Does this look correct?
    SoundMixer.stopAll();
    Btn1.addEventListener(MouseEvent.CLICK, buttonClick1);
    function buttonClick1(event:MouseEvent):void{
    gotoAndStop(30);

    I'm sorry, I'm not sure what you mean by this. Could you
    please show me
    the syntax?
    Thanks!!!!!!
    kglad wrote:
    > no.
    >
    > your stopAll() method should be applied within
    buttonClick1 if you want that click to stop the sound(s).

  • How to create a dropdown menu with sub buttons that link back to the labels on click.

    im trying to create a dropdown menu buttons that when you rollover to the top central button the button it opens up like a drop down menu would containg two other subsectional buttons. This makes the sub sectional buttons seperate from the main stage making it difficult to simply give them a on click,  sym.play("label") function.
    the buttons work like this in symbols or sections stage/panel/homebutton inside home button is group dev containg another group dev containg the button which I need to link back to a "label" in the /panel/ symbol or section. Thank you very much.

    pdp_1 wrote:
    Hi!
    I would like to create a DVD menu that offers two languages. So the first page gives two options: Language 1 and Language 2. Then depending on which language you choose, you go to a menu that proposes different videos and a photo slideshow.
    Regardless on which language button you click on initially, you get the same content but in different languages.
    I've been looking at Premiere's templates, which I can certainly customize, but I really don't see how to create the double menu. Does anybody have an idea?
    Put the video with the first language on the timeline followed by the video with the second language.  Use chapter markers so you can have each video as a chapter in the menu.
    I use Premiere Pro, so I can't give more specific directions. Perhaps somebody like ATR will chime in.
    Also, I have another question: can I put videos from different projects in the same DVD with Premiere or must all of the videos that go into the DVD be in the same project?
    Thank you very much!!!
    pdp1
    They must be in the same project.

  • Can i create a button that links to the slideshow widget

    I am creating a portfolio site for a class. It is a one page site, One of my sections is going to be my "work" section. I want to categorize my work, So I have made buttons that pertain to each category of work. Is there anyway that I can link this to the slideshow widget. When one of the category buttons is clicked I want the slideshow widget to pop up. Is this possible? I can not find a tutorial and I am very new to Muse. Thank you!

    Hi,
    You can't directly associate a button with a slideshow. However, you can embed slideshow in a tooptip target and add the button to the tooltip trigger as mentioned in this post : Re: How do i create a button which will show new content on same page?
    Regards,
    Aish

  • Can ObjectStates become buttons that link to another object state?

    Hi. I am working on Adobe CS5 and I am trying to create an Image gallery.  I know how to create the basic type which is stacking the images, making them as object states, and then linking the navigation buttons to "Next State".
    The type of image gallery i'm trying to make involves thumbnails. In the thumbnails menu, there are back and forward arrows that will move the thumbnails from left to right. The way i did it was grouping the thumbnail images, convert them as object states, and just do the Left/Right animation through the Object State menu. The problem is, I can't make those thumbnails link to the picture it is assigned to. The Object states that appear in the button menu is just the object state of the thumbnails and not the Image viewer it self.
    If it is needed that i post a SWF demonstration of this, can someone show me how to?

    Here is a sample image
    What I'm trying to do is have a scroll like action with the thumbnails and when the user clicks the specific picture/thumbnail, the enlarged image will appear on the top.
    the only way i can create the scrolling action is by making the thumbnails into MOS and just change their position in each state. the problem is I can't link the thumbnails specifically to the image it is supposed to display. I hope this explanation helps.

  • How to create buttons that control left and right scroll?

    I would like to know if there is a way to create two buttons, each on the left and right hand sides of the screen, that would control the horizontal (x-axis) scroll of my website.  I've built two image buttons that link to anchors located on the left and righthand edges of the page, but this does not achieve the funtionality I'm looking for.  I would like each button to scroll incrementally every time it is pressed. 
    Is this possible in Muse?

    There are no facing pages in Pages 5.
    Peter

  • Making links that show/hide layers?

    Hi all,
    I created an InDesign cs4 file which is pretty much a guide for users of my liveCicle form. I have a bunch of layers in the file.
    I'm trying to make links associated with images that are in its own layers. So when i export the file to pdf and hit certain link, layer associated with that link shows up. I tryed to do this in acrobat 9 pro. I created links, but the problem is that links in non visible layers work behind the scene when i hover over.
    Is there a way to set layer visability in inDesign CS4?
    Thanks in advance

    No you can´t toggle layer visibility with buttons made in indesign. You have to finish it in Acrobat....
    Only way to make something appear or disappear in ID is to use show/hide buttons action...
    You can convert those images you want to show&hide to buttons. Then you can create another buttons to show or hide them.
    If you export as PDF, default state of a button can be hidden...

  • HT1338 When I try to link my Macbook to my TV, I cannot find the "Arrangement" button that would lead me to "Mirror Display". Please help!

    When I try to link my Macbook to my TV, I cannot find the "Arrangement" button that would lead me to "Mirror Display". Please help!

    The Arrangement tab only appears in System Preferences Displays pane if a second display is recognized by the system (the OS).  So it seems like your MacBook is not seeing the TV as being connected.
    Describe the video connection between MacBook and TV...  What type of video out port does your MacBook model have?  How is it converted to the type of port used on the TV?

  • I recently downloaded mountain lion and just had it emailed to me but I'm having trouble downloading it to my computer. I cannot find the button that says "redeem" under quick links.

    I recently downloaded mountain lion and just had it emailed to me but I'm having trouble downloading it to my computer. I cannot find the button that says "redeem" under quick links.

    You must have a minimum of OS X Snow Leopard 10.6.8 installed on your Mac to have the Mac App Store. The Quick Links are on the Featured pane.

  • I just uploaded the latest IPad software to my IPad and am now having loads of trouble with the device recognizing "online buttons", that is, links, etc.

    I just uploaded the latest IPad software to my IPad and am now having loads of trouble with the device recognizing "online buttons", that is, links, etc.  what can I do?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Create a Button that Opens a Specific Web Link from a Dropdown Box

    Hi guys.  My main question is, how do I make a Button that opens a specific Web Link, depending on the URL selected in a Dropdown box?
    Example:
    I'm a comlpete newbie and need a code sample of how this would work!  Thanks!
    I have a couple other questions which are related to this. 
    1) Is it possible to hide the URL in the Dropdown list, and only show the Name, so for examlpe, it would only list Hotmail, Gmail, Yahoo, and not the www....com?
    2) Another more advanced question is, once the web link is opened, is it possible to have adobe input or fill-in the Login and Password fields into the website and then hit "Enter" for you.  The Username and Password would be stored somewhere in adobe and would depend on the weblink opened. So for example: When you open Hotmail, it would use the following; Username:[email protected] and Password:password1, but if you opened Gmail, it would use a different Username and Password stored for Gmail.
    3) Finally, out of curiousity, is it possible to have adobe extract data from a website, and fill them into an adobe form?  This maybe over my head, but any starting point or examples would be of great help!

    Use something like this as the button's MouseUp action:
    app.launchURL(this.getField("URL Dropdown").value));
    To answer your other questions:
    1) Yes. Place the URL as the export value of each option, and the name of the site as the display value. The code I provided can remain the same.
    2) No.
    3) Might be possible, but it's very tricky. The way to do it would be to convert the website to a PDF, process that PDF to extract the data from it, and then use that to populate the form fields. That would require quite advanced scripting knowledge, but it could be possible.

  • Is there a way to link or create a widget that links back to the iTunes U app on your iPad from your iBook?

    Is there a way to link or create a widget that links back to the iTunes U app on your iPad from your iBook?
    I have already found the Apple Widget Builder (http://widgets.itunes.apple.com/builder/) and that works fine if you want to link to the "App Store", but I want to know if there is a way to "open an app" that is already installed on the iPad instead of double tapping the home button to switch between apps. (I know using the home button is very simple, but I am trying to find an even easier way to just "tap a widget" or "link" that will open iTunes U right up) I am only asking if this is possible for people who may have a hard time running an iPad at the beginning.
    I appreciate any help, thanks!

    I appreciate your help, but I had already looked at LinkMaker and I thought that was my answer, but as far as I could tell that still only links to an app in the app store. Yes it will link to iTunes U in the app store and you can then hit Open, but that is too drawn out of a process. We would like to know a way to just open the app directly.
    Thank you!

Maybe you are looking for

  • How to sync an older Ipod Mini to a 2010 version of itunes?

    I recently found my old Ipod Mini (2nd generation). It still works, but I am not able to connect or synch it with my newer version of itunes. What can I do to clear out what is on there and put in my music from my 2010 itunes?! I have an Ipod Classic

  • Creating a New Item In Seeded page

    Hi, I am having requirement to create a new field in seeded page.So Please can anyone help me in creating it. My Requirement is-----> Creating a new field to be displayed In CONFORMATION PAGE of "Internet Expense Audit Manager Responsibility". The Na

  • [SOLVED] I can not run X Server

    Hi there, I installed Arch Linux today, but I cannot run X server. I followed this tutorial: https://wiki.archlinux.org/index.php/Xorg My notebook has a SiS chipset. I installed xf86-video-sis and xf86-video-sisusb. I copied /etc/X11/xorg.conf from h

  • Web Browser inside SWF

    I heard that in Flash 9/AS3 would be possible to open inside the SWF file a web site and navigate on it. Is is true? How should it be implemented? Dynamic Textfield? Tks in advance Wilson

  • What is the procedure to enter frieght in stock

    How can i enter frieght & Insurance amount in stock? It should be allocated in item cost.