Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Multimedia Elements
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 07-18-2007, 04:07 PM
  #1
Thee Gandalf
Code Sourcerer the Grey
 
Thee Gandalf's Avatar
 
Join Date: Apr 2002
Location: Middle Earth
Posts: 1,358
iTrader: (0)
Thee Gandalf is on a distinguished road
Cool Tutorial needed: How do I put a video on a web site?

Hi,

I'm looking for a tutorial on how to make a video viewable on a web site. Do you know of any? Also, I need the code to validate (if possible).

Thank you,
Gändälf
Thee Gandalf is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 08-23-2007, 01:22 PM
  #2
Valdiir
Novice (Level 1)
 
Valdiir's Avatar
 
Join Date: Jul 2007
Posts: 8
iTrader: (0)
Valdiir is an unknown quantity at this point
A quick and easy solution is to just post it on youtube, then take the video code

If actually want to embed the video without a youtube (or some other website) frame, it's more complicated...
Valdiir is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 08-23-2007, 02:22 PM
  #3
Thee Gandalf
Code Sourcerer the Grey
 
Thee Gandalf's Avatar
 
Join Date: Apr 2002
Location: Middle Earth
Posts: 1,358
iTrader: (0)
Thee Gandalf is on a distinguished road
It's currently on YouTube, but we want it on our server and played from our web site.
Thee Gandalf is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 08-25-2007, 03:08 PM
  #4
platnium
Adept (Level 5)
 
platnium's Avatar
 
Join Date: Aug 2007
Posts: 43
iTrader: (0)
platnium is an unknown quantity at this point
You put the video on your server and then out

HTML Code:
<embed src="Video src here" autostart="true" loop="false">
platnium is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 08-26-2007, 11:30 AM
  #5
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 6,423
iTrader: (0)
coothead is just really nicecoothead is just really nicecoothead is just really nicecoothead is just really nicecoothead is just really nice
Hi there Thee Gandalf,

you may find an answer here...
http://alistapart.com/articles/byebyeembed
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-10-2008, 06:42 PM
  #6
karatekid242
Aspirant (Level 2)
 
karatekid242's Avatar
 
Join Date: Jun 2008
Posts: 12
iTrader: (0)
karatekid242 is an unknown quantity at this point
When you go to the video on youtube there is something that you can click on that will give you the html code. It is near the description, look around for it.
karatekid242 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-14-2008, 11:24 PM
  #7
jane1043
Catapulted
 
Join Date: Mar 2008
Posts: 39
iTrader: (0)
jane1043 is on a distinguished road
Quote:
Originally Posted by Thee Gandalf View Post
Hi,

I'm looking for a tutorial on how to make a video viewable on a web site. Do you know of any? Also, I need the code to validate (if possible).

Thank you,
Gändälf
"how to make a video viewable on a web site",i found the best answer,u can find it here.
http://www.video-to-flash.com/create_flash_video/
jane1043 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-18-2008, 04:24 AM
  #8
jietjiang
Novice (Level 1)
 
Join Date: Jul 2008
Posts: 3
iTrader: (0)
jietjiang is an unknown quantity at this point
Thumbs up

How to put video on your website?


There is the best guide i have viewed
jietjiang is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 07-21-2008, 03:48 AM
  #9
jane1043
Catapulted
 
Join Date: Mar 2008
Posts: 39
iTrader: (0)
jane1043 is on a distinguished road
seems not bad ,thank u for sharing.
jane1043 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-29-2008, 04:53 PM
  #10
tuvw487
Catapulted
 
Join Date: Jul 2008
Posts: 2
iTrader: (0)
tuvw487 is an unknown quantity at this point
Arrow great

bump up then lurk

Last edited by Pegasus : 09-29-2008 at 05:55 PM. Reason: spam sig removed
tuvw487 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-15-2008, 04:25 AM
  #11
jane1043
Catapulted
 
Join Date: Mar 2008
Posts: 39
iTrader: (0)
jane1043 is on a distinguished road
How to embed SWF file into an HTML page?

u can code the page like the following:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="720" height="555">
<param name="movie" value=" mflvplayer.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="mflvplayer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="720" height="555" allowScriptAccess="sameDomain" allowFullScreen="True">
</embed> 
</object>
Well, have you noticed the mflvplayer.swf in blue? Replace it with the SWF file you generated. Here you can also type in the URL of the SWF, such as http://www.myhomepage.com/mflvplayer.swf
The width="720" height="555" in black indicates the width and the height of your video.
You can add or reset the param name values to configure the video.

At last, upload the generated SWF and FLV files to the same folder together with this page. And you can enjoy it on your webpage now!
jane1043 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Reply


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 01:33 PM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.