i-frames drag and drop with live streaming video
Description:
i-frames that can be dragged and dropped anywhere on your page with any dynamic content !_THIS IS A MUST SEE_!
Code:
<!DOCTYPE HTML Public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>.::i-frame::.</title>
<style Type="text/css">
iframe {
border: 0; position: absolute; top: 50; Left: 10; width: 200; height: 200;
}
</style>
<script Type="text/javascript">
</script>
</head>
<body bgcolor="black">
<iframe src="dragFrame3.html"> </iframe>
<iframe src="dragFrame2.html"></iframe>
</body>
</html>
Re: i-frames drag and drop with live streaming video
I was being looking for articles related to this from long time as I wanted to create a website based on video streaming. This will be just for trial purpose coz I am very much interested to learn video streaming deeply. Thank you for this valuable post. This will help me a little.
Re: i-frames drag and drop with live streaming video
Glad to know that it was helpful to someone. Try out this and tell me whether it works or not.
Well, what kind of video streaming site you are intended to build? What will be your requirements?