Mexzhouse Design Pte Ltd Singapore 10 Anson road, International plaza #29-18 Singapore 079903

Contact us for web design and development quotations

  Free Online Quotation

Monthly Archives: August 2009

How to create connect xml with flash

Insert this into your Notepad or any text editor. <tab1> <image>test.jpg</image> <header>test</header> <title>test</title> <description>test</description> </tab1> <tab1_b> <image>test.jpg</image> <header>test</header> <title>test</title> <description>test</description> </tab1_b> then use this for your flash myXML = new XML(); myXML.ignoreWhite = true; myXML.onLoad = function(success){ if(success){ // the … Continue reading

9 Comments

Dreamweaver Error

dreamweaver has been bugged me for few weeks and i have changed to notepad++ untill i found a solution: 1) if u have any undo errors go to C:\Users\(your name)\AppData\Roaming\Adobe\Dreamweaver 9     change the configure to old_config and start dreamweaver it … Continue reading

4 Comments

how to create a preloeader easily in flash as3

Create a shape and convert to  movie clip and name it bar_mc. click on ur text layer’s first frame and create a text field on top of the bar. * remember to change your text to dynamic text. see below … Continue reading

Posted in Blog | 8 Comments