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
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
Try using this:
CODE <img src='url to file.swf' width='200px' height='200px'>
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2005 Member No: 110,219 ![]() |
|
|
|
![]()
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
I looked the code they gave for the bunny, and it's not possible because the only thing that you can change is the width of the table and that's not effecting the bunny.
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2005 Member No: 110,219 ![]() |
|
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,591 Joined: Dec 2004 Member No: 77,305 ![]() |
I don't know if iframes work, but it's worth a try.
CODE <iframe src="INSERT HERE" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe> I don't know much about this, but I use that code for my radioblog whitch is a flash and it works for me. Make sure you encode after. |
|
|
![]()
Post
#7
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
To encode them like Jonathan said go to http://codehouse.com/webmaster_tools/html_encoder
|
|
|
![]()
Post
#8
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2005 Member No: 110,219 ![]() |
QUOTE(Szeh @ Feb 15 2006, 9:30 PM) I don't know if iframes work, but it's worth a try. CODE <iframe src="INSERT HERE" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe> I don't know much about this, but I use that code for my radioblog whitch is a flash and it works for me. Make sure you encode after. i duno wht to do now it is a script originally, so just copy and paste my script to it? but it doesnt work, maybe i did somethin wrong btw, wht is the use for encoder? |
|
|
![]()
Post
#9
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
It changes each character of your code into three, thus making it tedious to read.
What script are you talking about? |
|
|
![]()
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 ![]() |
exactly which virtual pet thingy do you want? if you could give the exact url--
|
|
|
![]()
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,591 Joined: Dec 2004 Member No: 77,305 ![]() |
^I think she has hold of one right now, but she just needs to adjust it's size.
|
|
|
![]()
Post
#12
|
|
![]() 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> |
|
|
![]()
Post
#13
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 ![]() |
Or... easier...
CODE <embed height=###px width=###px>FLASH URL HERE</embed> I believe it should work. Just replace the #s with actual numbers |
|
|
![]() ![]() |