Wednesday, February 4, 2009

Flex 3: Unable to transcode/Unable to resolve 'file' for transcoding.

Are you trying to embed something as shown?
[Embed(source="dirname/filename.ext")]
Then add a "/" in front of the path!
[Embed(source="/dirname/filename.ext")]

6 comments:

  1. Wow, thank you very much!

    ReplyDelete
  2. thanks ! I needed that :D ! Thanks you !

    ReplyDelete
  3. Lots of Anonymous guys? Welll, thanks a lot for the comments. Happy to know that it helped u guys.

    ReplyDelete
  4. Perfect! Just what I needed. Still an issue 2 years later!

    ReplyDelete