hi, i'm trying to get youtube content into an flex 3 air application and have tried a number of options using tubeloc, wrapper as3 classes which all seem to not work. most recently, i've been trying the method in this link http://www.blackcj.com/blog/tag/youtube/ but still having difficulties with the code not able to find ytplayer in the test.html. Have been wracking the brains trying to figure out where it should go but no luck.
Also tried to use a swfloader component also, but no luck with it either... basically been trying to use it like so:
<mx:SWFLoader id="player2" source="http://www.youtube.com/swf/l.swf?video_id=xx" autoLoad="true" showBusyCursor="true" width="346" height="194" x="20" y="35"/>
but no luck with that either.
does anyone have any articles or clear steps I can follow to try and get this working? thanks.