File "index_lms_flash.html"

Full path: /var/www/vhosts/msproyectoscloud.cl/siadrecursos.msproyectoscloud.cl/RECURSOS/recursos.siadspsminsal.cl/Precauciones_est/m2/index_lms_flash.html
File size: 2.07 KiB (2116 bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Back

<!DOCTYPE html>
<html lang="es">
    <head>
        <title>M2</title>
        <meta http-equiv="x-ua-compatible" content="IE=edge" />
        <meta charset="UTF-8">

        <script src="lms/APIConstants.js" charset="utf-8"></script>
        <script src="lms/Configuration.js" charset="utf-8"></script>
        <script src="lms/UtilityFunctions.js" charset="utf-8"></script>
        <script src="lms/SCORM2004Functions.js" charset="utf-8"></script>
        <script src="lms/SCORMFunctions.js" charset="utf-8"></script>
        <script src="lms/AICCFunctions.js" charset="utf-8"></script>
        <script src="lms/NONEFunctions.js" charset="utf-8"></script>
        <script src="lms/LMSAPI.js" charset="utf-8"></script>
        <script src="lms/API.js" charset="utf-8"></script>

        <script type="text/javascript">
            function LoadContent(){
                window.scormdriver_content.document.location.href = 'story_flash.html';
            }
        </script>

        <style>
            html, body {
                height: 100%;
                width: 100%;
                margin: 0;
                padding: 0;
                border: 0;
            }
            iframe {
                height: 0;
                width: 0;
                display: none;
            }
            iframe.fullscreen {
                display: block;       /* iframes are inline by default */
                background: #000;
                border: none;         /* Reset default border */
                height: 100%;
                width: 100%;
            }
        </style>
    </head>

    <body onload="Start()" onbeforeunload="Unload()" onunload="Unload()">
        <iframe name="scormdriver_content" class="fullscreen" src="lms/blank.html" allowfullscreen="true"></iframe>
        <iframe name="AICCComm" src="lms/AICCComm.html"></iframe>
        <iframe name="rusticisoftware_aicc_results" src="lms/blank.html"></iframe>
        <iframe name="NothingFrame" src="lms/blank.html">
            Your browser must be able to view frames for this content to display.
        </iframe>
    </body>
</html>