A Flash Developer Resource Site

Search:

Type: Posts; User: dogdaddy

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,341

    can commserver stream external mp3?

    Someone posted an issue where the mxplayer fails to load mp3's on PCs that are configured to let other apps automatically handle MP3s.

    Could commserver deliver audio streams from external mp3's,...
  2. Replies
    0
    Views
    1,563

    Media Temple Hosting Plans?

    Anybody using the commserver hosting plan (cheap one) at mediatemple.net? What are your impressions?

    Thanks
  3. Replies
    22
    Views
    6,004

    sequential videos/ cd rom

    LL,

    I'm dealing with the same problem now (after reading your post!). I just tried using unloadmovie before the new load - no success. Next will try duplicating or attaching new target mc's to...
  4. Replies
    4
    Views
    646

    AtachMovie is awesome. I think the second...

    AtachMovie is awesome.

    I think the second attach is replacing the first because they use the same layer (1). Try:
    //----------
    _root.attachMovie("text", "text1", 1); ...
  5. preloading

    you could load the .swf's into instances that are offscreen or had their _visible set = FALSE.

    good luck
  6. Replies
    0
    Views
    490

    I'd like to change a single array element, as in:...

    I'd like to change a single array element, as in:

    //----
    raSample = [36,24,36];
    raSample[0] = 48
    raSample[2]++;
    //-----------

    Do I have to redefine the whole dang array every time?
  7. Replies
    21
    Views
    1,006

    FG, You and I can't talk about this issue...

    FG,

    You and I can't talk about this issue because I don't have your AS vocabulary and do NOT "get what you're saying."

    This didn't need to become a d**k-measuring contest. All I meant is that...
  8. Replies
    21
    Views
    1,006

    Dynamically Changing Function : Proof?

    FG,

    I just redefined a function in run-time by using "Tell Target" and the new definition:
    ---------
    on (release) {
    tellTarget (this) {
    function fnTwister (theAngle) {
    ...
  9. Replies
    21
    Views
    1,006

    FG, I wouldn't pretend to be your equal in...

    FG,

    I wouldn't pretend to be your equal in ActionScript (I don't even recognize half of the original question), but if I can dynamically create and call a function in memory, will that be "proving...
  10. Replies
    21
    Views
    1,006

    Create functions dynamically?

    FG,

    Are you qualified to categorically say what "can't be done?" Is there no possibility of a solution you just haven't seen?

    We all appreciate your helping others on personal time, but I think...
  11. Replies
    4
    Views
    511

    skew via AS

    but then you're constrained to however you applied it in a keyframe. If you can do it w AS, you can change it dynamically.

    dogdaddy
  12. Replies
    4
    Views
    511

    skew by AS?

    if you have an example, please send it on:

    phicks@dogdaddy.com

    thanks.
  13. Replies
    4
    Views
    511

    Know how you can set skew properties of an MC...

    Know how you can set skew properties of an MC Instance in the transform dialog box? I still don't see a way to address skew values as a MC property through actionscript..

    Anyone?

    dogdaddy
  14. Re: in sickness and in health

    DGS,

    Thanks for writing. All my tests seem to indicate that during a "while" loop, everything else is suspended. I'm going to try some different approaches and will share If I find anything...
  15. HockSink, The idea is not to be constrained by...

    HockSink,

    The idea is not to be constrained by the frame rate of the movie. The thing uses a getTimer function to create an editable pause between each bump-so you call the same function w...
  16. DGSnail, Did you ever get that problem...

    DGSnail,

    Did you ever get that problem resolved w updating screen during a function loop?

    thanks,
  17. Replies
    4
    Views
    481

    I think int(variableName) will return an integer...

    I think int(variableName) will return an integer value from a string.
  18. Am trying to animate an MC using custom functions...

    Am trying to animate an MC using custom functions in a single frame. It worked, but but the thing runs so fast you don't see animation, it just "jumps". So, I built in a separate timer function that...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center