A Flash Developer Resource Site

Search:

Type: Posts; User: Aarden

Page 1 of 7 1 2 3 4

Search: Search took 0.71 seconds.

  1. Answered by Google :) ...

    Answered by Google :)

    http://www.readwriteweb.com/mobile/2011/08/poll-what-is-your-favorite-bac.php
  2. [RESOLVED] Back-end as a web service for lazy front-end developer.

    I am doing some rapid prototyping and I need to connect my Flash front-end to a back-end DB to save and retrieve data. While I have good understanding of SQL and web services I haven't wrote a line...
  3. Replies
    5
    Views
    2,035

    I have exact the same problem and it is not...

    I have exact the same problem and it is not because of the attachSound. I attach the sounds in class constructor and on release I only call start(). And the latency is really notable. But I have...
  4. Replies
    2
    Views
    524

    well I can but that's not a real solution. anyway...

    well I can but that's not a real solution. anyway the performance does matter in my script
  5. Replies
    2
    Views
    524

    Omg!!! 0.5 + 0.5 = 1.000000001

    does anybode else have similar experience?
    I sum real numbers in loop and then suddenly a 0.00000001 appears on the end :yikes:

    any clue?

    thanks

    ps: happend in Flash CS3
  6. Ok I have found help somewhere else. All...

    Ok I have found help somewhere else.

    All imported classes are referenced in _global object. But to import them indeed, you have to reference them somewhere in your code at compiletime.

    So the...
  7. Replies
    1
    Views
    453

    that is not very standard, new in AS? :) do...

    that is not very standard, new in AS? :)

    do you have any reference to the button? (variable pointing to the button)
    if you have (eg myButton = _root.button1;), try this:

    first backup the...
  8. Replies
    3
    Views
    454

    Normally there shouldn't be a problem. Describe...

    Normally there shouldn't be a problem. Describe it closer, preferably post the code here.
  9. [F8] how to evaluate class name from string variable?

    Hi friends

    I need to evaluate easing class and method from string variable, but don't know how :(

    I have

    var stringEasing:String = "Regulag.easeOut";

    and I am trying to do something like...
  10. Replies
    5
    Views
    798

    hmm, it looks like I have to get know more about...

    hmm, it looks like I have to get know more about ADOBE EXCHANGE :)
  11. Replies
    5
    Views
    798

    Am I out of topic or does my greed scare you?...

    Am I out of topic or does my greed scare you? :scared:
  12. Replies
    5
    Views
    798

    flashden and the others

    Hi girls,

    I have some nice flash stuff and I got a vision about getting rich by selling it on flashden.net. But then I become very disappointed about the rate they propose to authors (basically...
  13. Thread: [f8]

    by Aarden
    Replies
    1
    Views
    568

    someone stole my title :)

    someone stole my title :)
  14. Thread: [f8]

    by Aarden
    Replies
    1
    Views
    568

    [f8]mask bitmapData with another bitmapData

    hi all,

    how to properly mask bitmapData with another bitmapData?

    my first idea was

    bmd1.draw(bmd2, new Matrix(), new ColorTransform(), "alpha");
    but "alpha" and "erase" blend modes does not...
  15. Replies
    0
    Views
    538

    MovieClip path evaluation

    Hi everybody,

    please don't you know, how to evaluate string MovieClip path that contains nested MovieClips?

    e.g. this won't work:
    var path : String = 'window_mc.button_mc';
    var clip :...
  16. Replies
    12
    Views
    837

    yeah, looks nice :) ...Write up - Make...

    yeah, looks nice :)

    ...Write up - Make complete written version
    ...Write down - Make notes

    that's why I asked on Flashkit ;)
    thanks!
  17. Replies
    12
    Views
    837

    damn english idioms

    Hi people,

    do you know the situation when you write something but are not sure about the idiom? Like, omg was is 'write it up' or 'write it down'? Or 'I look forward to meet you' or 'I am looking...
  18. Replies
    2
    Views
    477

    thanx a lot, that's exactly what I need :)

    thanx a lot, that's exactly what I need :)
  19. Replies
    2
    Views
    477

    how to fake center of rotation?

    Hi,

    I have an MC called square_mc, it's [0,0] point is located in top left corner (like default).

    I need to rotate this MC like it's rotation center point IS NOT in the [0,0] point (f.e. like...
  20. hello, find any tutorial how to open popup...

    hello, find any tutorial how to open popup window, internet is full of that (some JS with window.open). then change width and height of the flash object in that popup html, dont forget to have the...
  21. you men, thank you for your struggle but you are...

    you men, thank you for your struggle but you are realy out. I wrote it here 4-times, you have deleted the sound object therefor you can't see any load progress, but try to turn on Bandwidth profiler...
  22. no once again, I can stop the sound simply by...

    no once again, I can stop the sound simply by mySound.stop(); but it's still streaming and wont stop until the mp3 is downloaded to my PC's cache. I need to stop that downloading.
  23. what you mean with cut it off? that's what I'm...

    what you mean with cut it off? that's what I'm trying to do, but don't know how to stop Flash engine from downloading(streaming) data, once you start. You can throw away the sound object but your...
  24. no newbie question, mp3 stream cant be stopped?

    Hi, big sorry for spamming, I'm afraid nobady can't answer this question in Sounds and Music forum.

    My problem:
    when I start to stream an mp3 into new sound object



    var mySound = new...
  25. no newbie question, mp3 stream cant be stopped?

    Hi,

    when I start to stream an mp3 into new sound object:

    var mySound = new Sound();
    mySound.loadSound("demo.mp3", true);

    how can I stop the download process before its finished? is it...
Results 1 to 25 of 156
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center