LG AS3 Framework topic ?

2 views
Skip to first unread message

electr...@gmail.com

unread,
Jul 31, 2009, 6:08:22 PM7/31/09
to LiquidGear
Hey Giraldo,

thanks for this great framework for Flash, do you have a topic
anywhere LG AS3 Framework,
Iam interested to talk and share experience with this tool. Maybe
there is already some peaple using it?
or some created tutorials ?

thanks

Giraldo Rosales

unread,
Aug 4, 2009, 9:32:43 AM8/4/09
to liqui...@googlegroups.com
More tutorials for the AS3 framework are planned for this week. Will post a notification once they are up.

Thanks,
-G

electr...@gmail.com

unread,
Aug 4, 2009, 10:32:22 AM8/4/09
to LiquidGear
awesome thanks, Iam playing already with it, basic stuff like Image
with his extends class Elements, visualElements,
its really nice tool. Iam planning to switch all my developpement on
this framework.

Laurent.

Giraldo Rosales

unread,
Aug 4, 2009, 11:00:03 AM8/4/09
to liqui...@googlegroups.com
Yeah, was waiting till the basic elements were fully tested before
putting out all the documentation. The only major items down the
pipeline are form components and fine tuning the 3D elements and video
controls. Also waiting to update the animation functions with TweenMax
11 once it comes out. Right now LG is being used on the following
Motorola sites:

Enterprise Mobility Products and Services
http://www.motorola.com/staticfiles/Business/US-EN/EnterpriseMobility/homepage/index.html

Motorola Home & Networks Mobility Events Experience
http://sharetheexperience.motorola.com/

Media Mobility Solutions
http://business.motorola.com/mediamobility/index.html

-G
-G

electr...@gmail.com

unread,
Aug 4, 2009, 11:19:22 AM8/4/09
to LiquidGear
Great, thanks to point me on it.

Did you tested this code on :
http://code.google.com/p/liquidgear/issues/detail?id=1#c0

I think I have not well initialized the Space class

electr...@gmail.com

unread,
Aug 7, 2009, 9:07:53 AM8/7/09
to LiquidGear
hey,
thanks -G for your update on LG Flash framework :)
Iam very curious to look at one of your tutorial soon,
I need to understand the page/shell logic.

I tested Image class, it seem to me that onInit no work. I would like
create the throbber at this timing.
For progress, is there an data for number progress?

Code :

var Source:String = 'IMG_3907.JPG';
var URL:String = 'http://www.mysite.com/';

var _image: Image = new Image({basePath:URL, src:Source, width: 340,
height: 240, x: 50, y: 50});
_image.loaded(Finale);
_image.progress(Progress);
_image.init(MakeInit);

addChild(_image);

function MakeInit(e: ElementEvent) {
trace('-------------------------------');
trace('---- event Init ----');
trace('-------------------------------');
}

function Finale(e: ElementEvent) {
trace('image loaded');
}

function Progress(e: ElementEvent) {
trace('progress ...');
}
Reply all
Reply to author
Forward
0 new messages