php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #29671 Request Flash Intigration
Submitted: 2004-08-14 07:17 UTC Modified: 2006-10-27 01:47 UTC
From: admin at php-secure dot tk Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5 OS: WinXP pro
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: admin at php-secure dot tk
New email:
PHP Version: OS:

 

 [2004-08-14 07:17 UTC] admin at php-secure dot tk
Description:
------------
I've been having trouble making a program known as "Koopa Cards" because I've found no way that PHP can read variables from a flash document.  I've made a way to feed back information to the Flash program though a PHP external document, but no way to get it without an Iframe or location change, thus changing the flash to the original again.  So, I request a Flashvar(varname, object) function that can recieve data without refreshing.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-27 01:47 UTC] magnus@php.net
It is not possible to add something like this, by the time 
you see the flash file in your browser, PHP have already 
finished processing the PHP-file.
Use AJAX or some other method (doesn't flash have it too?) 
to send and get data.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC