Setup Livestream weather video to play on Digital Signage device

Hello All,

I am attempting to setup a Digital Signage device with HTML code via WebDT Content Manager. I have been able to publish preloaded videos successfully. Now I am attempting to add the local live weather channel after the published videos. It seems to publish fine but all I receive is a screen with a play button in the middle of it. I would like to have it automatically start, I tried to change value=“1” but that didn’t work. Anyone ever do something like this before?

Thanks

<!doctype html>
<html>
<head>
<meta charset=utf-8">
<title>Local Weather</title>
</head>
<body>

<object width="1920" height="1080" id="_08378221" data="http://wwwcache.wral.com/presentation/v2/flash/video/vp-wral.swf?v=20130502b" type="application/x-shockwave-flash">

<param name="movie" value="http://wwwcache.wral.com/presentation/v2/flash/video/vp-wral.swf?v=20130502b" />

<param name="allowscriptaccess" value="always" /><param name="autoStart" value="1" />

<param name="allowfullscreen" value="true" />

<param name="bgcolor" value="#000000" />

<param name="index" value="-1" /><param name="flashvars" value="config={'url':'http://www.wral.com/weather/video/1076424/?version=fpconfig','plugins':{}}" />

</object>

</body>


</html>