|
|
Error Detail
Does your player display an error message instead of the content that you selected from Voxant's Newsroom?
TheNewsRoom player could not
detect the origin of this page
and cannot play the news story.
More details... |
The site to which you have embedded content does not allow third party additions to their code. MySpace is the biggest culprit of this.
- Solution: The only solution is for enough of our distributors to contact the site and ask for Voxant's Newsroom to be allowed to render properly.
The player has been embedded within an HTML form and is being viewed with Internet Explorer.
- Solution: We are updating our embed code to a simpler one line javascript. The new javascript code is available on limited release for Feeds and Playlists and is located above the player in the "Embed Code" box.
The new complete code will look something like this (this is an example only):
<script type='text/javascript' src='http://thenewsroom.com/mash/swf/voxant_player.js?a=AAA&m=BBB&w=CCC&h=DDD'></script>
The old code looks like this:
<div id="cubeDiv" style="position:relative;">
<span style="position:relative; z-index:2;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="swfclipp18255" width="460" height="600">
<param name="allowScriptAccess" value="always"/><param name="movie" value="http://thenewsroom.com/mash/swf/cube.swf?a=p18255&m=249722&v=1": /><param name="base" value="."/><param name="wmode" value="transparent">
<embed src="http://thenewsroom.com/mash/swf/cube.swf?a=p18255&m=249722&v=1"base="." wmode="transparent" width="460" height="600" name="swfclipp18255" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed></object></span><span id="voxAdp18255" style="position:absolute;z-index:2;">
</span>
</div>
Switch out the higlighted areas: AAA=p18255, BBB=249722, CCC=460 and DDD=600
Now your code should look like this:
<script type='text/javascript' src='http://thenewsroom.com/mash/swf/voxant_player.js?a=p18255&m=249722&w=460&h=600'></script>
Once you have done this you can copy this one line of code and paste it in your HTML tool or your Blog post.
Your browser does not have JavaScript enabled.
- Solution: Enable JavaScript by following the steps below:
- Firefox
- Look under Tools, then Options, then Content
- Check the box to enable JavaScript.
- Internet Explorer 7
- From the Tools menu, select Internet Options....
- Click the Programs tab.
- Click Manage Add-ons.
- Highlight Java Plug-in.
- Under "Settings", click Disable.
- Click OK, and then OK again.
- To enable or disable JavaScript, follow these steps:
- From the Tools menu, choose Internet Options....
- Click the Security tab.
- Click Custom Level....
- Scroll to the "Scripting" section of the list.
- Click Disable or Enable.
- Close and restart your browser.
- Internet Explorer 6 and earlier
- From the Tools menu, choose Internet Options...
- Click the Security tab.
- In versions 5.x and 6, click Custom Level.... In version 4.x, click Custom and then Settings:
- Java: Scroll to the "Java" section. (In version 6, you will find this section under "Java VM", under "Java permissions".)
- To disable Java, click Disable Java.
- To re-enable Java, click a different setting, such as High Safety or Medium Safety.
- JavaScript: Scroll to the "Active scripting" section of the list. (In version 6, this is under "Scripting".)
- Click Disable or Enable.
- Close and restart your browser.
|