This is a migrated thread and some comments may be shown as answers.

Audio player without video demo

2 Answers 163 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Donal
Top achievements
Rank 1
Donal asked on 24 Apr 2014, 03:44 PM
Hello all,

This is my first post on here so please feel free to point me elsewhere if the information is already on here and I couldn't find it!

Can anybody show me any examples of the RadMediaPlayer out there with the Playlist, the Title bar and the Toolbar showing but without the video content window please?

We're implementing an mp4/WAV audio player in a web app, and it's in quite a narrow portrait format showing the title of the track that's playing, the transport controls and the playlist. However all the demos on the Telerik site are of the video player so we can't see how it might look.

Many thanks!

Donal

2 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 29 Apr 2014, 08:10 AM
Hi Donal,

You can easily achieve the desired functionality by simply adding this CSS rule to your page styles:

.RadMediaPlayer video {
    display: none;
}

and leaving the player without height.

Please also go through this help topic for additional information on supported audio formats: Playing Audio - RadMediaPlayer.

Regards,
Venelin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Donal
Top achievements
Rank 1
answered on 07 May 2014, 10:22 AM
Thanks very much Venelin :)
Tags
MediaPlayer
Asked by
Donal
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Donal
Top achievements
Rank 1
Share this question
or