A Flash Developer Resource Site

Search:

Type: Posts; User: VoidParadox

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    575

    setScrollContent? but that only works for a jpeg,...

    setScrollContent? but that only works for a jpeg, so you can't add text (unless you put the text in the jpeg as well)
    if you want to scroll text, you have to drag a scrollbar into a textfield, but...
  2. Replies
    2
    Views
    400

    Check out globalToLocal and localToGlobal in the...

    Check out globalToLocal and localToGlobal in the ActionScript dictionary.
  3. Guided motion tween? (see Flash tutorial for more...

    Guided motion tween? (see Flash tutorial for more info on this)
  4. Replies
    1
    Views
    543

    Tracking is handled by an engine that follows the...

    Tracking is handled by an engine that follows the SCORM implementation guidelines.
    You have to publish your movie with "Flash w/ SCORM tracking" to enable the client side tracking functionality. The...
  5. Tried putting a border around it? Btw, does a...

    Tried putting a border around it?
    Btw, does a small area of the image get distorted, or does the image get distorted when you put it in a small area?
  6. Replies
    2
    Views
    384

    Just a few hints: - action/remark usually flows...

    Just a few hints:
    - action/remark usually flows from top-bottom and left-right
    (for example, in explorer you click on a folder on the left side of the screen, and as a result you see the contents...
  7. Replies
    6
    Views
    819

    Don't worry. I'm not going to sleep until we've...

    Don't worry. I'm not going to sleep until we've solved this little problem.

    The movie explorer? It's superb! No longer do you have to spend hours browsing through every object in your movie...
  8. Use unloadMovie("target"), or...

    Use unloadMovie("target"), or MovieClip.unloadMovie();

    No need for an if statement.
    (You can't really go wrong with Actionscript anyway)
  9. Replies
    2
    Views
    351

    http://www.flashkit.com/tutorials/Audio/Flash_MX-K...

    http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/index.php?chk=no

    All you ever need to know about sounds in flash.
  10. Replies
    6
    Views
    819

    Do you know about the Movie Explorer? (I didn't,...

    Do you know about the Movie Explorer? (I didn't, until after 3 months or so). It gives a great overview of functions, objects, etc.
    ALT+F3

    I'll see if I can find what that panel is.

    ---

    /*...
  11. • Actually Tab ? Don't know at the moment. ...

    • Actually Tab ?
    Don't know at the moment.

    • One click to clear field ?
    You have to keep track of the status of your textfield.
    If there's been no user input, clear the field on a click...
  12. Replies
    3
    Views
    399

    You probably duplicated the new clip on the same...

    You probably duplicated the new clip on the same depth as another clip.
    Otherwise you might have forgotten _root when assigning a name to the new clip.
  13. Replies
    1
    Views
    357

    File->Publish Settings->HTML->Window mode has...

    File->Publish Settings->HTML->Window mode has some options that might be helpful. Don't remember what's what, so you'll have to try for yourself. Sorry.
  14. Replies
    2
    Views
    321

    Give the iframe a name and treat it as if it's a...

    Give the iframe a name and treat it as if it's a normal frame.

    So for instance:
    <a href="myurl.htm" target="iframe_name">some link</a>
  15. Replies
    6
    Views
    819

    Page 5, Pan and Zoom tutorial: Code for frame 2...

    Page 5, Pan and Zoom tutorial:
    Code for frame 2
    if (Number(cur_x)<>Number(prev_x) or Number(cur_y)<>Number(prev_y)) {
    // This function is on the root movie clip and is used to updated the viewing...
  16. How to restrict input text based on position?

    Input text fields have a maxlength.
    Input text fields have a restrict option so it's possible to block certain characters.
    I would like to restrict input based on the caret's position in the...
  17. Thread: htmlText

    by VoidParadox
    Replies
    2
    Views
    493

    blah_txt.html = true; blah_txt.htmlText =...

    blah_txt.html = true;
    blah_txt.htmlText = "<b>work just fine</b>";

    maybe you're using a font that doesn't have bold/italic support?
  18. Change fps (Modify->Document->Frame Rate) Set...

    Change fps (Modify->Document->Frame Rate)
    Set quality to low (File->Publish Settings->HTML tab->Quality dropdown)
    Use basic shapes and colors
    Use simple tweens
    Use a faster computer
  19. Replies
    3
    Views
    349

    Prolly need a tellTarget on scene-B with that......

    Prolly need a tellTarget on scene-B with that... but I'm off to sleep now.
  20. Replies
    3
    Views
    509

    Tad strange. Normally Flash just goes from frame...

    Tad strange. Normally Flash just goes from frame 1 to 2 to 3 to 4 etc etc until it reaches the end, and then it jumps back to frame 1.

    What kind of code did you put in your first frame to make it...
  21. Replies
    3
    Views
    547

    Stage.height Availability Flash Player 6....

    Stage.height

    Availability


    Flash Player 6.

    Usage
  22. Replies
    3
    Views
    475

    Use the Text Tool (T) to create a textfield....

    Use the Text Tool (T) to create a textfield.
    Open the textfield's Properties panel.
    Set the text type to "Static text".
    Set the URL to the .pdf
    Set the target to _blank

    Not sure if the URL...
  23. Replies
    6
    Views
    420

    Couple of ways to print: - straight from the...

    Couple of ways to print:
    - straight from the menu (not a good idea)
    - calling print function
    - calling printAsBitmap function
    See the Actionscript Dictionary for more info on these functions.
  24. Replies
    2
    Views
    306

    File -> Publish Settings.. -> HTML tab Oh...

    File -> Publish Settings.. -> HTML tab

    Oh wait, you want the window to change to 800x600?
    Use window.open with the required parameters.
    It's a Javascript function.
    (I think fullscreen=yes...
  25. Replies
    4
    Views
    389

    File -> Publish Settings.. -> HTML tab ...

    File -> Publish Settings.. -> HTML tab

    Dimensions and Scale are probably what you need to look at.
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center