News by Mike Chambers

This feed does not validate. (details)

Flash Player 10 : rotation (x,y,z) properties example

26 Aug 06:08
One of the new ActionScript APIs include in Flash Player 10 are the addition of z based proprties (joining the existing x and y). The DisplayObject.z and DisplayObject.rotationZ properties allow you to manipulate your display object on the z axis (relative to the 3D parent container). Below is a simple example that shows how changing the rotationX, rotationY and rotationZ properties affect a DisplayObject instance. The UI is in Flex, but of course, the APIs also work in Flash Authoring.

Flex SDK 3.1 and Flex Builder 3.0.1 Updates : Support for AIR 1.1

22 Aug 04:53
Im a little late on this, but the Flex and Flex Builder teams just released updates to the Flex SDK and Flex Builder 3, which among other things, adds support for Adobe AIR 1.1. There are also a ton of bug fixes for the Flex SDK and Flex Builder, as well as preliminary support for working with Flash Player 10 content in Flex Builder (although it is not clear where to download the debug player from. Im looking into this). You can download the Flex 3.1 update from the Flex downloads page (it is build 3.1.0.

FlexUnit has a new home (and update)

21 Aug 21:15
The FlexUnit ActionScript 3 unit testing library has moved to the Adobe Open Source website. Alistair Mcleod has all of the details on his blog, including screen shots and new info on some of the updates included in the new release (which includes a much improved test runner). You can find all of the new FlexUnit home here.

Reading and Writing Local Files in Flash Player 10

21 Aug 04:52
One of the new features in Flash Player 10 are new ActionScript FileReference APIs that allow Flash content to directly read and write data to the user’s system. Prior to Flash Player 10, in order to read or write a file to the user’s system, Flash content would first have to bounce it off of a server, and then load it back to the users system before it could be accessed. This was not only a hassle to program, but added additional application latency and resource usage.

Flash Player 10 Security Changes

20 Aug 14:40
There are quite a few security changes in the upcoming Flash Player 10, some of which may require changes to content or policy files to ensure that content continues to work. Below are a couple of articles that discuss some of the security changes in Flash Player 10: Understanding the security changes in Flash Player 10 beta http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes.html Working with policy file changes in Flash Player 9 and Flash Player 10 beta http://www.adobe.

Using Vectors in ActionScript 3 and Flash Player 10

20 Aug 09:44
One of the new ActionScript features included in the Flash Player 10 Public Beta is the inclusion of a Vector class. Essentially, the Vector class is a typed Array, and in addition to ensuring your collection is type safe, can also provide (sometimes significant) performance improvements over using an Array. Using the Vector class is pretty simple, and very similar to using an Array. In fact, the Vector class contains all of the same methods as the Array class. The main difference is how you instantiate it.

Using AppleScript to connect to a Jabber Chat Room with Adium

19 Aug 17:28
I have been having a lot of fun hanging out in the Flash Platform Chat room I set up last week. However, it can be a little bit of a hassle to connect to the room depending on which Jabber / XMPP client you are using. I am working on an AIR app for the chat that will make it super simple, but until then you will have to use your own client. I use Adium on Mac OS X to connect and it works really well, except that it can be a bit of a hassle to connect to the room every time.

Connecting Anonymously to an XMPP Group Chat using XIFF

19 Aug 04:54
I posted some code the other day that showed how to use the XIFF AS3 Library to connect to an XMPP server and join a group chat room. Below is an slightly modified example that shows how to login anonymously, and connect to a room. import org.jivesoftware.xiff.conference.Room; import org.jivesoftware.xiff.core.JID; import org.jivesoftware.xiff.core.XMPPSocketConnection; import org.jivesoftware.xiff.events.LoginEvent; import org.jivesoftware.xiff.events.RoomEvent; import org.jivesoftware.xiff.events.

Community test XMPP / Jabber room

19 Aug 04:29
I have set up a permanent test group chat room on the Flash Platform community chat server. This can be used if you need to test your chat client, or if you are building an XMPP / Jabber client and need a remote room to test on. Here is the info: Server : mikechambers.com Port : 5222 Room name: test Server : conference.mikechambers.com You can find more info on the server here.

Anyone using ActionScript 2 to build AIR applications?

19 Aug 02:57
The title pretty much sums it up. Is anyone using ActionScript 2 as the root content of an AIR application? or know or any AIR apps built with ActionScript 2 at the root content? Note that Im not talking about AIR applications that are built in ActionScript 3 that contain AS2, but rather AIR applications that has its main root content as AS2 content. Also, if you are using AS2 content in an AS3 or HTML based AIR application, what are you using it for.
Pages   ← previous   next
9 10 11 12 13 14 15 16 17