Archive for the 'Adobe' Category

Adobe announced the Adobe Open Screen Project which means that SWF format is now totally open. Adobe removed restrictions on the use of the SWF and FLV/F4V specifications as also the all licensing fees. Maybe Apple will now be able to accept Flash on iPhone.
Here are some of good articles pointing the importance of such [...]

Good Bye GoLive!!!

I just read at Mac world that Adobe annouced the end of Go Live!!! I tried to found out some information at Adobe website, but not a clue. It seems that Adobe ceased development and sales of GoLive today. Why? Dreamweaver is the answer. It is the best solution for the web development. So if [...]

Great tutorial by Scott Morgan, pointing one of the Adobe Flash bugs, and helping you to fix it. Everything is well explained and all the source code you need is there.
Read Tutorial

This week free flash template. A cinematic layout.
Download | Demo

I’ve seen this cool tip which let you create a snapshot preview of your flv at Dreaming In Flash. The following 3 simple lines of code, will enabled you to do it.

video.attachNetStream( null );
bitmapData.draw( video );
video.attachNetStream ( myNetStreamObject );