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
threepointone
post 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>
 

Posts in this topic


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