How do you add a flash intro to your website?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   How do you add a flash intro to your website?
motozen
CZ Super Newbie
motozen has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Mar 04, 2004
0.00 posts per day
Posts: 31
Points: 1,554
   
I've got the flash... now all i need is to beable to put it infront of my website.... can someone please do a quick break down on what to do? I figure i must make a php or html file and put the flash in, then change somthing to make it work?

TIA
icon_razz.gif




_________________
visit us at [ Register or login to view links on this board. ]
Back to top Reply with quote
#2   re: How do you add a flash intro to your website?
redhot_2oo3
PayPal Donation
CZ Moderator
redhot_2oo3 has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Codezwiz Elf
Website:
Status: Offline
Joined: Aug 26, 2003
0.08 posts per day
Posts: 633
Points: 25,047
   
Hi, yes the flash has to be embedded into a page. Here is a typical embed code, put the swf dimensions for your movie in, and the path to the swf as well as the swf name.

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=kevininfomercial WIDTH=100 HEIGHT=150>
<PARAM NAME=movie VALUE="PATH TO SWF HERE"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="PATH TO SWF HERE TOO" quality=high bgcolor=#000000  WIDTH=100 HEIGHT=150 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>


Note the the path to the swf ( [ Register or login to view links on this board. ] and the sizes have to go in twice.



_________________
Back to top Reply with quote
#3   
motozen
CZ Super Newbie
motozen has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Mar 04, 2004
0.00 posts per day
Posts: 31
Points: 1,554
   
so i guess the next Q is: where do i embed this? or do i make this as a seperate php or html and put a script path somewhere to lead to the"intro.php" that would contain the flash intro? I can make the flash page intro... all i need to know is where do i embed it. or what the script is to put to lead to the intro.php. separately or in the index.php? sorry for being so confusing hehe icon_rolleyes.gif




_________________
visit us at [ Register or login to view links on this board. ]
Back to top Reply with quote
#4   re: How do you add a flash intro to your website?
redhot_2oo3
PayPal Donation
CZ Moderator
redhot_2oo3 has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Codezwiz Elf
Website:
Status: Offline
Joined: Aug 26, 2003
0.08 posts per day
Posts: 633
Points: 25,047
   
...(backs away slowly..) You lost me somewhere after "where do i embed this?" icon_eek.gif

Whatever your front page is, index.htlm/php/asp whatever, or default/html/php/asp, is where you'd put the code to embed the flash movie. Basically, the page that you want it to appear on is where you put it. If that particular part of the page is being called as an include, or something similar, you'd put the code on that include page.

I think that is the answer to what I think is your question, but let me know if I misunderstood. icon_biggrin.gif




_________________
Back to top Reply with quote
#5   
motozen
CZ Super Newbie
motozen has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Mar 04, 2004
0.00 posts per day
Posts: 31
Points: 1,554
   
lol my bad... what i mean to say is: i see sites that have a flash before you enter their site with a 'skip flash click button.'

I want to do this to my site too. icon_smile.gif I have the flash i want to use with the skip button that has my url embeded in it, but i dont know how to put it up before my site like a door. So...

1. i make a php or html with the script that plays the flash and then link it to my index.php? if so, how do i do that and with what proper script?

or

2. i can embed the whole 'intro page flash' into somewhere in my index.php or somewhere else to make it work? if so, how do i do that and with what proper script?

sorry for the double talk.. im tired hehe icon_biggrin.gif




_________________
visit us at [ Register or login to view links on this board. ]
Back to top Reply with quote
#6   re: How do you add a flash intro to your website?
redhot_2oo3
PayPal Donation
CZ Moderator
redhot_2oo3 has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Codezwiz Elf
Website:
Status: Offline
Joined: Aug 26, 2003
0.08 posts per day
Posts: 633
Points: 25,047
   
Ahhh, you mean a Flash splash page (pauses to untie knot in toungue).

In most cases peeps use the index page to be the splash page, the skip button is just a link (either within the movie or directly on the page) to the next page in the site. The Flash will usually redirect to that page too when the animation is done. The Page can be HTML, PHP or whatever.

Splash pages were very popular a few years ago, but became unfashoinable because search engine spiders choked on them. These days spiders are smarter, and can follow links from the splash page a lot better.
Even so, most people are in too much of a hurry to wait for animations to load, and the 'Skip Movie' buttons get a lot of attention.




_________________
Back to top Reply with quote
#7   
motozen
CZ Super Newbie
motozen has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Mar 04, 2004
0.00 posts per day
Posts: 31
Points: 1,554
   
ty for the enlightenment!!! I guess that makes alot of sense. That is why I post here! icon_biggrin.gif icon_biggrin.gif icon_smile.gif For your helping me, I invite you to 2 free lessons when I am done if you want! You can give it away or use it for yourself!

Thanks again you guys are great!




_________________
visit us at [ Register or login to view links on this board. ]
Back to top Reply with quote
#8   
redhot_2oo3
PayPal Donation
CZ Moderator
redhot_2oo3 has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Codezwiz Elf
Website:
Status: Offline
Joined: Aug 26, 2003
0.08 posts per day
Posts: 633
Points: 25,047
   
Sweet! I need something to help me tackle the mother-in-law.
Me and Kelly were walking past a bar the other night. She said "Look! there's three men in that bar, beating up my mother!, shall we go in and help?" I said no, three should be enough. icon_rolleyes.gif




_________________
Back to top Reply with quote
#9   
motozen
CZ Super Newbie
motozen has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Mar 04, 2004
0.00 posts per day
Posts: 31
Points: 1,554
   
lol




_________________
visit us at [ Register or login to view links on this board. ]
Back to top Reply with quote
#10   re: How do you add a flash intro to your website?
Warhorse
CZ Newbie
Warhorse has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 27, 2004
0.00 posts per day
Posts: 12
Points: 2,553
   
I just did one for my site and I made a file called intro.html and the put what need to go into it for the flash intro then added a link inside the flash to the main page....which if I am reading right you already did in your flash....then in your index.html file just do a redirect to that page you made for the flash



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum