Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Should Be An Easy Slide Presentation Question



hi.
i'm making just a simple slide show in one of my swf's, and for the first time i thought i'd use the in-built slide presentation thingie. ok, all is well and working - but as i'm showin jpg's of various sizes, widths and heights in my slides, how can i tell flash to load the images into the centerpoint of my swf, and not, as it now does, into the upper left hand corner? (i wouldn't want to load the images into the library/ready made slides, as this would increase the file size. i'd prefer to load them dynamically).
can anyone help?
thanks!



FlashKit > Flash Help > Flash Newbies
Posted on: 06-13-2006, 11:05 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Reload/Restart Slide In Slide Presentation
Quick Question. I'm using flash CS3 and making a flash slide presentation. How do I make it so when i press the "next slide" button, that the "next slide" starts from the first frame each time? Right now, when I have it set, if it has already played once, it stays at the end.

I'd like to to start from frame 1 each time I click next, or previous, and each time it does so. So that it automatically reloads that slides contents each time I go to that slide.

Right now, each "next slide" button only has:


Code:

on (release) {

// GoTo Next Screen behavior
var screen = null;
var target = this;
while((screen == null) && (target != undefined) && (target != null))
{
if(target instanceof mx.screens.Screen)
{
screen = target;
}
else
{
target = target._parent;
}
}
if(screen instanceof mx.screens.Slide)
{
screen.rootSlide.currentSlide.gotoNextSlide();
}
// End GoTo Next Screen behavior

}

SLIDE PRESENTATION - NAVIGATING TO FIRST FRAME OF EACH SLIDE?
Hello -

Newbie needs some help -

I'm creating a Flash Slide Presentation. A number of the slides have brief animations, and timelines of up to 30 frames.

