Quote:
I'm working on Real Player support for the next version.
|
I try to change the code from
HTML Code:
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="$html_url"
name="player"
width="300"
height="250"
AutoStart="1"
showcontrols="1"
showstatusbar="1"
showdisplay="0"
uiMode="full"
visual="1">
</embed>
to
HTML Code:
<embed type="audio/x-pn-realaudio-plugin"
pluginspage = "http://uk.real.com/player/"
SRC="$html_url"
name="player"
width="300"
height="250"
AutoStart="1"
showcontrols="1"
showstatusbar="1"
showdisplay="0"
uiMode="full"
visual="1">
</embed>
what do u think?:erm: