zMaestro wrote:
but I want the music to continue while the users navigate my site... not to stop, not to replay...
a 5 min song for example I want to cont. playing either the user changed the page or not....
I don't want it to stop playing and replay when the page is changed... something like putting the flash sound file in the seesion of the browser and not the page itself... (hehehe.. Can this be done ???) |
In ASP... use frames... in ASP.NET - it's possible to only load portions of a page... Those are your 2 possibilities - there are no more.
You can't put the Flash in a session or anything like that if you want continuous play... actually you can... but the server and client logistics are way too much. You'd have to use a custom ActiveX component or a Java applet (which is crap for sound).
The ONLY reliable thing for sound on the internet is Flash or custom programming.
I'd suggest using Flash in a frame or using it with ASP.NET and ensuring that your entire site is .NET, blah blah blah... daunting at best if you already have things done.
Otherwise, reassess how important the sound is...