Hi guys,
I have tried to set up the xml editor the same as it is here
flashblocks.com/FlashblocksML/ReadMe.php#XMLeditors
But I can not get it to show edit file when clicked on the movieclip associated with the editblock. I also tried the menu xml option and it is not appearing in the menu either. Any ideas what i am doing wrong.
I have text boxes being edited correctly in other parts of the site, so i do believe that fb is working correctly.
My first frame looks like this
-
import flashblocks.Flashblocks;
#include "mc_tween2.as"
//More information about MC Tween can be found here:
//
hosted.zeh.com.br/mctween/
if (!$addTween && !gs.TweenMax) {
if (!$addTween) trace("mc_tween2.as is not compiled into the Flash movie.")
else if (!gs.TweenMax) trace("TweenLite is not compiled into the Flash movie.")
}
loadMovie("intro.swf",emptymc);
eb.editors = {XMLeditor:[{caption:"Edit File", editorObject:{file:"projects.xml"}}]}
flashblocks.Flashblocks.menuCommand(null, {tag:"XMLeditor", editorObject:{file:"yourFile.xml"}})
stop();
-
Thanks,
Randy