PDA

View Full Version : Need Help With Flash intro


cornhuskers_200
06-21-2004, 05:24 AM
I have a flash intro, but i cant make it go onto my index page. How do i make it so i can put it on my index. Is there an html code? please help

bradyj
06-21-2004, 05:30 AM
Simple version that works, and validates, without having to use all that horrible flash code you normally see:

<object type="application/x-shockwave-flash" data="images/intro.swf" width="518" height="255" id="flash">
<param name="movie" value="images/intro.swf" />
</object>


In the data section (and the value section in the param tag), type where it can find you flash movie and it's name. Adjust the width and height to your flash movie's width and height, and you're golden.