A Flash Developer Resource Site

Search:

Type: Posts; User: azwaldo

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: movie clip

    by azwaldo
    Replies
    1
    Views
    404

    just an idea

    on click have each scrolling clip create a new clip at the top level (above the scrolling window); mebbe hide the original until the copy is 'dropped'; the copied clip could then follow the cursor...
  2. Replies
    4
    Views
    518

    just make new btn

    something about that 'audio' btn is corrupt; just copied the 'info' button onstage, reassigned it to play frame 139, and it worked just fine.
  3. Replies
    5
    Views
    510

    what version?

    :yarr:have ye tried swabbin' the decks of that ship with a stylesheet matey? maybe reassign the properties with a my_txt.onSetFocus handler ...
  4. Replies
    1
    Views
    549

    howdy , this site probably has much of what...

    howdy ,

    this site probably has much of what you are looking for...

    Have you searched the forums using the FK search page?
    just enter a search string like:
    store data button
    store data list
    ...
  5. howdy mediocre, if you are loading...

    howdy mediocre,

    if you are loading html-formatted data into the textArea you would use this:
    textAreaInstanceName.htmlText = someData;

    hth
  6. Replies
    4
    Views
    518

    post code?

    howdy captainlack,
    can you be a bit more specific? what audio effect(s) are you referring to?
    and a look at some code might get a quick fix...what actions or fxns are handling the audio event?...
  7. Replies
    1
    Views
    2,093

    can you be more specific?

    howdy jAQUAN,

    found your post on page 8 of the AS board, either there are a lot of folks posting currently or your post is just not getting a reply (there have been 21 views of the thread at this...
  8. MovieClip.onLoad

    howdy SDBdogwood,
    you can attach script to any movie clip onstage and use MovieClip.onLoad; which is described at this page.
    hth
  9. Thread: Flash Blog

    by azwaldo
    Replies
    2
    Views
    739

    howdy laidback, looked at the PHP file. could...

    howdy laidback,
    looked at the PHP file. could you read the existing blog file into a variable, then concatenate the new entry and the old blog file, in that order?

    see this page for concatenation...
  10. Replies
    1
    Views
    347

    howdy , many variables could affect how you...

    howdy ,
    many variables could affect how you might best approach this situation. it can be done; i had a difficult time with a video game once i had boundaries set. did not get this:
    maybe you...
  11. Thread: xml help

    by azwaldo
    Replies
    3
    Views
    406

    got fla?

    you could establish 'bob' as a _global var on creation...
    _global.bob = "ADSF";
    // or _global.bob = _root.eventsXML.bob
    // if bob is in the XML file
  12. Thread: xml help

    by azwaldo
    Replies
    3
    Views
    406

    'bob' is a var created within the fxn, so it's...

    'bob' is a var created within the fxn, so it's scope is within that fxn.

    don't you want to access eventsXML anyway?


    trace("outside "+bob);
    trace("eventsXML: ");
    trace(eventsXML);
  13. Replies
    7
    Views
    527

    still wondering, though: would you like an...

    still wondering, though:

    would you like an animation worked up from scratch? (probably not*)
    what have you come up with so far ?
    can you zip up an .fla or attach a .txt file with something?
    ...
  14. Thread: menu help

    by azwaldo
    Replies
    3
    Views
    511

    in your movie: once button '1' has been...

    in your movie:
    once button '1' has been rollOver'd, it waits at the end of the color tween until a rollOut event; if you only want to revert to the 'up' state when button '2' or '3' are clicked,...
  15. Replies
    7
    Views
    527

    from scratch?

    what have you come up with so far ?
    zip up the .fla and attach it to next post, or attach a .txt file of your AS ?
  16. Thread: menu help

    by azwaldo
    Replies
    3
    Views
    511

    fill all four button frames

    opened the zip;
    right now, the instances of 'button' onstage do not have an 'over' state...
    1 - open the symbol in the library, or open one of the instances onstage
    2 - add something to the...
  17. include attachment?

    without seeing the XML and PHP scripts it's difficult to guess; are you loading the XML doc when the movie opens?

    by this:...do you mean the PHP script should refresh the html page (where swf is...
  18. yes, check the path reference for the file to be...

    yes, check the path reference for the file to be overwritten...
    will your final movie be posted on a server?
    is the PHP file being called?
  19. Replies
    7
    Views
    527

    setInterval

    setInterval is tailor made for this sort of thing...
    place actions in fxns that are called up to the 0.5 second deadline

    MM dictionary entry


    hth
  20. what version?

    what version?
  21. just writing to XML?

    if only writing to an XML file from PHP, you could try this
    InstanceName.loadVariables("http://www.yourDomain.com/writeToXML.php", "GET");
  22. Thread: text question

    by azwaldo
    Replies
    7
    Views
    549

    checked your PMs lately? =======================...

    checked your PMs lately?
    =======================
    =====got bookmark?=====
    =======================
    http://www.kirupa.com/developer/actionscript/index.htm...
  23. Thread: Code review...

    by azwaldo
    Replies
    1
    Views
    416

    do you use XML? here is a demo...

    do you use XML?
    here is a demo made some time ago...does it look neighborhoodly?
  24. Replies
    1
    Views
    381

    movie swf? or movie video?

    movie swf? or movie video?
  25. Thread: text question

    by azwaldo
    Replies
    7
    Views
    549

    zipped demo

    zipped MX2004.fla of page 2 attached
    (littleBox)

    :yarr:
    hth
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center