I want to change four corners(Corner Pin) of FLVPlayback using action script like bellow image.

Are there any methods to achieve this task from action script ?
I want to change four corners(Corner Pin) of FLVPlayback using action script like bellow image.

Are there any methods to achieve this task from action script ?
Copyright © 2021 Jogjafile Inc.
You can use the
DistortImage Class.The original Actionscript 2.0 version of the class was written by Thomas Pfeiffer (aka kiroukou), inspired by Andre Michelle (andre-michelle.com). Ruben Swieringa rewrote Thomas Pfeiffer's class in Actionscript 3.0, making some minor changes/additions.
Here is a demo from Ruben Swieringa.
This Class works with a
Bitmap image. It has to be adapted to aflvplayback componentby using draw method every enterFrame.Modus operandi
You first get the AS3 Class here.
You place this code into an
.as fileand name itDistortImage. You place this file into this hierarchy of folders: org > flashsandy > diqplay >DistortImage.asYou have a MovieClip linked
DragBtnin your library. You put the following code in the actionScript panel of your .fla:Result
Then you can deform your video like that:
The flashandmath method probably also works adapted to a video.