Hi,
I'm using Flash Builder. I load videos from an xml and after that i add video content to application. Code is like that:
Application.mxml:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="application1_creationCompleteHandler(event)">
<fx:Script>
<![CDATA[
import com.greensock.TweenLite;
import com.greensock.events.LoaderEvent;
import com.greensock.layout.AlignMode;
i