How to put .swf on top |
How to put .swf on top |
Nov 9 2009, 07:38 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Nov 2009 Member No: 751,765 |
Hi everybody,
I'm from Italy, I hope you understand me... So, I made a flash banner and I want to put it on the top of myspace. The problem is that myspace blocks embed code. Any idea or solution? Thx in advance! Ciao! |
|
|
|
![]() |
Nov 9 2009, 02:42 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
To make it black like on the page you linked, give the container DIV a black background. However you will need to first replace the URL of the object you're trying to embed with this:
CODE http://www.unitalsi.altervista.org/archangel/banner.swf Therefore, your code should look something like this: CODE <div style="position: absolute; top: 0px; left:50%; margin-left:-443px; z-index: 9; background: black;"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="885" height="500"> <param name="movie" value="http://www.unitalsi.altervista.org/archangel/banner.swf" /> <param name="quality" value="high" /> <embed src="http://www.unitalsi.altervista.org/archangel/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="885" height="500"></embed> </object> </div> If you want to push it down, replace the top value with a higher value. The bigger it is, the lower it will go. |
|
|
|
RoksVempire How to put .swf on top Nov 9 2009, 07:38 AM
Mike What kind of profile are you using? Nov 9 2009, 08:57 AM
RoksVempire Hi, at the moment profile 1... Nov 9 2009, 08:59 AM
Mike Place your <embed> codes inside <div> ... Nov 9 2009, 10:14 AM
RoksVempire Oh good, I will try soon but one question...
My sw... Nov 9 2009, 10:24 AM
Mike Posts merged. Nov 9 2009, 11:32 AM
RoksVempire So, no, look the image attachment...swf appears in... Nov 9 2009, 11:39 AM
RoksVempire But I'd like to display the flash banner upon ... Nov 9 2009, 02:36 PM
RoksVempire QUOTE(Mike @ Nov 9 2009, 08:42 PM) To mak... Nov 9 2009, 02:51 PM
Mike I probably should've mentioned, the value I un... Nov 9 2009, 02:54 PM
RoksVempire So, thx very much for help me...appreciate it... Nov 9 2009, 03:02 PM
Mike Topic closed & moved. Nov 9 2009, 03:29 PM![]() ![]() |