is it available mouse right click event in flash?

This should solve your problem

this.onEnterFrame = function() 
{
    if (ASnative(800, 2)(1)) 
    {
        trace ("You have pressed or depressed the left mouse button");
    }
}

If you swap (1) for (2) you get right mouse press and if you swap it for (4) you can take care of middle mouse button

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.