Neil Smith [MVP Digital M
Guest
|
Posted:
Thu Jul 29, 2004 8:35 pm Post subject:
Re: Playing Multiple MP3s using WMP 9 on web page |
|
|
It's probably supposed to pass the player object in the webpage a
filename to play when it's changed. But it's not getting populated
with filenames and like most frontpage developers you're working with
IE's javascript error reporting turned off. Turn it on, and track down
the error - IE will clearly tell you which line number in your script
is causing an error.
You could always post a minimal but complete example of the code, its
easier for us than trying to guess what frontpage put in your webpage.
Cheers - Neil
On Wed, 28 Jul 2004 19:53:01 -0700, "cain"
<cain@discussions.microsoft.com> wrote:
>I have embedded the media player console into a Frontpage web page and have selected multiple MP3s to play. When I preview this page, I see a Goto bar. It looks like there should be a drop down list of the MP3 filenames here. There is a down arrow on the right side so that to me implies that if I click on it, it should do something. My problem is that I have been unable to figure this one out. Is this supposed to display a drop down list or does it serve some other purpose or is it a bug that doesn't work and will be fixed in the next version?? Any help would be greatly appreciated! |
|