Problems with Hiding Embedded MP3 Player |
Problems with Hiding Embedded MP3 Player |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Dec 2006 Member No: 490,023 ![]() |
You guys have an amazing forum here. One of the best and most responsive I've seen.
Here's my dilemma. * My hidden (embedded) MP3 player will hide in Internet Explorer 7, but won't hide in Internet Explorer 6. When using IE6 the player shows in the middle of my page. Have no clue why it works with IE7 and not IE6. Used to work for both before I did a DIV layout. * Also have trouble placing embedded video stream (WMV). When I place it where I want to, the video is squished no matter my settings. It will either show a squished image or just the navigation buttons for the Windows player. I just want to stream video inside a box with no audio, full loop, and no buttons showing (Play, Pause, rewind, etc.). I have no clue what I'm doing wrong. Here's my code. I'll email a $10 iTunes giftcard to the first person who can figure it out. Thanks! REVISED / EDITED CODE IN POST BELOW |
|
|
![]() |
*Infinite.* |
![]()
Post
#2
|
Guest ![]() |
Well I suppose you could use this:
CODE <style>embed{ visibility:visible; position:absolute; top:0; left:0; width:1; height:1; }</style> To hide the quicktime thing, but if your putting videos up then theres no way to hide the music player and have videos showing up. So the only sugestion I have is to put the music player in its own div and position it where it needs to go, then it should be in the same spot on both browsers. Although in your coding, I put it on a myspace and the videos aren't showing up or anything, so I suggest putting everything in the code that you want to show up. |
|
|
![]() ![]() |