The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Need HTML to enable download of avi file, Need HTML
dufusvt
post Mar 3 2007, 04:49 PM
Post #1





Group: Members
Posts: 2
Joined: 3-March 07
Member No.: 2,087



I have a personal web site and recently obtained a video camera. I would like to have folks either view of allow downloads of avi's which I will upload to my site. I'm clueless as to how to do this.
HELP!

Thanks........
Claire
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 3 2007, 05:15 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Easy peasy. Just link to it. smile.gif
<a href="bla.avi">My little movie</a>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
stjepan
post Mar 4 2007, 05:59 AM
Post #3


Serious Coder
*****

Group: Members
Posts: 329
Joined: 15-October 06
From: zagreb, croatia
Member No.: 445



Or put those videos on youtube so they don't use your disk space.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
dufusvt
post Mar 4 2007, 06:33 AM
Post #4





Group: Members
Posts: 2
Joined: 3-March 07
Member No.: 2,087



Thanks, folks........ that WAS easier than I thought it was going to be.
YAYAYAYAYA!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
dsp
post Mar 4 2007, 02:40 PM
Post #5


Member
***

Group: Members
Posts: 35
Joined: 30-November 06
From: UK
Member No.: 1,173



If you *do* want to add video to your page, try the following (but replace "myvideo.avi" with whatever your video is called)...

<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="40">
<param name="fileName" value="myvideo.avi">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-450">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="myvideo.avi" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
</object>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 4 2007, 03:46 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Wouldn't that make it harder for people to download the video? tongue.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
beauherron
post Mar 4 2007, 06:34 PM
Post #7





Group: Members
Posts: 2
Joined: 4-March 07
Member No.: 2,097



ok this is sorta off topic but i have a Flash animation and i want to put it on my Myspace using HTML but is says i need to add it to my 'Web Folder' and i dont know where to find my 'Web Folder' does any body know where i would be able to find this or any ways to save the animation on the web and use a URL to get it on there(like Photobucket with pictures)???

please help...

Thanks in advanced

This post has been edited by beauherron: Mar 4 2007, 06:37 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
beauherron
post Mar 4 2007, 06:37 PM
Post #8





Group: Members
Posts: 2
Joined: 4-March 07
Member No.: 2,097



ohh yea the animation is a SWF.... sry if there is a double posting rule... i am new here

This post has been edited by beauherron: Mar 4 2007, 06:38 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 04:01 PM