just 1 blog per month is barely i know, i'll try make it 2 in this month lol, anyway this is my 1st try on Windows Live Writer, need some test ;)
- Bold
- Italic
- Underline
Strike
"Quote"
Table | Work? |
Maybe | Yeah! |
Snippet Code
1: package
2: {
3:
4: import com.bourre.ioc.load.ApplicationLoader;
5: import flash.display.Sprite;
6: import flash.net.URLRequest;
7:
8: /**
9: *
10: * HelloWorld LowRa : Low-level Rework on Actionscript 3.0
11: *
12: * @link http://osflash.org/projects/lowra
13: * @author katopz@sleepydesign.com
14: */
15: public class HelloWorldLowRa extends Sprite
16: {
17: public function HelloWorldLowRa()
18: {
19: new ApplicationLoader(this, true, new URLRequest("HelloWorldLowRa.xml"));
20: }
21: }
22:
23: }
link : http://osflash.org/projects/lowra
image
hmm...look like it's just work (with some css lost), easy huh? lets' blog more about LowRa ;)
No comments:
Post a Comment