1
hello,
I use News module (version 1.44), it's a great module, I lik it.
But I have one request for this module.
When I post news on my web sometimes I need to use JavaScript but It never allows javascript, I am not sure if it is disabled by default or something else. I know it works with java if I put it directly at the .php page but I need to put it directly when I post the module together with the other text.
For instanse sometimes I need to post this code in order to play the video (it is java code) but I cannot play it.
It works when I test it locally, but doesnt when I put post it with the news module:
<script type="text/javascript" src="http://www.argetimi.net/media_player/swfobject.js">script>
<div id="player"><a href="http://www.macromedia.com/go/getflashplayer">Get the flash plugina>div>
<script type="text/javascript">
var so = new SWFObject('http://www.argetimi.net/media_player/mediaplayer.swf','mpl','470','255','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('width','470');
so.addVariable('height','255');
so.addVariable('file','http://www.argetimi.net/klipe/ushtrimore.flv');
so.write('player');
script>
You can check it here:
http://www.argetimi.net/modules/news/article.php?storyid=495
Maybe java is disabled by default. Is there any possibility to enable it (javascript) in order to read java (or the video player in this case).
I would be thankful if somebody helps
Thank you in advance