Flash Tutorial - how to build Photo Viewer Part 4
Added on: 23 Oct 2007
Tags:
Description: Learn the final steps in creating the ph (more...)oto viewer movie that is part of their FMB (Flash Multimedia Browser.) During this lesson, review the progress they have made on their project so far in its development. They then learn about the scripting that must be added to make the photo viewer to make it into a finished product. At the end of the lesson, start to learn how to add a "fader" so each image will fade in rather then appear once they are clicked on. This aspect of the photo viewer will be explored as a later time when given a chance to enhance their current version of their photo viewer (less)
Flash Tutorial - how to trace bitmaps
Added on: 23 Oct 2007
Tags:
Description: Learn how to victories a bitmap image in (more...) Flash using the Trace Bitmap command. This process is necessary and useful. After tracing a bitmap image and converting it to a symbol, students are shown how to edit that symbol using the Symbol Editing mode of Flash. Finally, at the end of this lesson, learn how to organize and work with Library folders that can make their movie assets easier to manage and modify. (less)
Views: 169
Comments: 0
Duration: 17:43
PHP Tutorial // User Registration w/ SQL
Produced By:
lifeg0eson666
on 01 Oct 2006
Tags: tutorialphpsqlmysql(more...)phpmyadminlgo666computersvideosexy(less)
Description: PLEASE CHECK OUT THE SECOND VIDEO OF THI (more...)S
A quick and easy user registration using php, sql and phpmyadmin.
For full size and source codes: http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(20) NOT NULL default '',
`password` varchar(50) NOT NULL default '',
`email` varchar(40) NOT NULL default '',
`ip` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; (less)
Views: 147
Comments: 0
Duration: 16:20
Dreamweaver Tutorial - how to create web animation using DHTML
Added on: 23 Oct 2007
Tags:
Description: Learn how to use the animation features (more...)built-directly into Dreamweaver for basic DHTML animations directly on a web page without the need for Fireworks, Flash, or other animation software. This lesson also serves as an introduction to the concept of a timeline, frames, and key frames in creating animation sequences regardless of the program being used. (less)
Flash Tutorial - how to build Photo Viewer Part 1
Added on: 23 Oct 2007
Tags:
Description: Learn how to create the photo viewer mov (more...)ie that is part of the FMB (Flash Multimedia Browser.) The assignment directions for the project are shown and have a chance to start gathering and/or placing them into their movie. At the end of this lesson, will have all elements in place except for the navigation thumbnail pictures and the large photos as well. During the next lesson, these photos will prepare and exported from iPhoto for use in this movie. (less)
Flash Tutorial - how to extend the timeline
Added on: 23 Oct 2007
Tags:
Description: Learn the concept of "extending the time (more...)line," the idea that students need make sure their movie plays long enough to be understood by its audience. Techniques that be applied are demonstrated such changing the frame rate of the movie or placing additional frames into the movie so that it play over a longer duration of time. This lesson will serve as a lead in to the use of movie clips to extend the timing capabilities and options of Flash movies in future lessons. (less)