I'm lost trying to do this.
I need to write a script to go thru many small Powerpoint
presentations and embed new versions of movies in the ShockWaveFlash
object.
I can get to the right slide and detect the OleObject for the Flash
but I can't figure out how to reference/modify it from the script.
It's crude but I loop thru the slides looking for the OleObject
ActiveWindow.Selection.SlideRange.Shapes(i).Select
Select Case .Type
Case msoOLEControlObject 'Type 12
If it's a OLEControlObject then I have the right page (all it
contains is the ShockWave Flash movie.
I just want to embed a new movie on this slide then save the
presentation and move on.
Is this possible?. If someone has a code snippett, it would help a
lot..
Alternatively: I assume I could create a newslide and embed the movie
Many Thanks from a VBS/WSH novice!