
December 12th, 2009

Posted in
ActionScript 
1,772 views
Sometimes we need to get the swf path in our flex/flash project, it can be done with _root._url in actionscript 2, but _root not work in actionscript 3. How to get the swf path in as 3? The following is 2 ways on how to get it.
Hope it will be useful for you.
Read the rest of this entry »

December 6th, 2009

Posted in
Flash 
3,368 views
If you have a powerful Content Management System, it will not only save your time, your energy but also help you to control your website easilly. But develop your own Flash CMS it also requires a lot of time to research and develop. Then why not try some options already have. Following we have listed some very useful CMS platform hope can be helpful to you.
Read the rest of this entry »

November 29th, 2009

Posted in
Tools 
5,783 views
As you know, UML (Unified Modeling Language) is a standardized general purpose modeling language . It includes a set of graphical notation techniques to create visual models of the software-intensive systems. There are many business process, architecture, software and system modeling design tools based on the UML. Now you can create a perfect chartflow in a few minutes. Following we have collect 60+ very useful UML tools for your reference. Hope they will be helpful to your work if you still design the chart flow only in the excel.
Read the rest of this entry »

November 28th, 2009

Posted in
ActionScript 
3,294 views
In previous Base64 Encoder and Decoder with JavaScript, we have learned something about base64. “Base64″ refers to a specific MIME content transfer encoding. It is also used as a generic term for any similar encoding scheme that encodes binary data by treating it numerically and translating it into a base 64 representation.
Read the rest of this entry »

November 18th, 2009

Posted in
Tools 
3,348 views
Maybe you are looking for the tools which can help you to edit photos and create some amazing and interesting effect. It is powerful but easy to use. Supply the photo, select the effect, save or print then you can get photo like Magazine cover or personalized dollar and so many… What is important you can also share with your friend. We have collected 33 online photo editor, hope you enjoy with them.
Read the rest of this entry »

November 16th, 2009

Posted in
ActionScript 
3,078 views
ComboBox is one of the most frequently used component. When I added it into a flash movie via actionscript, I found I can control the format of the text displayed within the box it self, but the textFormat has no effect on the text in the comboBox. Here is what I do.
Read the rest of this entry »

November 15th, 2009

Posted in
Freebies 
6,645 views
Now you have mastered the photoshop technique and designed a perfect PSD Files. Maybe you have a little trouble on how to convert you designs to high quality, cross-browser compatible valid XHTML/ CSS. PSD to HTML conversion is an important skill that has been growing in popularity over these years. Here we have listed 25 very detail tutorials teach you how to create a great nice looking site.
Read the rest of this entry »

November 14th, 2009

Posted in
JavaScript 
2,127 views
We can resize the browser window by using the methods window.resizeTo( newWidth, newHeight) or window.resizeBy( DX, DY). But if you are an experienced web development, you probably know the function resizeTo() can not be always so exactly resize the window. Especially unkown the size of contents before loading in different browse.
Read the rest of this entry »