在網(wǎng)絡(luò)上經(jīng)常有人問起,我做的FLASH動(dòng)畫怎么做成SCORM1.2標(biāo)準(zhǔn)的課件?我改如果用FLASH制作符合SCORM1.2標(biāo)準(zhǔn)的SCO,今天終于找到了一個(gè)工具,大家一起分享。 下載軟件FlashAPI.zip 是一個(gè)FLASH的源文件,里面已經(jīng)定義和使用了一些SCORM1.2標(biāo)準(zhǔn)的函數(shù),具體使用說明 // Copyright 2005 DotNetSCORM http://www.dotnetscorm.com This is a small movie intended for use as a template for Flash-based SCOs. It is a single frame of Actionscript that performs several "introductory" LMS communications.
When using this movie, please keep in mind the following:
1. Use a pre-loader. You can insert your pre-loader code anywhere between frames 1 and 9. 2. Do not insert any LMS-dependent code before frame 11. 3. When possible, use the API's variables via _root.variable and _parent.variable. 4. If you make additional LMSGetVariable calls, use a _root.watch mechanism. 5. Be sure to add LMSFinish at the end of your movie.
//Variable Definitions var bookMark, studentName, studentStatus, studentLocation, objStatus, lastError; var tmpBkMark, tmpName, tmpStatus, tmpLocation, tmpObjStatus, tmpError; var lmsInitialized, dataGathered;