
12-16-2002, 11:46 PM
|
|
Senior Member
|
|
Join Date: Dec 2002
Posts: 2,015
|
|
[quote]mediaplayer
scopas says:
Quote:
I've found out that some mp3's wont play in the mediaplayer or on the other hand it plays but there's no music comming out, but if you just move the slider then it's playing the music fine.
This is not because of the SWFKit because I checked it with the movieplayer sample and a simple object made in plain HTML, same outcome.
If you play the same number in the mediaplayer then it works fine..
Anyway I found this workaraound handy use it when you know that it should be started:
if(player.activex.CurrentPosition() < 0.1){ player.activex.CurrentPosition = 0.1; }
This works for me anyway..
if anyone knows what the problem might be then I would be glad to hear it..
|
|