Topic: how to embed video files on your website? (Page 1 of 1) Pages that link to <a href="http://www.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

IP logged posted posted 10-03-2004 03:25 Edit 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

silence
Maniac (V) Inmate

From: Melbourne, Australia
Insane since: Jan 2001

IP logged posted posted 10-03-2004 06:03 Edit Quote

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

IP logged posted posted 10-04-2004 02:55 Edit Quote

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

IP logged posted posted 10-05-2004 08:39 Edit Quote

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

IP logged posted posted 10-09-2004 01:35 Edit Quote

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

IP logged posted posted 02-05-2005 05:54 Edit Quote

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

IP logged posted posted 02-05-2005 09:16 Edit Quote

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

IP logged posted posted 02-08-2005 07:45 Edit Quote
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

IP logged posted posted 08-17-2005 22:49 Edit Quote

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

IP logged posted posted 08-19-2005 21:27 Edit Quote

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

IP logged posted posted 12-03-2005 04:51 Edit Quote

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

IP logged posted posted 01-06-2006 06:14 Edit Quote

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

IP logged posted posted 01-06-2006 12:00 Edit Quote

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

IP logged posted posted 06-15-2006 23:50 Edit Quote

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

IP logged posted posted 10-19-2006 10:50 Edit Quote

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

IP logged posted posted 10-19-2006 10:51 Edit Quote

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

IP logged posted posted 10-23-2006 02:37 Edit Quote

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

IP logged posted posted 05-21-2007 13:44 Edit Quote
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

IP logged posted posted 12-14-2007 02:44 Edit Quote

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

poi
Paranoid (IV) Inmate

From: Norway
Insane since: Jun 2002

IP logged posted posted 12-14-2007 13:57 Edit Quote

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

IP logged posted posted 12-14-2007 20:12 Edit Quote

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

IP logged posted posted 12-15-2007 01:01 Edit Quote
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

IP logged posted posted 01-10-2008 03:24 Edit Quote

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

IP logged posted posted 01-10-2008 21:45 Edit Quote

$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.



Post Reply
 
Your User Name:
Your Password:
Login Options: Remember Me On This Computer
 
Your Text:
Loading...
Options: Show Signature
Enable Slimies
Enable Linkwords

« BackwardsOnwards »

Show Forum Drop Down Menu