Posted: Fri Dec 11, 2015 8:12 am
Post subject: Web Object Not Displaying
|
|
I added a web object via the script option and it will not display on the page.
Here is the code I've added (which works on a regular web page).
<!-- Start of Brightcove Player -->
<div style="display:none"> https:// LOC SCORM player. </div>
<!-- By use of this code snippet, I agree to the Brightcove Publisher T and C found at https://accounts.brightcove.com/en/term ... onditions/. -->
<script language="JavaScript" type="text/javascript" src="https://sadmin.brightcove.com/js/BrightcoveExperiences.js"></script>
<object id="myExperience3786842796001" class="BrightcoveExperience"> <param name="bgcolor" value="#FFFFFF" /> <param name="width" value="480" /> <param name="height" value="270" /> <param name="playerID" value="4649893204001" /> <param name="playerKey" value="AQ~~,AAABovPFbiE~,ymPKom2_datNDnQ6XqVW3MJKTcK-ZHQd" /> <param name="isVid" value="true" /> <param name="isUI" value="true" /> <param name="dynamicStreaming" value="true" /> <param name="@videoPlayer" value="3786842796001" /> <param name="secureConnections" value="true" /> <param name="secureHTMLConnections" value="true" /> </object>
<!-- This script tag will cause the Brightcove Players defined above it to be created as soon as the line is read by the browser. If you wish to have the player instantiated only after the rest of the HTML is processed and the page load is complete, remove the line. --> <script type="text/javascript">brightcove.createExperiences();</script>
<!-- End of Brightcove Player -->
|