Topic: how to embed video files on your website? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=23523" title="Pages that link to Topic: how to embed video files on your website? (Page 1 of 1)" rel="nofollow" >Topic: how to embed video files on your website? <span class="small">(Page 1 of 1)</span>\

 
ryanvh22
Obsessive-Compulsive (I) Inmate

From:
Insane since: Sep 2004

posted posted 10-03-2004 03:25

Does anyone know how to embed video files into a website, with quicktime, or some other way.

also, are there certain requirements your server needs?

thanks in advance

silence
Maniac (V) Inmate

From: Melbourne, Australia
Insane since: Jan 2001

posted posted 10-03-2004 06:03

google->embed+html+tag

The third link should have the information you're looking for.

I'd just post it here but I'm a bit busy ATM.

Arctic Fox
Nervous Wreck (II) Inmate

From: Murmansk, Arctic
Insane since: Apr 2003

posted posted 10-04-2004 02:55

Depends on which types (wm, rm, qt).

What do you have?

~ Roads? Where we?re going we don?t need, roads! ~

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 10-05-2004 08:39

also to mention, that the latest version of Flash plays videos.
and most people do have the flash plug-in.

Radical Rob
Bipolar (III) Inmate

From: Kapolei, Hawaii USA
Insane since: Jun 2001

posted posted 10-09-2004 01:35

I was trying to do the same thing a while back... here is some code I found that worked perfectly.
just change the name of the VIDFILE to whatever your filename is and it should work fine.



<p align="center">
<object
width="320"
height="260"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
hspace="0"
border="1">
<param
name="Filename" value="VIDFILE" />
<param
name="AutoStart"
value="True" />
<param
name="ShowControls"
value="False" />
<param
name="ShowStatusBar"
value="True" />
<param
name="ShowDiplay"
value="False" />
<param
name="AutoRewind"
value="True" />
<embed
width="320"
height="260"
hspace="320"
filename=
"VIDFILE"
autostart="True"
showcontrols="True"
showstatusbar="True"
showdiplay="True"
autorewind="True"
border="1"
src=
"VIDFILE"></embed> </object>
</p>

Play around with the sizing and what not to suit your needs.

xxerickxx
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Feb 2005

posted posted 02-05-2005 05:54

hey I am trying to put this video on my "Myspace", however I cant seem to get it to work.

here is the URL
www.trustkill.com/multimedia/videos/terror_overcome.html

any advice?

