hai all,
i've set
FCKConfig.FullPage = true;
so that i can include external css and javascript files into the HEAD tag. i'm using a template and below is the code i used to include the external files
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <link rev="stylesheet" media="screen" href="style/style.css" type="text/css" rel="stylesheet" />
also i added flash content into the template which requires the javascript file mentioned above.
when i select the template it shown in the editor and the style seems to be working fine, but i do not see the flash content in it. when i click the "preview" icon on the toolbar it gives me an alert message (ofcox as defined in the template when the javascript files is missing) and flash content is not shown even in the preview window.
i've tried many ways, even gave the full HTTP path to the javascript file's location and still the same.
here is how i expect it to work;
when i add the template, i want the editor to show that there is flash content in the template.
And then when i press preview icon i want to see the page content including the flash content so that i know how exactly my page looks like.
pls help me... i need this like a week ago, had been working around the clock and still no luck.
thanx in advance
Re: javascript file and flash content not loaded in preview pls
pls help...