Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Results 1 to 2 of 2
  1. #1

    Default adding buttons/links in a scrolling text box

    I am trying to make an online catalog of an art collection, so I have a scrolling text box, with many names listed, and I want each name to link to a new page with images of the artwork. I was planning to make the box with each name as a separate button, until I ran into what seems like the problem of not being able to have buttons in a text field. PLEASE..any suggestions on how to make this work? I need to figure this out urgently..thanks!

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    This sounds like a good situation for a Flash component. Either use a combobox or a listbox to display your list of names. Each Flash component can use an event handler like "onSelect" when an item in the listbox or combobox is selected. You have a few options on how you want to set it up to load a movie or an html page. You can do it directly from the component when the label is selected, or you can store the label in a variable and use a button to load content based on the selected label.

    Example, ..... drag a listbox component onto the stage, give it labels and a change handler in the properties panel. Whatever the name you use for the change handler, code it something like this...
    Code:
    onSelect=function(){
    myItem=myListBox.getSelectedItem().label;
    if(myItem=="Some Name"){
    getURL('http://somesite.com');
    }else if(myItem=="Some other name"){
    getURL('http://someOtherSite.com');
    }
    }
    hope it helps
    NTD
    A mind once stretched by a new idea never regains its original dimensions.
    - Oliver Wendell Holmes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. super newb Adding html links to flash
    By mrREALITI in forum Newbies
    Replies: 1
    Last Post: 03-19-2006, 04:39 PM
  2. Scrolling Text Field
    By Chris in forum Newbies
    Replies: 1
    Last Post: 07-21-2005, 01:37 PM
  3. horizontal text scrolling
    By yardgnome in forum Flash Scripting
    Replies: 4
    Last Post: 07-15-2005, 08:20 PM
  4. scrolling text
    By sumire in forum Flash Scripting
    Replies: 1
    Last Post: 06-10-2005, 08:35 PM
  5. scrolling movie of affiliate buttons
    By sinbinner in forum Design and Animation
    Replies: 1
    Last Post: 04-23-2005, 06:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial