• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Call an actionscript function from php

New Here ,
Aug 15, 2012 Aug 15, 2012

Copy link to clipboard

Copied

Greetings,

I have flashbuilder 4.5 for php premium.  I am developing an application that communicates with a Postgresql database using Zend AMF.

I have an external hand held that calls php functions to write to the database.  When these php functions complete, I would like to call

an actionscript function I defined in my application.

Is there a way for php to call an action script function in a component of my application?

Google hasn't turned up anything particularly helpful.

thanks.

TOPICS
PHP

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 31, 2012 Aug 31, 2012

Copy link to clipboard

Copied

LATEST

The solution:

Create a socket listener for alert and flash policy file in php.

Create a socket in flash and have it listen to it.   When php function writes to

socket, flash is alerted.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines