Help!

active X scripts (please help)

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Addins RSS
Next:  Can't get my Flash audio to play in FP2002  
Author Message
Steven Wabik
External


Since: Jun 10, 2007
Posts: 3



PostPosted: Sun Jun 10, 2007 7:07 pm    Post subject: active X scripts (please help)
Archived from groups: microsoft>public>frontpage>addins (more info?)

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.
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Mon Jun 11, 2007 8:26 am    Post subject: Re: active X scripts (please help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.
>
Back to top
Steven Wabik
External


Since: Jun 10, 2007
Posts: 3



PostPosted: Mon Jun 11, 2007 11:34 am    Post subject: Re: active X scripts (please help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

well for one the original script is a plug-in that i got from a page with a
bunch of html codes. 2)web sites use active X controls and plug-ins to play
media and other stuff. and 3 i'm using frontpage to edit my web site.
"Thomas A. Rowe" <tarowe.DeleteThis@mvps.org> wrote in message
news:ub47$OCrHHA.4984@TK2MSFTNGP03.phx.gbl...
> How is this related to using FrontPage?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Steven Wabik" <Stevenw45.DeleteThis@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.
>>
>
>
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Mon Jun 11, 2007 1:52 pm    Post subject: Re: active X scripts (please help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

However, the issue is with the ActiveX control running from your MySpace page, and based on the fact
that you stated that code is being changed once you have added to the MySpace page, which has
nothing to do with using FP.

The changed code does work:

<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>

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Steven Wabik" <Stevenw45.TakeThisOut@verizon.net> wrote in message
news:ew1Gp4DrHHA.5092@TK2MSFTNGP04.phx.gbl...
> well for one the original script is a plug-in that i got from a page with a bunch of html codes.
> 2)web sites use active X controls and plug-ins to play media and other stuff. and 3 i'm using
> frontpage to edit my web site.
> "Thomas A. Rowe" <tarowe.TakeThisOut@mvps.org> wrote in message news:ub47$OCrHHA.4984@TK2MSFTNGP03.phx.gbl...
>> How is this related to using FrontPage?
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>>
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "Steven Wabik" <Stevenw45.TakeThisOut@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.
>>>
>>
>>
>
>
Back to top
Steven Wabik
External


Since: Jun 10, 2007
Posts: 3



PostPosted: Mon Jun 11, 2007 3:14 pm    Post subject: Re: active X scripts (please help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

it being changed in myspace does not fully matter. the thing is that there
should be an attribute that i can add to it to fix the autoplay issue. do
you have any idea of what attribute that i can add to it so that it will not
startup automaticly.
"Thomas A. Rowe" <tarowe.RemoveThis@mvps.org> wrote in message
news:OTBWXFFrHHA.3284@TK2MSFTNGP03.phx.gbl...
> However, the issue is with the ActiveX control running from your MySpace
> page, and based on the fact that you stated that code is being changed
> once you have added to the MySpace page, which has nothing to do with
> using FP.
>
> The changed code does work:
>
> <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>
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Steven Wabik" <Stevenw45.RemoveThis@verizon.net> wrote in message
> news:ew1Gp4DrHHA.5092@TK2MSFTNGP04.phx.gbl...
>> well for one the original script is a plug-in that i got from a page with
>> a bunch of html codes. 2)web sites use active X controls and plug-ins to
>> play media and other stuff. and 3 i'm using frontpage to edit my web
>> site.
>> "Thomas A. Rowe" <tarowe.RemoveThis@mvps.org> wrote in message
>> news:ub47$OCrHHA.4984@TK2MSFTNGP03.phx.gbl...
>>> 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.
>>>>
>>>
>>>
>>
>>
>
>
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Mon Jun 11, 2007 3:30 pm    Post subject: Re: active X scripts (please help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You have to check with the author of the ActiveX control or you might want post to the Windows Media
/ Player newsgroup.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Steven Wabik" <Stevenw45.DeleteThis@verizon.net> wrote in message
news:%23cEllzFrHHA.4836@TK2MSFTNGP05.phx.gbl...
> it being changed in myspace does not fully matter. the thing is that there should be an attribute
> that i can add to it to fix the autoplay issue. do you have any idea of what attribute that i can
> add to it so that it will not startup automaticly.
> "Thomas A. Rowe" <tarowe.DeleteThis@mvps.org> wrote in message news:OTBWXFFrHHA.3284@TK2MSFTNGP03.phx.gbl...
>> However, the issue is with the ActiveX control running from your MySpace page, and based on the
>> fact that you stated that code is being changed once you have added to the MySpace page, which
>> has nothing to do with using FP.
>>
>> The changed code does work:
>>
>> <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>
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>>
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "Steven Wabik" <Stevenw45.DeleteThis@verizon.net> wrote in message
>> news:ew1Gp4DrHHA.5092@TK2MSFTNGP04.phx.gbl...
>>> well for one the original script is a plug-in that i got from a page with a bunch of html codes.
>>> 2)web sites use active X controls and plug-ins to play media and other stuff. and 3 i'm using
>>> frontpage to edit my web site.
>>> "Thomas A. Rowe" <tarowe.DeleteThis@mvps.org> wrote in message
>>> news:ub47$OCrHHA.4984@TK2MSFTNGP03.phx.gbl...
>>>> How is this related to using FrontPage?
>>>>
>>>> --
>>>> ==============================================
>>>> Thomas A. Rowe
>>>> Microsoft MVP - FrontPage
>>>>
>>>> http://www.Ecom-Data.com
>>>> ==============================================
>>>>
>>>>
>>>> "Steven Wabik" <Stevenw45.DeleteThis@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.
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Addins All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum