Archive for the 'Download' Category

Flex 3.5 SDK

Saturday, January 9th, 2010

A few minutes ago Flex 3.5 SDK has been released :) download

Open Source Data Visualization for Flash

Sunday, January 3rd, 2010

text was taken directly from developer’s web site

“open source data visualization

Axiis is an open source data visualization framework designed for beginner and expert developers alike.

Whether you are building elegant charts for executive briefings or exploring the boundaries of advanced data visualization research, Axiis has something for you.

Axiis provides both pre-built visualization components as well as abstract layout patterns and rendering classes that allow you to create your own unique visualizations.

Axiis is built upon the Degrafa graphics framework and Adobe Flex 3.”

Huge Flash Class Archieve

Monday, September 7th, 2009

http://www.adrianparr.com/?p=83
Go and get all of these Flash Classes.

Thanks Adrian for his compilation

Arduino + 4 Switches + Single Output

Sunday, June 14th, 2009

Single4_switches

I used 10 kohm resistors with switches. You can download from here

Glitchograph

Friday, June 12th, 2009

Screenshots from glitchograph

gligli2

Passing variables and parameters from HTML to AS3

Sunday, March 15th, 2009

Trust me. This is the working one. There are many examples on several web pages. However, non of them tell exactly what they do!!!! If you follow these steps you can’t miss it.

1- create a new fla file

2- type onto first frame in actions panel,

var tf:TextField = new TextField();
tf.autoSize = TextFieldAutoSize.LEFT;
tf.border = true;
addChild(tf);

var value1:String = root.loaderInfo.parameters.s0;
var value2:String = root.loaderInfo.parameters.s1;
tf.text = value1+ “\n” +value2;

3- Publish this .fla (Do not forget to check “html” from “publish setting”)

4- Open your published html file in Dreamveawer and type your two parameters(s0 and s1 which are shown in red);

<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>html_pass</title>
<script language=”javascript”>AC_FL_RunContent = 0;</script>
<script src=”AC_RunActiveContent.js” language=”javascript”></script>
</head>
<body bgcolor=”#ffffff”>
<!–url’s used in the movie–>
<!–text used in the movie–>
<!– saved from url=(0013)about:internet –>
<script language=”javascript”>
if (AC_FL_RunContent == 0) {
alert(“This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(

‘codebase’,'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0′,

‘width’,’550′,

‘height’,’400′,

‘id’,'html_pass’,

‘align’,'middle’,

‘src’,'html_pass’,

‘flashvars’,'s0=jkljkljkljkl.flv576767&s1=bbbb’,

‘quality’,'high’,

‘bgcolor’,'#ffffff’,

‘name’,'html_pass’,

‘allowscriptaccess’,'always’,

‘allowfullscreen’,'false’,

‘pluginspage’,'http://www.macromedia.com/go/getflashplayer’,'movie’,'html_pass’ );

//end AC code
}
</script>
<noscript>
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″

codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0″ width=”550″

height=”400″

id=”html_pass”

align=”middle”>

<param name=”allowScriptAccess” value=”always” />
<param name=”allowFullScreen” value=”false” />
<param name=”FlashVars” value=”s0=jkljkljkljkl.flv 576767&amp;s1=bbbb”>
<param name=”movie” value=”html_pass.swf” />

<param name=”quality” value=”high” />

<param name=”bgcolor” value=”#ffffff” />

<embed src=”html_pass.swf” FlashVars=”s0=jkljkljkljkl.flv 576767&amp;s1=bbbb”

quality=”high” bgcolor=”#ffffff” width=”550″ height=”400″ name=”html_pass” align=”middle” allowScriptAccess=”always” allowFullScreen=”false” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” />
</object>
</noscript>
</body>
</html>

after this. Save your html file and run. The point is, you have to check your variables via html file. If you only run swf file, you can’t pass variable from html.

source: pass variable from html 2

DispatchEvent :How to use it?

Saturday, February 21st, 2009

untitled-1

In some cases dispatchEvent expression can be very useful.  For example; you can communicate with other classes that you ceated by dispatchEvent.  Basically I created a class and put a tween function. When tween finishes, my class dispatches as “TweenFinished”. In main fla file I added an EventListener to instance name of the class. Usually I have missed that part so my dispatcher doesn’t work as I expected.

EventListener listens to  “TweenFinished”. When it gets this message, ball moves to center of the stage.  So my main class is;

click here to download source.

ICO Format Plug-in for Photoshop

Wednesday, February 11th, 2009

Last day I designed some icons for my desktop. When I tired to save them as *.ico in Photoshop, I realized there is no ICO format for Photoshop. Then I found this plug-in. To make it work, just download it and put plug-in file into C:\Program Files\Adobe\Adobe Photoshop CS3\Plug-Ins\File Formats folder and restart Photoshop.

You can download it from telegraphics web site.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes