Tagged Questions

2
votes
5answers
218 views

Music Player That Lives Through Pages

I have a master page and inside : a music player. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="200" ...
1
vote
1answer
523 views

.Net Client DLL Delivery Question

I have a .Net DLL that I created that implements a WCF client that talks to a WCF service, allowing the end-user to pipe data to the server where the service resides. I use this DLL in client ...
0
votes
1answer
97 views

How could I stream a video in my website?

I tried to stream a video from my browser using the object tag in html. But when I build the project, the video is not being played. Here is the piece of code, <object id="Player" ...