You can specify the flashblocks_path from your main movie - just before you loadData()
It should look something like this:
| Code: : |
/*
Flashblocks V1.3.1 (c) 2005
You may purchase additional licenses from www.flashblocks.com
*/
//
// You can specify a localhost address in flashblocks_path
flashblocks.config.flashblocks_path = "http://localhost/flashblocks/example/";
// This line of code starts everything.
flashblocks.loadData("flashblocks/demo3.txt");
|
If you are running flashblocks from a server then you should not need to specify a path. It is really only for testing locally.
Does that answer your question?