actionscript 3 - "Can not resolve a multiname reference unambiguously” with Image Embed -


"Multidimensional references can not be explained ????

Search for this string in Google and then get some results. I have read many of these tones, but none of them actually speaks about duplicated image properties, when the package explorer actually There is no duplicate file.

Using the embed code in the CSS files:

  .helpLink {over-skin: embed (source = "images / blank.gif");}   

... and then importing css files Has been stated in the MXML file:

     

. . I get 100 errors like this :.

  can not be solved by a multiname context clearly (from _class_embed_css_images_blank_gif__1196752591_1370790129.as) from _class_embed_css_images_blank_gif__1196752591_1370790129 and face: _class_embed_css_images_blank_gif__1196752591_1370790129 (face / _class_embed_css_images_blank_gif__1196752591_1370790129.as ) Eva is ilable BriefInfoFace.mxml / [REDACTED] / src / face   

This means that the blank.gif file has face , but I assure you that it is not so. It is present in my "Package Explorer" folder only in code folder which is a brother for checks in the I Faces folder only mxml There are files, and only the actual image files (png, gif) in the image folder.

If I clean this project, it will compile and run, but after that no run will be compiled. It presents a big problem as long as I want to debug it, the project has to be constantly cleaned. How can I stop this error when someone is not in the blank.gif facebook folder?




Update 7/14


7/5 Update < / P>

As a request, here is a picture I sent to main.css  Enter image details here  Enter image details here

and found BriefInfoFace.mxml

Generally, it is better to leave a non-code assets like a picture outside of the source folder. In my case, I will create an "asset" folder next to the src folder and store my images there.

If this is not an option for your project, have you tried to stop the incremental compilation option by going to the project - & gt; Flex compiler, and "additional compiler arguments" in the text field -Incremental = false.

Comments