I am using a tiny mce html editor in a aspx page but i have a problem,all its needed files must place beside my page exactly. i mean the tiny mce files and folders and my aspx page must be at the same directory. it not good and i want to change the path of needed file,is there any option or solution to change the path of these files?
i found some option but they are not usable.
// Example content CSS (should be your site CSS)
content_css: "../App_Themes/TinuMCE.css",
// Drop lists for link/image/media/template dialogs
template_external_list_url: "lists/template_list.js",
external_link_list_url: "lists/link_list.js",
external_image_list_url: "lists/image_list.js",
media_external_list_url: "lists/media_list.js",