Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
chrismorrisette #1
Loading from XML file instead of webservice duringdevelopment?
Our situation is that we have a number of flex developers creating flex
components which interact with webservices.
We have created facade classes over the webservice invocations that inject
things such as the currently authenticated users credentials, webservice
endpoint urls, etc.
During development, I would prefer for our facade classes to not actually
invoke the webservice but rather just load xml locally so that the developer
has a more simplified development experience.
I am having trouble finding out how to load XML from disk (for example:
c:\sourc repo\data.xml), is this possible? Since Flash runs in a sandbox I
assume not, but what workarounds are there? Any other suggestions?
Thanks for any help or suggestions,
chrismorrisette Guest
-
Loading PDF file
:confused; I've done what Contribute tells me to do about loading a PDF file from my computer. I get the file into the edit box but there is a... -
problem in loading webservice data in datagrid
Hi all, i have some problem in my application.Anybody direct me?.When i tried to load my webservice data into datagrid control,it shows some error... -
Help loading .net webservice data into flex grid -surely this is simple???!!!
Hi, Tanks for your answer, but im not seem the solution yet. I have dificult whith XML structure. My webservice return the XLM below. I need... -
How to clean file cache before loading PDF file ?
Hi, I have one application in which we open PDF file inside it using the following api . BOOL ok = m_pAcroAVDoc->OpenInWindowEx (pszPathName,... -
Loading a Flash ComboBox from a CF WebService
I have a table in my database that stores Institution Types. The records are basically made up of two columns; a unique ID and a Name, which I want... -
kcell #2
Re: Loading from XML file instead of webservice duringdevelopment?
What about httpservice to load the xml?
If you start the app from the debugger it should work (cause the debugger starts the app in a trusted sandbox ;) )
best regards
kcell
kcell Guest



Reply With Quote

