8/24/2010 1:41:37 AM
Title:
how to use swf file outside flashbuilkder4?
I v emdeded an images inside flex4..n i tried to use the generated swf file outside flashbuilder4..but i got Error #2032: Stream Error. URL: file:///C|/Do....
can anyone help me to solve this problem?
Tyler
Points: 430
Posts:0
8/24/2010 1:59:20 AM
it means you have not embeded but linked the images and swf file is trying to load image from that location. just giving path does not mean its embeded. To embed image you need to use
"@Embed(source='myImage.jpg')"