Monday, May 18, 2009

16th May 2009...

Today i have linked all the videos to Flash.
I learned how to use rollover buttons and enhanced it into my work.

The action script for this is:

  • Global Functions
  • Browser/Network
  • Duble Click - LoadMovie

Then:
  • on (rollOver) {
loadMovieNum("Character Page.swf", 1);
}
  • on (rollOut) {
unloadMovieNum(1);
}

This Allows you to Roll your mouse over the pictures to play the video, as soon as you roll over the video the video stops. As you cans ee there is "1" at the end of the actions script which allows the video to come on top of the page instead of it opening as a new page.

No comments: