We want to build an application that allows the user to record a video using their webcam on开发者_运维知识库 our site using flash and save the URL in a database using PHP. So that we can allow the us
I\'m integrating Drupal with Fl开发者_Go百科ash using AMFPHP as a service. Everything works as expected with view.get and node.get
I am having some consistency problems with my flash application, when I echo out variables for flash to get, it doesn\'t always pick up what PHP is sending, it seems to vary fromPC to PC.
It's difficult to tell what is being asked here. This开发者_运维百科 question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I\'m currently using AMFPHP 1.9 to make a simple flash game which uses a game server. Sometimes, I get this error (BadVersion) when there are simultaneous calls to the server.
in my Flex App, I have a 2-dimensional Array, something开发者_如何学Go like this: arr[0][0] = \"11\";
I am working on a project that uses PHP , AS3, and AMFPHP . The project allows users to upload and download images among other things. Since I am fairly new to PHP/FLash security I have been trying t
I have AMFPHP installed on my server. I have a flash app that can call it\'s methods. I want to create some HTML (on server created) pag开发者_开发知识库es which will contain HTML code and results of
I\'m having some difficulty getting this script to execute properly. The create_rss function does not create the RSS file when the remote function updateStatus is called.
How does paging work, must Flex load in all the database records to determine how many pages to generate开发者_如何学JAVA?