PDA

View Full Version : newb w/ a flash prob


CPthomas
10-18-2005, 05:34 AM
ok, i cant get my swf working. my site is basically an all flash website i just need to get the swfs up

this page is a test: www.paulandcompany.net/homepage

this is the code:
<html>
<object width="877.2" height="800">
<param name="movie" value="finishedfrontpage.swf">
<embed src="http://media.putfile.com/finishedfrontpage" width="877.2" height="800">
</embed>
</object>
</html>

_Aerospace_Eng_
10-18-2005, 06:17 AM
<object type="application/x-shockwave-flash" data="http://media.putfile.com/finishedfrontpage.swf" width="877" height="800">
<param name="movie" value="http://media.putfile.com/finishedfrontpage.swf">
<param name="scale" value="exactfit">
</object>

Where is the location of your flash file?