Intro

liunx

Guest
How can i add an intro A movie clip at the intro of my hompage.<br />
<br />
(but i All ready have it made)<!--content-->If this is the same question i have answered for you on the other thread about movie clips please dont make two threads on the same topic.<!--content-->no i want 1 at the intro page and 1 on the hompage<!--content-->It would be the same thing, why would it be different? And your making a splash page? Why? I always hate them, they just add an extra click before you get to the content. Just my 2 cents, though. If you want a movie clip, do as sharkey said,<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"movieclip.mpg loop="false"><br />
<br />
And yes, you include the source of your movie clip. IE: <br />
C:\My Documents\My Movies\movieclip.mpg<br />
Or, if it's on the web:<br />
<!-- m --><a class="postlink" href="http://www.yoursite.com/movies/movieclip.mpg">http://www.yoursite.com/movies/movieclip.mpg</a><!-- m --><!--content-->Got to agree with MstrBob about the extra click to get to the content the only time i generally like intro pages is on movie sites as some of the flash intros on them are great wish i could be that good at flash.<!--content-->Originally posted by MstrBob <br />
And yes, you include the source of your movie clip. IE: <br />
C:\My Documents\My Movies\movieclip.mpg<br />
Or, if it's on the web:<br />
<!-- m --><a class="postlink" href="http://www.yoursite.com/movies/movieclip.mpg">http://www.yoursite.com/movies/movieclip.mpg</a><!-- m --> <br />
<br />
I would use a more generic link than that.<br />
<br />
"movies/movieclip.mpg"<br />
<br />
This way you can have it be the same if it's on your site, or on your PC.<!--content-->they just ask me to put 1 in and srry if it was the same question i wasnt awake<!--content-->mmmm its not working any tips????<!--content-->post your code.<!--content--><embed src=http://www.webdeveloper.com/forum/archive/index.php/"C:\Documents and Settings\Ben\Desktop\AAAA1.mpg" loop="false"><!--content-->assuming your page is on your desktop, just put <embed src=http://www.webdeveloper.com/forum/archive/index.php/"AAAA1.mpg" loop="false"><!--content-->ok lets see<!--content-->mmmm i get a little quicken simple in sted of the movie clip<!--content-->Originally posted by Bendude64 <br />
they just ask me to put 1 in and srry if it was the same question i wasnt awake This sounds like the page is on the Internet, not your computer. If so, you have to put the source file on the server, and use the correct path to it.<br />
<br />
assuming your page is on your desktop, just put <br />
PHP:<br />
--------------------------------------------------------------------------------<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"AAAA1.mpg" loop="false"><br />
<br />
--------------------------------------------------------------------------------That's assuming the source file is on the desktop, too. Otherwise, you need a more specific path.<!--content-->ahh... ok ill put it on the server but i doubt ill do any thing<!--content-->Well... Where's the site? On the server or on your computer? When you link to a file, whether an image or an audio file or whatever, you have to use the correct path, right?<!--content-->well its almost done so u can see soon<!--content-->If your page is online on a webserver than the external file movie/image/sound/etc file that is called by your HTML must also be on your web server so the page can be processed with the file embedded in your temp files.<br />
<br />
Is that right?<!--content-->yeah i know<!--content-->
 
Back
Top