i have saved my background as a swf file.
[Embed(source="Back.swf")]
private var SomeClass:Class;
Now inside the main class i added
addChild(SomeClass);
But i get this red problem :- Description Resource Path Location Type 1067: Implicit coercion of a value of type Class to an unrelated type flash.display:DisplayObject. Test.as /Test/src