Hello everybody,
This is my first post! I need your experience and help.
I have a problem with the last version of Opera (22.0.1471.50 - Win7 - 32b) (in fact, an old version, e.g. 12.17 build 1863 has the same problem).
If I enter the web address: www.onesite/4jun.mp3, the audio file starts in Quick Time (and I see the controls bar etc). Ok.
If I enter the web address: www.mysite/4jun.mp3 (the file 4jun.mp3 exists on the host), I see the message: "this plug-in is not supported" and nothing happens.
I have installed all the plugins (last versions), for Real Player, Windows Media Player, Java, Quick time Player, Adobe Shockwave Player, Silverlight etc).
I have all the files .dll from the Quick Time's folder plugin to Opera. So, I suppose that it is ok (that I have all tried and all installed), but I can not hear an mp3 audio file if this is in local (on my host).
More than this, I have an php file something like this:
[code]
...
<?php echo "<embed src='wwwmysite/4jun.mp3'>"; ?>
...
</body>
</html>
[/code]
again, nothing happens and "the plug-in is not supported".
WHY does this happen? What's wrong? Why does the first play, and the second not?
I really need to play mp3 files (I know it is not directly supported, but yes via Quick Time...) because wav file is too big.
Thanks