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, 11:11 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Oct 2008 Member No: 693,488 |
I'm going to try that! Honestly thank you so much for reply. I'm sold on Createblog.com, I'll probably be an active member here now. Thanks again, I'll tell you how it goes!
Hey, I tried the code, but right now the player is not visible. I added z-index: 11; but it didn't work. Suggestions? EDIT: Never mind, It was off the side of the page. So far soo good. It worked! All is good. Thank you so much. I greatly appreciate your help and quick reply. |
|
|
|
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
fixtatik no problem. in the future, though, use the edit bu... May 31 2009, 12:24 PM
manny-the-dino QUOTE(fixtatik @ May 31 2009, 10:24 AM) n... May 31 2009, 09:53 PM![]() ![]() |