Skip to content

Commit caca0c7

Browse files
committed
Update readme.md
Updated version # and some minor formatting
1 parent 0a6fd28 commit caca0c7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pipwerks SCORM Wrapper for JavaScript (v1.1.20111123)
2-
pipwerks SCORM Wrapper for ActionScript 2 (v1.1.20111123)
3-
pipwerks SCORM Wrapper for ActionScript 3 (v1.1.20111123)
1+
* pipwerks SCORM Wrapper for JavaScript (1.1.20121005)
2+
* pipwerks SCORM Wrapper for ActionScript 2 (v1.1.20111123)
3+
* pipwerks SCORM Wrapper for ActionScript 3 (v1.1.20111123)
44

5-
Created by Philip Hutchison, January 2008
5+
Created by Philip Hutchison, January 2008
66
https://github.com/pipwerks/scorm-api-wrapper
77

8-
Copyright (c) Philip Hutchison
8+
Copyright (c) Philip Hutchison
99
MIT-style license: http://pipwerks.mit-license.org/
1010

1111
Inspired by APIWrapper.js, which was a demo file created by the ADL and Concurrent Technologies Corporation.
@@ -26,8 +26,6 @@ The SCORM API Wrappers come in three varieties:
2626
* ActionScript 2 (AS2)
2727
* ActionScript 3 (AS3)
2828

29-
All three wrappers are SCORM version-agnostic, and will work with both SCORM 1.2 and SCORM 2004.
30-
31-
Both of the ActionScript wrappers require the JavaScript wrapper; the AS wrappers use ExternalInterface to invoke functions contained in the JavaScript wrapper. If the JS wrapper is not present, the ActionScript wrappers will not work.
29+
All three wrappers are SCORM version-agnostic, and will work with both SCORM 1.2 and SCORM 2004. Both of the ActionScript wrappers require the JavaScript wrapper; the AS wrappers use ExternalInterface to invoke functions contained in the JavaScript wrapper. If the JS wrapper is not present, the ActionScript wrappers will not work.
3230

3331
The ActionScript wrappers use ExternalInterface to communicate with JavaScript. ExternalInterface will not work in a local environment unless you change your Flash Player security settings.

0 commit comments

Comments
 (0)