A Flash Developer Resource Site

Search:

Type: Posts; User: csdstudio

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,341

    Interesting, good find.

    Interesting, good find.
  2. Performance test varies across media/browsers

    So I did a test, a tweening blur, 100 frames, etc. The results are so different even on just one machine, but using 4 different players.

    40 fps. IE6 with v8.0.22
    40 fps. Flash8 IDE ...
  3. Replies
    85
    Views
    24,115

    You're PROBABLY correct. :D

    You're PROBABLY correct. :D
  4. I'm confused. You want it to work? Change...

    I'm confused. You want it to work? Change "mc.inactive" to "this.inactive"


    onClipEvent (load) {
    hit = 0;
    }
    onClipEvent (enterFrame) {
    /*Without the following line, the script works...
  5. I've experienced this myself, only with a...

    I've experienced this myself, only with a FireWire drive that decided to disconnect unexpectedly. I too lost the fla files that were open. I never did find a solution, the file was corrupt. Not sure...
  6. Replies
    6
    Views
    770

    The MM reference states any movieclip with a...

    The MM reference states any movieclip with a filter(s) applied to it will enable cacheAsbitmap for that movieclip. The initial creation of the drop shadow will be the performance chunk, after which...
  7. Replies
    24
    Views
    25,394

    I've been using coldfusion for my uploads. When...

    I've been using coldfusion for my uploads. When the upload is complete CF sends a response header back to flash with the name of the files, size, etc. But I haven't found a way to modify that reponse...
  8. Thread: upload

    by csdstudio
    Replies
    17
    Views
    5,637

    No, but I can tell you it works great with asp,...

    No, but I can tell you it works great with asp, php and coldfusion. I've been using cf and it works great. Sorry I can't show an example, but here the the server side cfm file....

    <cffile...
  9. Replies
    8
    Views
    3,540

    Has nothing to do with import statements, use...

    Has nothing to do with import statements, use them as you did in pre-8 versions. Nothing new here.

    import tween;
    import tween.easePackage;

    etc...
  10. Replies
    10
    Views
    1,502

    As long as your within the same domain, you have...

    As long as your within the same domain, you have nothing worry about.
  11. Debugger works less and less with each revision

    The debugger no longer shows static class props and methods. I've tried everything and can't get it to show them. When you use custom classes, you could browse that class reference under the...
  12. Replies
    40
    Views
    4,689

    I'm a bit disturbed at his comments. Talk about...

    I'm a bit disturbed at his comments. Talk about get a life, it's just an application. Besides, sandbox security is nothing new, I ran into that same dialog and global settings issue more than 2 years...
  13. Replies
    9
    Views
    1,359

    Not sure what the problem is, I created a map...

    Not sure what the problem is, I created a map program a while back and the resolution of the runtime loaded jpgs were 6600 x 10,000. Flash player handled them just fine. It would seem I have yet to...
  14. Replies
    21
    Views
    2,913

    You have valid points, yet for where Flash is...

    You have valid points, yet for where Flash is inteded, AS gets the job done.
  15. Replies
    21
    Views
    2,913

    BTW, CSS is wonderful. It IS a real attempt to...

    BTW, CSS is wonderful. It IS a real attempt to make the internet more standard across all browsers. You contridict your self, you want things to be more standard, yet you don't like what is actually...
  16. Replies
    21
    Views
    2,913

    What is standard to you? AS is far from...

    What is standard to you? AS is far from non-standard. Dispatching a "click" event is more standards compliant. After learning AS, modifying and creating my own javascript code was so easy. Good thing...
  17. Replies
    20
    Views
    2,576

    Where are these engineers comments? I'd like to...

    Where are these engineers comments? I'd like to read them and see if there are more ways I can improve performance.
  18. Replies
    20
    Views
    2,576

    Exactly, a moment when it's not using the cached...

    Exactly, a moment when it's not using the cached bitmap of the mc, this will cause a slight delay between the current frame and the next frame. The time between those two frames will be the same as a...
  19. Replies
    21
    Views
    4,848

    Director is quite a bit more powerful, ever look...

    Director is quite a bit more powerful, ever look at its code reference? It makes the AS code reference look like a Dr. Sues book. And now with MX2004 they even added Javascript syntax if you wish to...
  20. Replies
    20
    Views
    2,576

    Bingo. Exactly the same. When your text changes...

    Bingo. Exactly the same. When your text changes in flash there will be a moment of non-cached view as it redraws the text then recaches it.
  21. Replies
    15
    Views
    2,081

    Was just comparing the two applications,...

    Was just comparing the two applications, photoshop has 800+ image editing functions, filters, adjustments, tools, etc., while flash has just integrated a handful of basic tools.
  22. Replies
    84
    Views
    18,648

    You're correct. Utilizing the new features will...

    You're correct. Utilizing the new features will be very hard. As flash player 6 and 7 were preinstalled on new machines for the last 3 years. Most users will be affraid to "Install new player" in...
  23. Replies
    20
    Views
    2,096

    It will be cached to ram, that's the key. It...

    It will be cached to ram, that's the key. It would take as much ram to display 100 loaded swfs as it would to duplicate that swf 100 times via bitmapdata.clone(). Same amount of raw data is needed at...
  24. Replies
    15
    Views
    2,081

    Not even apples to oranges. More like apples to...

    Not even apples to oranges. More like apples to pumkins. Photoshop has 800+ functions, flash has finally integrated 4 of them. Long way to go I'm affraid, even to replace Microsoft Paint, let alone...
  25. Replies
    20
    Views
    2,096

    For gSOLO: Any idea whether I can export the data...

    For gSOLO: Any idea whether I can export the data from the bitmapdata out from flash? I use flash remoting frequently and would transfer the data to sql.
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center