Putting a flash file in css

so as most of you who have a myspace know, you can change your “extended network” thing with like a picture

the code is:

 <style> table table table td { vertical-align:top !important; } span.blacktext12 { visibility:visible !important; background-color: transparent; background-image: url(http://www.mysite.com/image.jpg); background-repeat: no-repeat; background-position: center center; font-size: 0px; letter-spacing :-0.5px; width: 440px; height: 80px; display:block !important; } span.blacktext12 img { display:none; } </style>

i was wondering how could i put a flash file, for example: http://mysite.com/flash.swf in the code, instead of an image

thanx