A Flash Developer Resource Site

Search:

Type: Posts; User: DangerAhead

Page 1 of 13 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    1,443

    FileReference not good

    Yeah. it's annoying. AND you'll discover a host of annoyances with the FileReference Class.

    If you start using it and run into problems Yahoo Groups has a great Flexcoders forum (AS 3.0) that...
  2. HOW: force a Container (Accordion) to redraw

    How do you force a Container to measure the contents of all of it's children so that if a currently unseen pane has text that needs to scroll, it will generate the scrollbar BEFORE it's viewed.
    ...
  3. Replies
    1
    Views
    1,443

    Accordion content flashing on screen

    Has anyone else had a situation where you have a accordion and when you hit the pane, a copy of the current Accordion content briefly flashes above the accordion, then disappears?

    It seems only to...
  4. Replies
    2
    Views
    936

    formatters weak

    yeah. I discovered that.

    What really sucks is you should be able to VALIDATE a field then format it.

    If the validator returns true, the formatter should be able to format it.
    So I created a...
  5. Replies
    2
    Views
    936

    PhoneFormatter Class screwy

    Has anyone else discovered that if you put in standard phone number into the PhoneFormatter. it generates an error?



    var dayPhFormatter:PhoneFormatter = new PhoneFormatter();
    ...
  6. Replies
    3
    Views
    910

    Swfstudio needs to do this

    Northcode,

    The screentime one will only work on it's specific platform so if you're on a PC, you can only create PC executables. If you're on a Mac, then only Mac executables.



    NORTHCODE...
  7. Replies
    3
    Views
    598

    look on Flashkit.com under MOVIES. Do a search...

    look on Flashkit.com under MOVIES. Do a search for menu there and you will find hundreds of variations.
  8. Replies
    1
    Views
    350

    keep in mind, just because it's external......

    keep in mind, just because it's external... doesn't mean it loads at RUNTIME.

    It is loaded at compile time. External AS files are just a way to keep code organized so you can put it in an...
  9. Replies
    4
    Views
    744

    yep. there's a lot of those in the MOVIES section...

    yep. there's a lot of those in the MOVIES section of this site. do a search there.
  10. Because when your code is ON a movieclip, you...

    Because when your code is ON a movieclip, you have to put your code in some event handler like onData or onEnterFrame, etc.

    for external SWF loading, I like onData because it fires for every...
  11. Replies
    1
    Views
    590

    OneLongString

    1. remove the OUTSIDE brackets and put QUOTEs instead.
    2. remove the INSIDE brackets and put pipes "< >" instead or some other symbol that's not an "&" symbol
    3. Add an "&" sign at the beginning of...
  12. Replies
    8
    Views
    647

    you need apache

    There used to be a cool thing called PHPTriad that was Apache, MySQL and PHP all wrapped in an easy to use bundle. 3.11 is what I used.

    Basically you need to install apache on your home computer...
  13. Nevermind. I figured it out. The good 'ole Object...

    Nevermind. I figured it out. The good 'ole Object instead of Array.
  14. Replies
    1
    Views
    449

    Poll: There is a great book by Steve Webster on how to...

    There is a great book by Steve Webster on how to get PHP to work with Flash. Everything you ever needed to know. including posting variables.

    http://www.phpforflash.com/

    Hints:
    1. have the...
  15. Replies
    1
    Views
    343

    Have you studied up on the Sound Object? if not,...

    Have you studied up on the Sound Object? if not, please read the Help Docs on how to use it.
  16. Replies
    6
    Views
    871

    Smooth yes. Realistatic - What do you mean by...

    Smooth yes.
    Realistatic - What do you mean by this?
  17. no problem noobers

    try this. Putting a "~" where ever you want to have a line break.


    //MovieClip.prototype.FadeIn = function() {
    this._alpha = randomBetween(-200, 0);
    this.onEnterFrame = function() {
    if...
  18. This looks like an oldschool text effect. you're...

    This looks like an oldschool text effect. you're basically generating an MC for each letter. and I see no code to deal with _y position at all.

    you need to add something that checks the...
  19. Replies
    2
    Views
    704

    Sound Object

    The Sound Object was designed specifically for this.

    You can find several Movies here at Flashkit that use the Sound Object. Download them and tweak them. look at the code.

    Or go buy...
  20. Replies
    3
    Views
    400

    Yep. It'll work. try it.

    Yep. It'll work. try it.
  21. Replies
    2
    Views
    470

    Did you ever get any help on this?

    Did you ever get any help on this?
  22. Replies
    3
    Views
    550

    No one is going to go through tons of code. What...

    No one is going to go through tons of code. What part of the code isn't working? Can you narrow it down?
  23. Replies
    8
    Views
    647

    read this for a basic get-up-to-speed

    http://www.flashkit.com/board/showthread.php?t=389551

    PHP common questions and answers.
  24. DataSet removing duplicate Entries - Best way?

    Here's the jist of the problem, fellow Flash heads. I know there's an easy way to do this, but I don't know how without looping forever.

    I have a 2 column data set of 500 "connections" between...
  25. Replies
    2
    Views
    699

    Yep. It's called an XML object. what you do is...

    Yep. It's called an XML object. what you do is use the new "Data Connection Wizard" at Macromedia. It will help you load the XML, parse it, and put it into a place where you can use it. then all you...
Results 1 to 25 of 310
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center