PC Review


Reply
Thread Tools Rate Thread

animation effects

 
 
GDaniec@gmail.com
Guest
Posts: n/a
 
      13th Apr 2007
Hi!
I have a little problem with media objects in slide show (PP 2002)
Text file contain a list of avi files. This list is being read and
save in the 'lista' array.
Now I to create a new slide for every movie. That all works fine.
My problems start here.
All films should be played in a fullscreen mode.
When I go to the first slide with a movie I want to add fast appear
effect and then play the movie automatically, without mouse click.
When the movie ends next slide should appear automatically with the
same effect.
Can anyone help me?

I have tried something like that:

For i = 0 To UBound(lista) Step 1

With ActivePresentation

.Slides.Add i + 8, ppLayoutBlank

Set film = .Slides(i + 8).Shapes.AddMediaObject("filmy\" &
lista(i), 0, 0, 760, 540)

With film.AnimationSettings
.Animate = msoTrue
With .PlaySettings
'.PlayOnEntry = msoTrue
End With
End With

.Slides(i + 8).TimeLine.MainSequence.AddEffect(film,
msoAnimEffectAppear)

End With
Next i

 
Reply With Quote
 
 
 
 
Shyam Pillai
Guest
Posts: n/a
 
      13th Apr 2007
You cannot control the time of the appear effect. It doesn't give the
options to do so.


--
Regards,
Shyam Pillai

Image Importer Wizard
http://skp.mvps.org/iiw.htm



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi!
> I have a little problem with media objects in slide show (PP 2002)
> Text file contain a list of avi files. This list is being read and
> save in the 'lista' array.
> Now I to create a new slide for every movie. That all works fine.
> My problems start here.
> All films should be played in a fullscreen mode.
> When I go to the first slide with a movie I want to add fast appear
> effect and then play the movie automatically, without mouse click.
> When the movie ends next slide should appear automatically with the
> same effect.
> Can anyone help me?
>
> I have tried something like that:
>
> For i = 0 To UBound(lista) Step 1
>
> With ActivePresentation
>
> .Slides.Add i + 8, ppLayoutBlank
>
> Set film = .Slides(i + 8).Shapes.AddMediaObject("filmy\" &
> lista(i), 0, 0, 760, 540)
>
> With film.AnimationSettings
> .Animate = msoTrue
> With .PlaySettings
> '.PlayOnEntry = msoTrue
> End With
> End With
>
> .Slides(i + 8).TimeLine.MainSequence.AddEffect(film,
> msoAnimEffectAppear)
>
> End With
> Next i
>


 
Reply With Quote
 
GDaniec@gmail.com
Guest
Posts: n/a
 
      18th Apr 2007
Thanks for answer, but I still have one problem with my presentation.
I create slides and place movies from avi files on them using VBA.
Then I advance to the first slide with the movie.
I don't know how to start playing movie automatically, and after it
ends, advance to the next slide(everything in VBA).
Can You help me?


On 13 Kwi, 15:19, "Shyam Pillai" <ShyamPil...@Gmail.com> wrote:
> You cannot control the time of the appear effect. It doesn't give the
> options to do so.
>
> --
> Regards,
> Shyam Pillai


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Animation effects =?Utf-8?B?TWFya04=?= Microsoft Powerpoint 4 11th Oct 2006 12:26 AM
Animation/ Effects =?Utf-8?B?QnJpdHRhbnk=?= Microsoft Powerpoint 3 18th Sep 2006 07:44 AM
Animation Effects Lekeas GK Microsoft Powerpoint 1 1st Mar 2005 12:03 AM
animation effects =?Utf-8?B?a2F5cm9jaw==?= Microsoft Powerpoint 2 29th Oct 2004 07:51 PM
Animation Effects =?Utf-8?B?Q2hhcmxlc0hlY2s=?= Microsoft Powerpoint 1 21st Oct 2004 08:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:46 AM.