A Flash Developer Resource Site

Search:

Type: Posts; User: DrSax

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    684

    yeah

    well sure - just put that menu action on the button in the first frame of yer movie clip along with the gotoandplay action
  2. Replies
    7
    Views
    684

    another way

    actually here's a little easier way to simulate a double click since macromedia cant seem to give us a OnDoubleClick:
    make a movieclip. on the first frame put a stop action and an instance of your...
  3. Thread: stage width

    by DrSax
    Replies
    0
    Views
    449

    anybody have any problems with Stage.width? i...

    anybody have any problems with Stage.width? i mean i'll do a simple trace(Stage.width); on the first frame and the number in the output window is completely different from the actual width.
  4. Replies
    1
    Views
    449

    sounds like it will have to be done in cold fusion

    sounds like it will have to be done in cold fusion
  5. Thread: Error trap

    by DrSax
    Replies
    2
    Views
    511

    ..

    yeah that doesnt work cause it takes a little bit to load it and the data only checks it once so it sees it as undefined. it has to be and enterframe as the clip event
  6. Thread: Error trap

    by DrSax
    Replies
    2
    Views
    511

    i'm getting text from an external .txt file. is...

    i'm getting text from an external .txt file. is there anyway to trap an error opening it like if it doesnt find it other than if it equals "" or null because it will equal that the first 1 or 2 times...
  7. Thread: adding a return

    by DrSax
    Replies
    1
    Views
    470

    how do you add a return in a textfield? this is...

    how do you add a return in a textfield?
    this is my code:
    var = "hello there"

    textfield.text = *hard return* + var

    so i want the hello world to appear on the second line. what do i put for the...
  8. Replies
    3
    Views
    440

    i'm wondering how you can dynamically generate a...

    i'm wondering how you can dynamically generate a variable name. here's my code:
    for (i = 1; i < 3; i++){

    "var" + i = i

    }

    so i want it to create var1 = 1, var2 = 2, var3 = 3
    i've...
  9. Thread: MX Server?

    by DrSax
    Replies
    13
    Views
    2,657

    yes u will be able to load movies dynamically via...

    yes u will be able to load movies dynamically via tincan. it will be coming out later.
  10. Thread: option explicit?

    by DrSax
    Replies
    3
    Views
    1,032

    _global.whatever

    _global.whatever
  11. Thread: Embedded Video?

    by DrSax
    Replies
    4
    Views
    1,869

    no you cant. u'll have to just set up cue points

    no you cant. u'll have to just set up cue points
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center