Move player without moving flash objects |
Move player without moving flash objects |
May 31 2009, 09:07 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Oct 2008 Member No: 693,488 |
Hey everyone, I'm coming to you as my last resort hoping someone here can help me.
When I move my band music player all the flash widgets go crazy. I found a code that seemed to work and moved the player but not the flash but it gives me the a box (same size as the music player) above the actual player. At first I didn't notice it, but when I couldn't click on links I change the background color to black revealing that it was covering. I'm completely stuck. I've done my research, searched some forums, posted other places, but still no solution. Any help would be great. This is the code I'm using: CODE <style> .a {position 4 song band player} td.text object {display:block; ..; position:absolute; top:380px left:50%;!important;margin-left:-125px; visibility:visible; background-color: black;} td.text td td object {position:static; margin-left:0px;} </style> This is an example of what's happening:
|
|
|
|
![]() |
May 31 2009, 12:24 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
no problem. in the future, though, use the edit button instead of double & triple posting. the mods will hate you if you don't. ;)
|
|
|
|
henrybayuzick Move player without moving flash objects May 31 2009, 09:07 AM
fixtatik try using this instead:
CODEtd.text object { left... May 31 2009, 09:25 AM
henrybayuzick I'm going to try that! Honestly thank you ... May 31 2009, 11:11 AM
manny-the-dino QUOTE(fixtatik @ May 31 2009, 10:24 AM) n... May 31 2009, 09:53 PM![]() ![]() |