Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rick1111
  • Content: Threads
  • Order by date
  1. rick1111

    Problem loading one field from MySQL to scroll box

    I have a MySQL database table which contains a text field (along with quite a few other fields) and I want to load it into a scroll box (much like I would if it were a .txt file). So far I can load the field (named Description) into a scrollable text box but cannot get the scroll bar to...
  2. rick1111

    How do I load a text file into a List Box

    I am using MX and want to load a list of names from a text file into a List box. I now have the names hardcoded in my Action Script with the "list.addItem()". Any help you can give would be appreciated. Rick
  3. rick1111

    Help with capturing scrollable text selection to variable.

    I am redesigning a football site in MX and on one page I want to display all of the players names, numbers and position in s scrollable list text field which is loaded from a text file (which is currently working) or a database. I want to have each record selectable. When a player's record is...
  4. rick1111

    How do I obtain a variable selected from scrolling txt box?

    I have adapted a scroll bar component from a post by oldnewbie which simply displays a list of items within the scrollable text box. I want to click on one of the items in the list and dynamically display a photo which corresponds to the selected item. Does anyone have any advice, and/or an...
  5. rick1111

    How to determine existence of graphic

    I am storing images on my server with a naming convention of ID (obtained from a database) and "IMAGEx.JPG" (where x = 1 to 8). I am using a loop (8 times) containing a loadMovie to get the image and display it in my movie. This works great unless one or more of my series of images...
  6. rick1111

    Display/Hide Button on load of db variables

    I have a FlashMX movie that does a loadVariables ( "./PHP/Detail.php?selectedId="+_level0.selectedId, _root); on the onClipEvent (load) operation. The problem I am having is that I want Button6 to either be visible or invisible depending on the value of the loaded data. The Flash...
  7. rick1111

    How do I access a memberid keyed on a different page?

    We are setting up a site for an affiliate company which requires a userid and password for members on a login page and on subsequent pages we need to append the memberid to any hyperlink the user clicks. We are planning to use JS to do the append but haven't yet been able to access the...
  8. rick1111

    Revolving Buttons A/S not executing

    I have one frame which contains 6 layers. Layer one is a MC which is a name centered on the stage. Layers two through six are individual buttons which slowly revolve around layer one. So far everything works perfectly. When I edit the buttons and put an oval background in the Over state and...
  9. rick1111

    How do I set variable on 1 movie and access on another?

    Movie 1 is a map. Each state has a button. When the button for a state is clicked it loads another movie (all states load the same movie). When the second movie starts running I want to know which state it was selected from. Thanks in advance for the help.

Part and Inventory Search

Back
Top