i was able to generate some code (shown below) for a myspace masthead banner (the banner right below the menu on a profile)
this is great for a still image, but i want it to be a flash video instead.
i have uploaded a flash video with the same dimensions to a free hosting site, so i have an swf direct file link. my question is, how do i manipulate the existing code below so that it will show my flash video file, versus a still image, all while keeping the placement parameters the same?
_______________________________________________________________
<style>body table { margin-top: 400px; } .mybannermakermastheadbanner { position: absolute; top: 150px; width: 800px; height: 400px; text-align:center; margin-top: 12px; margin-left: -400px; left: 50%; } body td table, body div table { margin-top: 0; } </style><div class="mybannermakermastheadbanner"><img src="IMAGE URL DIRECT LINK" alt='' border=0></a></div>
-
- <style>body table { margin-top: 400px; } .mybannermakermastheadbanner { position: absolute; top: 150px; width: 800px; height: 400px; text-align:center; margin-top: 12px; margin-left: -400px; left: 50%; } body td table, body div table { margin-top: 0; } </style><div class="mybannermakermastheadbanner"><img src="IMAGE URL DIRECT LINK" alt='' border=0></a></div>
-
_______________________________________________________________
this one is killing mean, i can't seem to figure it out. i've tried pasting different flash embed codes into this, but no success. i'm not too familiar with coding and this particular task has me stopped in my tracks.