Important Media Player

how i can place a media player on my asp page to allow user to listen to sample songs, etc? or anyone know where to find the code?

View Replies


ADVERTISEMENT

Important Player

Dear all, anyone know how to include a window media player in asp so my
user can listen to sample music on my website?? Or anyone know where I
can find the code?

View Replies View Related

Media Player In Asp Page

how i can put a frame like Microsoft media player to old asp web page (for video clips)

View Replies View Related

Media Player Object

I have a media player object in ASP on a default page. I'd like to have the
audio play continuously no matter what page the user goes to.

In all of the ASP files I have:

<!--#include file="header.html"--right after the <bodytag. The header
file has the page header graphic and menu. I tried to put the <OBJECTin
header.html but the playlist restarts on every page.

Any way to get the object to load and stay without restarting?

View Replies View Related

Windows Media Player

I've seen sites selling jukeboxes that allow you to run a multimedia server, but is it possible to stream to WMP from ASP? It doesn't have to be a true stream. What I basically want to happen is somehow allow the user to create a playlist, or allow them to "queue it up" when clicking on different media types.

In other words, if I have 10 mp3s on my site, and the user wants to listen to 5 of them, without clicking on the next song to play after the first song is finished, and can queue additional songs while any song is playing. Can this be done?

View Replies View Related

Dynamic Media Content And Player

I have multiple video and audio files that I want to play on my site. They are also multiple sizes. Some are 320x240 and some are other wacky sizes. What I am trying to do is create a dynamic PopUp player to embed Windows Media Player in.

I have a Database where I have put the links and the display text for the video and audio files. I am currently using JavaScript to make my PopUp window.

Is there any way with ASP I can automatically size the PopUp windows to the right size to correctly house my embedded media player? I use ASP to create the link to the PopUp Window and then once the Window is open I use ASP to get the video file, i do the same for audio files.

View Replies View Related

Close Windows Media Player In A Web Page After Its Played?

How do you close windows media player in a web page after its played. I have added a windows media player to my web page as:

<object id="Player"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
..
..
..

After its played I would like it to automatically close.

View Replies View Related

Is Adovbs.inc Important

The problem is I don't have access to the server that my code will be uploaded to, and I don't know what's on it.

So if I use adovbs.inc do I have to put the file with my scripts ?

It's a 15 KB file, Is using it feasible?

View Replies View Related

Saving Important/critical

Is this safe to store important/critical information in session objects by security point of view, like userID, or any primary key which I dont want users to see.
The scenario is, I'm using XMLHTTP, and server.Execute to include files' outputs dynamically. so I can't share any code variable with them, session is the only way I can share variables with.

View Replies View Related

Important: How Can I Trap Asp Error 0194

i kept on recieving error message like asp 0194. can i hard code this one and stop the sending of mail to my inbox?

View Replies View Related

Very Important Message Sent Has To Be HTML Rich (CDO)

i have created a simple asp page with sendimg mail using CDO and the message that will be sent must be HTML rich how to do that.

here is my code for the email section:

Set myMail=CreateObject("CDO.Message")
myMail.Subject =Request.Form.Item("lstSubject")
myMail.From = Request.Form.Item("txtEmail")
myMail.To = Request.Form.Item("txtEmail") &",emansalem@hotmail.com"
myMail.HTMLBody = Request.Form.Item("Comment")
myMail.Send 'commands CDO to send the message

View Replies View Related

Xml Based Mp3 Player

i found a flash based mp3 player for my myspace that pulls the playlist from an xml file. my question is this... i want to be able to change the playlist (add, delete songs, change play order, etc...) without having to change the xml. here's my idea and i'm not sure how exactly to do all of it, but let me know if there is an easier way.if i create a db that stores the information i need (filename, song title, and track number) i can create an html form that will allow me to change the track number (i know how to delete and add songs). my question is how to i update the xml file at the same time it updates the db. in other words, how to i send the data in the db to an xml file.

View Replies View Related

How Do You Run Media Not Download It ?

I have an example running at the moment that shares some 15,000 MP3 files however to offer these as downloadable i would be breaking the law i think !

I would like to set it up so that i have a method where the user can build a play list by going through the files and selecting them and then they would would be played either through the clients own system applications or through media components i can build into the site.

Maybe i could have some controls on there.

also why does the script not like to display files with the .ISO file extention ?

View Replies View Related

Embeding The Player

I'm trying to include a simple streaming of audio file in my web.I come across this web:

http://webdesign.about.com/cs/streamingmedia/ht/htstreaming.htm

which i have follow the simple instruction of creating a RAM file to point to the .rm file.The link is working, but instead of having the Real Player pop up. How can I embed the player to the browser, so that it is being display in the browser itself rather than having the player pop up.

View Replies View Related

Flash Player

Is there a way to determine with VB Script, or Java Script, if MarcoMedia Flash Player is installed as a plug-in in a browser?

View Replies View Related

Using Media For Multiple Pages

I am using some flash movies & images in a many pages of my site. (like page1.asp, page2.asp, page3.asp)

The problem is when I browse one page to another (redirecting from page1.asp to page2.asp) the other page is again start downloading these images & flash movies. But they are already downloaded by previous page (page1.asp)

Is there any way that to save time, I use the same media (images & flash) that are already downloaded by first page.

While for variables, we can do that by putting them in session. But for media...any know any way....

View Replies View Related

Setting Up A Default Media Dir.

All I want to do is set a session variable in my default page which points to a directory on my server where all media for my site is contained. Now, I used a session variable to do this, and fell into a trap. Say I set it up like this:

Session("mediadir")="D:dev<sitename>media". Now, when anyone looks at my site, the mediadir variable is trying to point to their d:dev.... What should I do. I know it is crazy, but I have mental blank.

View Replies View Related

Online Music Player

I want to make my own music player in my site..In such a way that when i click on the sone my popup window open and my own builtin player opens and runs the song...

View Replies View Related

Current Media In Local WMS Server

anyone could assist me in finding an ASP script to find the current playing media in a local Windows Media Services server. Since the particular stream is a broadcast, it will have constantly changing media.

View Replies View Related

Detect The Users Window Media Version?

Im embedding a streaming .wmv file into a page, and for some reason windows media player 9 is having problems viewing...so Im looking for some vbscript on how to determine: Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved