RE: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-25 Thread Sander van Surksum
Of g.wygonik Sent: dinsdag 24 oktober 2006 21:30 To: Flashcoders mailing list Subject: Re: [Flashcoders] Using Flash to Control Windows Media Player right - weird. sorry about that. i'll look into that link a bit later. as for the muting of audio in WMP, you should be able to call a JS function

Re: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-25 Thread Mars Spider - Upgrade Multimediale Srl
Try and have a look at http://www.mtv.it (click on any audio video link to open the Media Console)... it's builded with flash-html-js-vbscript and fscommand... Mars Spider Sander van Surksum wrote: Hello, Is there anyone who's got this, using Flash to Control Windows Media Player, working.

Re: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-24 Thread g . wygonik
Ah yes - the power of old links... :-\ Here are current locations of those links, and hopefully will stay for some time (the old ones were on a local server that died and these are now on a hosting company server that hopefully won't die) controlling a video:

RE: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-24 Thread Sander van Surksum
: dinsdag 24 oktober 2006 16:33 To: Flashcoders mailing list Subject: Re: [Flashcoders] Using Flash to Control Windows Media Player Ah yes - the power of old links... :-\ Here are current locations of those links, and hopefully will stay for some time (the old ones were on a local server that died

Re: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-24 Thread Muzak
: RE: [Flashcoders] Using Flash to Control Windows Media Player Thanks, The second link isn't working yet. What I'm trying to do is to mute the volume of the wmv on a button event in flash. Hope someone has already done this before. Regards, Sander -Original Message- From: [EMAIL

Re: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-24 Thread g . wygonik
right - weird. sorry about that. i'll look into that link a bit later. as for the muting of audio in WMP, you should be able to call a JS function that targets the player with this command: myPlayer.settings.volume = 0; which is referenced in the SDK API Muzak linked to. pretty