forums

Copy the link of the video page and paste it here:

Example: http://www.youtube.com/watch?v=a7FQPMiph9M

... animation dance film full game guitar hd hot hq john live love me movie music new official part pop rap rock sex sexy song time trailer video you 2009

NEW!. You can download videos from Vimeo!. :-)

Utils:

[View | Download]



Flash Augmented Reality Test 2


Tags: actionscript, ar, artoolkit, as3, augmented reality, flartoolkit, flash, flex, papervision3d, pv3d, web ar
1 Downloads - Last from: (Your Blog here!)

[View | Download]

Flash Tutorial: Growing Vines Flourish Animations Tutorial
By tutvid

In this tutorial we will use Flash to create the oh-so popular growing vines animation look. We will do it in two different ways; first, we will do a quick masked shape and shape tween under the mask after that we will do it the "right" way and build a frame-by-frame animation that makes this little flourish look like it is really growing. If you want to learn how to animate this effect, this is the tutorial for you. Enjoy!

Follow me on Twitter! http://www.twitter.com/tutvid
Be sure to check out http://www.tutvid.com
Check out the blog @ http://tutvid.wordpress.com


Tags: actionscript, animate, animation, flash, florals, flourishes, frame, mask, masking, masks, tutorial, vine, vines
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Flash 8 Tutorial - How to make a platform game advance - Part 2
By Flash8Games

Music by:
Linkin Park - In The End

VCam FLA:
http://www.mediafire.com/download.php...

ActionScript Codes:

VCam Code:

onClipEvent (enterFrame) {
_y += (_root.char._y-_y)/4;
_x += (_root.char._x-_x)/4;
}
_________________________
- Flash8Games


Tags: actionscript, awesome, epic, flash, game, macromedia, rpg, tutorial
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Creating a simple button in Flash CS3
By flash276

A tutorial on how to make a simple, functioning button in Adobe Flash CS3.
If you have any questions, please leave a comment and i'll do my best to answer all questions.
Thanks.


Tags: actionscript, adobe, button, creating, cs3, flash, functioning, making, simple, tutorial
2 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Flash 8 Tutorial - How to make a platform game advance - Part 1
By Flash8Games

ActionScript Codes:

Character:

onClipEvent (load) {
var ground:MovieClip = _root.ground;
var grav:Number = 0;
var gravity:Number = 2;
var speed:Number = 7;
var maxJump:Number = -12;
var touchingGround:Boolean = false;
}
onClipEvent (enterFrame) {
_y += grav;
grav += gravity;
while (ground.hitTest(_x, _y, true)) {
_y -= gravity;
grav = 0;
}
if (ground.hitTest(_x, _y+5, true)) {
touchingGround = true;
} else {
touchingGround = false;
}
if (Key.isDown(Key.RIGHT)) {
_x += speed;
}
if (Key.isDown(Key.LEFT)) {
_x -= speed;
}
if (Key.isDown(Key.UP) && touchingGround) {
grav = maxJump;
}
if (ground.hitTest(_x+(_width/2), _y-(_height/2), true)) {
_x -= speed;
}
if (ground.hitTest(_x-(_width/2), _y-(_height/2), true)) {
_x += speed;
}
if (ground.hitTest(_x, _y-(height), true)) {
grav = 3;
}
}
_________________________
- Flash8Games


Tags: actionscript, awesome, epic, flash, game, macromedia, rpg, tutorial
3 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Flash 8 Tutorial - How to make a platform game advance - Part 3
By Flash8Games

FLA File for dummies:
http://www.mediafire.com/download.php...

ActionScript Codes:

Reset Symbol:

onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.char._x = Type your x coordinate
_root.char._y = Type your y coordinate
}
}


Tags: actionscript, awesome, epic, flash, game, macromedia, rpg, tutorial
2 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Crear galeria de fotos en Flash
By tatpe

http://www.videotutoriales.us/

Crear una galeria de fotos en Flash, los codigos de ActionScript los pueden copiar ingresando a nuestra web.


