-
centering flash in html
I know this is simple, but could someone fill me in on how to get a 750 x 400 movie centered on the web
-
when i put the swfs on my site, i code it like this:
<center>
<object data="something.swf" type="aplication/x-shockwave-flash" width="750" height="400">
<param name="movie" value="something.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="something.swf" quality="high" type="application/x-shockwave-flash" width="750" height="400" wmode="transparent">
</embed>
</object>
</center>
of course, the parameters are customizable...
i hope that helped
-
sorry, i forgot about the stupid html thing on here...
center
object data="something.swf" type="aplication/x-shockwave-flash" width="1000" height="1000"
param name="movie" value="something.swf"
param name="quality" value="high"
param name="wmode" value="transparent"
embed src="something.swf" quality="high" type="application/x-shockwave-flash" width="1000" height="1000" wmode="transparent"
/embed
/object
/center
with the angle brackets of course...i couldnt find a way around it...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|