;

PDA

Click to See Complete Forum and Search --> : FLV player issues


solutionize
06-16-2008, 05:54 AM
I have been trying to understand how a FLV player functions using AS 2 and 3.
To understand more about starting a FLV player from scratch I have been following this really good tutorial

http://www.communitymx.com/content/a....cfm?cid=4E1D8

I have followed every step carefully but when I publish it there are a few errors that pop up. The tutorial was set for AS 2.0 but my flash (CS3) tells me that the code is not suitable for AS 2.0 and that I should go to AS 3.0

I have attached a zip file.

any help would be great >

neznein9
06-16-2008, 12:38 PM
You really want to use AS3 for any video work...It gives you access to a much faster video decoder (everything in AS3 runs about double-time compared to 2) and in the moviestar release there is also integration for H.264 - but more to the point, it's also a lot easier to control and more flexible. Lee Brimelow has a great tutorial (http://www.gotoandlearn.com/player.php?id=46).

solutionize
06-17-2008, 04:35 AM
cool thanks I'm going to check out the tuto >

solutionize
06-17-2008, 09:18 AM
Hey Neznein9,
it was cool but I would like to have a tutorial that explains how to construct a customised FLV player from scratch using AS3.
Do you know any tutorials about customizing FLV?