MP3 Bit Rate

D

DI

IS THIS WHAT YOU ARE LOOKING FOR

http://dtiwebs.com/di_2.htm

Insert the Windows Media Player Add-in
When the player is imbedded left click on it
Then go to HTML View
You will see the highlighted Code

And replace the height to 50 all the way down

height="225"
with
height="50"


width="286" height="225"
with
width="286" height="50"

HEIGHT="225" WIDTH="286"
with
HEIGHT="50" WIDTH="286"
 
J

John R. Baker

I had high hopes for your solution, but it did not work.

I changed the "height" from 225 to 50 four different places in the HTML
code, and the change showed up as expected in "Design View". But when I
switched to "Preview View" the change in height did not "take" and I had the
full visualization.

As a further test, I published the test page to
http://www.hopeirvinmarston.com/audio_testing_isaac_johnson.htm . There are
three instances of the audio on that page. The first is with the height
unmodified (225). The second is with the height changed to 50. The third
is with the MP3 file embedded with a plug-in.

Notice that the change did not "take".

Then I tried again, also changing the "StretchToFit" setting from 0 to 1 (or
FALSE to TRUE) four different places. That still did not work.

- John R. Baker
 
J

John R. Baker

I wonder if my editing caused a problem with the "checksum" value. See the
following line snipped from the code. Perhaps that value is wrong now...

<!--webbot bot="FP_WMP" endspan i-checksum="39926"-->

- John R. Baker
 
D

DI

Did you get all of them? All 6 of them I have them in red

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<!--webbot bot="FP_WMP" PREVIEW="

<object classid=&quot;clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6&quot; id=&quot;mp_279759050&quot; width=&quot;286&quot; height=&quot;50&quot;

CODEBASE=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715&quot;

standby=&quot;Loading Microsoft Windows Media Player components...&quot;

TYPE=&quot;application/x-oleobject&quot; >

<param name=&quot;StretchToFit&quot; value=&quot;0&quot;>

<param name=&quot;AutoStart&quot; value=&quot;1&quot;>

<param name=&quot;Balance&quot; value=&quot;0&quot;>

<param name=&quot;EnableContextMenu&quot; value=&quot;1&quot;>

<param name=&quot;Enabled&quot; value=&quot;1&quot;>

<param name=&quot;EnableErrorDialogs&quot; value=&quot;0&quot;>

<param name=&quot;WindowlessVideo&quot; value=&quot;0&quot;>

<param name=&quot;Rate&quot; value=&quot;1.000&quot;>

<param name=&quot;CurrentPosition&quot; value=&quot;0.000&quot;>

<param name=&quot;CurrentMarker&quot; value=&quot;0&quot;>

<param name=&quot;FullScreen&quot; value=&quot;0&quot;>

<param name=&quot;URL&quot; value=&quot;.\media\mp_di_2_1.asx&quot;>

<param name=&quot;Mute&quot; value=&quot;0&quot;>

<param name=&quot;PlayCount&quot; value=&quot;1&quot;>

<param name=&quot;Uimode&quot; value=&quot;Full&quot;>

<param name=&quot;Volume&quot; value=&quot;50&quot;>

</object>

<SCRIPT LANGUAGE=&quot;Javascript&quot;>

if (navigator.appName == &quot;Netscape&quot; && !window.GeckoActiveXObject)

