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 Mike Lewis 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: *

  1. ImpInTraining

    Importing from Oracle to SQL Server 2012

    Thanks... sounds like a good plan. I will give it a try.
  2. ImpInTraining

    Importing from Oracle to SQL Server 2012

    This is probably a pretty easy question, but I can't be sure. I have very little experience with SQL. I have access to an Oracle server. I have created some identical tables in SQL Server 2012. ORACLE = Table1 ; Table2 ; etc. SQL Server 2012 = NEW_Table1 ; NEW_Table2 ; etc. All of the...
  3. ImpInTraining

    Publishing to .exe causes coding problems

    Hi all. I made something I'm rather proud of which you can find located at: http://darkandmoodyforums.com/flash/mdsb/mdsb.swf This seems to work fine as a flash file viewed on a browser. I published it to .hqx and .exe as well in case someone wanted to use it without having access to a...
  4. ImpInTraining

    Sounds in Sequence

    What I found out is the onSoundComplete will work in two situations. If I stream in the sounds, it works fine. And I think if I embed the sounds to the timeline, and then use labels to direct the play-order of the sounds, it will work as well. But like you pointed out... embedded sounds on...
  5. ImpInTraining

    Sounds in Sequence

    Well, I got rid of the problem of only one sound being played for everything, completely unrelated to the code above. But no matter what I do, I cannot stop all the sounds from playing at the same time. Or I should say, when I try to use .onComplete to control when the sounds are played using...
  6. ImpInTraining

    Sounds in Sequence

    I have a Flash program written with linked sound files exported for actionscript. Depending on certain buttons that are pushed and in the order they are pushed, the exported sound files will be identified via an array. Then when the final execution button is pressed, it executes a function...
  7. ImpInTraining

    Form question

    I deleted the TextArea, and am using just a Text Field on top of a white rectangle. Seems to be working fine so far, although I've only tested it superficially thus far. Not sure how it will handle scrolling or wrapping. Time will tell.
  8. ImpInTraining

    Form question

    Ok, well... I've tried deleting the TextArea and putting a new one in its place, both by dragging it onto the field, and also by double-clicking and then moving it into position. In both cases, the TextArea starts out small, about the size of text that is visible. When I resize the TextArea...
  9. ImpInTraining

    Form question

    Sweet... thanks. I hadn't explored all of Flash 8's bells and whistles yet, particularly the debugging portions.
  10. ImpInTraining

    Form question

    If I might ask another question... how could you tell that exactly? I mean, when I look at the TextArea, I don't see anything specific about the TextArea, nor the TextField inside it. Guess I just need to know where to look...
  11. ImpInTraining

    Form question

    Well, you'd think so, huh? But it's not. Let me see if I can post what I have so far. Keep in mind, the underlying actionscript is still a little buggy (thus why I'm rolling nothing but 1's)... but that's a work in progress. Here: http://darkandmoodyforums.com/flash/dandm_welcome.swf Click...
  12. ImpInTraining

    Form question

    Ah, right you are. I was confused about the terminology. That particular problem I'm having is with a Text Area, not a "Text Field". My apologies on the confusion.
  13. ImpInTraining

    Form question

    Ah, many thanks. I have the script doing ... something. Some other bugs to work out though. I have a text field to respond with the results or print out error messages when they apply. The text field is approximately 57 characters wide, and about 4 or 5 lines high, but the text field is only...
  14. ImpInTraining

    Form question

    I'm trying to make a dice-roller program. In the form I am using, it is to be reading various values from TextInput boxes. I'm just not too clear on how to obtain the data from a TextInput box. For instance, I put a little error checking in there for the one box to decide how many dice to...
  15. ImpInTraining

    Why the HUGE .swf File Size ???

    I've heard that Flash doesn't do a great job of resizing images. With that in mind, it is entirely possible when you imported your images to library, you imported them as high quality images, each picture probably taking more than 1 MB apiece. This may be causing your sizable problem. My...
  16. ImpInTraining

    Help! Can't run flash movie

    What version of Flash are you using? What version of Flash was the .fla made with originally? Might be a version conflict. Maybe the version of Flash you are using isn't jiving with the code used in the .fla file you downloaded.
  17. ImpInTraining

    Loading Flash

    Can't say about FireFox, but on IE, I know if you mash the F5 button once, it will download the current version of the page and refresh your cached info. I'd give that a shot.
  18. ImpInTraining

    TextArea and TextInput backgrounds disappear

    Yes, thanks. I was thinking about doing that, but I'm concerned that I won't be able to use the scroll bar, should the text area scroll off the small window area. I will give it a shot and see.
  19. ImpInTraining

    TextArea and TextInput backgrounds disappear

    I've added a TextArea and some TextInput boxes into a form on my flash web site. It looks great as .fla, but in .swf, the white backgrounds disappear, leaving only black text on a dark background. Needless to say, this isn't good for me. Can someone explain to me how to get the white...

Part and Inventory Search

Back
Top