our examples video capture working with interactive video objects buttons symbols – are areas on...

14

Upload: jessica-kelly

Post on 13-Jan-2016

223 views

Category:

Documents


0 download

TRANSCRIPT

Page 5: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Video Capture

Page 6: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Working With Interactive Video Objects

• Buttons symbols – are areas on the monitor that a sensitive to user actions such as mouse click or rollover.• Videos symbols – are areas on the monitor in which videos can be show. • Background – is an image such as a map, timeline, or photograph that assists the user in interacting with the application

Page 7: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Video Encoding

Page 8: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Flash Timeline

•Video Holder•Buttons•Background•ActionScript Code

Page 9: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Creating Flash Objects

•Buttons Insert > New Symbol Button•Video Holders – View Video Property Menu•Background Images File > Import to Library

Video Properties Menu Button Creation Window

Page 10: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

The Flash Stage With a Button and a Video Holder

Missing is a background and of course a story

Page 11: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Flash Video Code

this.video1_btn.addEventListener(MouseEvent.CLICK, FunctionVideo1);function FunctionVideo1(myevent:MouseEvent):void {

videoHolder1.attachNetStream(video);video.play(Garden1.mp4); // <-- Video 1 name goes here }

Page 12: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Adding Flash Movies to a Web Page

Page 13: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

Saving Flash Movies

Page 14: Our Examples Video Capture Working With Interactive Video Objects Buttons symbols – are areas on the monitor that a sensitive to user actions such

References