• Script in page giving me a page not available.

    I have a clean install and the below code in a page (which use to always work) and now gives me a page not available. Any clue?

    <div style="width: 640px;"><div id="container2013" align="center">Loading the player...</div></div>
    <script type="text/javascript">
    	jwplayer("container2013").setup({
    		flashplayer: "https://corptrnsp/edportal/_atHealthways/_jwplayer/player.swf", playlist: [
    			{ 	duration: 674,
    				file: "https://corptrnsp/edportal/_atHealthways/Fall_Business_Update/2013/1_Janet.mp4",
    				image: "https://corptrnsp/edportal/_atHealthways/Fall_Business_Update/2013/1_Janet.jpg",
    				title: "01. Janet Calhoun: Well-Being 5",
    				description: "Tying new capabilities to our Well-Being Ecosystem and our company roadmap.  Janet hits on Ramsey, Ornish and Blue Zones. Her segment also includes a powerful video from our BlueZones Iowa project."}
    		],
    		'playlist.position': 'bottom',
    		'playlist.size': 360,
    		height: 720,
    		width: 640,
    		volume: 80,
    		'skin': 'https://corptrnsp/edportal/_atHealthways/_jwplayer/athealthways.zip',
    		autostart: false
    	});
    </script>
Viewing 1 replies (of 1 total)
  • Thread Starter PyroSteveJr

    (@pyrostevejr)

    I’ve tested and tested and as soon as I upgrade to 4.0 it dies. Anyone else seen anything like this? I can’t even debug since it just gives me a page can not be displayed page.

Viewing 1 replies (of 1 total)
  • The topic ‘Page not available’ is closed to new replies.