Is there a way to send a streaming url such as mms or asx through mysql or a php file so that it does not appear in the source code?

Recommended Answers

All 2 Replies

I'm not that familiar with streaming video but I'm quite sure that if you want the browser to show something, you must tell it where it is. The browser then determines what to do with it, so it can show that code to the user if they want.

All you can do is make it slightly harder to find by putting the URL in a JavaScript file in some form that you link to in your HTML. EG make a function that initiates the streaming and call it onLoad.

Yea I have it with JS but don't understand it so I'm not sure how to add features to my site without redesigning the php.
I was hoping to store the streams in a database then get called by windows media player.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.