MovieStar Released!

December 4th, 2007 Kyle

Adobe anounced the release of the Flash Player 9 Update 3 (previously codenamed “moviestar”), which adds new support for hardware acceleration on video playback, and the long awaited support for H.264 encoded video.

Update Now: http://linkrook.com/130_DownLoad_MovieStar

Posted in Flash, News | 2 Comments »
AddThis Social Bookmark Button

Adobe Debuts Flash Media Server 3 Product Line

December 4th, 2007 Kyle

Adobe Systems Incorporated today announced the Adobe Flash Media Server
3 family of products, which offers streaming media and real-time
communication capabilities to the broadest possible audience. With
industry standard H.264 video capabilities and High Efficiency AAC
(HE-AAC) audio support, Adobe Flash Media Server 3 provides content
owners with increased protection for streaming high quality video and
allows for the delivery of interactive media applications that work
consistently across multiple browsers and operating systems. Adobe Flash
Media Server 3 provides a more efficient instant-on video experience
virtually anytime, anywhere - to the Web, the desktop with Adobe Media
Player and to mobile devices with Adobe Flash Lite 3. With new pricing
options, customers have a wide array of choices for the broadcasting of
high quality streaming media experiences

Read the full story here:  http://linkrook.com/131_Flash_Media_Server

Posted in Flash, News | 1 Comment »
AddThis Social Bookmark Button

Animating static text in Actionscript 3

October 29th, 2007 Kyle

So I ran into a little problem today and I thought I’d share it with you guys. I created a button that had a static text field inside of it, then I tried to simply fade the button in and out. This worked fine in my test files; however when I tried to put the same code into my actual application, the fades all failed to work. After beating my head against a wall for a few hours (note to self, get foam padding for walls at office), I finally came upon the source of my problem: a font that I had embedded into my library. I have been forced to embed fonts in my library at publish time (go to your library, then click on the options drop-down in the upper-right and select New Font) due to an error with Flash CS3 / Actionscript 3 not actually allowing you to embed fonts via actionscript (as is stated in all current documentation). So what is happening is this: by embedding the font in my library, it is somehow not allowing any static text fields that use that same font-family to be animated in any way (including fades). My only options were to either delete the embedded font from my library (which resulted in all of my dynamically created text fields that use that font breaking), or to simply use a different font-family for the static text fields. I chose the latter (Tahoma is pretty close to verdana, and at a 10 point font size, you barely notice) as it worked well in my situation. Hopefully this will be fixed with future release/updates to flash, but for now those are the only options I’ve found.. Off to find some advil …


FlashDevelop Syntax Coloring

October 17th, 2007 Kyle

If you haven’t heard of FlashDevelop, you may want to check your pulse, then head on over to flashdevelop.org and download the latest Release. FlashDevelop has become the editor of choice for many Actionscript programmers, offering many great features including code hinting, sytanx high-lighting, firefox style search functionality just to name a few. And to make things even better, it’s FREE!

One issue that many users have run into with this application is changing the color and formatting of their code. Well if you’re one of the people who’ve been banging your head against the wall trying to figure out how to change the color settings to something other than the default white background, then it’s your lucky day! The first thing you need to do is fire up FlashDevelop. Next go to Tools -> Application Files, and look for a directory called “settings” inside the FlashDevelop directory. The two files that you are going to be concerned with are ScintillaNET.xml languages/as3.xml (or as2.xml if you are working in AS2 still). Inside these files you will find all of the properties you will need in order to customize the appearance of your code. I’m including a .zip file which contains the color scheme that I am using, along with some comments explaining which properties do what. Enjoy!

Example Files


Colin Moock and the Adobe AS3 Tour!

October 1st, 2007 Kyle

Adobe has put together a tour featuring Colin Moock (http://www.moock.org) that will present Actionscript 3.0 (the new features, migration, OOP, etc.). For those of you that were able to attend the Adobe OnAir tour in Los Angeles recently, this sounds like it is going to be much the same, only related to Actionscript 3 as opposed to Air. You can find all the details on the official Adobe site at http://www.adobeas3tour.com/. The closest stop to San Diego is in NorthRidge (about 144 miles from SD), the info for that stop is listed below. If anyone wants to work on arranging some car-pools, feel free to contact any of us or we can discuss it at the next meeting. Also, it looks to be filling up quickly, so sign up soon!

http://www.adobeas3tour.com/
Monday, November 5th - Northridge, CA
9:00am - 6:00pm

California State University, Northridge Campus
Campus Theater, Nordhoff Hall
18111 Nordhoff Street
Northridge, CA 91330

Posted in Flash, News | 1 Comment »
AddThis Social Bookmark Button