[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


[Flashcoders] Realaxy demo

2012-12-14 Thread ITSCO
Ivan,
 
Nice demo.  Would love to get more information on how we can implement  
this for walk-through applications with Stage 3d.
 
R,
 
Dan
_itsco@aol.com_ (mailto:it...@aol.com) 
 
 
In a message dated 12/14/2012 9:00:58 A.M. Pacific Standard Time,  
flashcoders-requ...@chattyfig.figleaf.com writes:

Message:  1
Date: Thu, 13 Dec 2012 22:16:20 +0100
From: Ivan Dembicki  ivan.dembi...@gmail.com
Subject: [Flashcoders] Realaxy demo
To:  Flash Coders List  Flashcoders@chattyfig.figleaf.com
Message-ID:
ca+v313kk2gtuhdhdkatxn-dcnw35r2yu6_qoarzdxt2-44r...@mail.gmail.com
Content-Type:  text/plain; charset=UTF-8

Hi,

Flash,  Stage3D
http://www.youtube.com/watch?v=RermJ_I7Fjg

--
Ivan  Dembicki
http://realaxy.com



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


[Flashcoders] Importing A Button or Other Component Dynamically With Pure AS 3

2012-02-26 Thread ITSCO
Hello Actionscript Experts,
 
 
Scenario: I have a shared library *.swf file with most of my  assets.  It 
is loaded after the main  introductory *.swf file is already loaded. I then 
call from the Shared Library  file the needed assets. 
Appears that this scenario of importing assets works great with all  my 
custom ones (Sprite, MovieClip, Bitmap, etc).  However, when trying to do the 
same with  any of the components like Button, Datgrid..etc, I get an  error. 
Right now it appears, the component must be stored in the library  of the 
main introductory file, and be linked, which thereby makes this  introductory 
file large. 
Any idea and/or solution/comments will be appreciated.  
Thanks, 
Dan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Need Help with Simplified LMS: Proof of Concept to Production

2011-08-05 Thread ITSCO
Hello,
 
I am an intermediate programmer Looking for Freelancer(s) to  help with 
taking a Proof of Concept several notches higher to the final  version.
 
 
Recently I have completed the development of a simplified  Learning 
Management System (LMS) designed to work on both the Web and  Desktop.   
For developing this proof of concept, I have used pure  Actionscript 3.0, 
amfphp, PHP, MySQL, and SQlite for the AIR version.  The design pattern used 
for the  project’s classes is based on Model Viewer and Controller (MVC). 
If you are experienced with the above programming tools and  available to 
start right away, please contact me directly at _itsco@aol.com_ 
(mailto:it...@aol.com)  
Currently, for better communications I would prefer US  programmers.  If 
you are in Southern  CA, that would be even better. 
Thanks, 
Daniel
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Wait for several things to be loaded

2011-03-18 Thread ITSCO
 
Hello, 
I am also building an AIR application for a simplified Learning  Management 
System (LMS), using the MVC design pattern.  The Web version of the 
training programs  is available for preview on our web site. 
As far as loading several assets at the same time, I have  developed a 
general preloader (Assets_Loader) which can handle several items at  one-load.  
Once an item asset, like  an XML, swf or image is loaded, the Assets_Loader 
stores it in the proper  storage variable within the model.   
Off course, while maybe not  essential for AIR application, this asset 
loader also measures the load progress  of all the files as a percentage of all 
the files being loaded. 
If you are interested in exchanging more knowledge, and  collaborate, feel 
free to contact me directly. 
D. Abramovich



Interactive Training Solutions  (ITS)
21911 Winnebago LN
Lake Forest, CA 92630
USA

Tel:  949.455.9921
Cel: 949.400.3010
_www.its-metacentre.com_ (http://www.its-metacentre.com/) 

In a message dated 3/18/2011 9:01:18 A.M. Pacific Daylight Time,  
flashcoders-requ...@chattyfig.figleaf.com writes:

Subject:  [Flashcoders] Wait for several things to be loaded
To: Flash Coders List  flashcoders@chattyfig.figleaf.com
Message-ID:  c9a81b0d.3700%ematth...@webershandwick.com
Content-Type:  text/plain; charset=iso-8859-1

I'm building an AIR app following the  MVC pattern. Several parts of the 
model have to be loaded or created before  the view can be initialized. I'm 
doing it like this - which works, but seems  clunky. Is there a better way? 
From the main class of the model:




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


[Flashcoders] Database Centric with Flash Builder 4 and Without the Flex Framework

2010-08-30 Thread ITSCO
Hello,
 
 
I have a simple question regarding the latest Flash Builder  4. 
Based on viewing some recent demos, I am aware the latest Flash  Builder 4 
has some quick solutions for generating data server connections with  the 
click of a button. 
Is it possible to build a database application, e.g. PHP and MySQL  with 
pure Action script 3.0 and the latest Flash Builder 4 aforementioned  feature, 
without using the Flex framework? 
Thanks, 
Daniel A.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Developing Simplified Learning Management System (LMS)

2010-08-07 Thread ITSCO
Dave,
 
Many thanks!!!  
 
This link is amazing and very helpful.  Looks like I need to now  learn 
more about Flex and Cold Fusion.
 
R,
 
DA
 
 
In a message dated 8/7/2010 9:01:14 A.M. Pacific Daylight Time,  
flashcoders-requ...@chattyfig.figleaf.com writes:

Date:  Fri, 6 Aug 2010 13:42:01 -0400
From: Dave Watts  dwa...@figleaf.com
Subject: Re: [Flashcoders] Developing Simplified  Learning Management
System  (LMS)  Moodle
To:  Flash Coders List  flashcoders@chattyfig.figleaf.com
Message-ID:
aanlktika2ktqj+hxf6ecg5ezb0pk+fghvofjdvhd9...@mail.gmail.com
Content-Type:  text/plain; charset=ISO-8859-1

 (2) Whether it is PHP or  ColdFusion, if someone already has or can
 recommend a sample code of  Actionscript 3.0 only (w/o Flex) for synching 
 the local
 database  SQlite to the server and vs from the server back to the  local
  database, that would be appreciated and compensated.

This is basically  built into CF  9:
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSAFE323E5-CA8B-429e-B
C1C-450DA839D705.html

Dave  Watts, CTO, Fig Leaf  Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig  Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and  provides the highest caliber vendor-authorized
instruction at our training  centers, online, or onsite.

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


[Flashcoders] Developing Simplified Learning Management System (LMS) Moodle

2010-08-06 Thread ITSCO
Hello everyone,
 
Firstly, thanks to all the  helpful comments.
 
To follow up on the  LMS:
 
(1)  I have used  Moodle only for checking several SCORM 1.2 versions of 
our  training programs.  I wouldn't recommend it, particularly, if one  want 
to have their own reporting format. Additionally, Moodle is very bulky  and 
slow with all the unnecessary extra features.  It could probably be ok  for a 
school.
 
(2) Whether it is PHP or ColdFusion, if someone already has or can  
recommend a sample code of Actionscript 3.0 only (w/o Flex) for synching  the 
local 
database SQlite to the server and vs from the server back to the  local 
database, that would be appreciated and compensated.  
 
Feel free to contact me directly.
 
Thanks and have a good weekend,
 
Dan A
 
 
 
 

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


[Flashcoders] Developing Simplified Learning Management System (LMS)

2010-08-05 Thread ITSCO
 
Hello, 
Being on this list for awhile, I realize some of you are involved  with the 
development of e-learning programs. 
I have been doing the same, and at this time I am trying to  develop a 
simplified LMS for tracking students’ records.  If anyone has already written 
similar  code, I will be glad to purchase such. 
Based on my client base requirements, this LMS will need to work  both 
offline and online.  
For the offline version, I plan to use AIR with its embedded  SQlite.  For 
the online version the  training program and the database will reside on the 
Internet, where, I will use  similar MySQL database structure.  
Ideally, when the user has some Internet connection, the AIR  version 
should be able to transmit records from the SQlite to the server  database. 
So far, all my e-learning programs are developed with pure  Actionscript 
3.0 classes (No Flex). 
I would appreciate any help and/or recommendation with the best  method to 
approach this development.  If you like to respond directly, please feel 
free to do so. 
Thanks, 
Dan A
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] RE: Developing Simplified Learning Management System (LMS)

2010-08-05 Thread ITSCO
Jason,
 
Thanks!
 
Currently, for the server side I am leaning toward PHP and  MySQL.  If 
required and more beneficial I would consider Cold  Fusion.  
 
If interested I could e-mail you the detailed specs.
 
As I have not done anything with Flex and Flash Builder4, I am wondering  
whether I should start learning it to accomplish this task.
 
Thanks,
 
Dan
 
 
In a message dated 8/5/2010 9:01:14 A.M. Pacific Daylight Time,  
flashcoders-requ...@chattyfig.figleaf.com writes:

Send  Flashcoders mailing list submissions to
flashcoders@chattyfig.figleaf.com

To subscribe or unsubscribe via the  World Wide Web, visit
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
or, via email,  send a message with subject or body 'help' to
flashcoders-requ...@chattyfig.figleaf.com

You can reach the person  managing the list at
flashcoders-ow...@chattyfig.figleaf.com

When replying, please edit your  Subject line so it is more specific
than Re: Contents of Flashcoders  digest...


Today's Topics:

1. Developing  Simplified Learning Management System (LMS)
(it...@aol.com)
2. RE: Developing Simplified Learning  Management System  (LMS)
(Merrill,  Jason)


--

Message:  1
Date: Thu, 5 Aug 2010 10:05:38 EDT
From: it...@aol.com
Subject:  [Flashcoders] Developing Simplified Learning Management
System (LMS)
To: flashcoders@chattyfig.figleaf.com
Message-ID:  2f5d6.4402622c.398c1...@aol.com
Content-Type: text/plain;  charset=UTF-8


Hello, 
Being on this list for awhile, I realize  some of you are involved  with 
the 
development of e-learning  programs. 
I have been doing the same, and at this time I am trying  to  develop a 
simplified LMS for tracking students’ records.   If anyone has already 
written 
similar  code, I will be glad to  purchase such. 
Based on my client base requirements, this LMS will need to  work  both 
offline and online.  
For the offline version, I  plan to use AIR with its embedded  SQlite.  For 
the online  version the  training program and the database will reside on 
the  
Internet, where, I will use  similar MySQL database structure.   
Ideally, when the user has some Internet connection, the AIR  version  
should be able to transmit records from the SQlite to the server   
database. 
So far, all my e-learning programs are developed with pure   Actionscript 
3.0 classes (No Flex). 
I would appreciate any help and/or  recommendation with the best  method to 
approach this  development.  If you like to respond directly, please feel 
free to do  so. 
Thanks, 
Dan  A


--

Message: 2
Date: Thu, 05  Aug 2010 10:34:23 -0400
From: Merrill, Jason  jason.merr...@bankofamerica.com
Subject: RE: [Flashcoders]  Developing Simplified Learning Management
System   (LMS)
To: Flash Coders List  flashcoders@chattyfig.figleaf.com
Message-ID:
32167f32e523a44bb866b6c251c3a1c7036df...@ex2k.bankofamerica.com
Content-Type:  text/plain; charset=utf-8

I'm in the e-learning industry, but your  technical questions are really 
just general Flash/AIR/Server  scripting/database questions.  To transmit data 
from the AIR app when  connected to a server side database, you'll need 
some kind of server side  script, like a web service set up.  Do you know how 
to do that and what  server side scripting is available on the host server?  
The AIR/SQL  communication should be pretty straightforward  - see the AIR  
documentation.  Your biggest thing to tackle is the AIR to server  
communication piece.


Jason Merrill 

Instructional Technology  Architect
Bank of America   Global Learning 

Join the Bank  of America Flash Platform Community  and visit our 
Instructional  Technology Design Blog
(Note: these resources are only available for Bank  of America associates)





-Original  Message-
From: flashcoders-boun...@chattyfig.figleaf.com  
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of  it...@aol.com
Sent: Thursday, August 05, 2010 10:06 AM
To:  flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Developing  Simplified Learning Management System 
(LMS)


Hello,
Being on this  list for awhile, I realize some of you are involved  with 
the development  of e-learning programs. 
I have been doing the same, and at this time I am  trying to  develop a 
simplified LMS for tracking students’  records.  If anyone has already 
written similar  code, I will be  glad to purchase such. 
Based on my client base requirements, this LMS will  need to work  both 
offline and online.  
For the offline version,  I plan to use AIR with its embedded  SQlite.  For 
the online version  the  training program and the database will reside on 
the Internet,  where, I will use  similar MySQL database structure.  
Ideally,  when the user has some Internet connection, the AIR  version 
should be  able to transmit records from the SQlite to the server  database. 
So  far, all my e-learning programs are developed with pure  

[Flashcoders] How to Use FontMetric to Generate Subscript/Superscript Font

2010-02-13 Thread ITSCO
Hi there,
 
I wonder whether anyone has a simple code for generating dynamic text  
fields with Sub/Superscript fonts.  At this time, I am using embedded  
sub/superscript fonts with no problem.
 
However, I wonder how would one use the new FontMetric() and the CS4  to 
generate such on the fly.
 
Thanks,
 
Daniel Abramovich   
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] How to Exit/Close the Web Browser from Flash Applications?

2009-08-07 Thread ITSCO

Hello,
How to Exit/Close the Web Browser from Flash  Applications?
Could anyone suggest a code to exit the flash application and  close the
web browser window?
I realize, the solution might be using ExternalInterface with  JS.  The
question is how?
The user can exit the flash application by clicking on an exit  button or
he/she can click on the Window “X”.
When clicking either on the “exit” button or on the Window “X”,  the
flash application will show an alert message, asking the user whether he/she
really want to exit.  Upon clicking  “yes” the application and web browser
will close.
Therefore, when the user clicks on the Window “X” the flash  application
needs to detect this click.
Thanks,
Daniel Abramovich
**A Good Credit Score is 700 or Above. See yours in just 2 easy
steps!
(http://pr.atwola.com/promoclk/100126575x1222846709x1201493018/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072hmpgID=115bcd
=JulystepsfooterNO115)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Two Parts Question for Displaying Special Characters/Symbols/Images

2008-09-18 Thread ITSCO
 
Hello everybody 
I am trying to display special characters within a text field  either by 
specifying their numerical entities in an outside XML file, or by  bringing 
them 
from the library.   
For illustration purpose lets consider a symbol named  “checkMark” 
Part 1:  
The “checkMark” image is stored in the library of the starting  fla. file as 
a BitMap, designated in the linkage properties by the class name: ”  
CheckMark_1”. 
If I wanted to just display this check mark graphic, I would use  the 
following code: 
var _cMark:Bitmap=new Bitmap(new  CheckMark_1(0,0)); 
addChild(_cMark); 
If I wanted to bring this same graphic named 'check_2.png' from a  directory 
and embed it in an html text I would use the  following: 
var tryText:TextField=new  TextField(); 
tryText.multiline=true; 
tryText.width=200; 
tryText.height=200; 
tryText.x=100; 
tryText.y=100; 
tryText.htmlText=PART 1: Check MARK img  src='check_2.png'; 
addChild(tryText);  
Both of the above codes are working fine.  The question here is how to 
display such  graphic within the html text, when the bitmap is already in the 
fla.  
library. 
Part 2:   
The check mark is very  similar to the Square Root symbol.  The numerical 
html entity of this symbol is #8730; If  I use the following code on a frame, 
the  symbol shows fine. 
tryText.htmlText=PART 2: Check MARK  #8730;; 
addChild(tryText); 
If I bring this symbol from an XML file, contained in “CDATA” type  node, 
the symbol does not show.  The  rest of the text shows ok. 
Any idea on why it works ok within the fla. file and not when  loaded from an 
XML file? 
Thank you, 
Daniel Abramovich 

