insert wmp into slide

  • Thread starter Thread starter Guest
  • Start date Start date
What do you mean with a command statement? Using VB or VBA? You can do it
through the PowerPoint User Interface by clicking on the "More controls"
(hammer and wrench) icon, scrolling to and inserting a Windows Media Player
object. You then need to set the properties to play the media you want.
 
in vba i need a way to insert wmp into the current slide without having to
use the controls tool box. Use code i mean.
Thanks
 
this thinkg wont let me post an other question. also need to know how to
insert media file into the current slide i have this
Slide1.WindowsMediaPlayer1.URL = Audioselectfrm.cdl1.FileName
but that iswerts into slide 1, i need it to isert into the current slide
being worked on.
 
The method to determine which slide you are on depends upon what mode you
are in; Design or slide show. This link has some VBA examples that should
be helpful. http://www.mvps.org/skp/ppt00030.htm#2. Browse the rest of
Shyam's site and you will find lots of good examples.

HTH
 
Back
Top