A Flash Developer Resource Site

Search:

Type: Posts; User: yashiharu

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. How to use child class with loaded external swf?

    I would like to load external child swf into the parent swf (under same directory). I did try, the child loaded but the class in it didn't work.
    1) How can i load the class of child swf?
    2) How can...
  2. Replies
    0
    Views
    13,823

    fps is always 15 ... captured from webcam

    read it by netStream.currentFPS
    it always stay around 15fps

    no matter how low is the resolution & setMode 30fps
    on win & mac

    does anyone have clue?
  3. Replies
    1
    Views
    5,514

    [AIR Native extension] control flash LED?

    is it possible to use/ create a native extension to control the Flash LED light stay on/off ?
  4. Replies
    2
    Views
    1,187

    CS3 thanks for reply I try it also, but it still...

    thanks for reply

    I try it also, but it still doesn't work on <font color>

    do you know about how to cancel the default flash player htmlText setting?
  5. Replies
    2
    Views
    1,187

    CS3 [AS2.0] php send var. of color to flash

    Problems on php send color var to flash (AS2.0)

    code in php:
    echo "<font color=\"#CCCCCC\">";
    echo "Hell-lo World!";
    echo "<\font>";

    in browser output, everything is fine, the color of the...
  6. [CS3] [flash XML] possible to prevent photo from download

    i've a flash gallery
    photos is imported by loading a xml text file (contain file name ...)

    actually, the photo is seems to be downloaded to user's internet temp folder ...
    that means they can...
  7. Replies
    1
    Views
    3,235

    [flashlite 1.1] textfield for variable?

    what i want to do with flashlite 1.1:

    var1 = 1
    var2 = 2
    var3 = var1 + var2
    textField = "Number is: " + var3;

    Is it possible?
  8. Replies
    14
    Views
    1,571

    i should better clarify the goal. i want to...

    i should better clarify the goal.

    i want to hide the answer by alpha channel mask (say: black:true, white:false)
    i add an alpha channel mask on picture by photoshop.
    there would be no...
  9. Replies
    14
    Views
    1,571

    http://www.senocular.com/flash/source.php?id=0.168...

    http://www.senocular.com/flash/source.php?id=0.168
    take a look on this sample~

    the photo is partially transparent, i can see that in photoshop
    if i put my code in this file, the color picker can...
  10. Replies
    14
    Views
    1,571

    i can now getPixel() from a external jpg but...

    i can now getPixel() from a external jpg
    but what i finallly want to achieve, is getPixel32()

    i change the code, but the alpha value is always FF(255)
    i don't know why ...
    can anyone see the...
  11. does anyone have similar experiance on array in...

    does anyone have similar experiance on array in array ?
  12. Replies
    14
    Views
    1,571

    i mean getPixel() like this: picker_mc._x =...

    i mean getPixel() like this:

    picker_mc._x = _xmouse;
    picker_mc._y = _ymouse;
    var curr_color:Number = image_bitmap.getPixel(img_mc._xmouse, img_mc._ymouse);
    var preview_colortansform = new...
  13. Replies
    14
    Views
    1,571

    and i also try this: ...

    and i also try this:


    this.createEmptyMovieClip("holder_mc", this.getNextHighestDepth());
    this.createEmptyMovieClip("show_mc",this.getNextHighestDepth());
    loader = new MovieClipLoader(); ...
  14. Replies
    14
    Views
    1,571

    i've read the tutorial before :) thx seems mine...

    i've read the tutorial before :) thx
    seems mine is different

    here's my code:

    import flash.display.BitmapData;
    import flash.geom.ColorTransform
    import flash.geom.Matrix;

    Stage.scaleMode =...
  15. Replies
    14
    Views
    1,571

    thx for reply but this method take a lot of...

    thx for reply

    but this method take a lot of time for vector>data>vector

    i want to load jpeg>getpixel, should be a second process

    can it be achieve ?
  16. Replies
    14
    Views
    1,571

    getPixel on a loaded .jpeg instance

    i want to:

    1. load a .jpeg into a movieClip (by placing a mc on stage / by create command)
    <<< work perfect

    2. i want to get the a pixel color of this movieClip
    structue: jpeg > load into a...
  17. thx for reply i've try to...

    thx for reply

    i've try to trace(linkArray[this.i]) // undefined
    doesn't work ...
  18. getURL"BArray[i]" in AArray[i].onRelease isn't work

    var linkArray = new Array(A_url, B_url, C_url, D_url, E_url);

    var btnArray = new Array(A_btn, B_btn, C_btn, D_btn, E_btn);

    for (i=0; i<5; i++) {

    btnArray[i]._alpha =...
  19. that was a wonderful method!!! but how about the...

    that was a wonderful method!!!
    but how about the speed? will it slower?

    i will try it very soon

    thx
  20. thank you very much. a very good concept for...

    thank you very much.

    a very good concept for me ...
    useful!

    and i updated Q2 :)
  21. [HowTo] trigger keyboard imput command (fighting game)

    Q1.
    Left Left Right = function punch
    Left Down Right = function fireball

    how to trigger that keyboard event?

    ---------------------------------------

    Q2.
    Left > Right > Left > Right ... =...
  22. solution found :) force the user to install...

    solution found :)

    force the user to install flash player 8 :P

    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
  23. need to publish as flash player 6 r65?

    need to publish as flash player 6 r65?
  24. flash.ocx error? anyone with flash player test for me?

    does anybody get the following error before ?

    http://210.17.252.56/error.jpg


    i really don't know why ... :rolleyes:

    any solution?
  25. Replies
    5
    Views
    2,565

    thx for reminding

    thx for reminding
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center