Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AMFPHPのphp側からflexで関数を呼び出すことは可能ですか?
たとえば、phpでエラーがスローされた場合、flexアプリでそれを「リッスン」できますか?
is it possible to call a function in flex from the php side of AMFPHP?
いいえ; AMFPHP は、リクエスト レスポンス モデルで動作します。したがって、クライアントはサーバーに何かを要求する必要があります。サーバーは情報をクライアントにプッシュできません。
サーバーからクライアントにデータをプッシュするには、それをサポートするサーバーが必要です。LiveCycle DS は 1 つのオプションです。GraniteDS は別です。