When i view the song node the player wont appear in firefox. But in IE everything works great.
However, i can view the small player and listen to the audio on the ?q=audio page in firefox.

Any known solution?

CommentFileSizeAuthor
#10 audioissue2.JPG29.22 KBRob3rt
#1 audioissue.JPG25.7 KBRob3rt

Comments

Rob3rt’s picture

StatusFileSize
new25.7 KB

Heres a screenshot.

mfer’s picture

Did you insert the player yourself in the theme or is this how it is automatically generated?

Do you have a public page we can view?

Are you using 2.x-dev or the most recent stable version?

Rob3rt’s picture

I am using the most recent stable version.
I did not install the player manually.
- Im sorry for the lack of information.

Unfortunately, I dont have any public page you can view at the moment. Is there any way to install the player manually, maybe i schould try this first?

mfer’s picture

You said you see it in IE and not Firefox. Are you logged in the same way with the same account in both cases? Is flash installed in Firefox?

Installing it manually may not be the way to do. There is something else going on here.

sugiggs’s picture

I have same problem here...

is it maybe because there is class "block" for the content???

sugiggs’s picture

sorry internet lag..

sugiggs’s picture

sorry internet lag..

sugiggs’s picture

... deleted

Rob3rt’s picture

I am logged in with the same account in IE as I am in Firefox yes.
Flash is installed.

Rob3rt’s picture

StatusFileSize
new29.22 KB

If i add a picture to the audio file, you can see the player is active all the way to the right. Se attached image.

Rob3rt’s picture

It was because of the theme. In Drupal classic theme, the player shows.

I am using the bluebreeze theme and like this alot. So its bad that the player only works with this theme in IE.

Rob3rt’s picture

I have now also tried with the latest version of the theme, with the same negative result.

avior’s picture

Hi
I had similar issue with bluebreeze theme & audio module in RTL site

look in fix here http://drupal.org/node/193140#comment-660624

this might help you too

Avior
Dev Art

drewish’s picture

Status: Active » Closed (won't fix)

not much support i can offer on the theme...

avior’s picture

drewish : thank you for the great module - that is enough !

Rob3rt :
Try to remark "overflow : hidden " in audio.css file

div.audio-node {
/* overflow: hidden;  */
}

this worked for me

Avior