Tips: How To Get The SWF Path In ActionScript 3

presentblue-icon 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 »

10+ Very Powerful CMS Help You Create Wonderful Flash Website

Mossy-Terrarium-icon 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 »

60+ UML Tools Help You Design Workflow Easily

folder-down-icon 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 »

Base64 Encoder and Decoder with ActionScript 3.0(Full Source Code)

BirdPorcelaine-iconIn 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 »

33 Powerful Online Photo Editor Make You Life More Interesting

cat-5-icon-256 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 »

How to Format text in ComboBox and Set the Row Height in ActionScript

Xcode-icon-256 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 »

25 Useful Tutorials Show How to Convert PSD to HTML & CSS Step by Step

lovely-catalog-icon-128 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 »

Tips: How To Exactly Resize The Window by Using resizeTo() or resizeBy() methods

Window-icon-256 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 »