{

var mediaLocation = document.location.href.substring(0, document.location.href.lastIndexOf(&quot;/&quot;)) + &quot;./media/mp_di_2_1.asx&quot;;

document.writeln('<APPLET NAME=&quot;mp_279759050&quot; HEIGHT=&quot;50&quot; WIDTH=&quot;286&quot; CODE=&quot;WMPNS.WMP&quot; MAYSCRIPT>');

document.writeln('<PARAM NAME=&quot;URL&quot; VALUE=&quot;' + unescape(mediaLocation) + '&quot; \>');

document.writeln('<PARAM NAME=&quot;AUTOSTART&quot; VALUE=&quot;TRUE&quot;');

document.writeln('<PARAM NAME=&quot;STRETCHTOFIT&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;ENABLED&quot; VALUE=&quot;TRUE&quot;');

document.writeln('<PARAM NAME=&quot;WINDOWLESSVIDEO&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;ENABLECONTEXTMENU&quot; VALUE=&quot;TRUE&quot;');

document.writeln('<PARAM NAME=&quot;FULLSCREEN&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;RATE&quot; VALUE=&quot;1.000&quot;');

document.writeln('<PARAM NAME=&quot;CURRENTPOSITION&quot; VALUE=&quot;0.000&quot;');

document.writeln('<PARAM NAME=&quot;CURRENTMARKER&quot; VALUE=&quot;0&quot;');

document.writeln('<PARAM NAME=&quot;MUTE&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;PLAYCOUNT&quot; VALUE=&quot;1&quot;');

document.writeln('<PARAM NAME=&quot;UIMODE&quot; VALUE=&quot;FULL&quot;');

document.writeln('</APPLET>');

}

</SCRIPT>

" auto_start="1" show_context_menu="1" play_list_filename="mp_di_2_1.asx" file_source_1="2" file_desc_1="techsupport.wav" control_id="mp_279759050" video_hight="225" enable_fullscreen="0" firsttimethrough="No" balance="0" enable_controls="1" enable_windowless_video="0" file_name_1="http://dtiwebs.com/techsupport.wav" clientside repeat_count="1" my_webs_folder rate="1.000" current_position="0.000" show_position="2" play_list_count="1" volume="50" mute="0" current_marker="0" preset_controls="2" media_type="0" local_preview="

<object classid=&quot;clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6&quot; id=&quot;mp_279759050&quot; width=&quot;286&quot; height=&quot;50&quot;

CODEBASE=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715&quot;

standby=&quot;Loading Microsoft Windows Media Player components...&quot;

TYPE=&quot;application/x-oleobject&quot; >

<param name=&quot;StretchToFit&quot; value=&quot;0&quot;>

<param name=&quot;AutoStart&quot; value=&quot;1&quot;>

<param name=&quot;Balance&quot; value=&quot;0&quot;>

<param name=&quot;EnableContextMenu&quot; value=&quot;1&quot;>

<param name=&quot;Enabled&quot; value=&quot;1&quot;>

<param name=&quot;EnableErrorDialogs&quot; value=&quot;0&quot;>

<param name=&quot;WindowlessVideo&quot; value=&quot;0&quot;>

<param name=&quot;Rate&quot; value=&quot;1.000&quot;>

<param name=&quot;CurrentPosition&quot; value=&quot;0.000&quot;>

<param name=&quot;CurrentMarker&quot; value=&quot;0&quot;>

<param name=&quot;FullScreen&quot; value=&quot;0&quot;>

<param name=&quot;URL&quot; value=&quot;.\media\mp_di_2_1.asx&quot;>

<param name=&quot;Mute&quot; value=&quot;0&quot;>

<param name=&quot;PlayCount&quot; value=&quot;1&quot;>

<param name=&quot;Uimode&quot; value=&quot;Full&quot;>

<param name=&quot;Volume&quot; value=&quot;50&quot;>

</object>

<SCRIPT LANGUAGE=&quot;Javascript&quot;>

if (navigator.appName == &quot;Netscape&quot; && !window.GeckoActiveXObject)

