以不规则四边形显示 Flash 视频
我是 Flash 的新手,我一直在尝试显示具有定义的不规则尺寸的视频(实际上是具有各种边缘尺寸的四边形),但没有成功。这可能吗?
我看到只有几个自定义选项: 1. 定位在由 (x,y) 定义的平面中,该平面对应于视频左上角的位置。 2.宽度和高度。
如果在闪存中不可能,是否还有其他具有类似闪存的可编程功能的选项?
提前致谢。
I'm a novice to Flash and I've been trying unsuccessfully to display video with defined irregular dimensions (practically a quadrilateral with various edge size). Would that be possible?
I see that there are only several customization options:
1. positioning in a plane defined by (x,y) that corresponds to the position of the top left corner of the video.
2. width and height.
If it's not possible in flash, are there any other options with programmable features like that of flash?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将矩阵转换应用于所有
DisplayObject Flash 中的
。You can apply Matrix transformations to all
DisplayObject
s in Flash.