I tried live http firefox plugin.
But it just displays the requests for the dataset requests.
I have tried the video streaming on the application and no problem about it
as well.
So I donT think that, this is not an issue about the connection with the
red5 application.
I have a shared object class named *sharedObjectChat* that connects a shared
object on the red5. And an object of it is *soChat*. when the send button
clicked on the chat screen calls *soChat.writeSharedObject(message);*.

follows like this :
-------------------------
<method name="writeSharedObject" args="message">
            this.so.send("writeMessage",loginScreen.getUsername(),message);
 </method>

<method name="writeMessage" args="username, msg">
            //Debug.debug(msg);
            messageArea.addText(username+ " : "+msg+"\n");
 </method>

And I see on the red5 logs that, openlaszlo application connects to the
shared object successfully. Bec. somewhere in the laszlo application I am
getting an attribute of another shared object and is being shown to the
user.

The problem causes, while calling *
so.send("writeMessage",loginScreen.getUsername(),message);*

How can I explain the problem more clear I donT know. I know that you are
expressing opinions according to my posts. Here is the just one place except
openlaszlo forum that I can find my answers at about openlaszlo.

Kind regards.
Cem

2010/3/4 P T Withington <[email protected]>:
> Maybe the thing to do is to use a network analyzer like Firebug or Charles
or Live HTTP Headers to look at the network connections in each case?
 Perhaps you will be able to see some difference there?
>
> On 2010-03-04, at 04:27, cem sonmez wrote:
>
>> I see in the red5 server logs that there is no problem about the
>> communication with my laszlo app.
>> Bec. some calling methods between red5 and laszlo works well. As I
>> said in an earlier post, I think that can say something clear (you
>> might not seen it):
>>
>> Think about this scenario:  two applications are running, one of them
>> is on the developer console, and the another one is the swf object
>> that is embedded to the html. Both of them is connecting the same
>> red5 app. with the 'rtmp://localhost:1935/fi6en'. I can see on the
>> red5 application log, that both of them is connecting to the
>> application properly. And when the application embedded into html,
>> sends something to the shared object that has been created on the red5
>> side, app. on the dev. console sees everthing with no problem, but
>> html embedded application doesnT see anything. And when app. on the
>> dev. console sends someting to the shared object, everyhing is being
>> shown on itself, but not on the app. embedded into html.
>>
>> Do you think that, it might be just about proxied attribute of canvas
>> or the flash player security isssue. Bec. I have already tried both of
>> them.
>> And problem still goes on.
>> Thanks in advance.
>
>



-- 
Cem SONMEZ

Reply via email to