{

var mediaLocation = document.location.href.substring(0, document.location.href.lastIndexOf(&quot;/&quot;)) + &quot;./media/mp_di_2_1.asx&quot;;

document.writeln('<APPLET NAME=&quot;mp_279759050&quot; HEIGHT=&quot;50&quot; WIDTH=&quot;286&quot; CODE=&quot;WMPNS.WMP&quot; MAYSCRIPT>');

document.writeln('<PARAM NAME=&quot;URL&quot; VALUE=&quot;' + unescape(mediaLocation) + '&quot; \>');

document.writeln('<PARAM NAME=&quot;AUTOSTART&quot; VALUE=&quot;TRUE&quot;');

document.writeln('<PARAM NAME=&quot;STRETCHTOFIT&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;ENABLED&quot; VALUE=&quot;TRUE&quot;');

document.writeln('<PARAM NAME=&quot;WINDOWLESSVIDEO&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;ENABLECONTEXTMENU&quot; VALUE=&quot;TRUE&quot;');

document.writeln('<PARAM NAME=&quot;FULLSCREEN&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;RATE&quot; VALUE=&quot;1.000&quot;');

document.writeln('<PARAM NAME=&quot;CURRENTPOSITION&quot; VALUE=&quot;0.000&quot;');

document.writeln('<PARAM NAME=&quot;CURRENTMARKER&quot; VALUE=&quot;0&quot;');

document.writeln('<PARAM NAME=&quot;MUTE&quot; VALUE=&quot;FALSE&quot;');

document.writeln('<PARAM NAME=&quot;PLAYCOUNT&quot; VALUE=&quot;1&quot;');

document.writeln('<PARAM NAME=&quot;UIMODE&quot; VALUE=&quot;FULL&quot;');

document.writeln('</APPLET>');

}

</SCRIPT>

" video_width="286" auto_size="0" show_controls="2" enable_error_dialogs="0" startspan -->

<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="mp_279759050" width="286" height="50"

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"

standby="Loading Microsoft Windows Media Player components..."

TYPE="application/x-oleobject" >

<param name="StretchToFit" value="0">

<param name="AutoStart" value="1">

<param name="Balance" value="0">

<param name="EnableContextMenu" value="1">

<param name="Enabled" value="1">

<param name="EnableErrorDialogs" value="0">

<param name="WindowlessVideo" value="0">

<param name="Rate" value="1.000">

<param name="CurrentPosition" value="0.000">

<param name="CurrentMarker" value="0">

<param name="FullScreen" value="0">

<param name="URL" value=".\media\mp_di_2_1.asx">

<param name="Mute" value="0">

<param name="PlayCount" value="1">

<param name="Uimode" value="Full">

<param name="Volume" value="50">

</object>

<SCRIPT LANGUAGE="Javascript">

if (navigator.appName == "Netscape" && !window.GeckoActiveXObject)

{

var mediaLocation = document.location.href.substring(0, document.location.href.lastIndexOf("/")) + "./media/mp_di_2_1.asx";

document.writeln('<APPLET NAME="mp_279759050" HEIGHT="50" WIDTH="286" CODE="WMPNS.WMP" MAYSCRIPT>');

document.writeln('<PARAM NAME="URL" VALUE="' + unescape(mediaLocation) + '" \>');

document.writeln('<PARAM NAME="AUTOSTART" VALUE="TRUE"');

document.writeln('<PARAM NAME="STRETCHTOFIT" VALUE="FALSE"');

document.writeln('<PARAM NAME="ENABLED" VALUE="TRUE"');

document.writeln('<PARAM NAME="WINDOWLESSVIDEO" VALUE="FALSE"');

document.writeln('<PARAM NAME="ENABLECONTEXTMENU" VALUE="TRUE"');

document.writeln('<PARAM NAME="FULLSCREEN" VALUE="FALSE"');

document.writeln('<PARAM NAME="RATE" VALUE="1.000"');

document.writeln('<PARAM NAME="CURRENTPOSITION" VALUE="0.000"');

document.writeln('<PARAM NAME="CURRENTMARKER" VALUE="0"');

document.writeln('<PARAM NAME="MUTE" VALUE="FALSE"');

document.writeln('<PARAM NAME="PLAYCOUNT" VALUE="1"');

document.writeln('<PARAM NAME="UIMODE" VALUE="FULL"');

document.writeln('</APPLET>');

}

</SCRIPT>

<!--webbot bot="FP_WMP" i-CheckSum="7973" endspan -->
 
J

John R. Baker

Now it's working! Many, many thanks!

Check out the TEST page at
http://www.hopeirvinmarston.com/audio_testing_isaac_johnson.htm .

