I've followed the instructions as per the documentation but am having some problems getting the thing to work either in my existing flash file or in the blank one I created to test.
Please explain this code to me.
if (_root._url.substring(0, _root._url.indexOf(":")) == "file") {
_root.flashblocks.config.flashblocks_path = "http://localhost/yourWebsiteFolder/";
}
_root.flashblocks.loadData("flashblocks/dataFile.txt");
Am I supposed to put
http://www.mysiteurl.com in the second line in place of the
http://localhost/yourWebsiteFolder?What about the third line - there is no dataFile.txt in what I downloaded. Is that supposed to be the file that's called blank_text.txt
By the way, what is the deal with blank_text.txt_bac never heard of that extension before. Can someone explain.
I have to say that the documentation for helping one get started is a little weak.