Professional :: Flash Video Presentation?

Aug 27, 2010

I've been wanting to create a flash presentation similar to the one on the page of this website.This is NOT my website by the way.  Does this require actionscript? http:[url]........
 
I know it will take some time to learn and develop and I'm willing to put in the time to learn.  I just would like to learn from a professional tutorial and not some random, generic looking tutorial that doesn't really teach a thing.

View 1 Replies


Similar Posts:


Professional :: Video In Flash Presentation Isn't Playing Ball

Feb 16, 2011

I am creating a flash presentation for something that I'm doing at university on Friday, and the video is the only thing in the presentation that isn't working.The presentation I have some words, music and video and the words and music are playing fine (but the music and video are on the FLVPlayback thing so I think that's causing a problem, but I can't see how I can separate them) and the video comes into play.When I put the actionscript - stop() - at one bit of the presentation, nothing plays afterwards, and I'm wanting the whole thing to stop at the end of the music, and when a line of the presentation to come up (which is the last line) and then the video is just the one thing that is playing, along with this line which is stationary under the video.I've used Flash before, but not with sound or video as I had no call for it, but now I do its not working.

View 18 Replies

Professional :: Interactive Video Presentation Starts With A Video In A Loop

Aug 11, 2010

I have created animated presentations (since now, I have just videos) for my seminars at the university with cinema 4D and I added some effects with After Effects (CS5). Now, I want to build an interactive presentation. That means:

- The (video projector) presentation starts with a video in a loop.

- When I click a button on the mouse/keyboard, the video finishes the loop until the end and

- show a transition video and

- start the next loop and so on...

[Code]...

View 4 Replies

ActionScript 1/2 :: Flash Presentation With Video And Slides?

Sep 8, 2011

Im building a flash presentation in AS2.As the FLA video plays I have timed cue point that will make a slide appear to the side of the video.The video will contain around 30 cue points but I dont know how to do the action script.I currently have the below that works for one event. How do I do multiple events.

myFlvPlayback1.addEventListener ( "cuePoint", this );function cuePoint ( eventObj:Object ){gotoAndPlay("1");
}

View 1 Replies

Flash :: Slide Presentation - Auto-starting Flv Video

May 3, 2009

I'm trying out Flash CS4, and am using it to create a slide presentation. as I feel stuck at the moment. Here's what I need: An intro slide to act as a "front cover", giving the user of the presentation a chance to load it up before initiating the following content. The next slide to contain a video, which starts playing as soon as the slide is loaded. Also on this slide, a few pieces of text need to appear at certain times as defined by me.

Here's what I have so far: A blank 'slide1', ready for my content. Presenter presses the right arrow and it proceeds onto slide 2. A 'slide2', which has my flv video clip placed on it with optional play controls. So I need to know how to start the flv player automatically when slide 2 is opened. I think I need to place some ActionScript on frame 1 of slide2, but I don't know what. If I set the video to 'autoPlay' in the component inspector, it starts as soon as the swf presentation is opened, which is not what I want - it should only auto play when it's own slide is navigated to.

View 2 Replies

ActionScript 3.0 :: Insert A Video File Into Flash Presentation?

Jun 22, 2011

Ive been trying to insert a video file into my flash presentation, but somehow, when I export the movie as swf it doesnt play the videos..

View 1 Replies

Flash :: Udemy Mash-up A PowerPoint Presentation With A Video For A Synchronized Play?

Jul 28, 2011

If you have used Udemy (I have used Zenation earlier, which is not as good as the app developed by Udemy.) to create a mash-up of a .ppt file with a video, you would know how wonderful it is. I would like to get an overview how they have built this application.My guess is that first the application converts the .ppt slides into JPEG images which are then imported to flash so that the user can easily time-stamp the images while the video plays. Pretty much like sub-titles work. But, I am not sure about my guess.

View 1 Replies

Professional :: Flash CS4 - Slide Presentation - Instance Name ?

Apr 9, 2010

Is it possible to rename slides dynamically in a Flash presentation that is created using the Flash Slide Presentation template in Flash CS4. So, if I have a presentation with 50 slides and they are named 001 to 050 and I need to insert a slide between slide 010 and 011 is there a way to have Flash renumber them or do I have to just manually rename.

View 2 Replies

Professional :: Possible To Print All Frames Of A Flash Presentation?

Apr 13, 2010

is it possible to print all the frames of a flash presentation?I don't use Flash that much, I update a flash file that was created by someone else, but now I've been asked to do a print out.Any ideas on the best way? I'm not a fluent user of Flash, I know nothing about AS or any of that jazz. I've just been inserting images and text and tweening them - that's as much as I know how to do.

View 1 Replies

Professional :: Background Music In A Flash Presentation?

Jul 18, 2010

I have made a corporate presentation in Flash (CS3). The structure is as follows. The main timeline just 6 key frames. 1 intro and 5 content. Each of the 6 key frames has a movie clip with relevant content on it.
 
After the introduction in key frame 1, the timeline stops at the next key frame.From here, one can navigate forward and backward between the 5 content key frames, using buttons.These buttons are available throughout these five key frames.
 
Each of the key frames contains a relevant movie clip, with content.And also a sound clip to introduce what that key frame contains. Since a user can navigate forward and backward at any point of time, all these keyframes have the frame action:

[Code]...

View 2 Replies

Professional :: Flash Executable Presentation Will Work In Mac OS

Dec 7, 2011

Flash executable Presentation will work in Mac OS..? or the executable Presentations only for windows platform..?

View 2 Replies

Professional :: Flash Slide Presentation CS4, Back And Forth Navigation?

Oct 27, 2009

What is the easiest way (for Fash novice) to navigate back and forth between the slides of presentation made with Flash Slide Presentation feature. Each slide contains animation and plays well the first time but when if I want to back to a slide, it would only show the last frame of that slidI tried many things including making buttons for back and forth and managed to make buttons that fade when you pan over them (big accomplishment:) but can't get them to actually do stuff for me, like go forward and backward. I tried to assign to the button's frame "UP" thee following script but it doesn't work:

onKeyDown = function() {
if (Key.getCode() == Key.LEFT)
gotoAndPlay (_currentframe-1)

[code].....

View 24 Replies

Professional :: Loading Flash Presentation Before Entering Website

May 3, 2011

I have a Flash presntation that bought that I need to load before my website. How do I add an addurl and the end of the fla presentation.

View 4 Replies

Professional :: Create A Flash Button And Use It To Navigate To The Next Slide Of A PowerPoint Presentation?

Jan 21, 2010

I've been having a bit of a hard time understanding how to get a button which I have created in Flash to navigate to the next slide of the PowerPoint presentation which it has been added into.
 
I understand that I somehow need to make use of fscommand in ActionScript, but I'm not sure how I can get Flash and PowerPoint to communicate between themselves.
 
I'm using Flash MX 2004 7.0 and Powerpoint 2003.

View 1 Replies

Professional :: Replacing Images In Flash Presentation But Slideshow Stays On First Image

Jan 3, 2012

I have used this slideshow for few projects and all I've done in the past is import new images (about 100k) and publish. The image are bit map of type (png) not big about 100k size.
 
Without saving the file I do a "test movie". Instead of doing the slideshow it displays the first image but doesn't loop through the rest.
 
I'm at a bit at a lost here. The path to the image in bitmap properties on the origanal file in imported is relative but when I select a new image its full path. 

View 1 Replies

Presentation With Video Trailers

Jul 9, 2009

I'm a designer at a company. In every day life I use flash for creating banners, simple slideshows and presentations. Nothing complicated really. I have managed to learn some simple expressions.I'm making my presentations in as3, because i'm also using flashEff for the cool text effects. This time i'm assigned to make a presentation that has videotrailers in it. I have no idea where to start.What are the keywords i have to look in to and what to i need to learn the get the new task done.The presentation has 20 slides, each slide contains some content that appears on mouseclick command. I'm navigating from one slide to another with arrow keys. 10 slides are going to contain a player with the trailer (length max 30 sec).

View 1 Replies

Professional :: Add A Flash Animation Into Another Flash Presentation?

Mar 10, 2011

I made an animation and I am wanting to add it to a flash portfolio that I am now creating. I am creating the portfolio so I can send it to potential employers. I am adding several different files from those other programs to the porfolio and want to add a few Flash creations also.So how can I easliy bring the Flash animations into the Presentation? I want the animation to play in the same timeline but I don't want to have to recreate the whole thing or recreate the portfolio. What type of file format does the animation need to be to play? Can this be done?

View 1 Replies

Professional :: Set Up For A TV Presentation?

Oct 9, 2010

I am making a Flash Presentation which a client is going to distribute for customers to show in their showrooms (so TV Screens will vary in size).

View 4 Replies

Flash :: Silverlight - MVVM - Presentation Model In Flex Vs Presentation Model In Silverlight: Advantages And Disadvantages?

Apr 10, 2011

As it is said here: [URL] "If you do a Google search today for "MVVM and Flex", the first post is by somebody who claims that MVVM is not a good fit for Flex. I couldn't disagree more. Out of the box, the Flex framework makes it much easier to implement a Presentation Model than similar MVVM implementations in Silverlight. That is not to say that there aren't good third-party libraries that make it easier in Silverlight, but without any help, it is easier to do in Flex." So MVVM as LOGICAL CONCEPT can be implemented in both but the way it is implemented in Silverlight requires more Plumbing than Flex.

What prevents Silverlight MVVM to be implemented like Flex ? Doesn't Silverlight have same capability in event system to do the same? If yes why does Silverlight do things more complicated what's the advantages then ? Is it about using Class Interfaces which are more strongly typed? What are the disadvantages also ? For example as for implementing MULTIPLE VIEWS for 1 View-Model does Flex implementation make it also more obvious?

View 2 Replies

Professional :: Horizontal Scrolling Presentation?

Sep 5, 2010

making a horizontal scrolling website that has to be similar to my website in that it is horizontal scrolling. i know how to do that partmy problem is simple: it doesnt let me  scroll past 5000 pixels. i need to place each section 1000 pixels away from each other my last page will need to be 22000 pixels. i know that it seems a lot but that is exactly what i want.

View 1 Replies

Professional :: Use The Software To Create A Presentation?

Oct 22, 2010

I'm trying to use the software to create a presentation.

View 6 Replies

Professional :: Fullscreen Interactive Presentation?

Nov 10, 2010

I've to develop an interactive presentation for a customer and was thinking of flash.But I would like to have anyone opinion.Before this project, a dvd player was playing in loop a simple dvd video.Now, we would like to play an interactive video on a touchable device (http:url]....).The main menu will only present 4 button to play each video, any click on a playing video will return to the main menu.

First of all, will I be able to play a fullscreen video in high quality ? 1366 x 768 ? Which video format do I need ? FLV seem to be pretty poor quality ?

View 4 Replies

Professional :: Inputting Through A Form To Change The Speed Of The Presentation

Nov 22, 2010

how to input a number to the swf file so my presentation can then run faster or slower depending on what I input to the swf file.

View 3 Replies

Flash :: Professional - Create A Video That Will Incorporate Powerpoint-like Slides Along With Video Footage

Jan 22, 2010

I'm trying to create a flash video that will incorporate powerpoint-like slides along with video footage. So for instance I will have slide 1 (graphic) - slide 2 (video clip) - slide 3 (text). I have used CS4 before for one of my classes but that was a little while ago, and I feel like I'm starting over again. When I import the first graphic (.png), is there an option to have it resize to fit the stage?

View 5 Replies

Professional :: Internet Explorer  Will Not Display Flash Video In Stand Alone Video Players

Feb 27, 2010

Internet Explorer  will not display flash video in stand alone video players, similar to the one at: [URL] The other embedded flash content is viewable.In the IE8 tools, manage add on's, Adobe Flash Player is not listed.I've also noticed that when I access the Adobe Flash Settings manager, I can not uncheck "hardware acceleration".Windows XP Home Service Pack 2 is the operating system.

View 4 Replies

Flash :: Professional - Video Rotation - Image Becomes Very Pixelated And The Edges Of The Video Become Jagged

Dec 10, 2010

I am currently working on a flash website that has several flv videos on it. Since the website layout has a slight tilt, I have had to transform the videos to slightly tilt as well. The problem that I am having is that when I do this the image becomes very pixelated and the edges of the video become jagged. I have somewhat fixed the edges issue by making a mask around it but i really dont know how to make the resolution better, or what causes it to loose resolution when slightly transformed. The size of the videos is the same as encoded. All I do is tilt them upwards on the right side a bit.

View 1 Replies

Professional :: Video Plays In .SWF But Flash Template Video Controls Don't Show Up

Sep 9, 2010

I'm porting in an .flv to Flash for the first time. I created the .flv from an .MP4 using Media Encoder CS5, and then opened a new Actionscript 3 .fla in Flash Professional CS5, clicked File > Import > Import Video. Then selected 'Load external video with playback component'. Everything seems to have imported fine, but when I publish the SWF and import it via Dreamweaver CS5 and preview the page, the video is there, but the controls are not. There's just a white box where the controls should be. Also, the video is out of sync with the audio, which I believe is a problem with Media Encoder, not Flash.
 
Here are some links:
 
The page that I'm working on (video at the bottom of the page)
 
The .FLA 
The .FLV 
The .SWF

View 2 Replies

Flash :: Professional - Maximum Video Size To Keep The Video Running Correct?

Mar 28, 2011

I'm currently working on a website design. The idea is a big chromakeyed interactive video in Flash. The size of the video is 1080 (width) x 1500 (height) pixels.I've exported the video in After Effects with the standard settings for flash (File>Export>Adobe Flash Player(SWF)). Now when I import the video in Flash and preview the file, the video plays in a slower speed and it's not playing smooth at all...Is the video too big? Is there a maximum video-size to keep the video running correct in Flash? Is it something else that causes this problem..?

View 5 Replies

Professional :: Basic Presentation Template Hangs Using Event Listeners?

Dec 21, 2011

I've got a 'powerpoint style' slideshow built in Flash CS5, AS3, using the basic template (ie as on frame 1 root to advance frames on cursor keys). All works perfectly until I get to a MC which has the following script (snippets):

[Code]...

View 3 Replies

Professional :: Position Flash Video Player At Bottom Of Video ?

Mar 6, 2010

With the Flash Player that comes with CS3 and on my PC XP Pro laptop.I want the player controls to appear at the _bottom_ of the video not on top of the video and not under (behind) the video.

- my video is 640 x 480
- so I modified the "properties" tab at the bottom of the screen to 640x480... (it was 550x400)
- but that just makes everything larger when I click File > Publish
- and then look at the video in Internet Explorer... the Player Controls are still _On Top_ of the video.

I guess I need to learn how to

- Make the stage bigger
- Position the Player controls below the actual video

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved