Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 10-14-2002, 11:15 AM   #1
deluxe
Confirmed User
 
Join Date: Feb 2001
Location: The Netherlands
Posts: 1,434
Streaming movies (Iframe)

Hi,

I was wondering if anyone could tell me how I can stream movies in a webpage instead of letting them download.

I was told that I could do this with with Iframe, but I don't have the code for this... Who can help me out?

thanks,

Tom
__________________
NO LOGO
deluxe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-14-2002, 09:55 PM   #2
CoolE
Confirmed User
 
Join Date: Jul 2002
Location: Canada
Posts: 451
I don't know about iframes but here is what I use. A buddy gave me the code once. Works on every major browser except Netscape, as near as I was able to determine by testing.

PHP Code:
<center><object id="video" width="320" height="240" border="1" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
<
param name="ShowDisplay" value="1">
<
param name="ShowControls" value="1">
<
param name="AutoStart" value="1">
<
param name="AutoRewind" value="1">
<
param name="PlayCount" value="1">
<
param name="Appearance" value="1">
<
param name="BorderStyle" value="1">
<
param name="MovieWindowHeight" value="320">
<
param name="MovieWindowWidth" value="240">
<
param name="FileName" value="../../videos/vbc027.mpg">
<
embed src="../../videos/vbc027.mpg" type="MPG" width="320" height="240" loop="true" autostart="false" controls="true">
</
embed
</
object></center
You change the two lines with the filenames for each individual video (obviously). And just imbed it in the body of your html page.

To be sure, I also change the 3 sets of height and width tags to the dimensions of the individual video, but it seems to work on all browsers I tested even if you skip that step.

On each video page I also include a link to the file using a plain old hyperlink for those members who have Netscape Nav or who want to save the file for viewing later. Member's seem to like having the choice.
CoolE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.