Download presentation
Presentation is loading. Please wait.
Published byTerence Martin Newman Modified over 8 years ago
1
© 2003 By Default! A Free sample background from www.awesomebackgrounds.com Slide 1 Week 6 Flash Video Flash Sites (Continued) Please Visit: http://www.jandcconsultants.com/school/http://www.jandcconsultants.com/school/ to download all the PowerPoint Slides for the different weeks
2
© 2003 By Default! A Free sample background from www.awesomebackgrounds.com Slide 2 Flash Video Flash Video Flash Video –Use when you have an Video file (see below) you would like to put on the Web AVIAVI MOVMOV MPG, MPEGMPG, MPEG Other Video FormatsOther Video Formats –May Wrap the Video with a “Skin” which will also need to be uploaded to the server Importing the Video Importing the Video –Open a Flash File or create a new one with the pixel dimensions of your video (width x height) if you know them –Goto Import Import Video… or simply drag and drop the video into the screen –Follow the few steps of the Flash Video Import…
3
© 2003 By Default! A Free sample background from www.awesomebackgrounds.com Slide 3 Flash Video Importing Options Deployment Deployment –Progressive Download from a Web Server Will create a.FLV file that will need to be uploaded with the.SWF file to be able to stream the videoWill create a.FLV file that will need to be uploaded with the.SWF file to be able to stream the video Usually allows a bit faster downloadUsually allows a bit faster download Utilize Cue Points for interactivity with your Flash AnimationUtilize Cue Points for interactivity with your Flash Animation –Embed Video into SWF This will put the video right into the timeline of your main SWF Animation, makes the SWF file usually largeThis will put the video right into the timeline of your main SWF Animation, makes the SWF file usually large Encoding Encoding –You can choose whatever option you want for the profile, I usually use Flash 8 – Medium Quality –You can also change any other audio or video options on this segment
4
© 2003 By Default! A Free sample background from www.awesomebackgrounds.com Slide 4 Flash Website (Continued) Flash Cue Points (Goes on First Frame where Video is located) Flash Cue Points (Goes on First Frame where Video is located) Creating the Event Listener Animation Creating the Event Listener Animation //Cue Point Example var listenerObject:Object = new Object(); listenerObject.cuePoint = function(eventObject:Object):Void { //Cue Point Functions if(eventObject.info.name == "text_cue") {gotoAndPlay("text");} } intro_clip.intro_movie.addEventListener("cuePoint", listenerObject);
5
© 2003 By Default! A Free sample background from www.awesomebackgrounds.com Slide 5 Your Turn! Create a new folder on your desktop and name it “lastname_firstname” so mine would be “kozel_jared” Create a new folder on your desktop and name it “lastname_firstname” so mine would be “kozel_jared” –Save all of your files associated with your PHP files here Open up Adobe Flash CS3 Open up Adobe Flash CS3 –Create a New Flash File –Save it as “myflash.swf” Challenges (Let me know if you have questions) Challenges (Let me know if you have questions) –Import a Video of your choosing into Adobe Flash –Embed a Video In the Timeline Create a button to Trigger playing the videoCreate a button to Trigger playing the video Create a button to Trigger pausing the videoCreate a button to Trigger pausing the video Create a button to Trigger stopping the videoCreate a button to Trigger stopping the video –Import a Video using Progressive Download and add a skin to it of your choosing
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.