How is this related to using FrontPage?
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Steven Wabik" <Stevenw45.RemoveThis@verizon.net> wrote in message
news:e5%23EIR7qHHA.4324@TK2MSFTNGP04.phx.gbl...
>i have this active X control for playing music. i'm using it to put music on my myspace page but
>when i enter it add it to my myspace page the code changes completely.
>
> it starts like this:
> --------------------
>
> <div id=vpdiv><embed allowScriptAccess="never"name='RAOCXplayer'
> src='http://mysite.verizon.net/stevenw45/usf/music/ubmh.mp3' type='application/x-mplayer2'
> width='300' height='20' ShowC..'1' ShowStatusBar='0' loop='true' EnableC..'0' DisplaySize='0'
> pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed></div><font
> style='font-size: 12pt;'>
>
>
> and than, changes to this once it has been added to my myspace page:
> -------------------------
>
> <div id=vpdiv><object type="application/x-mplayer2" classid="6BF52A52-394A-11d3-B153-00C04F79FAA6"
> allowScriptAccess="never" allowNetworking="internal" height="26" width="300">
> <param name="allowScriptAccess" value="never" />
> <param name="allowNetworking" value="internal" />
> <param name="InvokeURLs" value="0" />
> <param name="fileName" value="http://mysite.verizon.net/stevenw45/usf/music/ubmh.mp3" />
> <param name="URL" value="http://mysite.verizon.net/stevenw45/usf/music/ubmh.mp3" />
> <param name="src" value="http://mysite.verizon.net/stevenw45/usf/music/ubmh.mp3" />
> <param name="showstatusbar" value="0" />
> </object></div><font style='font-size: 12pt;'>
>
>
> the first script has to be manually started to get the music playing but the 2nd one just has the
> music start playing automaticly. does anyone know how i can change the 2nd script so that the
> music will not start automaticly? i need to know what attribute to put in and what not.
>
> someone please help.
>