windows movie maker

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
bamizhim
Posts: 20
Joined: Mon Apr 17, 2006 8:37 am
Location: Azerath
Contact:

windows movie maker

Post by bamizhim »

once i make my movie in windows movie maker how can i make it into a html is this posssible or can i use a program to convert it into a html?? plz help me
WARCRAFT 3 NAME:CHAMILLIONARE45
SPOOF NAME:DEATH
Image
Sword_Gun
Posts: 1008
Joined: Sat Feb 25, 2006 10:31 pm
Location: Somewhere rapping with DeTsL
Contact:

Post by Sword_Gun »

Welcome to the board, I hope you have Read the rules.
(Please use real words as "plz" isnt a word :p)

3 Things:
1) I think HTML is a Website code, I dont think you could convert a Movie into HTML, As HTML is just words... (Right? I dunno Im guessing)

2) Your Avatar is TOO Big, resize it.

3) Your Avatar is Innopropriate, please choose a new one.
Image

Official Beta Quest Hunter
Official Alpha Quest Hunter

NES NOW!!: DONE!
sam fisher
Posts: 1093
Joined: Mon Apr 25, 2005 8:52 am

Post by sam fisher »

Embeding is easy. Just look at that link.
Image
Extreme_Jesus
Posts: 1293
Joined: Sat Oct 01, 2005 12:04 pm
Location: Old Hampshire, none of that New hampshire stuff....

Post by Extreme_Jesus »

for a minute there i thought you meant 3D movie maker....

ah so crap yet so funny..../remenising
teraflop122
Posts: 1212
Joined: Sat May 21, 2005 9:06 pm

Post by teraflop122 »

HTML defines formatting and content on websites. You cannot turn a movie into HTML, but you can have the movie file hosted on a server and then embedded on your webpage using HTML coding. That's about all I know on the subject.
Harshboy
Portablizer
Posts: 3610
Joined: Tue Oct 11, 2005 3:44 pm

Post by Harshboy »

do this:

Code: Select all

<EMBED SRC="http://pbtarget.com/harshboy/Media/GCP.wmv" WIDTH=320 HEIGHT=240 NOJAVA=true CONTROLS=true AUTOSTART=True CONSOLE=one> 
That is an example of a movie on my site.

To do it for you, this is an example:

Upload your movie, lets call your movie "movie.wmv"

lets say you upload it to http://www.uploadsite.com.

get the link to the video (EX: http://www.uploadsite.com/movie.wmv")

MAKE SURE THAT YOU CAN JUST VIEW IT!!!!!!!

.....and put it into this code (it will look like this):

Code: Select all

<EMBED SRC="html://www.uploadsite.com/movie.wmv" WIDTH=320 HEIGHT=240 NOJAVA=true CONTROLS=true AUTOSTART=True CONSOLE=one> 
Add the code to the page you want it to play on. You can change the code to make it not autostart, size, controls, etc.

Have fun :wink:

PS: uploadsite.com is NOT real :P
Post Reply