All you web-designy people . . .

Post all your general non-film related PC and Mac stuff here.

Moderators: Admin, Moderator Team

Post Reply
Smacks
Newbie
Newbie
Posts: 5
Joined: Thu Jun 26, 2003 12:21 am

All you web-designy people . . .

Post by Smacks »

My friends and I are trying to make a website with the hope of having some video on it. We are using freeservers right now and have no idea what we're doing, but the site builder there is easy to use. We found little bits of HTML code for playing quicktime. After a lot of playing around with it we got it to work then when we looked at the page again the file didn't play. Parts of the HTML code were missing. Can anyone just give us an easy way to play little video files? Anything?

Smacks
Give a man a fish, and you feed him for a day. Poison that mans fish, and you need not worry about feeding him anymore.
I3lade203
Forum Veteran
Forum Veteran
Posts: 2345
Joined: Sat Oct 25, 2003 11:39 pm
Location: NY
Contact:

Post by I3lade203 »

Well, you should probably learn html its easy and fun i learnt it in the 4th grade! Anyway, what exactly do you want for the videos ? To download and play, to play off the webpage what?
Sigs suck a**.
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

You could always convert them into Flash presentatins, that way you can play them straight off the web-page! Film Fanatic knows a bit about this.
Moderating behind the bushes!
BenjaminLevin
Member
Member
Posts: 76
Joined: Mon Jan 19, 2004 3:06 am
Location: Ireland

Post by BenjaminLevin »

I would do what Camclub says. It's much easier to usea flash file.
User avatar
Twabi2
Posting Freak
Posting Freak
Posts: 387
Joined: Tue Jun 17, 2003 8:19 pm
Location: Aalst, Belgium
Contact:

Post by Twabi2 »

Or you could learn HTML
and shoot everyone who tells you it's difficult...
I learned it whitout computer, at the age of 9
Jass Films
Posting Freak
Posting Freak
Posts: 340
Joined: Fri Jul 11, 2003 2:02 pm
Location: Melbourne, Australia
Contact:

Post by Jass Films »

if you want to learn HTML go to www.lissaexplains.com , it's made by a young girl for young people, it alos has alot more advanced stuff.
You could always convert them into Flash presentatins, that way you can play them straight off the web-page! Film Fanatic knows a bit about this.
you can play them straight off the webpage in HTML using this code;
<embed src="Boomaroo.mpg" WIDTH="500" HEIGHT="450" AUTOSTART="TRUE" LOOP="TRUE">
very, very easy, you can see an example of it at the webpage i made for a company, www.boomaroo.com , entirely done with html

ok now for a very basic page with the code put this;
<HTML>
<BODY>
<center>
<font size=4>
TITLE
</font><br><br>
<embed src="Boomaroo.mpg" WIDTH="500" HEIGHT="450" AUTOSTART="TRUE" LOOP="TRUE">

</BODY>
</HTML>
Then after that make any additions, if you need any other codes just let me know and i will help you out.

my email is Admin@jassinc.tk
U.S.Amateurfilmaker
Forum Addict
Forum Addict
Posts: 923
Joined: Wed Jul 30, 2003 8:59 pm
Location: New Jersey, USA
Contact:

Post by U.S.Amateurfilmaker »

Damn I'm behind. I'm currently not skilled in any comp/internet language whatsoever. But I am starting VB and QBasic in school right now, and plan on learning html.
CEO
Dimension 9 Studios
Frosty
Newbie
Newbie
Posts: 5
Joined: Wed Dec 17, 2003 7:01 am

Post by Frosty »

It's incredibly easy to learn. Angelfire.com has some basic html you can copy and paste as well.
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

ALso, if you want to see how a web-page is made up, select the View Source in the browser, and it'll show the HTML Code.
Moderating behind the bushes!
Grant
Moderator
Moderator
Posts: 2982
Joined: Tue Dec 03, 2002 3:24 am
Location: Ballarat, Victoria, Australia
Contact:

Post by Grant »

yeah lots of people just copy code from other sites and integrate it into their own
Jass Films
Posting Freak
Posting Freak
Posts: 340
Joined: Fri Jul 11, 2003 2:02 pm
Location: Melbourne, Australia
Contact:

Post by Jass Films »

except some sites hide their codes so you can't steal it, but most don't.
User avatar
Twabi2
Posting Freak
Posting Freak
Posts: 387
Joined: Tue Jun 17, 2003 8:19 pm
Location: Aalst, Belgium
Contact:

Post by Twabi2 »

you can never ever hide your code
Themovieman44
Forum Addict
Forum Addict
Posts: 921
Joined: Fri Jan 09, 2004 4:07 pm
Location: Bartow, Florida
Contact:

Post by Themovieman44 »

Well I learned from http://www.Bravenet.com. really wasnt that much help but it gave me what I needed
"They're people who only want to be involved in filmmaking to get rich, get famous, or get laid. They know as much about filmmaking as George W. Bush knows about hand-to-hand combat"- Jim Jarmusch
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

What some web-pages actually do is run scripts that reduce your editing abilities. For instance on my Martial Arts Institute web page, right-clicking on images is disabled. But you can still view the source code, it just makes it more difficult, so most people would give up.

Also, some web-pages run various java and shockwave modules, and these obviously confuse anyone looking at the HTML code. Nothing a de-compiler or disassembler couldn't handle! Once you know the web address for said code, you can import it straight into a suitable editing program!
Moderating behind the bushes!
Jass Films
Posting Freak
Posting Freak
Posts: 340
Joined: Fri Jul 11, 2003 2:02 pm
Location: Melbourne, Australia
Contact:

Post by Jass Films »

u can hide the code, by using a specific redirection tool, it will hide the source with the redirection codes, then by disabling right click u will be able to have the code hidden completely.
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

Ah, but there's 2 ways around that:

Load the page into Frontpage and edit it, or select the View-Source option!

Simple as that! Give me a web-page, I'll crack it!
Moderating behind the bushes!
User avatar
Evan77
Member
Member
Posts: 57
Joined: Thu Jan 08, 2004 5:23 am
Location: Eastern U.S.
Contact:

Post by Evan77 »

I'm skilled with HTML and PHP, I can help you if you'd like.
-Evan
Post Reply