Web flash

A trail of 4 pages, marked with comments, by jrotger
About this trail:
<!-- // Version check based upon the values entered above in "Globals" var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); // Check to see if the version meets the requirements for playback if (hasReqestedVersion) { // if we've detected an acceptable version // embed the Flash Content SWF when all tests are passed AC_FL_RunContent( "src", "preview", "width", "100%", "height", "100%", "align", "middle", "id", "detectionExample", "quality", "high", "bgcolor", "#27343c", "name", "detectionExample", "allowScriptAccess","sameDomain", "allowFullScreen" ,"true", "type", "application/x-shockwave-flash", 'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab', "pluginspage", "http://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here.<BR>' + 'This content requires the Adobe Flash Player. ' + '<a href=http://www.adobe.com/go/getflash/>Get Flash<\/a>'; document.write(alternateContent); // insert non-flash content } // -->
4 marks in this trail
2
<!-- // Version check based upon the values entered above in "Globals" var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); // Check to see if the version meets the requirements for playback if (hasReqestedVersion) { // if we've detected an acceptable version // embed the Flash Content SWF when all tests are passed AC_FL_RunContent( "src", "preview", "width", "100%", "height", "100%", "align", "middle", "id", "detectionExample", "quality", "high", "bgcolor", "#27343c", "name", "detectionExample", "allowScriptAccess","sameDomain", "allowFullScreen" ,"true", "type", "application/x-shockwave-flash", 'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab', "pluginspage", "http://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here.<BR>' + 'This content requires the Adobe Flash Player. ' + '<a href=http://www.adobe.com/go/getflash/>Get Flash<\/a>'; document.write(alternateContent); // insert non-flash content } // -->

Add your comment: