about the size of .swf |
about the size of .swf |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2005 Member No: 110,219 ![]() |
shall i ask
is it possible to change the width and length of the .swf showed on the xanga? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 ![]() |
alright then, you'll need to use <object>/<embed> tags.
just use this snippet: make sure you replace all the necessary height, width, and url fields. there are two copies of each; to make sure that it works with both firefox and ie, make sure you fill out BOTH sets of the height, width, and URL. CODE <object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width = "---WIDTH YOU WANT IN PIXELS HERE---" height = "---HEIGHT YOU WANT IN PIXELS HERE---"> <param name = "movie" value = "---URL TO MOVIE HERE---"> <param name = "quality" value = "high"> <param name = "bgcolor" value = "#FFFFFF"> <embed src="---URL AGAIN---" quality = "high" bgcolor = "#FFFFFF" width = "---WIDTH AGAIN---" height = "---HEIGHT AGAIN---" type = "application/x-shockwave-flash" pluginspage = "http://www.macromedia.com/go/getflashplayer"></embed> </OBJECT> |
|
|
![]() ![]() |