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
ADVERTISEMENT
I've inherited some code that takes a MS Project File (.mpp), parses it into an Oracle database, and then pulls the info out of the database and displays it on a web page.
The data is all going into the database correctly except the calendar as defined by the user in MS Project uses a Fiscal Year calendar w/ Quarters starting 1-October. The web version of the Project File is displaying the start of the Fiscal Year as 1-January. Anyone know how to fix this?
View Replies
View Related
i need to include the video , in my web page , user only able to view the video , not to download it.
View Replies
View Related
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
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
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
how i can put a frame like Microsoft media player to old asp web page (for video clips)
View Replies
View Related
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
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
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
View Related
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
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
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