Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
marcbc #1
include xml data file in Flex Library Project
Hi all,
i've got a Flex Library Project in which I include some assets, as css files
and some xml data files too. They are located in my project root, under
/assets/css and /assets/data. Once compiled, if I use my library in other
projects, the css styles from the css under /assets/css apply, but the xml data
files are not found.Both are checked in the Flex Library Build Path window of
the project's properties.
There's any reason why the xml files are not included? Or should I reference
them in some other way... In my library project I'm doing: ' theHTTPService.url
= "assets/data/data_file.xml" '
thanks in advance,
Marc
marcbc Guest
-
Flex 2 Project in Flex 3 Swf File Size Increase?
I have imported my Flex 2 Projects into Flex 3, when I compile my code the resulting swf file is 100-200K larger. Why is that? I thought Flex 3 made... -
Flex swc library in Flash CS3 project
Is it possible to use a swc library created in Flex in a Flash CS3 project? -
Problem that use MFC library in Plug-In project
My platform is VS2003.I create plug-in project by the wizard in Acrobat Developers SDK add add MFC support into the project.But when I use the class... -
Updating include/library item
I seem to have hit a wall with Contribute whilst planning a new intranet - it seems as though the same problem has been mentioned elsewhere on this... -
Strange Include problems: Repeat regions will Not workwith include file
I have a strange problem. I have an Index.asp page and on that page I have a poll that is displays. This poll is located in a sub folder, so to call... -
Greg Lafrance #2
Re: include xml data file in Flex Library Project
I wonder if that just sets up a link to an external file, such that the external file must exist along with the library project?
Greg Lafrance Guest
-
marcbc #3
Re: include xml data file in Flex Library Project
Hi Greg, thanks for answering.
Yes, that's what I'd like to know also... I mark it to be added to the
library, but how can I be sure if it's in the final .swc? Are they browseable
somehow?
thanks,
Marc
marcbc Guest
-
Brian Vaughn #4
Re: include xml data file in Flex Library Project
You just have to make sure your files are selected in the Library project's "Assets" section.
Brian Vaughn Guest



Reply With Quote

