Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Movie Placement

Status
Not open for further replies.

jdburnsy333

Technical User
Jul 26, 2006
4
0
0
US
Im trying to put a movie I made in flash on a new website im working on and I can't seem to get it lined up right....it seems that there is something unseen at the bottom of the movie that is moving the movie up slightly and the image button below it downward??? Its the one that says "welcome to our new site".


Im totally stumped so any help or suggestions would be GREAT! :eek:)

Thanks,
Josh
 
Use this HTML code copy and paste over your old <table> tags the images should be in there own <td>.



<table valign="top" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="317" height="210">
<param name="movie" value="index_files/flashwelcome.swf"/>
<param name="quality" value="high" />
<embed src="index_files/flashwelcome.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="317" height="210"></embed>
</object>
</td>
<td><img src="index_files/topright.jpg" /></td></tr>
<tr>
<td><img src="index_files/topright1.jpg" width="250" height="106" /></td>
</tr>
<tr>
<td><img src="index_files/bottom_letter.jpg" /></td><td><img src="index_files/topright2.jpg" width="250" height="102" /></td>
</tr>
</table>

Accounting Software & CRM Software Consultants
 
Thank you soooo much! It works and looks great! This is actually the first Flash Movie I have tried to embed in a webpage so I was just wondering what all the other text ment that you added to the object, param and embed tags? I'm greatful that it works but have absolutly no idea what it all means lol. Thanks again for your help :eek:)

Thanks,
Josh
 
I just have one more question I promis! hehe Ok when you first get to the site the movie looks like its clickable or when you rollover its like a link. Is there anyway to just make it apper like and image and not have that pointer apper when you rollover the movie?

Thanks,
Josh
 
Not a problem...thanks again for all your help! :eek:)

Thanks,
Josh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top