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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FSEdge

  1. FSEdge

    createEmptyMovieClip question

    After going back and fourth today with oldnewbie away from this forum, the problem was finally uncovered and I would have never caught it at my present level of AS2.0 knowledge. Basically it boils down to proper naming conventions. One out of three components I'm using had an extra white space...
  2. FSEdge

    createEmptyMovieClip question

    This? loadMovie(MyArray[x], _root.MyImagesHolder);
  3. FSEdge

    createEmptyMovieClip question

    I believe this is what you are asking for. This code is taken from a Webwasp tutorial I'm following. // Create a Movie Clip to load images into _root.createEmptyMovieClip("MyImagesHolder", 0); // Declare an array var MyArray = new Array(); // Declare 'i' as a variable and set it's value...
  4. FSEdge

    createEmptyMovieClip question

    Thanks for the reply. That one hadn't occurred to me. If this were the cause of the problem, how would I go about checking to verify this is happening, and then what to do in order to prevent it? Right now, Action Scripts are a dark cold world to me. But everyday gets a little brighter with...
  5. FSEdge

    createEmptyMovieClip question

    Good day all, I'm loading external jpg files and have lost control of their placement in the movie relative to _x and _y and I'm not sure why this is. My two variables are set to: var MyImagesHolderX = 22; var MyImagesHolderY = 75; And called like this: MyImagesHolder._x = MyImagesHolderX...
  6. FSEdge

    I've a question about an array and using foreach

    Assume! Thanks
  7. FSEdge

    I've a question about an array and using foreach

    It's to my understanding that the code below should produce a list of towns and their population. When I run the php page all that is returned is a single town and it's population. Shouldn't the foreach walk trough the $town_population array beginning to end and list all of it's data? If you...
  8. FSEdge

    Edit a Table

    Gentlemen, thanks for your response to my question. I've since spent a lot of time at mysql.com reading over documents. FSEdge
  9. FSEdge

    Edit a Table

    Can anyone offer insight as how to edit or remove rows and or columns in a table? I am just starting to learn MySQL. Please forgive me if this is questions is rather simple. Thanks FSEdge
  10. FSEdge

    Building a flash website

    Again thanks for t he quick response! Well, I'm glad I asked. I was moving in the direction of the one file several scenes approach. I do have another question about a MC button. I would like to use this MC in other files but be able to change its name to indicate where it will take you...
  11. FSEdge

    Building a flash website

    Would it be better to build a web site as one flash file with several scenes as different pages, or build the site using multiple swf files and load them as needed? Any and all opinions would be greatly appreciated. Thanks, FSEdge
  12. FSEdge

    moving between scenes

    Wow, quickest reply I've ever received from here. Thanks for being here to offer a solution to my question. It works quite well. FSEdge
  13. FSEdge

    moving between scenes

    Is it possible to use movie clips that are meant to act as buttons with action script to move from scene to scene? I'm fairly new to flash and learning as I go. What I've done is to create two scenes. One is named main and the other is named results_page. The main scene holds my movie clip...
  14. FSEdge

    FlashObject

    Hello everyone, Oh man, am I having fun here with flashobject.js workaround! I started to try and track down information on the why...when...where of it today. Here is what I am up against. Everything works as it once did using the workaround as long as the html doc isn't saved (This is in...
  15. FSEdge

    Using Hyper links

    Thnaks much tviman!! That got me going. Edge

Part and Inventory Search

Back
Top