A Flash Developer Resource Site

Search:

Type: Posts; User: pzb4

Page 1 of 5 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    1,238

    somehow I got it to work, but the scrollbar is on...

    somehow I got it to work, but the scrollbar is on the inside of the text area and is blocking the text to the right of the text area. Trying to recompile now with it on the outside. I'm using...
  2. Replies
    2
    Views
    1,238

    I also notice when I drag the UIScrollbar to the...

    I also notice when I drag the UIScrollbar to the text, I cannot ever get it to "snap" to it like I've seen in other tutorials. What kind of text area can I use this with? I've tried TLF and classic...
  3. Replies
    2
    Views
    1,238

    Trouble making scrolling text in CS5

    I have a simple text field that is read only and it's very long, so I just want to use a scrollbar on the right-hand side. I dragged a UIScrollbar component to this text area, I lined it up, same...
  4. Replies
    5
    Views
    638

    wow, you really cut that down pretty good and it...

    wow, you really cut that down pretty good and it loads quickly now. I am very much obliged, 5Tons!
  5. Replies
    5
    Views
    638

    Okay, here is what I came up with and it seems to...

    Okay, here is what I came up with and it seems to load the data and I can trace the first value of the first row, however, Flash times out after 15 seconds if I have more than say 120 rows being read...
  6. Replies
    5
    Views
    638

    That makes sense. I will play around with that...

    That makes sense. I will play around with that idea. Thanks, 5TonsOfFlax.
  7. Replies
    5
    Views
    638

    How to populate arrays from a text file?

    I have a text file with about 1000 rows of data and about 100 values (separated by spaces) in each row. What I need to do is to load the data into Flash into a separate array for each row of data,...
  8. Replies
    2
    Views
    395

    Thanks, dawsonk. That works great. Funny thing...

    Thanks, dawsonk. That works great. Funny thing was that it would not load when I tried to load the actual XML doc, but it would if I made an XML doc out of the sample XML code I had listed above. I...
  9. Replies
    2
    Views
    395

    problems reading XML into Flash

    I have an XML doc that was exported from FileMaker Pro that I need to read into flash to get the variables from. The XML doc is laid out like this (shortened for brevity):

    <FMPXMLRESULT>...
  10. Replies
    4
    Views
    1,136

    Well, it worked well with Safari, but in FireFox...

    Well, it worked well with Safari, but in FireFox I got a double header. Does FF handle it differently somehow?
  11. Replies
    4
    Views
    1,136

    That worked very well. Thanks for the tip, robhon!

    That worked very well. Thanks for the tip, robhon!
  12. Replies
    4
    Views
    1,136

    Alternate navigation if Flash is turned off?

    I wanted to create alternate navigation (simple form buttons/pulldown menus) if someone does not have Flash installed or it's turned off. How do I code this?
  13. Replies
    0
    Views
    1,107

    Good Flash developer conferences?

    I attended Adobe Max last fall. It was good, but was not focused on Flash per se, but rather all the Adobe products. What I would like to find is a good conference that does focus on Flash...
  14. Very cool, 5TonsOfFlax. I downloaded the .zip...

    Very cool, 5TonsOfFlax. I downloaded the .zip file. Thanks!
  15. I just got this to work using substrings and the...

    I just got this to work using substrings and the name of the button:


    btn_1.addEventListener(MouseEvent.MOUSE_DOWN,goLink);
    btn_2.addEventListener(MouseEvent.MOUSE_DOWN,goLink);...
  16. function parameters and addEventListner for simple button

    I am going to have about 73 simple buttons on a couple of screens of my flash module and I'd like to obviously be able to use the same function to run all of them, but I keep getting errors. Here is...
  17. Replies
    2
    Views
    1,006

    Thanks, cancerinform, I'll see if that's the case.

    Thanks, cancerinform, I'll see if that's the case.
  18. Replies
    2
    Views
    1,006

    Replace one SWF with another?

    I have an SWF that I want to load another SWF in place of when the movie is done. I also want to be able to go back to the original movie when that one is done. I'll have two links at the end of the...
  19. Replies
    2
    Views
    3,659

    thanks, neznein9. Here is what I ended up adding:...

    thanks, neznein9. Here is what I ended up adding:

    stage.addEventListener(KeyboardEvent.KEY_DOWN,keyDownListener);

    function keyDownListener(e:KeyboardEvent) {
    if ((e.keyCode == Keyboard.ENTER)...
  20. Replies
    2
    Views
    3,659

    Use Return/Enter key to trigger function?

    I've got a little form in a movieclip where the student is to do some simple subtraction, then click the Record button to enter the data into a table. Problem is that if someone types in the answer,...
  21. Replies
    7
    Views
    1,995

    That worked great. Thanks, cancerinform!!!

    That worked great. Thanks, cancerinform!!!
  22. Replies
    7
    Views
    1,995

    how to control one movieclip from another?

    I have 2 movieclips on the stage. When i get to a certain frame in one movieclip, I want it to tell the other movieclip to stop. How do I do this? Let's call them mc_1 and mc_2. On frame 10 of mc_1 I...
  23. Replies
    0
    Views
    752

    FLVPlaybackCaptioning - type is small

    It seems that the default text size when using the FLVPlaybackCaptioning component is very small, and it seems to ignore whatever font size is indicated in the Timed Text XML file. I've checked the...
  24. Replies
    3
    Views
    782

    I would like to know the same thing. The sample...

    I would like to know the same thing. The sample code in the Flash Help does not seem to work for me.
  25. I've had very good experience using Trillix on...

    I've had very good experience using Trillix on SWFs we had that we didn't have the original FLA files for. I recommend it.
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center