Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Embed WMPlayer in excel

Hi All

In the "Control Toolbox" menu,I see it is possible to embed a mini Windows
Media Player within an Excel worksheet (from the hammer and spanner, MORE
CONTROLS).

I have embedded the player but cannot get it to work.

Can someone assist??? I believe the VBA code needs to be tailored
specifically in order to achieve my goal.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Embed WMPlayer in excel

I did the following to get the player to work:
1. Right-click on the player shape and select "Properties" menu item.
2. Click the ellipsis (...) in the "(Custom)" property.
3. Provide the movie file name and click OK. (You might want to clear the
"auto start" checkbox).
4. Double-click on the shape to enter VBA editor.
5. Enter the following sub the

---
Sub PlayVideo()
WindowsMediaPlayer1.Controls.Play
End Sub
---

6. Stay inside this sub and run it (press F5).
7. Your video should now start playing. All WMP controls are also active.

I was able to activate it but I am not able to go back to previous state.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html

"MrPerkinsExcel" wrote in message
...
Hi All

In the "Control Toolbox" menu,I see it is possible to embed a mini Windows
Media Player within an Excel worksheet (from the hammer and spanner, MORE
CONTROLS).

I have embedded the player but cannot get it to work.

Can someone assist??? I believe the VBA code needs to be tailored
specifically in order to achieve my goal.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I embed Flash into excel? cjones2084 Excel Discussion (Misc queries) 0 October 16th 06 03:06 PM
Can I embed swf in excel? Derrick Excel Discussion (Misc queries) 0 September 12th 05 09:59 AM
How do I embed a PDF file within Excel Eddy05 Excel Discussion (Misc queries) 1 January 25th 05 08:37 PM
Embed fonts in Excel David Excel Discussion (Misc queries) 5 December 1st 04 07:55 PM
How do I embed fonts in excel? David Setting up and Configuration of Excel 1 December 1st 04 12:37 AM


All times are GMT +1. The time now is 01:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"