error: unable to resolve '/images/datepicker.png' for transcoding

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default error: unable to resolve '/images/datepicker.png' for transcoding

    hi,
    i have been trying to embed an image to flex, and it is giving me the
    following error.

    "unable to resolve '/images/datepicker.png' for transcoding"

    I searched some sites but they recommened to put '/' before the
    directory. i used that also
    but the same result.
    have any one got a solution to this??
    regards
    taiq

    taiq Guest

  2. Similar Questions and Discussions

    1. Error: unable to resolve '/images/title.png' fortranscoding
      Error: Error: unable to resolve '/images/title.png' for transcoding Code: private var title:Class; In FB3, I get this error when building. ...
    2. [FLEX 2.0 SDK] error compile: Unable to resolve a class for factoryClass
      hi guys, i can't compile mxml with flex 2.0 sdk this is the output : "C:\Program Files\Adobe\Flex2SDK\bin\mxmlc.exe" "prova.mxml"...
    3. how to resolve delegate error message
      how do I resolve delegate error message ?? ====== erorr message ====== Compiler Error Message: BC30408: Method 'Public Sub...
    4. Xerces Panic Error Could not load a transcoding service
      My new Photoshop Elements 2.0 apparently installed OK. When I try to run the program, a pop up appears with a "Xerces Panic Error", "Could not load a...
    5. Unable to resolve address with ping -a
      I am unable to resolve computer names with ping -a. I have my dns set up correctly and my server is set up correctly.
  3. #2

    Default Re: error: unable to resolve '/images/datepicker.png' for transcoding

    On Sep 27, 10:24 am, taiq <internicn...@gmail.com> wrote:
    > hi,
    > i have been trying to embed an image to flex, and it is giving me the
    > following error.
    >
    > "unable to resolve '/images/datepicker.png' for transcoding"
    >
    > I searched some sites but they recommened to put '/' before the
    > directory. i used that also
    > but the same result.
    > have any one got a solution to this??
    > regards
    > taiq
    Hi Taiq,
    Even i got the same error, first i placed the image files in bin
    folder of the application. I got the same error. To resolve that i
    placed the image files in the folder where application's mxml file is
    there. Problem solved. Hope, it solves ur problem too.
    Thanks & regards,
    P. Bharat Sekhar.

    bharat.sekhar@gmail.com Guest

  4. #3

    Default Re: error: unable to resolve '/images/datepicker.png' for transcoding

    thanks a lot! u save my time!!! /../path ! cool!
    budhaBud Guest

  5. #4

    Default Re: error: unable to resolve '/images/datepicker.png' for transcoding

    Yeah for me also it has worked , but I want to why it worked.
    For me if I go to design mode these errors were thrown, I've used "/../path" it worked , but after this I again tried to open in design mode again same errors came, Now I deleted /../ it worked .
    I want to know what is happening , Can any one plz explain....
    Rajesh Guest

  6. #5

    Default Re: error: unable to resolve '/images/datepicker.png' for transcoding

    I found a workaround for this problem. It could be the underlying JDK problem

    http://mytechieblog.blogspot.com/2011/06/error-unable-to-transcode-assetsxyzpng.html

    Cheers
    Aneesh
    aneesh vijendran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139