Results 1 to 4 of 4
  1. #1
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280

    When using Windows Media Player Active X control, set the 'Playing' value

    When using the Windows Media Player on an Access Form, it displays a message briefly underneath the video as the example below.



    Click image for larger version. 

Name:	Screenshot 2025-02-14 000930.png 
Views:	12 
Size:	22.0 KB 
ID:	52701


    In this case it gets the 'interpres' value from the Title of the wmv file. If the title is blank, it seems to use the file name.
    After a few seconds, the message is replaced by the Playlist Name.

    I change the playlist name myself using Me.WindowsMediaPlayer.currentPlaylist.Name, but cannot find out how to change the 'Playing' option to something of my own choosing.

    On the off chance, does anyone know if this is possible and how I would set this.
    Last edited by Miles R; 02-13-2025 at 06:10 PM. Reason: diagram disappeared

  2. #2
    davegri's Avatar
    davegri is offline Excess Access
    Windows 11 Access 2021
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,740
    You could set uimode to 'none', and put a textbox under the player control like this:
    And you can put anything you want in the textbox.

    Click image for larger version. 

Name:	uiNONE.jpg 
Views:	11 
Size:	189.7 KB 
ID:	52702

    The downside is that visualizations go dead, not responding to audio.
    Last edited by davegri; 02-14-2025 at 12:37 AM. Reason: clarif

  3. #3
    jojowhite's Avatar
    jojowhite is online now Competent Performer
    Windows 11 Access 2021
    Join Date
    Jan 2025
    Posts
    432
    you can also create New Playlist and name it same as the media name you want
    to play. see function fnGetMedia() that does the same.
    open MPlayer form and select a file/media to play.

    Click image for larger version. 

Name:	wmp_playing.jpg 
Views:	10 
Size:	92.4 KB 
ID:	52704
    Attached Files Attached Files

  4. #4
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280
    Very impressive looking application, by the way.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Using Windows Media Player in Access Form.
    By Miles R in forum Forms
    Replies: 3
    Last Post: 03-05-2021, 12:49 PM
  2. Windows media player Add to playlist
    By anchamal in forum Forms
    Replies: 0
    Last Post: 10-09-2013, 06:34 AM
  3. Windows Media Player Control
    By dalematt in forum Forms
    Replies: 1
    Last Post: 11-18-2011, 06:20 PM
  4. windows media player
    By ksmith in forum Programming
    Replies: 3
    Last Post: 09-20-2011, 12:44 PM
  5. Replies: 1
    Last Post: 08-05-2010, 12:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums