Click to See Complete Forum and Search --> : Help Finding a WebSite


Nazareth
03-31-2003, 08:37 PM
I’m looking for a website that has a movie that load as soon as u go to the site. If u need more information till me

AdamBrill
03-31-2003, 08:54 PM
Are you looking for a specific web site?? or just any that has a movie on it??

Nazareth
03-31-2003, 09:08 PM
Any website that has a movie that playes onload

Ice3T
03-31-2003, 09:53 PM
http://www.capoeiramontreal.com/divxcap.html

the file is about 3.5M so it takes a litle while but once it is loaded it plays on its own

Nazareth
03-31-2003, 10:02 PM
Thanks, if you know of any other sites that play movies onLoad i would like to see them. I'm trying to find diffrent way to write a code that will play the movie when the page loads

Jona
03-31-2003, 10:08 PM
No offense, I understand if you want to figure stuff out on your own but... couldn't you just ask? Are you looking for something like onLoad="objName.scr='movieFile.mpeg'" where objName is the ID of an <OBJECT>?

Nazareth
04-01-2003, 02:07 PM
ok if u want to help, I need to know as many diffrent way to write a code that will play the movie onLoad. i dont care if it is html,java,xhtml or what ever else.Now im a noob when it comes to java and xhtml so go easy on me.

Jona
04-01-2003, 02:13 PM
Oh, here's a cool Flash Web site if you're intersted: http://xeofreestyle.com/2002/.

Just as many ways as possible? May I ask why you want multiple, rather than a single, solutions?

Nazareth
04-01-2003, 02:47 PM
I have a friend that started a web design business and she designing a web site for some company and she has to have a movie that plays on an onLoad. The movie works fine on her computer but as soon as she uploads it to the server it say that the movie cant play. Now she said that all the codec are on the server so she think the way the code the code is written is what’s wrong. So she ask me if I could do some research and find out some different way to write the code and I say ok. So this is why I ask for your help.

Jona
04-01-2003, 04:33 PM
Ok. Can you give us the code she's using? It's most likely an Object. Make sure the SRC="" is the name of the file and the appropriate folder. It has to point to the location of the file on the Web server. If it's in the same folder, all you have to do is put the name and extention (.mpeg, .swf, etc.) of the file. If it's in a different folder (e.g., movies/) then the SRC would be movies/fileName.ext

Nazareth
04-01-2003, 08:52 PM
Ok, I'll try to get the code or the address from the person who is designing the site