473,508 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

AJAX killing stream

7 New Member
Hello everyone, I've got a page that has an embedded internet radio stream (with Windows Media Player) that I want to keep running even as the user cycles through content on the page. So, I've set up a few XMLHttpRequests with AJAX and it works great in IE7 and Firefox. The content changes as the user clicks around and the stream plays uninterupted.

But in IE6, it is a different story. Everytime a new XMLHttpRequest is implemented, the stream stops and the user must hit play on WMP to get it to start back up. I'm not sure if it's a problem with the ActiveX control in IE6 or something else. If you have any suggestions, I'd be more than happy to hear them.

Cheers,
Roger Pride
Apr 24 '07 #1
1 1257
gopalkrishna
3 New Member
Hello everyone, I've got a page that has an embedded internet radio stream (with Windows Media Player) that I want to keep running even as the user cycles through content on the page. So, I've set up a few XMLHttpRequests with AJAX and it works great in IE7 and Firefox. The content changes as the user clicks around and the stream plays uninterupted.

But in IE6, it is a different story. Everytime a new XMLHttpRequest is implemented, the stream stops and the user must hit play on WMP to get it to start back up. I'm not sure if it's a problem with the ActiveX control in IE6 or something else. If you have any suggestions, I'd be more than happy to hear them.

Cheers,
Roger Pride

Hi,


u can set Autoplay = "true" for <param ../> in <object>/<embed> tag
so user need not click for play it will automatically play when ajax request made (when recive response).

hope this would be help full.

Cheers.
Gopal.G
Dec 11 '07 #2

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

Similar topics

6
3455
by: Colin Steadman | last post by:
I have created a function to kill all session variables that aren't in a safe list. This is the function - Sub PurgeSessionVariables For Each Item In Session.Contents Select Case Trim(Item)...
1
2033
by: hepp | last post by:
I need to execute a system command, read the printouts from its output stream and be able to kill the process when needed. Is there any way to accomplish all this in C/C++? First I tried to use...
25
2049
by: Elizabeth | last post by:
Can you all give me your best recommendation(s) for books on AJAX ? Thanks ... - E -
2
1707
by: Petra Meier | last post by:
Hi, on mouseclick I want to create a HTML on the server via PHP this file I want to send to the client in a way that the user is prompted with a "save as" dialog box. I know how to do it...
2
2198
by: itsmesuraj | last post by:
Hi, I’m trying to create an application with AJAX which would upload a file on to the server. Am sending the request through the browser to the Servlet which uses the...
1
5670
ak1dnar
by: ak1dnar | last post by:
Hi i need to download some files (.pdf/.doc) from web root. I am using a ajax script to send the file IDs and PHP will process it and it should generate the save as dialog box. Currently without...
4
18715
by: Mike P2 | last post by:
Hi. To make page downloading quicker, I added GZipStream into the Response filter. My (shortened VB) code snippet from Global.asax looks like this: ............................................ ...
2
2193
by: =?Utf-8?B?VG9u?= | last post by:
Hello, I want to understand teh benefits of ajax technology. Does anyone has a good website where AJAX EXTENSIONS is worked out so I really understand it. There a 2 main questions: 1) How about...
3
17663
by: George | last post by:
I am doing an AJAX call using JQuery on my page to which returns JSON objects and everything works fine. Now I decided to use ashx handler instead of and simply write JSON out. Then my problems...
0
7233
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
7410
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7067
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7505
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
5650
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5060
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...
0
4729
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
774
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
440
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.