Something About flash.display.StageScaleMode Every Flash Developer Should Know
By admin | October 2, 2008
This time we will introduce a tutorial about flash.display.StageScaleMode. When we use ActionScript 3.0 YouTube player to play YourTube, there are many steps as following:
- Getting a list of videos (and some project setup)
- A bit about how the Flash stage works and fullscreen [this post]
- Install a php script to get the randomly generated key [later post]
- Getting the key for a video [later post]
- playing the video using Flash’s FLV player classes [later post]
The following tutorial is tried to explain how to create fullscreen effectively and resize properly by flash.display.StageScaleMode:
What Every Flash Developer Ought to Know About flash.display.StageScaleMode
Topics:
Adobe-Flash |
No Comments »
|
Tags: ActionScript 3.0 YouTube player, flash.display.StageScaleMode, YourTube