[flexcoders] embed source mp3 : unsupported sample rate

2007-03-24 Thread chrisnoeflex
hi, I try to execute following line of codes, to import an mp3 : [Embed(source=music/cl1.mp3)] [Bindable] public var Song1:Class; public var mySong1:SoundAsset = new Song1() as SoundAsset; mySong1.play(); But then my flex builder gives me the error : 'unsupported sampling rate

[flexcoders] Re: no rtmp connection on win xp ?

2007-02-19 Thread chrisnoeflex
Jeff, telnet does not work when container is running. So does this mean that the endpoint for the rtmp connection is not set up correctly ? It does say in the log that 07/02/19 13:19:42 [Flex] [INFO] [Configuration] Endpoint my-rtmp created with security: None at URI: rtmp://10.10.0.119:2038

[flexcoders] Re: no rtmp connection on win xp ?

2007-02-19 Thread chrisnoeflex
Jay, it makes no difference. I also deployed it on our linux server, on an full Oracle Application Server, but i get the same problem. Chris.

[flexcoders] Re: no rtmp connection on win xp ?

2007-02-15 Thread chrisnoeflex
Jeff, Maybe i have something here. If i set the application log of the oc4j to level FINE, i get following on the console : 07/02/15 16:10:37 FINER: RMIServer.logError RMIServer acceptNewConnection() exception: java.net.SocketTimeoutException: Accept tim ed out 07/02/15 16:10:38 [Flex] [INFO]

[flexcoders] Re: no rtmp connection on win xp ?

2007-02-14 Thread chrisnoeflex
Jeff, check out following : C:\ping localhost Pinging wxp-cno [127.0.0.1] with 32 bytes of data: Reply from 127.0.0.1: bytes=32 time1ms TTL=128 Reply from 127.0.0.1: bytes=32 time1ms TTL=128 Reply from 127.0.0.1: bytes=32 time1ms TTL=128 Reply from 127.0.0.1: bytes=32 time1ms TTL=128 Ping

[flexcoders] Re: no rtmp connection on win xp ?

2007-02-08 Thread chrisnoeflex
Jeff, this is what i'm seeing, when i use the fdb debugger : (i already uninstalled my firewall, disabled the windows fire wall, so there should be no problem with any ports that are unusable). He is sending to rtmp://localhost:2038, and is receiving channel got status. (Object)#0 That's the

[flexcoders] Re: no rtmp connection on win xp ?

2007-01-25 Thread chrisnoeflex
Jeff, I think the problem is that i'm not able to connect from the browser, to the app. server, so logging is also not possible. Keep getting the connection failed. Now when i start up the application, i get a flash box asking where the debugger or host application is running, on localhost or

[flexcoders] Re: no rtmp connection on win xp ?

2007-01-24 Thread chrisnoeflex
Jeff, Sorry that this answer took some time. I tried to debug it as you said, but nothing comes up in the log. I configured the logging part in the service-config.xml as followed : logging target class=flex.messaging.log.ConsoleTarget level=Debug properties