[free] Flash Full Text Search Component
This week's featured product
Store Locator
This cool AJAX application will enhance your website by showing your stores' locations. You can also display an image and a short description so your users know exactly where to find your business.
Become a premium member
Flabell and Themesbell membership provides users with the ability to download any of our components for Adobe Flash and website themes for free, during an entire year.
read more


Subcribe to topic RSS

Products RSS Feed
Follow us on twitter
support@themesbell.com
bobocel
on 26/12/09
Note: if you need support from our Development Team, you need to purchase a Support Ticket (at $4.99), which is available for one year.
Any commercial product comes with a free Support Ticket, which can be used for any of our Flash Components. You will also be able to post comments in the product's page, which are replied to during working hours every day, except weekends.
Please read more here: http://www.flabell.com/buySupportTicke...
Thanks! :-)
BRANNI242
on 17/7/10
on 18/7/10
bigmuddyfoot
on 9/12/10
bigmuddyfoot
on 9/12/10
/// path to the content folder(where the xml files, images or video are nested)
/// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")
flashvars.pathToFiles = "search/";
Changed it to
flashvars.pathToFiles = "";
But when i view the index.html page it just sits there loading.
you can see example of index.html and index2.html below
http://ezimporter.wholesaleinflatable....
http://ezimporter.wholesaleinflatable....
on 13/12/10
I looked at your files and I figured out what the problem is. Since you made pathToFiles blank, you should make all the other variables and paths in the HTML(where you're embedding the component) and XML files absolute.
So the xmlSettingsPath and the xmlContentPath should be:
xmlSettingsPath=http://ezimporter.wholesaleinflatable.com/live_search/fss/project/deploy/xml/settings.xml xmlContentPath=http://ezimporter.wholesaleinflatable.com/live_search/fss/project/deploy/xml/content.xmlAlso, every link in those XML files should be absolute (with http:// and all).
I think this should be the solution to your problem.