User Profile

Collapse

Profile Sidebar

Collapse
deluxmilkman
deluxmilkman
Last Activity: Mar 4 '08, 02:01 AM
Joined: Oct 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deluxmilkman
    started a topic Mac Speech Recognition into Flash

    Mac Speech Recognition into Flash

    Is it possible to integrate Mac`s built in speech recognition feature ()or any other speech recognition software) into flash?
    I am trying to make a speech recognition based flash application. It does not need to work online, jut locally on my mac (no communication server needed).

    any ideas from other developers where to start?

    thank you in advance.
    See more | Go to post

  • deluxmilkman
    started a topic Voice Input / Voice Recognition in Flash

    Voice Input / Voice Recognition in Flash

    hi,
    I`m trying to voice input into flash.
    For instance, when I say "A", the letter "A" shows up in flash.
    It does not need to work online, jut locally on my mac.
    Does anyone have any idea where to start?

    Thanks
    See more | Go to post

  • deluxmilkman
    started a topic *Bounding box of a gradient masked movie clip.

    *Bounding box of a gradient masked movie clip.

    I have a movie clip with a gradient mask.
    now I would like to have the bounding box of this movie clip reduced to the visible(masked) area,
    so that I can get its x and y positions.

    is it even possible?

    Code:
    mc1.cacheAsBitmap = true;
    mc2.cacheAsBitmap = true;
    mc1.setMask("mc2");
    mc1 and mc2 are the same size and the shape of the mask is constantly changi...
    See more | Go to post

  • deluxmilkman
    started a topic bitmap with alpha

    bitmap with alpha

    bitmap with alpha

    hi, I have a dynamically attached bitmap (black and white),
    and trying to remove the black area from the bitmap.

    also trying to change the bounding box of the mc according to the reduced size of my bitmap.

    does anyone have any idea how?


    Code:
    var bmp:BitmapData = new BitmapData(160, 120);
    
    bmp.draw(out);
    
    var mc:MovieClip
    ...
    See more | Go to post

  • deluxmilkman
    started a topic bitmap to mc

    bitmap to mc

    hi

    I know I can convert a mc to a bitmap with "cacheAsBitmap" .
    Now I am wondering how I can convert a bitmap to a mc.

    I have a black and white bitmap, which I created from a vide still.
    now I would like to convert the white area of this bit map to an mc,
    so that I can used it for hitTest etc.

    Thank you.
    See more | Go to post

  • deluxmilkman
    started a topic flash 5 actionscript

    flash 5 actionscript

    What is the major difference between Flash 5 actionscript and Flash 6 actionscript ?
    I am trying to downgrade Flash 6 site to Flash 5. It doesn't give me error, but it's not working.

    Thanks
    See more | Go to post

  • deluxmilkman
    started a topic a cross-domain issue.

    a cross-domain issue.

    Hi, I`m trying to load RSS from "google blog search result" into my flash.
    It works locally, but does not work on the server.

    This is most likely a cross-domain issue.
    Can`t find crossdomain.xml on google.

    It does not need to be google as long as it is blog search results.
    Is there any way I can load RSS from atoner domain into my flash movie?

    Thank you.
    See more | Go to post

  • deluxmilkman
    started a topic reset bitmap colorTransform to its original.

    reset bitmap colorTransform to its original.

    I am trying to reset the state of a bitmap back to its original state
    after I transformed its color.

    [HTML]

    import flash.display.B itmapData;
    import flash.geom.Colo rTransform;
    import flash.geom.Rect angle;
    _bmd = BitmapData.load Bitmap("photo") ;
    _mc = this.createEmpt yMovieClip("bm_ mc", 10);
    _mc.attachBitma p(_bmd, 10);
    _mc._x = 0;
    _mc._y = 0;...
    See more | Go to post

  • deluxmilkman
    started a topic bitmap ColorTransform

    bitmap ColorTransform

    I'm using the following to transform color.

    new ColorTransform( 1, 1, 0, 1, 255, 0, 0, 0);

    I need to know what each values represent,
    and how can I reset the color.

    thank you.
    See more | Go to post

  • deluxmilkman
    started a topic flv and contents preloader

    flv and contents preloader

    I'm trying to play flv on frame 1 after both flv and contents on frame 2 are loaded.

    how can I stop flv from playing before the contents are loaded?



    AS on frame 1

    Code:
    stop();
    
    var loadSize:Number = getBytesTotal();
    
    
    
    var nc:NetConnection = new NetConnection;
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    ...
    See more | Go to post

  • deluxmilkman
    started a topic css font in xsl. fine in safari

    css font in xsl. fine in safari

    I wrote CSS in XSL to set margin, font etc.
    Things are working pretty well
    EXCEPT that font-weight is unstable. Sometimes, it's bold, and sometimes it's light. texts get bolder when I select them, but It's always normal on safari.

    Any Idea?


    http://www.daioinuma.c om/section01.xml

    http://www.daioinuma.c om/section01.xsl


    thank you.
    See more | Go to post
No activity results to display
Show More
Working...