Tags: actionscript, flash, fotos, galeria, gallery, photos, tutorial, videotutorial
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

[HQ] Flash AS3 Form Components Tutorial - PHP File and Flash CS3 Source
By flashbuilding

Free Source files - http://www.developphp.com

And my video is all you need homie!


Tags: 3.0, actionscript, button, checkbox, combobox, components, create, data, file, flash, form, free, list, radio, source, text, tutorial
1 Downloads - Last from: (Your Blog here!)

[View | Download]

Photo Gallery and Thumbnails: Flash Tutorial!
By tutvid

Check this video out at Hi-Res here: http://www.tutvid.com/tutorials/flash...

We will make a nice little photo gallery in Flash in the following tutorial. All you need are a few images and a few thumbnails for them, the rest is just follow along and it works with any images!


Tags: action, actionscript, adobe, animate, animation, flash, gallery, macromedia, photo, script, thumbnail, training, transitio, tutorial
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Tip Actionscript 3: Enlaces a Web (antes getURL)
By FlashFacilitoTips

Visita http://flashfacilito.com/ para más video tutoriales de Adobe Flash.

En este tutorial, veremos como crear un enlace de un botón en Flash a un sitio web con Actionscript 3. También veremos las diferencias en el código con Actionscript 2.


Tags: actionscript, como, crear, enlace, enlazar, flash, geturl, tutorial, tutoriales, video, web
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Dynamic Flying Birds: Flash Tutorial! Place Movieclips w/ AS 3.0
By tutvid

Check this video out at Hi-Res here: http://www.tutvid.com/tutorials/flash...

In this video we will draw and animate a bird(a pretty sad looking bird if I so so m'self) and then we will use Actionscript 3.0 to load (aka get)it out of the library and place it at a random start point and let it fly across the screen. Lots of great script in this one! Please check out the site http://www.tutvid.com


Tags: action, actionscript, adobe, class, classes, cs3, custom, dynamic, flash, get, help, library, load, script, symbol, training, tutorial
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Create a simple website using Adobe Flex Builder 3
By ilovec0de

Create a simple website using Adobe Flex Builder 3 in less than 10 mins.
For more visit:
www.ilovecode.co.uk


Tags: actionscript, adobe, flex, ilovecode, mxml, website
2 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

swift3D Object Animations in Flash with Mouse Control Tutorial
By flashbuilding

http://www.developphp.com

Learn how to easily create and import 3d polygon model animations directly into flash, and then allow user to control the animation with their mouse.


Tags: 3d, actionscript, animation, awesome, control, cool, easy, flash, graphic, model, mouse, move, shine, spin, swift3d, text, tilt, tutorial
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Flash Tutorial: Create, Drag a Mask with Actionscript 3.0
By tutvid

Here we have a tutorial taken from the Tutvid.com July August newsletter. We will use Flash and Actionscript 3.0 to create a mask that can be dragged around to reveal an image underneath. Very cool, very easy, and very easy to edit as well.

Follow me on Twitter! http://www.twitter.com/tutvid
Be sure to check out http://www.tutvid.com
Check out the blog @ http://tutvid.wordpress.com


Tags: 3.0, action, actionscript, adobe, cs4, drag, draggable, flash, hd, help, mask, masking, script, training, tutorial, tutorials
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Flash CS4 ACTIONSCRIPT TUTORIAL Gravity
By flashprosoveryou

sorry for the sniffles, tis the season!!!
in this Flash cs4 tutorial, we Use hitTest
to create a cinematic view gravity game.
the hitTest is not too hard. and gravity makes
a game much more fun
the free flash files here
http://flashprosoveryou.t35.com/Flash gravity.zip
if that did not work try this
http://flashprosoveryou.t35.com/
and if both did not work, pour
your misery into a comment down below
and i will give you a direct link !!!
rate it 5, subscribe if you want more vids!
but if none of the above leave a comment,
nasty or nice. and remember he's watching.
paste on timeline
_global.jump = false
_global.point = 0
paste on guy.
onClipEvent(enterFrame){
///LEFT AND RIGHT///

if(_global.jump == true){
_global.gravity -= 2
}
if(Key.isDown(Key.UP)){
if(_global.jump == false){
_global.gravity = 30
_global.jump = true
}
}
if(_global.ong == false){
this._y += 10
}
this._y -= _global.gravity
if(Key.isDown(Key.LEFT)){
this._x -= 10
}
if(Key.isDown(Key.RIGHT)){
this._x += 10
} ///Move UP AND DOWN DUE TO GRAVITY///
}
paste on ground
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy._x, _root.guy._y, true)) { _global.ong = true
if(_global.jump == true){
_global.jump = false
_global.gravity = 0
}
}else{
_global.ong = false
}
}
I can not provide any help for a while, so just download the file on my site... no viruses i promise


