473,411 Members | 2,196 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Need help with embedded windows media player - HTML

In my page i am embedding a media player. I just want to play audio files. I only need to give support to internet explorer.

The html i am using is shown below

Expand|Select|Wrap|Line Numbers
  1.  <div class="form_date" >
  2.     <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="audioPlayer"  width="251" height="62" type="application/x-oleobject"          >
  3.         <param name="URL" value="<%= ViewData["recordSourcePath"] %>" />
  4.  
  5.         <param name="AllowHideDisplay" value="true" />
  6.         <param name="AutoStart" value="true"/>         
  7.  
  8.      <param name="AllowHideControls" value="true"/>
  9.         <param name="AllowHideDisplay" value="true"/>
  10.         <param name="ShowDisplay" value="false"/>
  11.         <param name="AllowChangeDisplaySize" value="false"/>
  12.       <param name="AutoSize" value="false" />
  13.  
  14.         <param name="enabled" value="true"/>
  15.         <param name="fullScreen" value="false"/>           
  16.         <param name="StretchToFit" value="false"/>
  17.         <param name="enabledContextMenu" value="true"/>                
  18.         <param name="ShowControls" value="true"/>
  19.          </object>
  20. </div>
The player works fine excpet its displaying a screen(that shows visualizations).I dont want that video scrren in my page cause i am only playing audio file.I only need basic controls to play.




But in my case its looks like as i wanted if the player is not laded with files. If it started play it show the video window. How can i hide that video(black screen) permenetly


You can see more about this question from this link
http://stackoverflow.com/questions/5...ia-player-html
Mar 18 '11 #1
0 1724

Sign in to post your reply or Sign up for a free account.

Similar topics

56
by: alan b | last post by:
I copied it and tried to edit the movie.htm below in the <PARAM NAME=*** location of the file where the videoclip is on my hard drive. It is already recorded by Windows Media Player. My version...
1
by: Anise | last post by:
I have a question concerning embedding a windows media player into a web application in .net.. I download Windows Media Player 10 and its SDK On the .ascx page I placed a windows media player...
1
by: Stephen Adam | last post by:
Hi there, Have spent a while trying to find out how to connect to Windows Media Player through COM. Unfortunately there doesnt seem to be much stuff about it on the web. What I need to do is...
1
by: Silverton Mike | last post by:
I need to retrieve Windows Media Player playlists programmatically via C# from a desktop machine. Does WMP keep track of used/created playlists via registry entries or a saved file on the hard...
2
by: benmourra | last post by:
Hi all, I'm trying to create a web page using VS2005, ASP.NET 2.0, that will allow me to choose from a list of media files on my computer and then play my selection within an embedded Windows...
0
by: NiNiT | last post by:
I need to display embedded Windows Media Player plugin inside a browser that fetches its video over HTTPS. Is that possible? In other words, does Windows Media Player embedded plugin support...
0
by: czi02 | last post by:
what toolbar am i going to use with my windows media player. And would you give me a codes to play and run my windows media player. Thasnx in advance. And what is the step by step procedure to to do...
0
by: dongarbage | last post by:
Hi there, I've created a user control to put in a web page. I'd like to add a windows media player control to the user control that I've created. But, for some reason, the user control does not...
0
by: rajendragmistry | last post by:
I want to open media file in vb.net but i cant due to WMP version compatibility and my application get shut down/crashed
1
by: conquer | last post by:
I installed a video on my website. the file is .flv. but i didn't like it because it was too small so I embedded Windosw media player and put my video as a .wmv and it works fine in the browser when...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.