The first time I page through, each slide begins on the correct frame (#1). When I page back or forward a second time, the screen remains static on the last frame of the timeline.

How do I make it so that each time I navigate (or renavigate) to a screen, the animation will play from the beginning, starting with the first frame?

Thanks,
- Markobooga

Slide Presentation..I Know SOMEONE Has To Know This?
HELP PLEASE!

Sorry for sort of duping this message but the last thread in general and newbie with a similar question gave no usable results. I’m hoping someone in here can shed some light on this for me?

I’m using a slide template that I have finished and made a quiz using the template and both work FINE standalone. When I add the quiz as a parent slide at the end and change it to mx.screen.Form so you have to navigate from a button on a previous child slide. The quiz loads and then the mc,frameNav clip which contains the button mc,nextBtn code wont advance or change the frame?

FlashMX 2004 Pro

Movie Clip-------------------------------------------------------
onClipEvent (load) {
curQuest = 0;
if (_parent.Options.QuestionsToAsk<(_parent._totalfra mes-2) && _parent.Options.QuestionsToAsk>0) {
totQuest = "/ "+(_parent.Options.QuestionsToAsk+1);
} else {
totQuest = "/ "+String(_parent._totalframes-1);
}
function updateFrame() {
curQuest++;
}
updateFrame();
}
Movie Clip-------------------------------------------------------

Button-----------------------------------------------------------
on (release) {
_parent._parent.QuizTrack.setNewPage();
_parent.updateFrame();
gotoAndStop(2);
}
Button-----------------------------------------------------------

If you need any other info please let me know, BTW the .fla is 17mb and contains private company info so I cant post it.

Thanks BIG TIME if someone can help me figure it out!

Slide Presentation?
Hello,
I need to prepare a presentation with several slides (similar to MS Powerpoint presentation). The movie is opened in full screen mode. My question is how can I make the mouse cursor disappear and any press of the space bar shows next slide (frame)?

Help With Slide Presentation
Hello everybody.

Does anybody knows a good tutorial to build a slide presentation with automatic playback (not key strokes)?

I've been following one and my presentations does not work.
I need to control the slides with a media controller.

Any ideas?

Slide Presentation
Hi - could someone please help with my slide presentation nightmare?

I have a Flash Slide presentation. The presentation uses the Media Display to stream an audio track of narration (audio_pb is the instance name). In order to synch narration to the slides in the presentation i have used cue points. This all works fine.

In order to avoid empty animation frames within the slides i have used a pause function (wait(). However this has caused 2 issues which i am now pulling my hair out trying to resolve.

Each slide needs different amounts of time so i tried to define a global function on the main "presentation" slide and assign the time on each slide (ie wait(4); but this did not seem to be recognised by the slides. I have therefore used the following AS on frame 1 of each slide it needs to be on:

function wait() {
stop();
var myInterval = setInterval(function () {
play();
clearInterval(myInterval);
}, 4*1000); // stop for 4 seconds
}

and then used wait(); where necessary. (This works fine even though its probably not the best way to do it).

The main problem that the wait(); function is causing is that i need to have a play and pause button in the presentation. I have added these to the first "presentation" slide and added the following code (again on the "presentation" slide):

function playFrame() {
play_btn.enabled = true; //enables play button
pause_btn.enabled = true; //enables pause button
currentSlide.play(); //plays slide at current position rather than going back to frame one of slide
play_btn.enabled = false; //disables play button so that it doesnt return to start of slide
}

play_btn.onRelease = function(){
playFrame();
audio_pb.play(); // mediaDisplay name
}

pause_btn.onRelease = function(){
currentSlide.stop();
audio_pb.pause();
play_btn.enabled = true;
}

I know the above is not the prettiest of code but i am a newbie and do not know how to write better actionscript (yet).

So, all of the above works until you click the pause button when it is on a frame that is using the wait(); function. When this happens the animation of the slide continues and then the cue point timing gets all messed up. I have tried to use ClearInterval within the pause_btn function but it didnt get me very far. It did kind of work but messed up the timing of the cue points as when the animation started again the time alloted to "wait" had been ignored.

I also tried to load the completed swf into an empty movie clip and add the play and pause buttons there but couldnt get that to work either.

I have spent all day looking on here at previous postings but couldnt seem to find what i needed.

Please excuse my ignorance and probably appalling code. As mentioned i am quite new to this and would greatly appreciate any help with this, before i lose the will to live.

Many thanks, zoe

Slide Presentation Help
Hi im trying to build a simple training simulation using the slide presentation method in flash, ive got all my background images and nav buttons on the first presentation slide, ive also got a text area set to dynamic that i want to use as step numbers which changes when the user moves to the next slide, also i want to be able to disable the next button on certain slides so the users has to interact with the simulation.

Im have no luck doing either of these simple tasks, can some one please point me in the right direction.

Slide Presentation
I've been looking through the forums, tutorials, help files, everywhere I can think of to find this answer but I'm still not finding it. I've created a Flash Slide Presentation and want to find a way to jump to any particular slide, either in order or out of order by clicking a link or button. Think of it as a TOC, where clicking on a particular chapter name will jump you to the slide that begins that section. Something similar to the "gotoAndPlay", but with the ability to specify which slide to "goto".

Slide Presentation - Please Help
I have created a Flash Slide Presentation that is synced to a FLV file. So far, it works pretty good, but I am having a problem.

I am using buttons to create "Chapter Points" within the presentation. AKA, you click on a button, and the MediaPlayback component should jump to the correct position in the FLV file, and the correct slide should appear next to the video.

Here is the code that's on the button:

on (release) {

var m = media_Playback;
var q = m.getCuePoint("slide2");

m.play(Math.round(q.time));

gotoSlide(this.slide_master.slide2_master.slide2);
}

the variable " media_Playback" is an instance of the MediaPlayback component that is loaded on the top-most level slide (called "presentation"). The rest of the variables are local to the on (release) code.

Here's the problem: when I click the button, the FLV will go to the correct place in the presentation. However, the slide loads and immediately switches to the last slide it was on. So, for example, if I am currently on slide 7, and I want to go back to slide 2 (which is a chapter point) by clicking the button, the above code will cause the FLV to go to the correct point in the video, slide 2 will appear for half a heartbeat, and then it switches back to slide 7 (the video still plays where I want it to, however). Obviously, this isn't desired.

I've been wracking my brain for two days to figure this out, and I can't solve it. If I don't do anything with cue-ing the FLV (removing the m.play() code), the correct slide loads fine (however, of course, the video is in the wrong place). Only when I add the wrinkle of cue-ing the video do I have an issue. I have traced the values, of "m", "q" and "q.time", by the way, and they both have expected values, so it doesn't seem like an addressing problem.

One interesting things I noted is that the value of "m.playheadTime" is the same before and after I change the position where the FLV should be playing back. I've even tried changing the value of m.playheadTime, but it didn't work (I'm pretty sure this is a read-only property). I think this might be what's wrong, but I have no idea how to fix this problem, so I'm hoping someone can please help me.

Thank you!

Tom

AS In A Slide Presentation
I have to admit that I'm very new to AS but I'm excited about each new thing I'm learning.

I would appreciate some input on this. I've created a Flash Slide Presentation in v8. Rather than using timelines in each slide, I'm trying to use AS to fade up certain elements on each slide and then fade them out again before going to the next screen.

So far, I've worked out the kinks in doing this but now I've taken another baby step and I'm seeing a new reaction from Flash that I didn't expect.

Each slide has one frame. Each element is on it's own Layer and I have an "Action" later for AS script. I'm including script that uses setInterval to fade up each element at a set time and this works great. However, now that I've executed gotoNextSlide, I find that the timer I start on this slide started running when my presentation began, not when this slide was loaded.

I have playHidden set to false on each slide, so I expected the AS for a slide to begin once that slide was loaded, not at the beginning.

My first question is, is my perception of what's happening correct? Is the AS on slide two running when the presentation is run?

Second question, is there a way to make sure that the script on a slide doesn't execute until that slide is displayed?

Third question, should all this script be on the first slide rather than on each individual slide?

Thanks.

Slide Presentation
I added a drag and drop function to a tool I am putting together. Can someone help me figure out when dragging my icon across the page, I would like certain areas to send the user to other slides in my tool. My tool is built with Flash CS3 Slide Presentations.

Thank you!

/sd





























Edited: 10/08/2008 at 05:23:01 PM by ameliedave

Slide Presentation
does anyone know, why a slide presentation doesn't play again if i press the left arrow?
i have a slide presentation.
if i press right arrow, every slide plays from the beginning.
if i press the left arrow, the slides remains stopped at their last frame.
thx.

Presentation Slide. How Is It Done?
This is a basic question for all you Flash gurus. I have been using Flash for many years, but I've been lazy to follow the new features introduced in latest versions. I want to make presentations based on this

http://www.articulate.com/demos/gett...ed/player.html

I dont have an idea of FLV. Please tell me how can I make presentation based on this features. Is there a default pattern given in Flash, or there is any component?

Help Slide Presentation
Hello all,

I have a question with a slide presentation that I am putting together. I'm trying to win my boss over from PowerPoint and have him use Only Flash MX 2004 Pro for our slide presentations. So far I've got him won.

Anyways, My question is I have this slide that has 3 bullets that need to be soon on the same page, but they need to be shown one at a time like you would in PPT. I have found any good tutorials on Slide Presentations yet, and I was wondering if any one had any ideas on how to make this work. I've try a few things with behaviors, but I dont think I'm using them right.

Thanks for the help in advance.

Jason

[help] Flash Slide Presentation
Anyone know why when you open a flash slide presentation, then minimize it... it stops working after it has been deselected?

How can i prevent this!

Thanx,

Phlook

Screen Slide Presentation Somebody ?
Has somebody already worked with the new screen slide presentations on FMXPro 2004 ?
I have plenty questions about it and there doesn't seem to be a lot of people using this feature ...
If somebody does, please shout !
Thx

Layers In The Slide-presentation
Hi there,

I'm making a template for the people in my office who normally use powerpoint. So they can adjust/create their own flash-slideshows.

This is my problem: I've created a dynamic roll-down menu that displays all the slides and that can navigate to them. The problem is that when I put this menu on a basic/_parent slide, all the childs will overlap the menu. I want the menu on top! On top of everything! the _level-thing doesn't make a difference using slides...

Anyone know what I mean? Please help me out!

thnx MARK

Slide Presentation + Quiz At End?
Hello

Well, the name says it all . Seriously though I have spent the last 16 hours working on this issue and have tried a plethora of things to no avail. I'm trying to create a slide presentation and have a quiz at the end of it to test the understanding of the topics covered in the presentation. I have tried (unsuccessfully obviously) many things and am at the end of my rope on this thing. Im not sure the best way to go about it.

Im using Flash MX 2004 Pro I have used both the templates for slide presentation & the quiz template to create the content. Now I just need to merge them together at the end in any way possible. The problem is I can get button to load the mx.screen.Form page in my slide presentation, but the quiz "Next" nav button does work it grays and stays on the current frame.

If I copy the content out of the slide presentation into a standard flash document with a standard timeline the quiz works, fine and the nav button advances through the questions, its scored and everything is fine.

Oh ya and Thanks for reading this long post and Flash is cool......lol now just have to learn how to use it better!

MC In Slide Presentation MX2004?Help
Using the slide presentation in MX2004 and working with screens.
On the third screen I have a short animation on the stage that should playing when the user GET to that slide. But when previewing the animation starts playing BEFORE you get to that slide? Help me!

Restarting Slide Presentation
Hi
I'm having trouble restarting a slide presentation loaded into an mc created at runtime. Here's how I create/load ....
code:
_parent.content_mc.createEmptyMovieClip("slideshow ", 10);
_parent.content_mc.slideshow.loadMovie("swf/slideshow.swf");

.... and here's how I unload ....
code:
_parent.content_mc.slideshow.unloadMovie("slidesho w.swf");
removeMovieClip(_parent.content_mc.slideshow);

But from the second time I load it, the load works but the slide presentation seems stuck on the first frame. Am I making a mistake somewhere?

thanks
mark
MXPro2004

Looping A Slide Presentation Help
I have this presentation consisting of 23 slides, each containing its own movie. Everything works fine until I get to the last slide and try and send it back to the first slide.

It goes back to the first slide, however; it plays the stopped portion of the end of that movie...and never advances. Is there some actionsctipt i can add to tell it to "restart presentation" or something?

Slide Presentation Hell
for some reason all of my slides are playing at once
when i publish the file
unfortunately only the first movie in slide 1 is playing visually
but the audio from all the other slides are playing
it's weird
i'm new at the slide presentation thing
anyone have any helpful tips?
i'm all ears

Automatic Slide Presentation
I am new to the Flash. I intend to make company presentation to be displayed in the company's window on the big LCD. A have presentation ready (over 20 slides) each containing movie clip symbol.

The question is how to make slides to change after certain time and the whole presentation to loop?

I would appreciate any help.

Thanks

Flash 8 Slide Presentation PLEASE HELP
i am building a huge slide presentation in flash 8 and
cannot get the slides to time out right. i have movies embedded
in a few of the slides. when it reaches those slides the movie
starts but continues to go on to the next slide without waiting
for the movie to end. i'm also having trouble with the audio clips
looping and the movies looping. i have to have this done, i'm freaking out!

Creating A Slide Presentation
I am trying my hand at creating a slide presentation.

Is there a tutorial or book out there that gives a comprehensive way to create one with narration?

I have thirty slides and thirty corresponding WAV files (the narration). I have it set up with back and previous buttons so that someone viewing the presentation can go back and forward. I cannot seem to figure out how to marry the sound to each individual slide so that it starts/stops when someone clicks on the next/previous buttons.

help...

Flash Slide Presentation Help Please
Hi im trying to build a simple training simulation using the slide presentation method in flash, ive got all my background images and nav buttons on the first presentation slide, ive also got a text area set to dynamic that i want to use as step numbers which changes when the user moves to the next slide, also i want to be able to disable the next button on certain slides so the users has to interact with the simulation.

Im have no luck doing either of these simple tasks, can some one please point me in the right direction.

Flash 8 Slide Presentation
Hello- I am using Flash 8 and a slide presnentation format. I am creating a computer based training module. I have buttons created that go back and forth through the slides of the whole presentation. How do I disable one of those buttons on a specific slide until a certain frame? Is it possible doing the slide presentation?

I am also trying to figure out after the slide presentation is gone through once, if the user decides to go back through the slides, how do I make the slides replay? As of right now - they are stopped on the last frame in the slide.

Thanks!

Slide Presentation Issues
Hi guys,

I've created a slide presentation in Flash 8 using the in-built slide and screen classes.

What I am wanting to do now is add a scrolling marquee to the bottom of every slide which displays some text.

My question is how do I get a movie clip to play over the top of every slide in the presentation and will the movie clip restart on every slide?

Your help, much appreciated.

Flash 8 Slide Presentation
I am using Flash 8 slide presentation template to make a computer based tutorial. I have searched all different kinds of forums etc. and haven't seen much help for slide presentations. I have 2 questions:

1) Once a user plays through a slide, if they try to go back, the slide does not play again. The movie for that particular slide will stay on the last frame. I would like for everytime the user goes in a slide for it to start from the begining. How would I do this?

2) On the parent slide of the presentation, I set up my two buttons with the following script:
code:
on (release) {
var screen = null;
var target = this;
while ((screen == null) && (target != undefined) && (target != null)) {
if (target instanceof mx.screens.Screen) {
screen = target;
} else {
target = target._parent;
}
}
if (screen instanceof mx.screens.Slide) {
screen.rootSlide.currentSlide.gotoNextSlide(gotoAn dPlay (1));
}
}

On the child slides, I would like to disable the button for 5-10 seconds. How do I do this if the code for the buttons are on the parent slide?

Any feedback or information would be very very appreciated!

Thanks!

[F8] Slide Presentation Question... HELP
I have created a mulitple slide presentation in flash. I am using an html document to load it. The problem is that some of the pages in the slide presention are very tall that in turn requires the viewer to use the scroll bars in the web browser which is ok, but I want the next page to load in at the top instead of in the same position of the page that you just left.
Is there a way to have my swf talk to the web browser so that each page loads of the top instead of the previous position?
Any help is greatly appreciated!

[F8] Flash Slide Presentation
i'm using the flash slide presentation for a slide show. one thing i noticed about the slide presentation format is that once the .swf starts all movie clips start rolling in the presentation. so if you have a clip on the 3rd slide with rotating images once you start viewing the presentation by the time you get the to 3rd slide you will have missed the first bunch of images in that clip.

i also have some video on 2 slides played through an flv player. the 1st one works and the second doesn't. can't really figure out what the problem is.

so if anyone uses the slide presentation format i'd really appreciate some help... thanks a lot.

[F9] Is There Any Way To Output A Slide Presentation As An Avi?
My slide presentation plays linearly without keyboard input. The thing is I'd like to output to a movie format. Using the regular export commands does nothing.

Any ideas?

[F8] Buttons In Slide Presentation
Hello everyone!
I created simple buttons in a slide presentation which are supposed to perform animation on roll out. They work ok in a simple flash document but in a slide presentation they keep looping the animation. Please, could anyone help me!
I attached the .fla file so it's easy to see what I mean.
Thank you!

Slide Presentation Button
Hello All,

I am creating a computer based training module using Flash 8 to create a slide presentation. I have buttons created that go back and forth through the slides of the presentation. How do I disable that button on a specific slide until a certain frame? Is that possible using the slide presentation?

I am also trying to figure out after the slide presentation is gone through once, if the user decides to go back through the slides, how do I make the slides replay? As of right now - they are stopped on the last frame in the slide.

Thanks!

Slide Presentation + On(hide)
Hi,

I have this function when I change slide:


PHP Code:



on (hide) {
    // Transition behavior
    if (!eventObj.target._isSlide || (eventObj.target._isSlide && eventObj.target.currentSlide)) {
        mx.transitions.TransitionManager.start (eventObj.target,
            {type:mx.transitions.Fly, 
            direction:1, duration:2, easing:mx.transitions.easing.None.easeNone, 
            startPoint:6, param2:empty}); 

        eventObj.target.__transitionManager._triggerEvent = eventObj.type;
    }
    // End Transition behavior





This will move the entire slide to the right out of screen, but what if I want to move one movieclip to the left and one to the right? I have tried to change eventObj.target to the instance name of the movieclip but that doesn't work at all.

The slides contains two different movie clips that I want to move separate from eachother.

Flash Slide Presentation
Hi
i new to flash slide presentation
i have a master slide name "presentation"
and two screen below it.

1.slide1
2.slide2

on slide1 : on the 1st frame i have a animated movie clip.
on slide2: on the 1st frame i have a another animated movie clip.

now i noticed something that in slide1 and animated movieClip keep on looping , its pretty obvious because i didn't put stop(); at the end.
so i put stop. same thing i have done with "slide2" , till here its WOW!! now

once i press the right arrow in the keyboard it takes me to the "slide2" but the animation on the 1st frame of the slide2 seems to be ended. that mean animation has been already played before.

i guess i am doing some mistake somewhere.... any body can help me out??

Do u think any luck???

Trouble With A Slide Presentation
Hi all,

I am trying to make a slide presentation where one slide transitions into the next, throughout the entirety of the presentation.

I am using a "wipe", and am expecting that the slide "below" the current slide will be revealed at the same time that the current slide is being hidden with the same sort of wipe.

I put some behaviors on the main presentation with the add-behavior feature, but I can't seem to get all of the slides to make a proper transition. Instead, I see that at certain slides, my content won't draw until things are fully loaded (I'm not certain that it's waiting to load, because I don't have any large bitmaps or anything)

Can anyone help?

Thanks,
f_y

Center In Slide Presentation
I try to paste some work I made in flashMX, but when I try to paste the frames in a Slide presentation, a new format of FlashMX04 Pro, the center of my document change.

The center move to anyplace, instead the upper, left corner.
Now I have to go back to my previous version of MX, becouse I don´t have time to relocate all my elements again.
Does anybody knows the reason for this problem.

Flash Slide Presentation
I am wondering if anyone knows why my loader doesn't seem to work in the Slide Presentation when it works in a regular Movie? I am under the impression that you can do the same things in the "Slide Presentation".

Any Ideas?

Publishing A Slide Presentation
Why does everything on the page get smaller when I publish preview?

Preloader In Presentation Slide
Hi,

I would like to create a preloader for a presentation slide project. I have tried to use the normal code that you would use for a basic scenes projects. But because the presentation slide has a parent slide its not working. I really hope some one can help me with this. Thanks in advance.

Hare krishna
(chant and be happy) :-)

Flash 8 Slide Presentation
I am using Flash 8 slide presentation template to make a computer based tutorial. I have searched all different kinds of forums etc. and haven't seen much help for slide presentations. I have 2 questions:

1) Once a user plays through a slide, if they try to go back, the slide does not play again. The movie for that particular slide will stay on the last frame. I would like for everytime the user goes in a slide for it to start from the begining. How would I do this?

2) On the parent slide of the presentation, I set up my two buttons with the following script:

on (release) {
var screen = null;
var target = this;
while ((screen == null) && (target != undefined) && (target != null)) {
if (target instanceof mx.screens.Screen) {
screen = target;
} else {
target = target._parent;
}
}
if (screen instanceof mx.screens.Slide) {
screen.rootSlide.currentSlide.gotoNextSlide(gotoAndPlay (1));
}
}

On the child slides, I would like to disable the button for 5-10 seconds. How do I do this if the code for the buttons are on the parent slide?

Any feedback or information would be very very appreciated!

Thanks!

Flash Slide Presentation
Hi to all,


please any one help me on flash slide presenation...how to do with slides in flash, can any one provide me sample file for this...

Thanks & Regards

Satish Kumar Rajula

Timing In A Slide Presentation
Hello all and thanks for all the help you've given me with questions I've had in the past. I'm experimenting with the Slide Presentation feature of Flash v8. It's been slow but I'm making progress and now I have a new challenge.

I have several slides and nested slides. Each slide is only one frame long with images that have been converted to movie type symbols. Then, each movie symbol is several frames long as I fade them in one-by-one using a motion tween.

After the last image has faded in, I pause for a while (maybe 5-10 seconds) before advancing to the next frame. I haven't found a more graceful way of pausing, so after the last tween, I simply extend several frames after the completion of the tween and then an AS command to gotoNextSlide.

This all works, but when the next slide is revealed, it's already half way through its own set of movie symbol images, as though it had been running concurrently with the first slide.

My question is two-fold; first, is there a more graceful method of extending that pause following the last tween before advancing to the next slide? And second, how can I force the second slide to wait until it is revealed before it starts to run? Thanks.

Slide Presentation Template
If anyone has used the slide presentation template I would appreciate hearing from them. I have a question regarding navigation. Thanks

Bill

Slide Presentation Loading Bar
Hello,

Is there a way I can add a loading bar to each slide in a presentation? I want to create a frontpage component for a web site using Flash CS3 Slide Presentations. I have several flash movies that I want loaded into the presentation and then use the presentation to let the user navigate between these movies (one per slide).

Where should I place the preloaders?

1. Individual movie timelines (these movies are imported to each slide using the UILoader component)?
2. Individual slide timelines?

What happens to slide transition effects in each of these cases?

Thanks in advance for helping,
-V

Embed SWF In To Slide Presentation
I've started a Flash animation from a Slide Presenation Template in Flash 8. I'm using it to share information prior to a web conference. I'd like to embed a SWF game on the last slide so the participants can play the game while they are waiting for the conference to start. What is the best way to do that?

Flash 8 Slide Presentation
I have figured out how to work around this problem, but I would still like to know why, when I load pictures into a Slide Presentation document, the first screen of the slide show always shows blank, even though there is a picture there, and it starts with the second picture. I also put all the pictures into "slide 1". That is the only way I could make the slide show work. I like the convenience of quickly loading pictures for simple slide show. Is there a better way? Thanks.

Slide Presentation Trouble
Hi i having trouble with a slide presentation and you guys might help me :)
I have two questions

1. How can i set a timer on each slide so that let's say after 5 seconds it moves to next slide, i want to be able to set diffrent times on each slide.

I haved tryed the following code on each first frame in every slide, but i it jumps to wrong slide!

stop();
function goNextSlide(){
gotoNextSlide();
clearInterval(timer);
};
var timer = setInterval(goNextSlide, 5000);


2. I have a Flash video clip (flv) and it plays the first time i run my slide show. But then you come to that slide again it want replay :( How can i play the video each time the slide is shown?

Copyright © 2005-08 www.BigResource.com, All rights reserved