473,503 Members | 2,142 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Storing running instances between calls

Hi Folks,

I'm using ASP.Net (with some web services) to do behind-the-scenes
computation for a Flash based prototype. That is, the Flash handles the
UI and the user interaction but any computation is done *on the client
machine* by ASP.Net pages and web services called from ActionScript in
the Flash. One of these is "Play" which plays sound files on the client
machine where the file-type is such that Flash cannot play them
directly. The call has this format:

http://localhost/Voicemails/Play.aspx?id=060628.wav

What I'd like to do is add another call of the form

http://localhost/Voicemails/Play.asp....wav&stop=true

or

http://localhost/Voicemails/Stop.aspx?id=060628.wav

that would stop the playback of the file. To do this I'd need to store
a reference to the running SoundPlayer instance between calls to web
pages or web service functions. I realise that usually this is a bad
idea, but since this is running in IIS on the client PC and has only
one user (the Flash app) the usual scaling issues do not apply. How do
I do this?

Thanks,

Tim.

Sep 14 '06 #1
0 957

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
1309
by: David M. Wilson | last post by:
Further to my last post here, I was playing some more with building a regex object and storing it somewhere for use internally by a function. I'm not happy with any of my solutions: # I don't...
6
907
by: Angelos Karantzalis | last post by:
Hi y'all ... I'm a bit puzzled here about .NET class instancing under COM+ Issue 1: I've a COM+ component, let's call it ... COMDbWrapper that initializes itself from an xml file. The data...
12
3906
by: Alfonso Morra | last post by:
I have the ff code for testing the concept of storing objects: #include <vector> #include <iostream> using namespace std ; class MyClass { public: MyClass(){
1
1722
by: Vidyaranya | last post by:
I am facing one problem w.r.t DB2, When i launch my first instance of my client exe. (written using Delphi 7) and perform an action on Table A. (one of the row is in Transaction mode) waits for...
7
1939
by: mircu | last post by:
Hello, What would be the best for implementing architecture that runs several, independent, scheduled or run by the user on demand task in the same time? Now in my program every task creates...
2
1700
by: Curt tabor | last post by:
Hi, I have several pages in my app that all use the same oleDBConnection(s). When this connection gets created, I store it as a Session variable so that other pages can access it w/o having...
3
2560
by: Michel | last post by:
Hi, I wrote an app in .Net and I whant only 1 instance of this app open for the user; the user open my app, do some works and try to open another instance of my app, I whant to show a message to...
11
1991
by: John Sheppard | last post by:
Hello there, I am running a webservice on IIS6, sometimes it runs at a reasonable speed, sometimes it runs painfully slow and sometimes inbetween. The application that consumes the service is...
0
1259
by: sandeepvpote | last post by:
WCF throttling behavior gives us the facility to manage the max concurrent instances, what I want to do is control the instances created by the client were wcf services are consumed. for e.g:- if...
0
7093
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
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7349
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
7008
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
5594
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
5022
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
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
399
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.