There are FOUR instances of the audio on this page. Check out the third one
down.

I used your value of Height = 50, but that seems to be a little too much.
My concern is that different versions of the player might require different
heights. In MY browser, there is a small amount of "visualization" screen
still showing. But if I cut the "50" back to a smaller number, will I cut
off some of the controls portion in someone else's browser that is using a
different version of the plug-in?

Note that there are ONLY 4 instances of the "50" in my HTML code. Looks
like I have a different version. I don't know why it didn't work the first
time. I must have messed up somewhere along the line.

Here is MY HTML code:



<!--webbot bot="FP_WMP" PREVIEW="
&lt;object
classid=&quot;clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6&quot;
id=&quot;mp_578169391&quot; width=&quot;286&quot; height=&quot;50&quot;
CODEBASE=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715&quot;
standby=&quot;Loading Microsoft Windows Media Player
components...&quot;
TYPE=&quot;application/x-oleobject&quot; &gt;
&lt;param name=&quot;StretchToFit&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;AutoStart&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;Balance&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;EnableContextMenu&quot; value=&quot;1&quot;&gt;
&lt;param name=&quot;Enabled&quot; value=&quot;1&quot;&gt;
&lt;param name=&quot;EnableErrorDialogs&quot;
value=&quot;0&quot;&gt;
&lt;param name=&quot;WindowlessVideo&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;Rate&quot; value=&quot;1.000&quot;&gt;
&lt;param name=&quot;CurrentPosition&quot;
value=&quot;0.000&quot;&gt;
&lt;param name=&quot;CurrentMarker&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;FullScreen&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;URL&quot;
value=&quot;.\media\mp_audio_testing_isaac_johnson_1.asx&quot;&gt;
&lt;param name=&quot;Mute&quot; value=&quot;0&quot;&gt;
&lt;param name=&quot;PlayCount&quot; value=&quot;1&quot;&gt;
&lt;param name=&quot;Uimode&quot; value=&quot;Full&quot;&gt;
&lt;param name=&quot;Volume&quot; value=&quot;50&quot;&gt;
&lt;/object&gt;
&lt;SCRIPT LANGUAGE=&quot;Javascript&quot;&gt;
if (navigator.appName == &quot;Netscape&quot; &amp;&amp;
!window.GeckoActiveXObject)
{
var mediaLocation = document.location.href.substring(0,
document.location.href.lastIndexOf(&quot;/&quot;)) +
&quot;./media/mp_audio_testing_isaac_johnson_1.asx&quot;;
document.writeln('&lt;APPLET NAME=&quot;mp_578169391&quot;
HEIGHT=&quot;50&quot; WIDTH=&quot;286&quot; CODE=&quot;WMPNS.WMP&quot;
MAYSCRIPT&gt;');
document.writeln('&lt;PARAM NAME=&quot;URL&quot; VALUE=&quot;' +
unescape(mediaLocation) + '&quot; \&gt;');
document.writeln('&lt;PARAM NAME=&quot;AUTOSTART&quot;
VALUE=&quot;FALSE&quot;');
document.writeln('&lt;PARAM NAME=&quot;STRETCHTOFIT&quot;
VALUE=&quot;FALSE&quot;');
document.writeln('&lt;PARAM NAME=&quot;ENABLED&quot;
VALUE=&quot;TRUE&quot;');
document.writeln('&lt;PARAM NAME=&quot;WINDOWLESSVIDEO&quot;
VALUE=&quot;FALSE&quot;');
document.writeln('&lt;PARAM NAME=&quot;ENABLECONTEXTMENU&quot;
VALUE=&quot;TRUE&quot;');
document.writeln('&lt;PARAM NAME=&quot;FULLSCREEN&quot;
VALUE=&quot;FALSE&quot;');
document.writeln('&lt;PARAM NAME=&quot;RATE&quot;
VALUE=&quot;1.000&quot;');
document.writeln('&lt;PARAM NAME=&quot;CURRENTPOSITION&quot;
VALUE=&quot;0.000&quot;');
document.writeln('&lt;PARAM NAME=&quot;CURRENTMARKER&quot;
VALUE=&quot;0&quot;');
document.writeln('&lt;PARAM NAME=&quot;MUTE&quot;
VALUE=&quot;FALSE&quot;');
document.writeln('&lt;PARAM NAME=&quot;PLAYCOUNT&quot;
VALUE=&quot;1&quot;');
document.writeln('&lt;PARAM NAME=&quot;UIMODE&quot;
VALUE=&quot;FULL&quot;');
document.writeln('&lt;/APPLET&gt;');
}
&lt;/SCRIPT&gt;
" repeat_count="1" file_name_1="C:\E510 Documents\JRB Web
Sites\www.HopeIrvinMarston.com\audio\isaac_johnson_ch_1_32.mp3"
file_source_1="1" video_width="286" auto_size="0" enable_error_dialogs="0"
enable_fullscreen="0" clientside auto_start="0" video_hight="225"
play_list_count="1" control_id="mp_578169391" balance="0" show_controls="2"
current_position="0.000" current_marker="0"
play_list_filename=".\media\mp_audio_testing_isaac_johnson_1.asx"
media_type="0" file_desc_1="isaac_johnson_ch_1_32.mp3" firsttimethrough="No"
show_position="2" volume="50" enable_windowless_video="0"
show_context_menu="1" rate="1.000" preset_controls="2" buffer_custom="0"
mute="0" enable_controls="1" my_webs_folder startspan-->
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"
id="mp_578169391" width="286" height="50"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject" >
<param name="StretchToFit" value="0">
<param name="AutoStart" value="0">
<param name="Balance" value="0">
<param name="EnableContextMenu" value="1">
<param name="Enabled" value="1">
<param name="EnableErrorDialogs" value="0">
<param name="WindowlessVideo" value="0">
<param name="Rate" value="1.000">
<param name="CurrentPosition" value="0.000">
<param name="CurrentMarker" value="0">
<param name="FullScreen" value="0">
<param name="URL"
value=".\media\mp_audio_testing_isaac_johnson_1.asx">
<param name="Mute" value="0">
<param name="PlayCount" value="1">
<param name="Uimode" value="Full">
<param name="Volume" value="50">
</object>
<SCRIPT LANGUAGE="Javascript">
if (navigator.appName == "Netscape" && !window.GeckoActiveXObject)
{
var mediaLocation = document.location.href.substring(0,
document.location.href.lastIndexOf("/")) +
"./media/mp_audio_testing_isaac_johnson_1.asx";
document.writeln('<APPLET NAME="mp_578169391" HEIGHT="50"
WIDTH="286" CODE="WMPNS.WMP" MAYSCRIPT>');
document.writeln('<PARAM NAME="URL" VALUE="' +
unescape(mediaLocation) + '" \>');
document.writeln('<PARAM NAME="AUTOSTART" VALUE="FALSE"');
document.writeln('<PARAM NAME="STRETCHTOFIT" VALUE="FALSE"');
document.writeln('<PARAM NAME="ENABLED" VALUE="TRUE"');
document.writeln('<PARAM NAME="WINDOWLESSVIDEO" VALUE="FALSE"');
document.writeln('<PARAM NAME="ENABLECONTEXTMENU" VALUE="TRUE"');
document.writeln('<PARAM NAME="FULLSCREEN" VALUE="FALSE"');
document.writeln('<PARAM NAME="RATE" VALUE="1.000"');
document.writeln('<PARAM NAME="CURRENTPOSITION" VALUE="0.000"');
document.writeln('<PARAM NAME="CURRENTMARKER" VALUE="0"');
document.writeln('<PARAM NAME="MUTE" VALUE="FALSE"');
document.writeln('<PARAM NAME="PLAYCOUNT" VALUE="1"');
document.writeln('<PARAM NAME="UIMODE" VALUE="FULL"');
document.writeln('</APPLET>');
}
</SCRIPT>
<!--webbot bot="FP_WMP" endspan i-checksum="48503"-->

===========================================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top