Category Archives: Flash Player

YouTube about Flash and the HTML5 <video> tag

Interesting YouTube API Blog post explains why YouTube uses Flash Player for video playback: http://apiblog.youtube.com/2010/06/flash-and-html5-tag.html

Posted in Flash, Flash Player, Flash in Browser, Video | Leave a comment

Open Source Media Framework 1.0

Adobe recently released OSMF version 1.0! Again just some links: OSMF Blog – Announcing OSMF 1.0! Source ZIP Release Notes PDF ASDocs ZIP

Posted in ActionScript, Flash, Flash Player, Flash in Browser, Flex, Librarys, Video | Leave a comment

Flash Performance Visualizer

Mr.doop’s Hi-ReS! Stats is a must have for every ActionScript developer. Seems to be still no. 1! And I don’t want to search again… So here just the links: Mr.doop’s blog | Hi-ReS! Stats Mr.doop’s Stats.as @ GitHub

Posted in ActionScript, Flash, Flash Player, Flash in Browser, Flex | Leave a comment

Undocumented XMLUtil class in Adobe Flash CS5?

I tried to recompile an older Flash CS 4 project with Flash CS 5 but got this compile time error 1061: Call to a possibly undefined method reuseNodes through a reference with static type Class caused by the usage of … Continue reading

Posted in AIR, ActionScript, Flash, Flash Player, Flash in Browser, Flex | 1 Comment

Aligning Flash TextField instances visually correct

I was looking for an easy way to align TextField instances with different font sizes visually correct. I really thought this wouldn’t take much time but it turned out to become really frustrating. So think about a simple scenario: Try … Continue reading

Posted in AIR, ActionScript, Flash, Flash Player, Flash in Browser, Flex | 1 Comment

FFK10 – Flashforum conference notes

Every year I spend two days sitting in the audience of the Flashforum conference (FFK) listening to great speakers and getting impressed by their experiments and thoughts. It’s also a good way to renew some of the basic knowledge in … Continue reading

Posted in AIR, ActionScript, Flash, Flash Player, Flash in Browser, Flex, How To..., Librarys, Utils, iPhone | 2 Comments

Flash Player Security

Just some helpful links: Understanding the security changes in Flash Player 10 Policy file changes in Flash Player 9 and Flash Player 10

Posted in Flash, Flash Player, Flash in Browser | Leave a comment

Flash and Amazon SimpleDB

I did some research about using Amazons SimpleDB service within a Flash based application and found these basic facts: http://sdb.amazonaws.com/crossdomain.xml is not available. This means no direct calls from Flash clients in browsers are possible! Even if it would be … Continue reading

Posted in AIR, Flash, Flash Player, Flash in Browser, Flex, Librarys, Server | Leave a comment

URLRequest with HTTP authentication

I found a good explanation how to support HTTP authentication with URLRequests here. That’s the most interesting part: Best I can tell, for some reason, this only works where request method is POST; the headers don’t get set with GET … Continue reading

Posted in AIR, Flash, Flash Player, Flash in Browser, How To... | Leave a comment

Pixel Bender in Flash Player is not hardware accelerated

I just came across this little note http://theflashblog.com/?p=822 and thought that might help to get some clarification.

Posted in Flash, Flash Player, Flash in Browser, Pixel Bender | Leave a comment