任何人都可以解释如何使用 actionscript3.0 代码调整你的管播放器的大小。我可以使用以下代码将 you Tube 播放器 swf 加载到我的应用程序中,但是我无法调整播放器的大小。
var request = new URLRequest("http://www.youtube.com/v/_UNgokP71tw");
request.method = URLRequestMethod.GET;
youTubeLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaded);
Security.allowDomain("*");
youTubeLoader.load(request);