  | | | Flash Interface with 10mb xml file | Flash Interface with 10mb xml file 2004-03-18 - By FODOR
Back Hi,
I never tried a 10Mb XML file but in any ways I wouldn't make the search in the XML structure, I would parse it in an array that makes it easier for search like anArray[i][keyword_id], and might also re-think the XML file to have the most optimized database using as many cross-tables as needed to get the lighter data.
What I usually do is load the XML in an array that reflects the XML structure (tags mostly become keys) and have a custom search engine that look in desired fields of the array.
Now for the 10Mb thing, I don't know. I think I am going to have a try ;-)
(18/03/04 9:15) Herdiansah wrote:
> Dear list, > > I will be working on a flash based standalone application and using xml as > data storage. > The application it's self will be delivered on cd-rom. > My client wants a customize application, like they can rearrange the menu, > changing videos and images. > In this part I'm able to handle but the problem is when dealing with a > database than has been exported into xml file and the xml file is about 10MB > > > They want an application that can search a record from the xml file in > multiple fields, doing this with server side script is easy but searching on > an xml file localy with multiple fields I don't have any clue yet. > > My question are, Is there posibble for flash to handle an xml file with 10MB > size and do search in multiple fields ? and what is the best solution for > this kind of project? > > > Thanks in advance > > Herdiansah > Web Developer > PT. Hotlinetama Sarana > http://www.hotlinead.com > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > Supported by Fig Leaf Software > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > Be sure to check the archives and the wiki: > http://chattyfig.figleaf.com/ > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107265 > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- > To unsubscribe send a blank e-mail to: > Normal Mode: flashcoders-unsubscribe@(protected) > Digest Mode: flashcoders-digest-unsubscrive@(protected) >
-- ---- ---- ---- ---- ---- ---- ---- ---- Pascal FODOR -- ---- ---- ---- ---- ---- ---- ---- ---- fodor@(protected) // flash@(protected)
****************************************** Visit: http://fodor.liane.net
Flash AV Players can be seen at: http://fodor.liane.net/flash_AV_players/ ******************************************
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107266 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |