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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC