sorry michael, I've read the How to, and setted Up all paramenters as it Say...
in anyway I don't achieve having TFU loaded in the movieclip without let it replacing my entire site, TFU in anyway replace my site swf altought I load the flash in a movieclip of 650X340.
any soggestion?
another problem is that I don't know where modify the 'base' parameter at the flash,
I couldn't find this "?base" string I had only found this string:
Code:
if(_root.tfu_path.length > 0){ a += "&base=" + _root.tfu_path;}
have I to modify it like this? :
Code:
if(_root.tfu_path.length > 0){ a += "&base=tfu/" + _root.tfu_path;}
where "tfu/" is tha path for all tfu files.
in the How to, at this point I read:
To find the xml language files you have to set the 'base' parameter at the flash. This is needed here because language files are loaded before the config is even loaded. - in this example you would have to add ?base=plugins/tfu/.
where have I to add/modify this string?
tnks in advance.