Tags: actionscript, adobe, animated, cartoon, cs3, cs4, flash, flashlearner, gravity, hittest, macromedia, tutorial, tutorials
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Tutorial de actionscript 2.0 Sencillo formulario(flash cs4, flash cs3, flash 8)
By LuisN2

Se agradece comentario...


Tags: 2.0, actionscript, cs3, cs4, flash, tutorial
2 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

practica actionscript Componente List
By jsuarezrivero

practica actionscript Componente List


Tags: actionscript, componente, flash
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Scrolling Thumbnails Photo Gallery AS 2.0: Flash Tutorial!
By tutvid

Check this video out at Hi-Res here: http://www.tutvid.com/tutorials/flash...

In this tutorial we will build off of the the scrolling thumbnails video and take it to the next level by building a fully functional gallery with a bonus randomizer button. Learn about using variables and rounding numbers and navigating time lines within a flash movie with actionscript. Have fun with this one! Please check out the site http://www.tutvid.com


Tags: action, actionscript, actionscriting, adobe, cs3, flash, gallery, help, mouse, photo, script, scroll, scrolling, training, tutorial
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Beginning Adobe Flex Tutorial: Your first Flex Program Part I
By LearnToProgramDotTV

Adobe Flex 3 is a development environment used to create both windows and desktop applications that can be run on Windows, Mac or Linux systems. Adobe Flex is used to create programs with Actionscript 3 and MXML. It is perfect for Rich Internet Application Development and is easy to learn-- especially if you already know HTML or Actionscript programming. Adobe Flex 3 is similar to Flash, but the environment uses a screens metaphor instead of timeline metaphor for development.

This tutorial takes you through developing your very first interactive application in Adobe Flex. The tutorial is in two parts. This is part one of two.

If you'd like to see a written version of this tutorial it's available on LearnToProgram.TV's web site (www.LearnToProgram.TV). Please feel free to share this tutorial with others.

This video is hosted by long time corporate technical trainer Mark Lassoff. In the tutorial Lassoff will guide you through creating three controls in 'code' mode and compiling and running your first Flash application.

If you are interested in a full course on Adobe Flex, please contact LearnToProgram.TV.


Tags: actionscript, actionscript 3, adobe flex tutorial, flex 3, flex course, flex lesson, flex tutorial, hello world in flex, learn adobe flex, learn flex, mxml
1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!)

[View | Download]

Load and Play Video in ActionScript 3
By richmediainstitute

All Flash video players have the same ActionScript code at their core. This tutorial discusses the fundamental code that is at the center of any video-driven experience in Flash, covering the NetStream, NetConnection and Video classes and how to work with them to load and play any video (even H.264 Quicktime movies!). Extracted from R Blank’s course ‘AS3 for Video’ at http://online.richmediainstitute.com


Tags: actionscript, as3, course, digital, f4v, flash, flv, h.264, media, online, play, progressive, training, tutorial, video, workshop
1 Downloads - Last from: (Your Blog here!)
Problems, comments, suggestions?. Contact us |