A Flash Developer Resource Site

Search:

Type: Posts; User: DFWStudios

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    875

    Look for the stopallsounds event action and...

    Look for the stopallsounds event action and remove it. Most likely you will have to undo that off of the close actions statements. Further, you should put the sound object into a global variable...
  2. Replies
    3
    Views
    727

    If the 'main' sound variable you are trying to...

    If the 'main' sound variable you are trying to stop is in the main global memory timeline area, then all you have to do is target

    _parent._root.SOUND.stop();

    Doing _parent from the loaded in...
  3. Sure...

    Try this php script we wrote for our news text flash thingy:
    (notice the 'target' of the variable is _root.mv_scroller.txtNews, so in your case you make it _root.????? whatever to get to your text...
  4. Replies
    3
    Views
    759

    I'd suggest you forget the value = pairs bit and...

    I'd suggest you forget the value = pairs bit and go to a text file and use smart string scripting to get your 'own' predetermined set of data which is MUCH more flexible.

    See attached... basically...
  5. Thread: thumbnails

    by DFWStudios
    Replies
    21
    Views
    1,231

    If you don't know php, then this is probably not...

    If you don't know php, then this is probably not a solution for you.

    In short, say you wanted to load the 'portfolio' gallery of thumbnails into the current scene/stage of the movie AND in the...
  6. Replies
    2
    Views
    349

    We recommend using mp3 format not wave format. ...

    We recommend using mp3 format not wave format.

    Also, when you convert your mp3's in the respective music application, you should export at around 56-96kps for fast connections and 26kps for...
  7. Replies
    28
    Views
    1,606

    Try and rip my site's .swf and you get a neat...

    Try and rip my site's .swf and you get a neat surprise message upon deparsing of the file.

    This tends to reinforce the message that they should not be doing this and includes some very nice...
  8. Replies
    2
    Views
    409

    Isn't there another forum for spam advertising...

    Isn't there another forum for spam advertising not related to flashkit? Just a thought.
  9. Thread: thumbnails

    by DFWStudios
    Replies
    21
    Views
    1,231

    We use .php to dynamically send pictures over the...

    We use .php to dynamically send pictures over the connection into flash via the browser.

    See attached script in .zip file for further details. Basically you can create an array in flash and then...
  10. Replies
    3
    Views
    417

    DFWStudios mp3 Player...

    DFWStudios mp3 Player

    We use these sorts of actions to make this thing work very easily, just store all your tracks in a set folder, and track a global variable to cycle through the 'total number...
  11. Replies
    1
    Views
    449

    It is evident that Flash cannot control the...

    It is evident that Flash cannot control the position of the system pointer, only get/retrieve the info and/or hide-show the mouse and substitute a 'dragging' cursor movie clip in its place which is...
  12. You make a custom cursor movie. put your pencil...

    You make a custom cursor movie. put your pencil graphic in there...

    See code below...

    Say you put your custom cursor movie on Layer 1

    Name it: cursor

    Next in frame 2 of the main...
  13. Free Public Open-Source Flash Encrypter

    Due to the high volume of requests, we are posting the full-blown version as a zip file for all to download. Hopefully it will be put in the FlashKit section soon after all the 'red-tape' process is...
  14. Replies
    0
    Views
    293

    Flash Encrypter Utility Site

    Check this out you serious coders...

    Flash / JavaScript Encrypter Utility

    Source .fla file download link:
    Utility .fla Source

    More details in this thread:Original Post

    The below...
  15. Thanks man. Love the response already!

    There is nothing more blessed than public open-source :yarr:
  16. Flash/HTML/JavaScript Encryption Utilty

    Hey coders, here's my free Public Open-Source Flash MX/HTML/JavaScript encryption / decryption utility.

    The online working version for reference is at:

    :DDFWStudios.com Cipher/DeCipher...
  17. ...well...our site is brutal...but more negative...

    ...well...our site is brutal...but more negative than positive...brutally confusing, bruutally huge file sizes...brutally rediculous fonts...a navigation brutal nightmare...brutal man...
  18. Replies
    1
    Views
    362

    You will likely need to make a movie clip and...

    You will likely need to make a movie clip and target THAT with your scroll functions/code and 'simulate' as if it were a built in text box thingy.

    Just set boundaries for the scrolling of the...
  19. A simple .php form will be your best bet to load...

    A simple .php form will be your best bet to load and send variables and you store the real-time results in a .txt file. Also results can be emailed etc...and echoed back to the flash player in...
  20. Hard way to do it: put a keyframe for each frame...

    Hard way to do it: put a keyframe for each frame for how long you want the 'animation' to be, and instead of doing a motion tween, you have the space between text manually changed on each new...
  21. Replies
    8
    Views
    409

    Just needs a little clean up in the transitions...

    Just needs a little clean up in the transitions so old stuff going away does not conflict or warp with new stuff coming in on top of it and visa versa.
  22. Replies
    8
    Views
    391

    What frame rate is this thing? I suggest 18-21...

    What frame rate is this thing? I suggest 18-21 fps. An aweful lot of cpu and animation power being used by the interface sized bitmaps and thingy's going on in the background.

    Script that stuff...
  23. Thread: site check

    by DFWStudios
    Replies
    4
    Views
    420

    Line up your objects/text/graphics better with...

    Line up your objects/text/graphics better with the grid or snap on...looks cheap when details are out of wack.

    When you roll over the navigation, it turns to the same gray as the nav bar and...
  24. Replies
    8
    Views
    345

    A sure fire method is once the external text is...

    A sure fire method is once the external text is loaded up, you fire some events to break apart the text via actionscript into vectors using some global functions and call it whence the text is for...
  25. Replies
    13
    Views
    800

    Could use some more interactivity...almost seems...

    Could use some more interactivity...almost seems like all HTML until tweens fire up.
Results 1 to 25 of 171
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center