Interactive Training Solutions (ITS)
_www.its-metacentre.com_ (http://www.its-metacentre.com/) 





**Pt...Have you heard the news? There's a new fashion blog, 
plus the latest fall trends and hair styles at StyleList.com.  
(http://www.stylelist.com/trends?ncid=aolsty000514)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] What is a practical limit for System and/or Cache Memory

2008-09-08 Thread ITSCO
 
I am currently in the midst of developing a large e-learning  program.  The 
program includes many  large files of graphics and animations (mostly by 
bitmaps) that are loaded when  required.   
To minimize waiting time, once these assets are loaded into  designated 
sprites or movieclips they are either shown or hidden by  (visible=true/false), 
i.e., if the user goes to the same part of the e-learning  program, the asset 
use 
(asset.visible=true). 
My question:  is there  a practical limit on Flash 9 system memory where the 
program starts to perform  sluggishly.  And is such limit would  be based on 
the RAM or cache size. 
Thank you, 
Daniel  Abramovich



**Pt...Have you heard the news? There's a new fashion blog, 
plus the latest fall trends and hair styles at StyleList.com.  
(http://www.stylelist.com/trends?ncid=aolsty000514)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Verifying Numerical Input

2008-07-16 Thread ITSCO
Hello Everybody,
 
Before I try to maybe re-invent the Wheel, and write my own code.  I  was 
wondering whether anyone has a sample Actionscript 3.0 code for verifying  the 
input to a text field is a Number. 
 
Generally, the isNaN() is ok.  But when one input a number with  the 
Thousand Separator (Comma) or ((Period) in certain countries)), isNaN()  does 
not 
work.
 
For example, suppose the required answer (input) is 1.00.  If the  user 
inputs 10,000.00.  Flash does not consider that as a number. If  the user 
inputs 100,00.00 that is certainly not a number.
 
So, unless I am missing some built-in Actionscript fuction/class, the code  
needs to check whether the input contains Thousand separator(s) and  whether 
they are in the right position. 
 
Once the check on the Thousand Separator(s) proves to be OK, i.e., the  input 
is a legal number, we can than compare this number to the one  required.
 
 
Thank you,
D. Abramovich


Interactive Training Solutions  (ITS)
_www.its-metacentre.com_ (http://www.its-metacentre.com) 



**Get the scoop on last night's hottest shows and the live music 
scene in your area - Check out TourTracker.com!  
(http://www.tourtracker.com?NCID=aolmus0005000112)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Welcome Back

2007-10-24 Thread ITSCO
Hello,
 
I keep getting all these individual e-mails from the list.  Could you  tell 
me how to just get the one digested file.
 
Thanks,
 
Daniel



** See what's new at http://www.aol.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] AS3 Flash Authoring; Sharing Variables Between Movies

2006-12-21 Thread ITSCO
 
I am having problems sharing variables between the  loading and loaded .swf 
files, using the Flash 9 authoring program.   
For better explanation here is the method I have used with Flash  8.  The 
main master file is used to  declare the variable; var productName:String=”
Stability”.  The main master file loads another file,  named “file 2”. 
In “file 2” I would then get the content of the productName  variable by 
using “_level0.productName”. 
My question is; using the same file scenario with Flash 9, how  would I get 
or set the content of the variable “productName” . 
Thanks, 
Daniel  
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] AS3 with Flash Authoring 9

2006-12-16 Thread ITSCO
Hello,
 
I am getting ready to launch officially a major project of e-learning  
programs with a lot of interactive graphics and animation.  
 
I have already started the project with AS 2 code.
 
I am wondering whether it would be a good idea and worthwhile direction to  
migrate  now into AS 3, using the beta version of the Flash Authoring  #9.
 
Any ideas and suggestions?
 
Thanks,
 
Daniel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com