So I've been embedding stuff in AS3 for like 10 years. (give or take a few years ) And I think I've pretty much always done it like: PLAIN TEXT Actionscript: [Embed(source="some.swf", symbol="someSymbol")] private var SomeThing:Class; And never had a problem with it. On a project I'm starting though, I have a whole bunch of assets on the stage [...]
It is too late for Flash Player 10 but there is one feature I would love to see in the next version of the Flash Player. In Flash Player 10, we have a brand new enhanced drawing API which definitely make things easier when you want to draw things with ActionScript. Unfortunately this feature is [...]
I've been creating a lot of AS3 generated graphics over at Art From Code and have faced the problem of how to get the generated bitmaps (or vectors) out to files. For a lot of the files, they are quick experiments and I do a quick screenshot with Jing. For others, I've created AIR apps [...]
I’m noticing a lot of links coming from Japan lately, they seem to be particularly taken with my Papervision reflections… But this one particularly caught my eye - this nice chap (or chapess) has made a pretty 3D butterfly, along with its reflection… nice! And even nicer, they’ve included source. Have you made something nice [...]
Bit late on this one, but just to let you know that the second part of my particle tutorial in Computer Arts is featured in the latest issue, August 2008. Using the skeletons on the Plug-in Media website as an example, I take you through how to blow things up in Flash! [kml_flashembed movie=”http://sebleedelisle.com/wp-content/uploads/2008/08/particlesskeletonswithtextfragged.swf” width=”480″ [...]
With the release of Acrobat 9 comes the new Acrobat.com website where you can upload and share documents online. One cool new feature is the ability to embed a PDF file on your website using the PDF Widget. It is basically a SWF movie that works like FlashPaper used to. Thanks to Lori DeFurio for [...]
Nike sports marketing came to AKQA San Francisco with a request: Build a site to promote the innovative new products they are cooking in the Nike labs. These products are kind of like what concept cars are to the automotive industry and Nike wanted to have a way to tell it’s customers more about the [...]
I was looking around for a simple example of using SWFAddress 2.1 with SWFObject 2.1 and Flash CS3 (ActionScript 3.0) and came across this blog post by Rachel. She has kindly put a simple demo online and made the source code available. There are a few things that I have updated and am making available here [...]
It’s long been a bug bear that you can’t dynamically change a cube’s materials, so I’ve just committed a simple update that has simply moved Tim Knip’s clever material swapping methods from the DAE object into the DisplayObject3D. So now we can call replaceMaterialsByName on any DisplayObject3D! So you can use it by calling : cube.replaceMaterialByName(new ColorMaterial(0xff0000,1), [...]
This morning the folks over at AOL, and more specifically the AIM team, launched version 7 of AIM Express. And guess what, it is built using Flash! It really is a great experience and a quality example of the power of ActionScript 3. What is most interesting to me though is not the client, but the [...]
Today I needed to found a way to create bitmap data object from a display object. I found a solution in Flex Cookbook (http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=1682) and having this I improved it and made it simpler. The code follows… public function makeBitmap(myDO:DisplayObject):BitmapData { var myBD:BitmapData = new BitmapData(myDO.width, myDO.height); myBD.draw(myDO); [...]
In a recent project I had to use runtime shared libraries. In ActionScript 3, the use of external libraries is made easy through the ApplicationDomain class and the getDefinition method. But one common limitation of the getDefinition method is that you have to know the name of the class definition you want to extract. A cool [...]
I’ve been subscribing to CDM for several weeks now. Lots of awesome visual stuff to be inspired by there. Got a nice surprise today when they ran an article at least partially on me. Stuff like this just makes my head get all swollen.
Lee Brimelow has just posted some more information in regards to the issues WordPress, Flickr, SWFUpload have with the Flash 10 Beta. Unfortunately, it doesn’t look like the behavior is going to change, but I do understand a bit more on why this was put in place. Read Lee’s response here. Another encouraging thing is that Lee [...]
OK, I’m being a bit dramatic to get attention, but there is a serious issue here, which I hope Adobe takes notice of and thinks about changing. Often one of the most frustrating parts of working with Flash is dealing with security issues. I understand completely the need for security in Flash. Any mention of any [...]
So ECMAScript, ActionScript, blah blah blah. You already know the news. No need to restate it. What I’m honestly wondering is, why should I care? I’m not being flip about it, I really want to know if AS3 being based on some standard or not really makes any real difference in any way, shape or form. [...]
Ecma just recently announced that the long standing EcmaScript 4 proposal is dead in favor of focusing on the EcmaScript 3.1 proposal. According to the announcment, they will eventually work on EcmaScript 4 again, but under a revised plan. ES4 as we know it in ActionScript 3 appears to be dead. Specifically [...]
In the previous article I explained how to use Yahoo! Maps. Now I’ll explain how to create a custom marker and how to place it on the map. This is not an easy task because on Yahoo! Developer Network (YDN) there is not enough documentation regarding Yahoo! Maps API for AS3. Take a look at [...]
I should say something witty here, but I think it’s best to let you watch. A couple of genuine LOLs in the 2nd one.
This article will explain how to create a wildcard search. What I mean is the following: dir *.* or dir myfile??.txt The old DOS searching way. The first command (if you’ll run them in Command Prompt) returns all files with extension from the current folder. The second command will return any file having its name as this: [...]

Subscribe to Planet Flash

Search

Tags

3d Actionscript actionscript 3 ActionScript 3.0 Adobe Adobe Air Adobe AIR (Apollo) Adobe Flash Adobe Flex AdobeMAX08 AIR AIR Adobe Integrated Runtime Announcements apollo as3 Asides awards BEA Beautiful Web Business Cairngorm ColdFusion Community Components Conferences design dev Development Events Examples Featured Flash Flash CS3 Flash experiments flash player Flex Flex 3 Flex Example FMS Fun Gallery General Google Jobs linux Marketing MAX MAX 2007 Misc News Open Source Other Papervision3D Personal photos Photoshop Process Processing RIA Stuff techmology Technology Thinking Loud Uncategorized Whatever

Blogs

Buttons

Planetarium