Articles in the PHP Category
Arduino, Jobs, PHP, Real Time Collaboration, _Favourites »
We’ll use the Arduino microcontroller and an analog joystick to control two servos: the first one will be connected to the horizontal axis, and the second one to the vertical axis.
We also use a the Lynx B-Pan Tilt Kit (BPT-KT) to connect servos together. Check the video and imagine what kind of robots or cool stuff you could create using more devices and a lot of pacience ; )
Adobe, Flash AS 3, Flex 3, PHP »
Reading RSS feeds from Flex or Flash often generate some security issues when the origin domain doesn’t contain a crossdomain.xml file to manage the policy settings.
A little workaround is create a PHP proxy to read the feeds and pass the content to the Flex script.
ActionScript 3.0, Adobe, Flex 3, PHP »
In this sample we’ll use the Flex HTTPService class to make a PHP call and get the file list from a webserver folder. Then we’ll display them populating a List component and we’ll enable the mouse click on each item to save them on your disk (using FileReference.download() method)
Try the online demo
ActionScript 3.0, Adobe, Flash AS 3, PHP »
Adobe, Flash Builder 4, PHP »
I’m really happy to see that in Flash Builder 4, the next release of Flex out in spring 2010, a complete video player component will be finally available with a lot of integrated features: play/pause, progress bar, time and fullScreen button too.
See it in action (click on buttons to play videos)
ActionScript 3.0, Adobe, Flex 3, PHP »
In questo tutorial sfrutteremo le nuove classi URLRequest e URLVariables fornite da ActionScript 3.0 per passare le variabili al file PHP con un metodo più elegante e strutturato.
Le operazioni che effettueremo saranno le seguenti:
- FLEX: Invio delle variabili username e password da Flex a PHP
- PHP: analisi del contenuto delle variabili per verificare la corrispondenza dei dati acquisiti. Nel caso i dati fossero corretti verrà inviata a Flex una variabile status per indicare se l’utente ha effettuato il login con successo o meno
- FLEX: Visualizzazione del risultato dell’operazione in una …
Adobe, Flex 3, PHP »
In questo esempio vedremo come inviare una variabile da Flex a PHP e come restituire a Flex un risultato sulla base del suo contenuto.
Le operazioni che effettueremo saranno le seguenti:
- Invio della variabile NOME_UTENTE da Flex a PHP
- Recupero del suo valore da PHP, analisi del nome utente e invio a Flex dell’indirizzo email corrispondente.
- Visualizzazione in Flex dell’email dell’utente


