Saturday, October 29, 2016

Hello World Windows Live Writer

Hello World Windows Live Writer


just 1 blog per month is barely i know, ill try make it 2 in this month lol, anyway this is my 1st try on Windows Live Writer, need some test ;)

  1. Bold
  2. Italic
  3. Underline
  4. 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
image

hmm...look like its just work (with some css lost), easy huh? lets blog more about LowRa ;)


Available link for download