(edit, fixed url cause I'm curious. ;)

(Edited by DocOzone on 02-05-2005 07:09)

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: San Diego, California
Insane since: Mar 1994

posted posted 02-05-2005 09:16

I ended up doing some work with 2 hard-core Mac video guys, and I went back and forth on this one. They, of course, loved Quicktime and all things Quicktime, and shunned nearly everything else. I coded brilliant little websites to hold these big fast .mov files, and then the corporate types complained, they didn't have that version (new, upgrade now, only $29.95!) of Quicktime, and no permissions to update their machines. I ended up doing Flash Video .flv files and it worked for nearly everybody. The plus is it really does work for nearly everyone, the downside is that you need either the Pro version of Flash 2004, or you needed Sorenson Squeeze to compress the video to .flv...

Ah well, I bought Sorenson, and while it sucked bigtime for re-sizing video, it made clean FLV files, which I could then import into flash for streaming. You can see what I came up with at http://www.savantigroup.com/ - just click the "demoreel" button. The only control I ever implemented was the "mute" button, because the music got on my nerves and interupted my Bjork CD, hrmph. I'll dig out the code used, I had to get help myself to get it to work the first time.

Your pal, -doc-

xxerickxx
Nervous Wreck (II) Inmate

From:
Insane since: Feb 2005

posted posted 02-08-2005 07:45
quote:
xxerickxx said:

hey I am trying to put this video on my "Myspace", however I cant seem to get it to work. here is the URLwww.trustkill.com/multimedia/videos/terror_overcome.htmlany advice?(edit, fixed url cause I'm curious. (Edited by DocOzone on 02-05-2005 07:09)



Here is an example of what I have used in the past
*I am using this under line for spaces ---> _*

<embed_name="RAOCXplayer"_src="URL"_type="application/x-mplayer2"_ShowStatusBar="0"_Width="320"_height="240"_DisplaySize="0" AutoStart="true"_pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/">

rotren
Paranoid (IV) Inmate

From: Camrose, Alberta, Canada, Hörnefors, Väs
Insane since: Jun 2000

posted posted 08-17-2005 22:49

Thanks Doc for that info, way cool! Flv is pretty sweet.

I haven't been in the forum for quite some time (shame) - I'll need to come by more often.

Cheers,
Rotren

Workpage http://www.vitaleffect.com/
Homepage: http://www.dolphinstreet.com/

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 08-19-2005 21:27

fyi, there is no such element "embed": http://www.w3.org/TR/html401/index/elements.html

culturemp3
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Dec 2005

posted posted 12-03-2005 04:51

hey, where should I enter my file :

http://mapage.noos.fr/trindc/lfln.flv

what is "filename" and "vidfile"

can you give me an example with my link above into your code?

thank you in advance

theone
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jan 2006

posted posted 01-06-2006 06:14

Is there a way to have multiple videos play in the same player with a dropdown list for the user to select the video they wish to view?

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 01-06-2006 12:00

yes there is.
if you need more help on this, you best open a new thread providing information on what player you want to use, what that list should look like and what video format you have.

SwampMidget
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jun 2006

posted posted 06-15-2006 23:50

trying to post some weird videos on my site, but the above embeds only seem to work for .wmv ... i need params for .flv media

thanks

(Edited by SwampMidget on 06-15-2006 23:51)

Liquid Fusion
Obsessive-Compulsive (I) Inmate

From:
Insane since: Oct 2006

posted posted 10-19-2006 10:50

Radical rob

You code is the greatest!!!!!!!!

What about this?
http://www.ozoneasylum.com/28550

Liquid Fusion
Obsessive-Compulsive (I) Inmate

From:
Insane since: Oct 2006

posted posted 10-19-2006 10:51

This forum is amazing.

(Edited by Liquid Fusion on 10-19-2006 10:53)

Liquid Fusion
Nervous Wreck (II) Inmate

From:
Insane since: Oct 2006

posted posted 10-23-2006 02:37

This forum is amazingly silent. What's up?

had to reinstall XPPro. Now the code above doesn't work. What am I missing? Installed adobe flash/shockwave...

ozzer
Obsessive-Compulsive (I) Inmate

From:
Insane since: May 2007

posted posted 05-21-2007 13:44
quote:

Does anyone know how to embed video files into a website, with quicktime, or some other way.

also, are there certain requirements your server needs?

thanks in advance



I can suggest Video To Flash Converter PRO
http://www.geovid.com/Video_to_Flash_Converter_Pro/

This tool is able to convert video clips (avi, wmv, mov etc.) to flash
& then generate HTML code for flash for uploading to web page.

Dhcouldcareless
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Dec 2007

posted posted 12-14-2007 02:44

How do i embed a video to my myspace with no sound

poi
Paranoid (IV) Inmate

From: Norway
Insane since: Jun 2002

posted posted 12-14-2007 13:57

How to embed videos on a web page ?

<video controls src='youVideo.ogg' ><p>Sorry you need an HTML5 compliant browser, or to rely on proprietary plugins.</p></video>

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 12-14-2007 20:12

what is the deal with this thread being pulled back from the depths of the asylum by "Newly Admitted" people and wanting to "embed videos on myspace"

Later,

C:\

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 12-15-2007 01:01
quote:
poi said:

to rely on proprietary plugins


If you care about Windows and Mac OS, anyways.

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 01-10-2008 03:24

I recently purchased Video Encoder for Adobe Flash and like it's ease of use in getting a variety of video formats on a page in either swf or flv formats.

. . . : : . . Innervating Your Eyes & Mind : . . .

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 01-10-2008 21:45

$45? Yikes.

ffmpeg is free and can convert to and from FLV and almost any other relevant video or audio format about this easily:

code:
ffmpeg -i file1.mpeg file2.flv



Plenty of free GUI frontends available, too - even for you crazy win32ers.

randompivotvideos
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Apr 2009

posted posted 04-09-2009 22:04

Is there anyway you can put your .wmv video into your website without using the url from another website?? So could I basically put my video from my documents onto my video

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 04-10-2009 00:38

You typically must host the video on a live web server for it to be available for immediate viewing.

tdjprj
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jul 2009

posted posted 07-13-2009 18:21

>>put your .wmv video into your website without using the url from another website?

well you can use windows media player but that only works for people using MSIE browser.

A better way is to use a [notAnUrl=video.a4desk.com]flash video player[/url] software to convert your video from WMV to FLV (flash video format), and then embed the flash video player on your website. The FLV file needs to be uploaded to your server directly, and the URL will be hidden (as the flash video player won't show the movie source).

Edit tp: removed spammy link

(Edited by Tyberius Prime on 07-13-2009 19:49)

flashfango
Nervous Wreck (II) Inmate

From:
Insane since: Oct 2010

posted posted 10-29-2010 09:45

which kind of video do you want to embed? i think you had better convert them to FLV, which will run more smoothly in webpages.

edit tp: links removed.

(Edited by Tyberius Prime on 10-29-2010 21:29)

poi
Paranoid (IV) Inmate

From: Norway
Insane since: Jun 2002

posted posted 10-29-2010 10:43

:\ Yay! More spammy links/users

NoJive
Maniac (V) Inmate

From: The Land of one Headlight on.
Insane since: May 2001

posted posted 10-30-2010 04:57

I'll hold'em - - - You kick'em!

Daddy Yet????

___________________________________________________________________________
"It's not the pale moon that excites me.... It's the nearness of you."

flashfango
Nervous Wreck (II) Inmate

From:
Insane since: Oct 2010

posted posted 11-04-2010 08:24

You should firstly upload the video file on your dashboard and then embed it in your post.

Edit TP: Spam removed

(Edited by Tyberius Prime on 11-04-2010 21:32)

sophielucky
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Nov 2010

posted posted 11-22-2010 08:55

I want to know which kind of website you want to add the video file.

Is it a blog or your company website?

For Wordpress, you must firstly upload the file onto your media box on your dashboard. Then you can make a new post to upload it on a new story.

Good luck!

getting rid
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Dec 2010

posted posted 12-20-2010 18:01

For Mac users i'm strickly recommend Macvide_VideoFlash_Converter.It has Friendly and easy-to-use user interface with high numbers of features, such as cropping videos to remove black sides.Make your convertion simpler and share with others.

Rick
Paranoid (IV) Inmate

From: Borneo Island
Insane since: Apr 2000

posted posted 06-10-2011 20:07

youtube?

vinoun.com

gerr
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jun 2011

posted posted 07-01-2011 08:27

i prefer to use this prog [edit tp: spam removed], try it

(Edited by Tyberius Prime on 07-01-2011 09:13)

juju
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Aug 2011

posted posted 08-01-2011 14:34

i can recommend this tool for converting video to flash http://www.geovid.com/Video_to_Flash_Converter/

juju
Obsessive-Compulsive (I) Inmate

From:
Insane since: Aug 2011

posted posted 08-05-2011 12:19

there is another nice tool http://www.macvide.com/Macvide_FlashVideo_Converter/, that allows to convert flv and swf files to other popular formats

icool521
Nervous Wreck (II) Inmate

From:
Insane since: Nov 2011

posted posted 12-17-2012 10:49

Edit TP: spam removed.

(Edited by Tyberius Prime on 12-18-2012 09:30)

Webgirl
Bipolar (III) Inmate

From: Around
Insane since: Apr 2005

posted posted 01-01-2015 18:01

Are you satisfied with the replies ryanvh22?

Make my day and give me a smile



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu