Index: lams_central/web/fckeditor/editor/plugins/paint/content.html =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/paint/Attic/content.html,v diff -u -r1.2 -r1.3 --- lams_central/web/fckeditor/editor/plugins/paint/content.html 22 Apr 2009 06:08:31 -0000 1.2 +++ lams_central/web/fckeditor/editor/plugins/paint/content.html 22 Apr 2009 06:23:31 -0000 1.3 @@ -15,7 +15,7 @@ } function Ok(){ if(!dataSent){ - document.getElementById('flashContent').sendData("source.php"); + document.getElementById('flashContent').sendData("source.php"); //CHANGE SCRIPT URL HERE dataSent = true; } return false; @@ -36,8 +36,8 @@ var flashvars = { dictionary: xmlDic, startingImageURL: PaintCommand.startingImage, - userId: "126", - contentFolder: "someFolder" + userId: "126", //JSP STUFF GOES HERE + contentFolder: FCKConfig.ContentFolderID //I SUPPOSE } PaintCommand.startingImage = ""; swfobject.embedSWF("FCK Paint.swf", "flashContent", "800", "500", "9.0.0", null, flashvars);