RSS

Super Duper Desktop FLV Player for Adobe AIR

6 Comments | This entry was posted on Oct 29 2008

I had started creating AIR apps since the first beta release and I love how easy it is to create a simple customized tool quickly to help with day to day activities. Until now I’ve been using the WimpyFLV Player with limited success. It was ok, but would have issues playing back files on the network. So I developed my own player that is simple and straight to the point. For development purposes I have the dimensions of the video file in the upper right hand corner and the length of the video in seconds. This helps since you can’t just view the properties of an FLV to get this information. Check out the link below to download the .air file.

Adobe – Adobe AIR Marketplace Photo & Video

File Furnace app added to Softpedia!

0 Comments | This entry was posted on Oct 27 2008

An Adobe Air app that I created a while back seems to have been added to the software site Softpedia and deemed 100% clean!

Read more »

Adobe will announce CS4 on September 23rd!

0 Comments | This entry was posted on Sep 02 2008

Mark your calenders! Adobe will be announcing future release information for the new CS4 suite September 23rd. There is a special web broadcast that you can sign up to watch.

The Flash Blog » Adobe will announce CS4 on September 23rd!

Connecting to a Flash Media Server using RTMP

77 Comments | This entry was posted on Aug 03 2008

RTMP is the protocol used by Adobe’s Flash Media Server to stream content into flash. Most of the help documentation doesn’t touch much on this method of connection and is limited to sources not easily available to users.
Read more »

Flash Media Server Bandwidth Checking

0 Comments | This entry was posted on Jul 16 2008

Recently I found out that Flash Media Server has it’s own built-in bandwidth checker. A bandwidth check comes in handy when you want to stream a different quality of video to the user depending on their connection speed instead of forcing them to download a higher quality than they can handle.

I could write up an example for how to use this new functionality, but it would turn out just like the one Adobe wrote up in the FMS documentation.

Flash Media Server Bandwidth Checking

Streaming Server Bandwidth Calculations

3 Comments | This entry was posted on Jul 08 2008

A very important part of streaming any type of media is the bandwidth. You want to stream the best quality possible, but keep the stream constant. This can be a very tricky thing since all your users will most likely not be at the same connection speeds. Adobe has a great article on the math behind calculating different kinds of bandwidth for one-to-many (video on demand) setups and many-to-many (video conference) setups.

[ via Adobe FMS Dev Center ]

Adobe Pixel Bender, not for everyone :(

0 Comments | This entry was posted on May 24 2008

If you have taken a gander at the new Adobe Flash Player 10 examples and videos, you would have noticed a pattern: performance optimization. A great new feature is the custom filters. This new feature runs using the new Adobe Pixel Bender technology that helps separate the work load from flash player. The main benefit of this is that image processing in flash player 10 does not use any GPU functionality! The downfall of this new technology is it does not run well on all systems. If flash detects your system to be “too slow” (PowerPC was one example), Pixel Bender will run in interpreted mode. So I guess the whole message being passed to the developer from Adobe is to “Use At Your Own Risk” and realize that the new custom filters should not be used for every project.

Tinic Uro has a SPECTACULAR (long!) write up with everything you will need to know.

Google Maps API for Flash

1 Comment | This entry was posted on May 15 2008

It’s finally here! I have yet to really dig into it, but Google claims it does everything the Javascript version does.

Google Maps API for Flash

Adobe AIR NativeMenu and NativeMenuItem(s)

0 Comments | This entry was posted on May 13 2008

I have dabbled a bit in AIR for sometime and really love the ability to make an “official” feeling app for Windows while working in flash. How much more official can you get than altering the NativeMenu of the window with whatever you want (rendered in text that is). You are at the mercy of the OS, but still, I can even place line separators if I want! Read on for the code…

Read more »

Adobe Open Screen Project

0 Comments | This entry was posted on May 08 2008

Adobe takes it a step further and launches the Open Screen Project

“The Open Screen Project is working to enable a consistent runtime environment – taking advantage of Adobe® Flash® Player and, in the future, Adobe AIR™ — that will remove barriers for developers and designers as they publish content and applications across desktops and consumer devices, including phones, mobile internet devices (MIDs), and set top boxes.”

  • Removing restrictions on use of the SWF and FLV/F4V specifications
  • Publishing the device porting layer APIs for Adobe Flash Player
  • Publishing the Adobe Flash® Cast™ protocol and the AMF protocol for robust data services
  • Removing licensing fees – making next major releases of Adobe Flash Player and Adobe AIR for devices free

[ via BigSpaceship ]

Handy AS3 FPS Box

5 Comments | This entry was posted on Apr 30 2008

FPS Display

 

More and more I need a framerate display for a flash project I’m working on. The guys over at Squidder have put together the perfect tool for doing just this. Get the source from Google Code.

UPDATE: Check out this even better AS3 FPS tool that is more informative and still simple to use.