I develop the Flash Application on facebook. when the application put on page tab, the flash content is over the facebook content in IE and Chrome. I know the issue is just setting the wmode = transparent. I spend full of morning to do, Seem setting wmode is not effect. Then I check the object after page is rendered, the wmode is not set too object tag. The correct should be . After 30 minutes,
MacBook Pro 's Battery Trick
After I spend few days on Battery Saving, I found the answer. I decided to note this on my personal blog. This post will write about How to setting to maximize battery life, When you need to plug or disconnect charger, and How to Calibrating your computer's battery for best performance. 1- How to setting to maximize batter life. Setting light to confortable level, e.g.: 3 or 4 bars Turn

HTML Cut up for Mail Template or Newsletter
In this article, I am writing by summary from the article that posted on this URL http://www.sitepoint.com/code-html-email-newsletters/There are important to note is that Mail Template is not going to show on web browser, but Email Client. Mail clients are light years behind the eight-ball in terms of CSS support, which means that we must resort to using tables for layout if we really want our newsletters

Adobe release display3D classes fro Actionscript
Display3D ... Add latest flash player package to Project Library Goto http://www.adobe.com/support/flashplayer/downloads.html Find: PlayerGlobal (.swc) , the click on link below to download swc Copy swc to project folder, then open project with FlashDevelop , then right click Add to library. And now you can use Display3D class in your Flash Application. [notice]: refin

Cache Resources of Web Application for Offline Working
In this post, I would note the way to cache resources for offline support. This is useful, when we want to build application for iphone or android, our user just visit our website and they can add our built application to home screen, they (users) can launch application when they don't have internet connection. Here is the note: - Create file called chace.manifest in the same location of your

LocalStorage with Sencha Touch
Sencha Touch is java framework to build web mobile application. In this post I will note about how to store data in LocalStorage this take advantage to make application work offline. We need to create 2 data store object as below: store to load data from online server. this.store = new Ext.data.Store({ autoLoad: true, model: 'Icons', proxy: { type:

Apply Properties to an object from XML or XMLList
Assume that we have config properties for an object by xml or xmllist as below: <attributes> <x>-10</x> <y>45</y> <scaleX>0.9</scaleX> <scaleY>0.9</scaleY> </attributes> Here is the function applies properties from xml to target object: private function applyProperties(targetObject:Object, resourceObject:XMLList):void { if

Orbit Menu
This is a small testing program that written in AS3 to arranging menu item in circle way, and the item will move along the circle when user drag on the stage. Download code: http://dl.dropbox.com/u/25438162/roundedMenu.zip Required: FlashDevelop, FlexSDK3.5 swfobject.embedSWF("http://dl.dropbox.com/u/25438162/sharedAppAs3/roundedMenu.swf", "roundedMenu", "600", "400", "10.0.0"); roundedMenu Alternative

Category List
- Actionscript 3 (2)
- Digital Painting (1)
- Life style (1)
- Photoshop (1)
- Sencha Touch (1)