A Flash Developer Resource Site

Search:

Type: Posts; User: NhocTi

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    516

    addEventListener

    why my code doesn't run?

    var action:Object = new Object();
    action.press = function(evt)
    {
    trace(evt.type+", "+evt.target);
    }
    myclip.mc.addEventListener("press",action);...
  2. Replies
    1
    Views
    293

    CustomUI for component

    my component write has an error, somebody can help me?
    I define my CustomUI for this component with Array Object, when I push new object into Array and pop it but when trace item of Array and accept...
  3. Thread: EventHandle

    by NhocTi
    Replies
    0
    Views
    407

    EventHandle

    help me with my code, I use addEventListener function but it not run
    function draw(Void):Void
    {
    var cont:MovieClip = this.createEmptyMovieClip("container", 0);
    var item:MovieClip;
    item =...
  4. Replies
    1
    Views
    778

    how to create new component

    help me, how to create new component and add it in to component panel same as UI component.
    thanks
  5. Replies
    1
    Views
    418

    open dialog file

    don't use javascript, can I open dialog file, or list all files on my folder with flash mx?
    thanks.
  6. Replies
    0
    Views
    2,018

    open dialog file

    don't use javascript, can I open dialog file, or list all files on my folder with flash mx?
    thanks.
  7. Replies
    0
    Views
    995

    open dialog file

    don't use javascript, can I open dialog file, or list all files on my folder with flash mx?
    thanks.
  8. Replies
    0
    Views
    588

    What is Communication I can use?

    Please help me, I want develope Communication and link it with Dot NET, what server I can use??? (ex FCS, Flash Remoteing, Flex)
    thanks
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center