[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] 3D engine for dynamic text

2013-01-15 Thread Merrill, Jason
Swift3D is a modeling tool and for Flash, it exports out as Papervision3D 
files/classes. 

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 Karl DeSaulniers
Sent: Monday, January 14, 2013 9:51 PM
To: Flash Coders List
Subject: Re: [Flashcoders] 3D engine for dynamic text

Has anyone tried Unity 3D? Do you know if it works with flash.
I have that one and was wanting to try it out, just hadn't yet.
Worth the time or no? There is also Swift 3D which has been updated recently (I 
believe).
Swift 3D works with vectors well as far as I could tell.

Best,
Karl

On Jan 14, 2013, at 3:50 PM, Randall Tinfow wrote:

 Know little about 3D for AS3, so I'm struggling to decide where to 
 focus my efforts.  What's the recommendation for a library that will 
 build a 3D model and animate in realtime from input text?

 Papervision3D
 Away3D
 Sandy3D
 Alternativa3D?

 Hopefully the learning curve will not bury me.

 Thanks,

 Randy Tinfow
 IMAGE PLANT





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

Karl DeSaulniers
Design Drumm
http://designdrumm.com

___
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] 3D engine for dynamic text

2013-01-15 Thread Merrill, Jason
Also Away3D and Alternativa support hardware acceleration. I don't know about 
the others. 

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 Frank McGuire
Sent: Monday, January 14, 2013 5:28 PM
To: 'Flash Coders List'
Subject: RE: [Flashcoders] 3D engine for dynamic text

I agree with Jason. Away3D is well-documented. Alternativa is faster but not 
much documentation. Take a look at http://wonderfl.net/ and 
http://www.flashandmath.com/ for some interesting samples in both.

Frank McGuire
Flex/Flash Developer
e-learning/mobile/AIR


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Monday, January 14, 2013 10:55 PM
To: Flash Coders List
Subject: RE: [Flashcoders] 3D engine for dynamic text

Papervision3D - fantastic library, very capable, but dead.
Away3D - fantastic library, active community, still being supported (last I
heard)
Sandy3D - smaller, less capable as far as I know, not sure if it's still in
development 
Alternativa - very capable, still being supported (I assume), seemed harder to 
get up and working when I tried it.

That said, if it was me, I would probably try out Away3D, even though I am well 
versed in Papervision. Second choice would be Alternativa. 

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 Randall
Tinfow
Sent: Monday, January 14, 2013 4:50 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] 3D engine for dynamic text

Know little about 3D for AS3, so I'm struggling to decide where to focus my
efforts.  What's the recommendation for a library that will build a 3D model
and animate in realtime from input text?

Papervision3D
Away3D
Sandy3D
Alternativa3D?

Hopefully the learning curve will not bury me.

Thanks,

Randy Tinfow
IMAGE PLANT





___
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

--
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 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


[Flashcoders] making as3 movie scorm compl

2013-01-15 Thread ITSCO
Hans,
 
The ADL test suite will only verify that your SCORM application is packaged 
 correctly.  
 
To simulate an LMS, however, you will need another software, or get access  
to the actual LMS.
 
I do happen to have a copy of a simple LMS simulator which served me very  
well.
 
If interested, e-mail me directly to _itsco@aol.com_ (mailto:it...@aol.com) 
.
 
R,
 
Dan A 
___
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


Re: [Flashcoders] making as3 movie scorm compl

2013-01-15 Thread Oren B.
will you EVER stop sending me this?
i put myself out of the list a few times already.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] making as3 movie scorm compl

2013-01-15 Thread Ross P. Sclafani
are you actually talking to the mailing list as if it can understand your 
complaint?
or are you talking to its members as if we are sending you the mails ourselves?

take this up with the list administrators and refrain from spamming the members 
that use the list.


On Jan 15, 2013, at 1:13 PM, Oren B. orensometh...@gmail.com wrote:

 will you EVER stop sending me this?
 i put myself out of the list a few times already.
 ___
 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