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 ?
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
I have a sort of "presentation" that is divided into frames--each side is on one frame.I want this to be an interactive presentation, so I want the user to have the ability to click on certain underlined blanks, and it reveal the word that goes in that sentence. I also want to be able to populate these field by XML, that way I don't have to constantly keep creating movie clips with text boxes in them--I'd rather just use a few MCs.
There are also cases where there are 2 or 3 interactive words to be clicked on a screen. I've been struggling with the fact that XML doesn't like frames.
I am developing a presentation with data showing up through charts to run in a booth. It generally runs automatically. I want that to be interactive too. If somebody entering the booth want to check the data on clicking on the elements on the presentation.
I made a flash presentatsion and because i'm using FlashEff components it has to be in as3. I'm a total newbie in coding, particularly in as3. I have made my presentatsion in as3 before and got everything working fine. This time my presentation contains videos. And this becomes a problem when going on fullscreen mode. My project size is 1024x768, I made a html and use a brauser to open it. I wan't my project to go fullscreen so that there aren't borders. If the stage goes fullscreen i don't want my movies to go fullscreen. When playing a video on fullscreen mode everything just goes black. Soo finally i figured out that i have to tell the videos not to scale.
My project is set up as follows:
1. MAIN TIMELINE On the first layer i have all the frames converted to movieclips and inside each movieclip is the content. On the as layers first frame i have this code. This is for navicating on the presentatsion slides with arrow keys.
stage.addEventListener(KeyboardEvent.KEY_UP, goNextFrame); function goNextFrame(event:KeyboardEvent):void{if (event.keyCode == Keyboard.UP){this.nextFrame();}} stage.addEventListener(KeyboardEvent.KEY_DOWN, goPrevFrame); function goPrevFrame(event:KeyboardEvent):void{if (event.keyCode == Keyboard.DOWN){this.prevFrame();}}
2. INSIDE THE MOVIECLIP
On each slide there is some content that is called with a mouse click.
//On the fist frame bg_mc2.addEventListener(MouseEvent.CLICK, playSlide);bg_mc2.buttonMode = true; function playSlide(event:Event):void{ play(); //On the last frame stop(); bg_mc2.mouseEnabled = false;
I have tried so many fullscreenmode - don't scale the video codes.I have tried so many ways but every time i play a video i get the typeerror 1009 Can't access a property of method.
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.
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.
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.
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.
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:
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)
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.
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):
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 am looking to create a 2-3 minute presentation which will contain several distinct animations that need to be in sync with a voiceover. The presentation will run from start to finish without any user interaction. I can see a few different ways forward -- trying to do everything on the main timeline, using scenes, creating movies clips and controlling their starting and stopping on the main timeline through ActionScript, etc.
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.
I have a presentation that I'm trying to create and export to a projector file. My problem is that I have gone beyond the allowed 16000 frames so the presentation stops in the middle and loops back to the beginning.
i want to create a map that can read data that come from access or excel (as data source) and reflect on the map the data source include jobs being done on different places on that area and highlight what and where are the current jobs being done.and all . basically , data source actions converted on the map ?
Hi, I am building a cryptex( the dial device from Da Vinci Code)(See attached image) I built a 3D version and I want the user to be able to turn the dials and when they release, it triggers an action. There are two ways I am considering, but not sure which is easier considering I am a beginner to actionscript:
1.) I can render out small movies of each dial turning 360 degrees, but would it be possible for the user to drag the dial and cycle through the keyframes of the clip? I saw an example of using a slider to cycle through keyframes but don't know if this is possible.
2.) The dials were built and animated in flash. (Though I am unsure if this can be done without some 3D Flash plugin, which I don't have)
Any thought or tutorials that relate to this would be greatly appreciated. I looked for slot machine tutorials, since it has similar dials but had no luck. Thanks
in the "Interactive 3D Video Flip" tutorial i take the cod and applied to my stuff I noticed that when the page was rotated the Flash player consume 40-50% from my CPU , how it's possible? the animation it's finish but the CPU it's 40-50% used . tested in mozilla and IE and from Flash ( when i test the movie) Pentium 4 and athlon 64 X2 tested!!!.. windows 7 last version of flash player 10.045.
if it is possible to create your own interactive email signature using flash or dreamweaver and if so is there a place where I can find some information on how to do this. I am new at the webside of design and I am looking to create this for the company I work for. I have seen websites where you can pay for this service but was looking to find out how to do it myself. Not sure if I need to purchase an add on software or not to be able to do this
We would like to create a training module for our client that shows them how to use a device like a cell phone. We'd like to be able to use a 3d model (preferably created in 3ds Max, since we own that) and bring it into Flash, where they could click on various buttons and get feedback.I found something similar to what we're looking for on Newegg's site:
http:[url]...Just click on the "3d View" down below in the Overview section.What should we get to achieve this?
For a project I am thinking about making an interactive map of the cemetery on my college campus. I would like the map to function like this map here: [URL]. I'll start by making the map in Illustrator but from there I'm not really sure where to go because I am new to Flash. I would like the name of the item the mouse is over to be displayed and then when clicked on a box comes up with additional information. If the item the mouse is over can change color that would be nice too. Panning and zooming would also be great if they are not incredibly hard.
I'm currently having an issue creating a set of buttons that are supposed to turn individual layers on and off. The layers I have are: fishing spots, facilities, trails, map elements, an aerial photo, and parking lots. It is giving error #s 1119 and 1120. Could anyone explain possible reasons I'm getting these errors.It might be worth mentioning that I used a tutorial made with Flash CS4, but I'm writing the code in CS5. Here is the exact code I'm using: