A Flash Developer Resource Site

Search:

Type: Posts; User: betaruce

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,163

    only in Flash Pro 8 but not in Basic

    only in Flash Pro 8 but not in Basic
  2. Replies
    5
    Views
    2,570

    check guy watson article on MM

    check guy watson article on MM
  3. Replies
    3
    Views
    2,666

    use the draw method of BitmapData class.

    use the draw method of BitmapData class.
  4. not sure if that's what u need...

    not sure if that's what u need
    http://flash8.betaruce.com

    check the scrollable blur textfield example
  5. Replies
    5
    Views
    3,926

    i think you can do so after u draw the mc into...

    i think you can do so after u draw the mc into bitmap
  6. Replies
    5
    Views
    3,926

    you can use removeMovieClip()

    you can use removeMovieClip()
  7. Replies
    5
    Views
    1,492

    you can apply filter effects also to video and...

    you can apply filter effects also to video and buttons.
  8. Replies
    5
    Views
    1,428

    this is becoz of increase security measures of...

    this is becoz of increase security measures of FP....
    you may need to follow the instructions
  9. Replies
    4
    Views
    1,648

    well you still cannot download Flash 8 so the...

    well you still cannot download Flash 8
    so the trial version you downloaded should be Flash MX04
  10. Replies
    4
    Views
    941

    yes agree even u make a counter don't make it...

    yes agree
    even u make a counter don't make it public :)
  11. Replies
    7
    Views
    1,380

    o really? so that means ppl cannot add filters...

    o really?

    so that means ppl cannot add filters by the filter panel to their animation if they are using Basic? or i should say there is no Filter panel in the Basic version right?

    I just keep...
  12. Replies
    7
    Views
    1,380

    you can add filters by Actionscript or to some...

    you can add filters by Actionscript or to some instances on stage with the new Filter panel.
  13. Replies
    10
    Views
    3,514

    no basically u don't need to set anything. for...

    no basically u don't need to set anything.

    for the unsafe part, i think all ppl will encounter this problem. we need to alter the settings of the Flahs player so that it allows the action to be...
  14. Replies
    10
    Views
    3,514

    hv u import the external class? and r u sure...

    hv u import the external class?

    and r u sure onPress there's reli sth happen?

    also try jus to call ExternalInterface.call("jsFunc", "hi");
  15. Thread: Whats New?

    by betaruce
    Replies
    21
    Views
    2,721

    there are filters. we can apply it to animations....

    there are filters. we can apply it to animations.
    for the new AS, there's also filters and Bitmap processing. We can process pixel details now. We can also upload and download files with flash.
  16. Replies
    10
    Views
    3,514

    it should be...

    it should be ExternalInterface.call("jsFunc","hi")
    read the help doc for more details :)

    for the JS part, I wonder if there is "window" before "alert"? seems there isnt....
  17. Replies
    50
    Views
    147,157

    Sticky: flash - javascript - java applet communication ...

    flash - javascript - java applet communication

    http://others.betaruce.com/flash_js_applet.htm
  18. Replies
    50
    Views
    147,157

    Sticky: http://others.betaruce.com/perlinNoise_createImage...

    http://others.betaruce.com/perlinNoise_createImage.swf

    using php and the new Flash 8 BitmapData class, it is very convenient to output JPG image from Flash and you can have it save :)
  19. Replies
    20
    Views
    2,577

    i try to draw the dynamic text into a...

    i try to draw the dynamic text into a bitmap....seems there are some problems...
    i can still do the scrolling (done by scrollRect) and blur, but the effect has some problem....some part of it will...
  20. Replies
    20
    Views
    2,577

    in my example...

    in my example http://www.betaruce.com/flash_swf/b...ew_txtField.swf

    the text is not dynamic. it is static text and anti-alias for animation

    i've tried to use dynamic text instead and obviously...
  21. Replies
    50
    Views
    147,157

    Sticky: I've made some swf with new AS in Flash 8 ...

    I've made some swf with new AS in Flash 8

    http://www.betaruce.com/flash_swf/perlinNoise.swf

    http://www.betaruce.com/flash_swf/blur_skew_txtField.swf
  22. Replies
    1
    Views
    428

    There is a textfield (which can only show a few...

    There is a textfield (which can only show a few lines of text) with instance name "tar" and var "a" on the stage. There is also a scrollbar on the stage and the target is set to the textfield (i.e....
  23. Replies
    1
    Views
    489

    I've put a scrollbar (UI Component) and a...

    I've put a scrollbar (UI Component) and a textfield which can display the value of a variable (call it "a").

    However, when I assign values to "a" using actionscripts, the scrollbar doesn't work...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center