I'm having problems sharing images between projects.
I have my workspace folder that contain several projects and I have
a shared folder where I keep images and css that I want to share
with all the projects in the workspace.
The structure looks like this:
workspace
|_project1
|_project2
|_shared
|_assets(where I have images and swf)
|_css
So I create a new flex project called project1, and than added the
shared folder to the source path. When I'm done I can see that the
shared folder has been added to the navigation view, and I'm able to
browse all its content.
But then when I try to use any file in that folder, it seems that
flexBuilder isn't able to find it:
[Embed("shared/assets/images/windows.png")]
public var pcIcon:Class;
if I move the assets folder from shared to project1 folder then it
works:
[Embed("assets/images/windows.png")]
public var pcIcon:Class;
but that is not what I want since I want to be able to share that
folder between other projects without having to copy the same
content in each project folder.
I'm I doing something wrong or this is a limitation of eclipse?
------------------------ Yahoo! Groups Sponsor --------------------~-->
Everything you need is one click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/