Log In · Register

 
about the size of .swf
crunchichichi
post 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?
 
 
Start new topic
Replies (1 - 12)
YourSuperior
post Feb 15 2006, 09:40 AM
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'>
 
crunchichichi
post Feb 15 2006, 10:05 AM
Post #3


Newbie
*

Group: Member
Posts: 4
Joined: Mar 2005
Member No: 110,219



QUOTE(Maestro @ Feb 15 2006, 9:40 AM)
Try using this:

CODE
<img src='http://www.alvinward.be/images/cb_flash_sig.swf' width='200px' height='200px'>

*


it doesnt work
actually im just want to change the size of the 'visual pet' from bunnyherolabs.com...its a script

anyway, thanks for your help.
 
YourSuperior
post Feb 15 2006, 10:37 AM
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.
 
crunchichichi
post Feb 15 2006, 10:45 AM
Post #5


Newbie
*

Group: Member
Posts: 4
Joined: Mar 2005
Member No: 110,219



QUOTE(Maestro @ Feb 15 2006, 10:37 AM)
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.
*


umm yaa, i tried before changing the width cry.gif
 
Eryi
post Feb 15 2006, 09:30 PM
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.
 
YourSuperior
post Feb 15 2006, 10:39 PM
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
 
crunchichichi
post Feb 16 2006, 12:08 AM
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?
 
talcumpowder
post Feb 16 2006, 01:03 AM
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?
 
threepointone
post Feb 16 2006, 08:47 PM
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--
 
Eryi
post Feb 17 2006, 07:00 AM
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.
 
threepointone
post Feb 17 2006, 07:45 PM
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>
 
gelionie
post Feb 18 2006, 07:02 AM
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
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: