about the size of .swf |
about the size of .swf |
Feb 15 2006, 08:53 AM
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? |
|
|
|
![]() |
Feb 17 2006, 07:45 PM
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> |
|
|
|
crunchichichi about the size of .swf Feb 15 2006, 08:53 AM
Maestro Try using this:
CODE<img src='url to file... Feb 15 2006, 09:40 AM
crunchichichi QUOTE(Maestro @ Feb 15 2006, 9:40 AM)Try usin... Feb 15 2006, 10:05 AM
Maestro I looked the code they gave for the bunny, and it... Feb 15 2006, 10:37 AM
crunchichichi QUOTE(Maestro @ Feb 15 2006, 10:37 AM)I looke... Feb 15 2006, 10:45 AM
Szeh I don't know if iframes work, but it's wor... Feb 15 2006, 09:30 PM
crunchichichi QUOTE(Szeh @ Feb 15 2006, 9:30 PM)I don't... Feb 16 2006, 12:08 AM
Maestro To encode them like Jonathan said go to http://cod... Feb 15 2006, 10:39 PM
fishcake-y It changes each character of your code into three,... Feb 16 2006, 01:03 AM
threepointone exactly which virtual pet thingy do you want? if y... Feb 16 2006, 08:47 PM
Szeh ^I think she has hold of one right now, but she ju... Feb 17 2006, 07:00 AM
niez_cho Or... easier...
CODE<embed height=###px width... Feb 18 2006, 07:02 AM![]() ![]() |