I like to add youtube video in videodisplay spark component. i tried this but cant work,
<s:VideoDisplay id="myVid" autoPlay="true"
source="http://www.youtube.com/watch?v=LqNQV3tsX1"
height="300" width="400"
/>
Is there any mistake in my code?