"David Mark" <> wrote in message
news: ups.com...
> On Oct 1, 8:02 pm, "dE|_" <d...@crackguitar.com> wrote:
>> For months I have been happily using a downloaded JS file and inline
>> script
>> to embed and control the parameters of SWF files which I use as mp3
>> players
>> with actionscript.
>>
>> The last so.addParam controls the simple function auto-play; OFF but
>> since
>
> What so.addParam?
so.addParam("quality", "best");
so.addParam("loop", "false");
so.addParam("play","false");
so.write("flashcontent");
is the script's version of the object tags
<param name="quality" value="best" />
<param name="loop" value="false" />
<param name="play" value="false" />
>> recent real player installations this has been taking over starting them
>> all
>> off and even offering downloads.
>>
>> This may be annoying for some writers but it is critical for the site I
>> use
>> this on as some pages hold multiple SWF mp3 players- as many as 13, which
>> now all start together!
>
> Why are you using Flash to embed audio? Why not use object tags? And
> why would you have 13 Flash movies on one page?! Sounds like bad luck
> to me.
Flash to embed audio as it was and should bypass all other variable media
players, keeping the page to itself rather than another unknown app popping
up on the side.
Flash Object tags don't validate and my CV boasts 100% validation.
13 'movies' one one page;
www.crackguitar.com/recordings.html a mass of
recordings by guitar students of mine. Even if I seperated the bands I would
still want more than one song on each page.
>>
>> http://www.crackguitar.com/audio/loo...yourenemy.html
>>
>> Just a drum machine loop, nothing nasty.
>>
>> http://www.crackguitar.com/swfobject_1.4/swfobject.js
>
> I recognize that script. It is another reason not to use Flash on the
> Web. It is better than Adobe's own deployment kit, but that isn't
> saying much.
>
>>
>> Is there a way to modify this to tell Real Player to keep off the stage?
>>
>
> Modify the script? I don't see how that will help. Try uninstalling
> RealPlayer and see if the problem goes away. I suspect the root of
> the problem is in the Flash app.
I know Real Player is the fault, I had to install update to watch a wedding
video last week and now it's gone wrong. I can't tell my visitors to
uninstall RealPlayer- according to my stats the 2 most visited pages are
ones that hold 6 and 13 mp3s.
Maybe 'Modify' was not the correct term (I'm not a script ace), telling a
movie not to start until you click a button is very simple in the program,
object and script even for me.
I suppose I need a script that tells RealPlayer to pss off.
Del