Re: [flexcoders] Error: 1000: No bitrate match

2007-01-17 Thread Paul Hastings
On 1/15/07, Impudent1 <[EMAIL PROTECTED]> wrote:
> http://blogs.ittoolbox.com/c/engineering/archives/adding-flv-mime-type-in-iis-4198
> might help.

actually we shutdown the IIS dev server last night & this morning it
started working. i stopped & restarted the web server several times
w/out any luck. i guess it needed a kick in the rear end to take
effect.

thanks.


Re: [flexcoders] Error: 1000: No bitrate match

2007-01-15 Thread Paul Hastings
On 1/15/07, Impudent1 <[EMAIL PROTECTED]> wrote:
> http://blogs.ittoolbox.com/c/engineering/archives/adding-flv-mime-type-in-iis-4198
> might help.
>
> I had all the no bitrate match errs as well. Once I added the mime type
> to the server all was well.

thanks but still getting that error. real head-scratcher.


Re: [flexcoders] Error: 1000: No bitrate match

2007-01-14 Thread Impudent1
http://blogs.ittoolbox.com/c/engineering/archives/adding-flv-mime-type-in-iis-4198
 
might help.

I had all the no bitrate match errs as well. Once I added the mime type 
to the server all was well.

Impudent1
LeapFrog Productions


[flexcoders] Error: 1000: No bitrate match

2007-01-14 Thread Paul Hastings
trying to load some FLV as "help" but no matter where i place these
files & no matter what i set the application framerate to, i keep
getting

Error: 1000: No bitrate match
at mx.controls.videoClasses::VideoPlayer/play()
at mx.controls::VideoDisplay/play()
at video/___Button1_click()

watching this in the debugger it's actually stopping on

throw new VideoError(VideoError.NO_CONNECTION);

which makes me think it's simply can't find the FLV files. any ideas?

thanks.