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 08-21-2009, 04:45 AM
  #1
alanmdunsmuir
Novice (Level 1)
 
Join Date: Jul 2007
Posts: 5
iTrader: (0)
alanmdunsmuir is an unknown quantity at this point
video clips

I'm newly into video, so am exploring regions of HTML functionality where I've never been before.

What's the currently recommended method for including a video clip (.avi file) on my Web page so that it can be viewed on demand by both MSIE and Firefox users?

Many thanks
alanmdunsmuir 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-21-2009, 12:42 PM
  #2
Mel Smith
Soldier (Level 11)
 
Join Date: Dec 2008
Posts: 103
iTrader: (0)
Mel Smith is an unknown quantity at this point
Alan:

I *also* want to start showing video clips on *my* website !

So, I'll be following any replies you get here.

btw, besides having a digital camera that can take .avi video clips, I have a Logitech QuickCam Pro 9000 mounted on my desktop develpment machine that I use for Skype contact with relatives. Also, I have an older Dell machine in my little office that is my Apache Web Server.

Good Luck, and I'll be watching for more helpful replies to you !

-Mel Smith
Mel Smith 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-24-2009, 07:26 AM
  #3
alanmdunsmuir
Novice (Level 1)
 
Join Date: Jul 2007
Posts: 5
iTrader: (0)
alanmdunsmuir is an unknown quantity at this point
Hi, Mel!

Either the people who populate this site are totally clueless, or I asked an extremely difficult question. I rather think it's the former. A week without a single response!

Anyway, I continued to do my own researching, and today came up with a Web site http://www.freevideocoding.com/, which seems to supply the answer.

I had previously tried to use <embed>, but found that it always failed with Firefox. However, their particular form of the magical spell seems to work for both Firefox and MSIE. MSIE, of course, complains first about ActiveX content (who invented ActiveX, Microsoft?) before grudgingly allowing you to use it.

The coding doesn't work with Netscape (who uses that nowadays?) which gives the same sort of rejection message as I used to get from Firefox.

If you put your video (as a .avi file) in the same Web server directory as your .html file, the required coding looks like this:

<!-- START FreeVideoCoding.com -->
<embed src="MyVideo.avi" width="320" height="283" autostart="1" showcontrols="1" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"> </embed>
<!-- END FreeVideoCoding.com -->

I haven't had a chance yet to see whether it works with Mac and Linux browsers.
alanmdunsmuir 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-2009, 05:26 AM
  #4
tdjprj
Aspirant (Level 2)
 
Join Date: Aug 2009
Posts: 18
iTrader: (0)
tdjprj is an unknown quantity at this point
You can put the AVI directly to your webpage in the above format. But this is not the right way to embed video. You should convert AVI file to flash video format first for streaming purpose --- when you upload your movie to Youtube, that's what Youtube does. Otherwise it would take your user forever to view the file. Plus they are forced to download Microsoft Media Player (as you can see inside the code). While Flash plug-in is available in 98% browsers.

Check out this flash video software for windows, which can import avi, wmv, mov file formats, automatically convert to FLV (flash video), and let you choose a video player skin for a gallery.

HTML code can then be generated for you to setup a new web page, or embed the code into an existing HTML page to display the flash video player file, with thumbnails, playlists, etc.
tdjprj 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-31-2009, 05:51 PM
  #5
Mel Smith
Soldier (Level 11)
 
Join Date: Dec 2008
Posts: 103
iTrader: (0)
Mel Smith is an unknown quantity at this point
Alan:

In the last week, I've been studying up on the "Flash Player" (which 'plays' .swf files to your browser clients).

These .swf files can easily and freely be created from .avi files.

Browsers can play these .swf files with no difficulty. However, I now have to learn how to control them (i.e., stop/start, etc).

It is at this point that I'm out of my depth (

I 'know' that I have to use Javascript to control my movies, but don't know really how to do this correctly.

Today i'm looking over the free 'swfobject' techniques from Adobe, but again my brain is busting (


Good Luck !

-Mel Smith
Mel Smith 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-01-2009, 07:43 AM
  #6
rajuguru
Novice (Level 1)
 
Join Date: Aug 2009
Posts: 4
iTrader: (0)
rajuguru is an unknown quantity at this point
Spanish school in Spain

Ya as you said that link is very useful for all of us i think so. Good work
-------------------------------------

Last edited by Pegasus : 10-02-2009 at 10:35 AM. Reason: sig removed - you can have one after 30 days membership and 30 posts
rajuguru 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-24-2009, 03:48 AM
  #7
nulikamathew
Catapulted
 
Join Date: Feb 2009
Posts: 3
iTrader: (0)
nulikamathew is an unknown quantity at this point
In order to test several anti-spam products

I like funny videos.I think I can get something for my knowledge.



------------------------

Last edited by Pegasus : 10-02-2009 at 10:35 AM. Reason: spam link removed
nulikamathew 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-24-2009, 11:31 PM
  #8
nulikamathew
Catapulted
 
Join Date: Feb 2009
Posts: 3
iTrader: (0)
nulikamathew is an unknown quantity at this point
In order to test several anti-spam products

I also like video clips.If you like I can give you funny video clips .


--------------------------

Last edited by Pegasus : 10-02-2009 at 10:35 AM. Reason: spam link removed
nulikamathew 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-05-2009, 04:57 PM
  #9
rajuguru
Novice (Level 1)
 
Join Date: Aug 2009
Posts: 4
iTrader: (0)
rajuguru is an unknown quantity at this point
City Centre accommodation

i just came across this forum, very good discussions
--------
City Centre accommodation
rajuguru is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


 
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 02:10 PM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, 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.