Reply To: Fireplay remote streaming

#16042
Anonymous
Inactive

thanks for that…but i’m now getting a blank page with this script error
“Unterminated string constant error”…

Anybody with scripting knowledge know whats missing and where ?

Thanks…

FirePlay
AC_FL_RunContent = 0;

if (AC_FL_RunContent == 0) {
alert(“This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0’,
‘width’, ‘100%’,
‘height’, ‘100%’,
‘src’, ‘FirePlay’,
‘quality’, ‘high’,
‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer’,
‘align’, ‘middle’,
‘play’, ‘true’,
‘loop’, ‘true’,
‘scale’, ‘showall’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ‘FirePlay’,
‘bgcolor’, ‘#ffffff’,
‘name’, ‘FirePlay’,
‘menu’, ‘true’,
‘allowFullScreen’, ‘false’,
‘allowScriptAccess’,’sameDomain’,
‘movie’, ‘FirePlay?host=www.thefishies.hphomeserver.com&port=9999
‘salign’, ”
); //end AC code
}