<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*" initialize="Security.loadPolicyFile('http://i.ytimg.com/crossdomain.xml');" creationComplete="srv.send()" backgroundColor="white" viewSourceURL="srcview/index.html"> <mx:HTTPService id="srv" url="http://ws.jamesward.org/youtube.xml"/> <local:YouTubeCoverFlow dataProvider="{srv.lastResult.videos.video}" width="100%" height="100%"/> </mx:Application>