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. 2010/3/4 P T Withington <[email protected]> > > I still suspect a security issue. Perhaps you now have your application > trusting the red5 server, but the red5 server does not trust your > application? If there is some way to test with the application being > delivered from the same server as the red5 server, there will be fewer > chances of security getting in your way. > > On 2010-03-03, at 17:58, cem sonmez wrote: > > > and this settings is about the flash player, right. I will serve this flash > > application on the web, so in this case every user needs to set these > > settings to use this ap. properly. I think there is something to do for the > > flash application. > > Please let me know, If there is something wrong that I said. > > Thanks > > > > 2010/3/3 P T Withington <[email protected]> > > > >> > >> http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html > >> > >> Links on this page take you to a Flash app (written by Adobe) that will let > >> you modify your settings. > >> > >> On 2010-03-03, at 16:46, cem sonmez wrote: > >> > >>> I have been looking at the flash player9 security whitepaper as well, and > >> I > >>> think doing some changes on *flash.system.Security.sandboxType* may help > >> me. > >>> But this property is read-only and I coulnT find anything how to set it. > >>> According to [1], talking about *FlashPlayerTrust configuration file*. Do > >>> you have any idea where can I get this file or change the property that I > >>> said. > >>> Thanks.* > >>> > >>> *[1] - > >>> > >> http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/system/Security.html#LOCAL_TRUSTED > >>> > >>> 2010/3/3 P T Withington <[email protected]> > >>>> > >>>> I am hardly the expert here, but one of the primary differences between > >>> solo and proxied is that in a proxied app, the laszlo server is proxying > >> all > >>> requests. This means that Flash security is not involved: as far as it > >> can > >>> tell, all requests go to/from the server the application was loaded from. > >>>> > >>>> When you make a solo application that makes web requests, you have to > >> get > >>> Flash security involved, and Flash has been slowly becoming more and more > >>> restrictive in this area. > >>>> > >>>> Certainly that compilation warning sounds like it may be trying to say > >>> something along those lines. > >>>>
