Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想缩放/缩放特定值(例如 x、y、width、height)的 swf 内容。所选坐标/所选坐标将对容器可见。
我正在使用 SwfLoader 加载 swf 内容并且我想要缩放。
我认为无法缩放 swfloader 的特定区域,您可以使用 scaleX、scaleY 属性将 swfloader 缩放一定百分比,但是如果要缩放特定区域,则必须缩放整个 swf 并安排 swf 的水平和垂直滚动位置,以便选定区域位于屏幕中央。它看起来像缩放选定区域,但实际上缩放整个 swf....