MEDA59196 AUDIO VIDEO 1
EXAM INFORMATION
The exam is one hour closed book, no computer. The exam is out of 100. Look over each lesson plan and lesson documents. The only off-IMM-site material on the exam will be the three point lighting. Here is the breakdown: Lesson 1 - Interactive Audio Video Examples [17 Marks] We discussed in class what types of questions you will get for the first five lessons. Here is what you will need to know for the last lesson: I want you to know that the FLVPlayback component can have multiple players each with their own video. Only one player is visible at a time and you use the visibleVideoPlayerIndex to set this. If you want to set the properties of a player such as its video or whether its video is playing then you need to use the activeVideoPlayerIndex. To see two videos play at the same time then you have to cheat and override the visibleVideoPlayerIndex by accessing a player directly using getVideoPlayer() and then set the _visible of that player to true. To see both at once you would adjust the _alpha accordingly. Also, you loop video using a listener. And, to apply a filter like blur, you need to put the video into a movie clip first. Best of luck!
<< Back Interactive Multi Media ~ School of Computing & Information Management ~ Sheridan College |
explore