[Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Hans Wichman

Hi list,

assuming I have a flash movie which communicates with a custom CMS, what 
would need to be done to make it scorm compliant?


As far as I can tell, I'll need some scorm as classes to communicatie 
with the wrapper, but how can I test whether everything works, etc, I 
have absolutely no experience with LMSes etc and to me it's kind of hazy 
how everything fits together, which in turn makes it hard to know where 
to start/look. Is there a definite scorm specs, which will work with any 
LMS, so that I can simply pick a free open source LMS somewhere to test 
my development progress?


TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Paul A.
I'm curious about this too. Scorm seems to be some magic fairy dust 
sprinkled upon software - I have yet to come across a definitive guide 
(though I haven't tried that hard).


On 15/01/2013 11:03, Hans Wichman wrote:

Hi list,

assuming I have a flash movie which communicates with a custom CMS, 
what would need to be done to make it scorm compliant?


As far as I can tell, I'll need some scorm as classes to communicatie 
with the wrapper, but how can I test whether everything works, etc, I 
have absolutely no experience with LMSes etc and to me it's kind of 
hazy how everything fits together, which in turn makes it hard to know 
where to start/look. Is there a definite scorm specs, which will work 
with any LMS, so that I can simply pick a free open source LMS 
somewhere to test my development progress?


TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Sumeet Kumar
Have a look at http://scorm.com/

This is a good guide for someone starting scorm

Regards
Sumeet Kumar


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul A.
Sent: Tuesday, January 15, 2013 5:41 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] making as3 movie scorm compliant

I'm curious about this too. Scorm seems to be some magic fairy dust
sprinkled upon software - I have yet to come across a definitive guide
(though I haven't tried that hard).

On 15/01/2013 11:03, Hans Wichman wrote:
 Hi list,

 assuming I have a flash movie which communicates with a custom CMS, 
 what would need to be done to make it scorm compliant?

 As far as I can tell, I'll need some scorm as classes to communicatie 
 with the wrapper, but how can I test whether everything works, etc, I 
 have absolutely no experience with LMSes etc and to me it's kind of 
 hazy how everything fits together, which in turn makes it hard to know 
 where to start/look. Is there a definite scorm specs, which will work 
 with any LMS, so that I can simply pick a free open source LMS 
 somewhere to test my development progress?

 TIA
 Hans
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Sumeet Kumar
Also, you can visit adl website for all the standards and specs.

http://scorm.com also allows you to upload your package and test it for
scorm compliance


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Hans Wichman
Sent: Tuesday, January 15, 2013 4:33 PM
To: Flash Coders List
Subject: [Flashcoders] making as3 movie scorm compliant

Hi list,

assuming I have a flash movie which communicates with a custom CMS, what
would need to be done to make it scorm compliant?

As far as I can tell, I'll need some scorm as classes to communicatie with
the wrapper, but how can I test whether everything works, etc, I have
absolutely no experience with LMSes etc and to me it's kind of hazy how
everything fits together, which in turn makes it hard to know where to
start/look. Is there a definite scorm specs, which will work with any LMS,
so that I can simply pick a free open source LMS somewhere to test my
development progress?

TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Beatrix Krümmer-Frau
To have an idea what SCROM and LMS are, I recommend to read some 
explanation in the moodle (as the most common LMS) docs:

http://docs.moodle.org/24/en/Creating_SCORM_Content

When its only about video or flv:
http://scorm.com/scorm-solved/scorm-cloud-features/up-and-running-in-minutes/scorm-cloud-scotube/?gclid=COnu_ozR6rQCFUON3godllYAwA

To test your content:
http://scorm.com/scorm-solved/scorm-driver/

We use to work with Adobe Captivate. Its not part of the Cloud, but a 
trial is available.


http://help.adobe.com/en_US/captivate/cp/using/WSc1b83f70210cd1015881ff7211c9893458a-8000.html
in case you are german:
http://help.adobe.com/de_DE/captivate/cp/using/WSc1b83f70210cd1015881ff7211c9893458a-8000.html

Am 15.01.2013 12:03, schrieb Hans Wichman:

Hi list,

assuming I have a flash movie which communicates with a custom CMS, 
what would need to be done to make it scorm compliant?


As far as I can tell, I'll need some scorm as classes to communicatie 
with the wrapper, but how can I test whether everything works, etc, I 
have absolutely no experience with LMSes etc and to me it's kind of 
hazy how everything fits together, which in turn makes it hard to know 
where to start/look. Is there a definite scorm specs, which will work 
with any LMS, so that I can simply pick a free open source LMS 
somewhere to test my development progress?


TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Merrill, Jason
Google Pipwerks SCORM - nice classes and files to make your Flash communicate 
with an LMS via SCORM. 

Jason Merrill
Instructional Technology Architect II
Bank of America  Global Learning 
 703.302.9265 (w/h)







-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Hans Wichman
Sent: Tuesday, January 15, 2013 6:03 AM
To: Flash Coders List
Subject: [Flashcoders] making as3 movie scorm compliant

Hi list,

assuming I have a flash movie which communicates with a custom CMS, what would 
need to be done to make it scorm compliant?

As far as I can tell, I'll need some scorm as classes to communicatie with the 
wrapper, but how can I test whether everything works, etc, I have absolutely no 
experience with LMSes etc and to me it's kind of hazy how everything fits 
together, which in turn makes it hard to know where to start/look. Is there a 
definite scorm specs, which will work with any LMS, so that I can simply pick a 
free open source LMS somewhere to test my development progress?

TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

--
This message, and any attachments, is for the intended recipient(s) only, may 
contain information that is privileged, confidential and/or proprietary and 
subject to important terms and conditions available at 
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended 
recipient, please delete this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Hans Wichman

Ok tnx all for the links/insights, I'll look into it!

On 15-1-2013 17:59, Merrill, Jason wrote:

Google Pipwerks SCORM - nice classes and files to make your Flash communicate 
with an LMS via SCORM.

Jason Merrill
Instructional Technology Architect II
Bank of America  Global Learning
  703.302.9265 (w/h)







-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Hans Wichman
Sent: Tuesday, January 15, 2013 6:03 AM
To: Flash Coders List
Subject: [Flashcoders] making as3 movie scorm compliant

Hi list,

assuming I have a flash movie which communicates with a custom CMS, what would 
need to be done to make it scorm compliant?

As far as I can tell, I'll need some scorm as classes to communicatie with the 
wrapper, but how can I test whether everything works, etc, I have absolutely no 
experience with LMSes etc and to me it's kind of hazy how everything fits 
together, which in turn makes it hard to know where to start/look. Is there a 
definite scorm specs, which will work with any LMS, so that I can simply pick a 
free open source LMS somewhere to test my development progress?

TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

--
This message, and any attachments, is for the intended recipient(s) only, may 
contain information that is privileged, confidential and/or proprietary and 
subject to important terms and conditions available at 
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended 
recipient, please delete this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Paul A.

On 15/01/2013 17:51, Hans Wichman wrote:

Ok tnx all for the links/insights, I'll look into it!


+1

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Merrill, Jason
http://pipwerks.com/laboratory/scorm/ 

Code, examples, and documentation there.

Jason Merrill
Instructional Technology Architect II
Bank of America  Global Learning 
 703.302.9265 (w/h)







-Original Message-
From: Merrill, Jason 
Sent: Tuesday, January 15, 2013 12:00 PM
To: 'Flash Coders List'
Subject: RE: [Flashcoders] making as3 movie scorm compliant

Google Pipwerks SCORM - nice classes and files to make your Flash communicate 
with an LMS via SCORM. 

Jason Merrill
Instructional Technology Architect II
Bank of America  Global Learning 
 703.302.9265 (w/h)







-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Hans Wichman
Sent: Tuesday, January 15, 2013 6:03 AM
To: Flash Coders List
Subject: [Flashcoders] making as3 movie scorm compliant

Hi list,

assuming I have a flash movie which communicates with a custom CMS, what would 
need to be done to make it scorm compliant?

As far as I can tell, I'll need some scorm as classes to communicatie with the 
wrapper, but how can I test whether everything works, etc, I have absolutely no 
experience with LMSes etc and to me it's kind of hazy how everything fits 
together, which in turn makes it hard to know where to start/look. Is there a 
definite scorm specs, which will work with any LMS, so that I can simply pick a 
free open source LMS somewhere to test my development progress?

TIA
Hans
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

--
This message, and any attachments, is for the intended recipient(s) only, may 
contain information that is privileged, confidential and/or proprietary and 
subject to important terms and conditions available at 
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended 
recipient, please delete this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders