ActionScript 3.0 :: Possible To Create PPT-like Presentation In Which Can Advance The 'slides' From Computer

Jul 19, 2010

Is it possible to create a PPT-like presentation in which I can advance the 'slides' from my computer, and the slides that my viewers are seeing will likewise advance without their interaction?

View 1 Replies


Similar Posts:


Javascript :: Flash Movie Advance The Slides In The Slidedeck?

Dec 11, 2009

Take a video on infoq.com (like this one: [URL]... If you play the movie linked above, you'll see the slide deck advance as the appropriate part in the movie is hit. If you advance it forward and back with the slider, you'll see that it triggers to the appropriate location in the slide deck.

View 2 Replies

ActionScript 2.0 :: Utilize A Presentation Clicker To Advance To The Next Slide

Mar 27, 2007

I'm developing a presentation based on flash and would like to utilize a presentation clicker to advance to the next slide. The presentation is a bunch of SWF files loaded from an XML file. My question is; is there a way to use a presentation clicker to access a snippet of code to advance to the next SWF file? If so, what do I have to use to make this work.

View 3 Replies

Controlling The Playhead Between Slides In Flash Presentation

Jun 23, 2009

After using Flash for many years for animation I've finally discovered the Flash Presentation document setup, but I'm stumbling at the first hurdle in getting my head around the document structure and how the playhead moves between slides/screens.
 
I have a small 48 frame animated "text bullet" which fades in and then glows for a second.  I have placed this on one layer in slide 2, and have tweened it so that it flies in from the left of the screen, stopping in the middle.  This is great but have noticed that when advancing to the next slide, slide 3, and then hitting the left arrow to go back to slide 2, the animated instance of the text bullet is at the same position/state as when I navigated away from slide 2 to slide 3.
 
So how come the playhead doesn't automatically jump to the start (frame 1) of slide 2 when I navigate back?  I have explored the Behaviours but haven't managed to sort out this very basic first step

View 3 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

Arrays :: Sorting Order Of Series Of Flash Slides Into Dynamic Presentation

Feb 21, 2011

I'm not quite sure how to do this - I'm building an admin interface to sort the order of a series of flash slides into a dynamic presentation. The admin interface pulls the slides from xml and displays each as a thumbnail. The thumbnails, when dragged, reorder themselves in the array appropriately. The problem is, I want the actual array of slides to reorganize itself accordingly. My code is this:

function onThumbPress( e:MouseEvent ):void {
e.target.startDrag();
} function onThumbRelease( e:MouseEvent ):void {
e.currentTarget.stopDrag();
sortSlides();
[Code] .....

So what I want to do is take the change in the array (say 0 moves in front of 1 in project_thumbs_array) - and make sure that my other array (project_clips_array) moves item 0 in front of 1 as well. I thought something like this might work but it doesn't:
project_clips_array.sortOn ('project_thumbs_array.x',Array.NUMERIC);

View 1 Replies

ActionScript 3.0 :: Loading An XML Document That Contains Properties About "slides" In A Presentation

May 27, 2009

I'm loading an XML document that contains properties about "slides" in a presentation. When the XML loads each slide builds as an object with it's params. Everything works perfect except now I need to add graphics, instead of just text, to the stage based on the slide object params. I have an object in the library being exported as "StateMap". In my xml params of the slide it's name is StateMap. How can I convert the string StateMap into a display object and then add it to the stage?

So if Slide 1B has 4 lines of text and an image from the library, I want to build the 4 lines on the stage and then place the image on the stage. The image is exported for actionscript in the library but I cannot get the xml to store a name or reference and figure out how flash converts that to a display object.

View 4 Replies

ActionScript 2.0 :: SetTimeout - Animation To Do Is First MC Slides In From The Right - Pauses Then Slides Off To The Left

Nov 24, 2009

I have 2 movie clips, one names mc_frame01 and another mc_frame02. I've tried to set variables and arguments to make it easier when theres more mc_frameXX's. All I want the animation to do is first MC slides in from the right, pauses, then slides off to the left. Then repeat for each MC. With the code below, both MC's seem to slide in from the right at the same time and that's it.

[Code]..

View 9 Replies

ActionScript 3.0 :: Create A MC That Slides In And Out On Click?

Sep 21, 2011

I can't get this to slide back into postion. I am trying to create a MC that slides in and out on click. Currently it slides in fine. But does not slide back into position
 
Am I missing something:
 
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent; 
squary_mc.addEventListener(MouseEvent.CLICK, fslider);

[Code]...

View 1 Replies

ActionScript 2.0 :: Create A Button That Slides Up?

Aug 30, 2006

how do i create a button that when i hover over it it slides up and when i roll out it goes back down But i want to do this in action script I don't want to do tween or motion frames The graphics are jpg but the movement in AS

View 4 Replies

Professional :: Create Slide Show That Goes To Certian Pic Every Few Slides?

May 26, 2010

I am making a slide show for the company I work for, and they want to have a slide that is seen frequently.My slide show is currently 9 slides, and they want a certian slide to show up every 2 slides.Is there a way to do that?  For example say if I wanted a slide that showed a bike to show up every 2 slides it would look like this:  slide, bike slide, slide bike slide, slide bike slide

View 1 Replies

Professional :: Create A Flash Slideshow Including Buttons That Interact With The Slides?

Dec 20, 2010

I am trying to figure out how to create a flash slideshow including buttons that interact with the slides. A perfect example of what I am trying to create is the flash slideshow on the Frito Lay's website[url]....I am sure there is some action code for the button that can do this, but being to to Flash code.

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

ActionScript 1/2 :: Create A Flash Presentation At 11,520 X 1080

Jan 14, 2011

I need to create a Flash presentation at 11,520 x 1080. Is there a way to go higher than the 2,880 x 2,880 in CS4.  Does CS5 let have a greater mximum resolution?The purpose of this is the display the presentation over 6 screeens with the ATI Radeon HD 5870 Eyefinity 6 at 1,920 x 1,080.

View 1 Replies

ActionScript 3.0 :: Create A Flash Presentation Project?

Jun 9, 2009

I am trying to create a flash presentation project, in which the keyboard arrows navigate between elements on the stage AND once an element (a button) is highlighted (with the stupid rect focus thing) I would like an event to be triggered. the user navigates between elements using the arrow keys and the act of landing on each element triggers an event (loads image, goes to a frame, etc.)

View 3 Replies

ActionScript 2.0 :: Create A Full Flash Site" Under Flash Mx Advance?

May 13, 2003

I did the tutorial for "create a full flash site" under flash mx advance. I did everything right and it worked. Ok here is what i want to somebody to help me out.

The action: on (release) {
_root.contents.loadMovie("locations.swf");
}

because when i extracted the zip file it had only the different swf. files and the main file where they were going to be loaded. What i am saying is do all the swf. files have to have some connection to the main movie where i am loading the swf. files in order for it to work or it doesn't matter. so what am trying to say is i could have any swf. file and use that action to my main movie even if has nothing in come and it will play it.

View 2 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 :: Create A 2-3 Minute Presentation Which Will Contain Several Distinct Animations That Need To Be In Sync With A Voiceover?

Feb 4, 2011

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.

View 4 Replies

Media Server :: Transfer Flash 8 Programs From Old Computer To New Computer?

Nov 14, 2011

I got a new computer several days ago and it doesn't have Flash 8 or Higher. how to transfer Flash 8 programs from my old computer to my new computer? where to find free downloads of Flash 8 or higher?

View 1 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 :: Maximum Frame Limit - Presentation To Create And Export To A Projector File?

Mar 26, 2010

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.

View 15 Replies

Create A Music Player Where One Can Upload Songs From Any Computer On The Web And Play Them Back

May 31, 2011

I'm looking to create a music player where one can upload songs from any computer on the web and play them back... is this possible and if so how would I go about creating it?

View 1 Replies

ActionScript 3.0 :: Computer Vs Computer Pong Game

Apr 2, 2009

I'm not really good with AS3 yet so maybe somebody can help meI found a pong game tutorial and it works fine.[code]Now I want that two computers play against eachother.So no player input only two computer that play.I tried a lot with the script but it doesn't work.

View 3 Replies

ActionScript 3.0 :: Pong Game Computer Vs Computer

Apr 14, 2009

I have a problem... I found a tutorial making a pong game... I want to make some changes but I tried everything but it wont work Here is some code:

[Code]....

View 2 Replies

Professional :: Some Text Appears To Be One Font In One Computer, But A Different Font In Another Computer?

Sep 18, 2010

The navigation buttons in my .fla file are set to the font, Arial MT in Bold. It displays no problem on my desktop computer.  However, when I view the website on my laptops, the font changes to what looks to be something like Times New Roman. The same thing happens with my "Read More" button text.  It's also originally in Arial MT Bold.  On my desktop it appears fine but on my 2 laptops it appears to be in Times New Roman.  This is more of an issue because I have these buttons underlined.  When viewing in my laptops, these underlines appear to be too long. If I shorten it, it'll probably appear to be too short when I view on my desktop. How can I get the font to be one consistent font for all computers?

View 3 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

ActionScript 2.0 :: Using LoadMovie In Advance?

Aug 18, 2009

I'm making a game where every level is a separate swf. The problem is, when each level starts, it doesn't load entirely before displaying on the screen, and gives me unpredictable results. I also don't want load waits between each level.Is there some way to do all my loadMovie's at the start, loading them into some place where they wont actually be on the stage, and then calling them out one by one as you play each level of the game?

View 3 Replies

How To Get Playhead Advance 5 Or 10 Frames

Dec 8, 2011

I'm wanting to advance the playhead 5 or 10 frames and then stop after each time you hit a button on the stage.

View 3 Replies

ActionScript 1/2 :: Advance To Next Keyframe By Clicking Right

Jul 17, 2009

I'm a beginner in flash. I'm trying to make a script let me advance to the next keyframe by clicking right.I'm making a game. I tried
if( Key.isDown(Key.RIGHT) )
gotoAndPlay (11)
But it doesn't work. Also, should I put the script on an object or the entire keyframe?

View 3 Replies

ActionScript 3.0 :: Keypress To Advance To Next Frame?

Nov 11, 2009

I need to create a simple presentation that displays a bunch of photos.I want to be able to hit the space bar to advance to next picture.I am able to stop the playhead at the picture, but i want to advance to next labelled frame by hitting the space bar. 

View 2 Replies







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