Owner: Flash-Filter URL:http://flash-filter.com Join Date: Sat, 15 Nov 2008 15:59:00 -0600 Rating:0 Site Description: Flash Advantage for WEB Site statistics:Click here
How to use NetStream.send callback in AS3 2008-11-15 10:46:44 I have been trying to use your tutorial on the NetStream.send function and am getting frustrated. I have been researching this for the past couple of days and not finding any answers.
I am trying to use a button event to have the user recording the video dynamically set a cue point: nsOut.send(“swapPage”, thePage);
Then during playback [...]
Simple Calculator in Flash CS3 with ActionScript 3 Tutorial! 2008-11-04 03:12:54 In this video we will start with a blank flash document and build using flash drawing tools and lots of actionscript a simple functioning calculator which performs Addition, Subtraction, Multiplication, and Division. Have fun with this one and learn lots of Actionscript 3.0! (more) Read more:ActionScript
, Calculator
, Flash
, Simple
, Tutorial
Adobe ActionScript 3 - Functions 2008-11-04 03:03:46 An Function within Flash CS3 allow you to create a set of instructions and only have to write them one single time. Eveytime you want to use the instructions you simply call the function that has been created. In this short tutorial, author Bill Dallas Lewis presents the concept of Functions
within ActionScript
3 and [...] Read more:Adobe
Using TweenLite For ActionScript 3.0 Animation 2008-11-04 02:57:38 The TweenLite engine is an amazing ActionScript
tweening engine that allows you to quickly create animations using one line of code. This episode shows where to get TweenLite, and how to use it to create ActionScript animations. Read more:Animation
Media Player Development with Flash 2008-10-22 10:42:00 Here’s a Connect presentation that some of you may find useful. Kevin Towes presents on the history, concepts and development tasks of building a media player in Flash
.
I think his presentation is particularly useful to less technical people who would like to understand a bit more about the Flash development process, and also get a [...] Read more:Development
Latin I Characters 2008-10-21 17:26:33 Frequently any flash developer may be asked to add particular characters into a text field, either to accommodate legal or just as a desire from the client to match the exact name of a product.
As you know, flash has the ability to read both Unicode as well as Ascii characters, which is a good thing [...] Read more:Characters
, Latin
Where OOP gets its power from 2008-10-16 07:27:40 The way Object Oriented Programming gains it’s power
is through the use of a term called polymorphism. In latin, it’s means [many forms], and is critical in not only code reuse but swapping in and out a related algorithms at run time.
Remember the old days of street fighter on the snes console? d->df->f+HardPunch, was a [...]
Essential Information on H.264 2008-10-15 09:48:00 Jan Ozer is da man when it comes to video codecs - I was fortunate to have had such a knowledgeable co-author by my side when writing my first (and maybe only) book.
At Streaming Media West Jan presented a session on Encoding H.264 Video for Streaming and Progressive Download and I highly recommend checking out [...] Read more:Essential