Is it possible to use this HTML 5 player on cute news? anyone know where i would have to add the lines of javascript?

http://mediaelementjs.com/#howitworks


Any help would be greatly appreciated

I am trying to embed my JW Media Player in a Blog Post and it seems to be giving me problems, i don't think the <script> tag is supported? Is the <script> tag supported? i'm currently using About UTF-8 CuteNews any help would be appreciated.

here my full code:

<script type='text/javascript' src='http://www.theslyshow.com/jwplayer/jwplayer.js'></script>
<div id='player_preview' style='float:left;'> 
   id='android_firefox' style='display:none;'> Watch this stream over RTSP for Android Mozilla</a>
</div> 
<script type='text/javascript'> 
  if (navigator.userAgent.match(/Android/i) && navigator.userAgent.match(/Firefox/i) ) 
   { document.getElementById('android_firefox').style.display = ''; 
     document.getElementById('video_tag').style.display = 'none'; 
   } 
  jwplayer('player_preview').setup({ 
    playlist: [{ 
      sources: [ 
       {file:'http://sc1.empirestreaming.com:8046/;stream.mp3',}, 
      ] 
    }], 
    height: 28, 
    width: 661, 
    fallback: false, 
    repeat: true, 
    autostart: true 
  }); 
</script>

please close this, wrong forum posted in

4

(1 replies, posted in Problem Solving / Help & Support)

getting this error on my Blog.php

Fatal error: Class 'PhpCaptcha' not found in /home/aramirez/public_html/cms/inc/shows.inc.php on line 335

any ideas?

nvm i fixed it. u can close this topic

Now i know this has been answered, but lets face it im no programmer im just a guy who loves cute news and is currently using UTF-8. i was curious whats the EASIEST way to remedy this problem. What are the common reasons this happens? is there a quick-fix? iv'e searched this site and tried to understand what to do but its just to confusing. i'm somewhat knowledgeable on how to edit PHP, html etc so anyone can help i'd appreciate it


<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
Warning: Cannot modify header information - headers already sent by (output started at /home/aramirez/public_html/cms/data/english.clf:1) in /home/aramirez/public_html/cms/inc/functions.inc.php on line 534

Warning: Cannot modify header information - headers already sent by (output started at /home/aramirez/public_html/cms/data/english.clf:1) in /home/aramirez/public_html/cms/inc/functions.inc.php on line 534</div>

Normally i wouldn't care however when i try to make changes either to my news stories or anything in my panel

i get

" Error: Invalid or too old form confirmation! Please refresh the page and re-send the form."

anyone know what can be done? preferably a easy fix?

Thanks in advance
anthony