Tagged Questions
0
votes
0answers
13 views
Flash Builder 4.5 for PHP - show variable from PHP in app
Flash Builder 4.5 for PHP - show variable from PHP in app
I have searched for hours and I can't figure this out…
Is there a way to somehow "echo" my PHP code in my MXML file ?
I know you can't ...
0
votes
0answers
12 views
connecting to php flash builder error
I'm getting an error in flash Builder when I'm trying to connect to PHP either on my localhost or webhost that says "unable to connect to database using specified connection information" and at the ...
0
votes
0answers
68 views
Not able to connect to remote server from flash builder with PHP
Am using Flash builder with PHP to write mobile application. I configured the sam ein my local machine with XAMPP server and tested in local its working. Now i want to test the same application in ...
1
vote
2answers
102 views
Huge CPU load/poor performance php zend system written by Flash Builder data wizard
I am a self-taught AS3/Flex/AIR developer and I have built a system of touchscreen-kiosks running on AIR with remote content managment from an online Flex app.
This is the first time I have done ...
0
votes
2answers
88 views
PHP access CollectionArray data
How can I access the array data (i.e. id, nome, etc) of this:
stdClass Object
(
[_externalizedData] => Array
(
[0] => stdClass Object
(
...
0
votes
0answers
106 views
Flex datagrid multiple rows selected send data to AMFPHP [closed]
Does anyone has some example of a populated data grid with multiple rows selection enabled and how the data is sent to AMFphp side.
Thanks!
0
votes
1answer
89 views
Coding some PHP inside Flash Builder?
I use FB (4.6) for almost every coding need I have, but I found that there is no PHP support, is there any way to code some PHP opening a new tab just like any other .as or .mxml tab?.
(Intellisense ...
4
votes
1answer
198 views
How to automate PHP-Flash web application using selenium java
I need to automate a web application which is in PHP with flash. Is it possible to automate the application using selenium java with FlexUISelenium or FlexMonkium.
Thanks in advance.
0
votes
1answer
169 views
java.io.FileNotFoundException localhost/../gateway.php
I am trying to connect to a Data/service for my application in Flash Builder 4.5 but get an java.io.FileNotFoundException error
This is what I did:
Data -> Connect to PHP (runtime) -> click here ...
0
votes
1answer
36 views
How do i save a text with some linked words, with Flex/PHP in mysql?
I have a CMS where i can insert texts with direct links to my favorite sites, to be viewed in the FrontPage, but i just want to show the name of them (bold or colored) and not the URL. How can i do ...
0
votes
0answers
122 views
communicating between flex php
This is my first flex application i have written a php class for the purpose of getting the results from the database. the service definitely works but i'm having difficulty getting flash to list the ...
0
votes
1answer
172 views
Using Adobe Air or Flex to connect to a server/php file for database interaction
I will be developing an smartphone app (eg iOS) in either actionscript 3 with adobe air or using flex. However I need to connect to a database for a huge amount of data storage and retrieval. There is ...
0
votes
1answer
135 views
FileReference, send straight to PHP?
I'd love to be able to send the entire FileReference Object to a PHP Service.
uploadTheVideoResult.token = uploadVideo.uploadTheVideo(mFileReference, nameTextInput.text);
Is there a way to do this?
...
0
votes
0answers
233 views
Flex Service Call Problems While Trying To Insert Date To MySQL
I am trying to build a CRUD app for a recording studio that will enable our customers to book sessions online. I have my database set-up and I am using flash builder 4.6 to create a service call that ...
0
votes
0answers
50 views
Flex PHP Service type mapping
I have recently been upgrading a Flex 3 project to utilise the Zend features on Flash Builder 4.6 for PHP Premium.
I started upgrading my site using this tutorial as a template and I noticed that in ...
2
votes
0answers
124 views
Flex PHP Service generated endpoint and gateway.php
I have recently been updating a Flex 3 project to utilise the Zend services offered in Flash Builder 4.6 for PHP Premium. This is now complete and I am ready to deploy my site to the live server.
My ...
0
votes
1answer
71 views
why isn't my mysqli statment working in flex 4.5?
hi there i'm working with flex 4.5 and php, i have a services php file with a query that is actually workink this query retreives an specific product info. but when i want to get the statement with ...
0
votes
0answers
182 views
Debugging flex and php project with flash professional in flash builder
I've two projects inside flash builder for PHP Premium. http://www.adobe.com/products/flash-builder-php.html
Flash Professional project type (because project has graphic and animation needs)
Flex ...
0
votes
1answer
418 views
How do I post variables from Flash Builder 4.6 and get the result in PHP? Any Ideas?
I'm rather new to Flash Builder but I've read some articles on the web and on here and it's a persistent problem that I just can't seem to solve.
In Flash Builder, I have a search bar with an ID of ...
1
vote
3answers
2k views
How to send parameters via the URL to PHP from Flex HttpService
Forgive me if this has already been answered/ is extremely basic/ the question is worded incorrectly, I am very new to this and struggling.
Basically I have back end PHP which generates XML, the ...
0
votes
1answer
178 views
Dynamically populating textArea in Flashbuilder
I cant seem to populate a textArea dynamically in flash builder. The only tutorials I can find are populating dataGrids or drop downs using a dataProvider. Heres the code I am using:
...
0
votes
1answer
291 views
Flex Mobile PHP remote server
I am totally new to Flex mobile developing.
In FlashBuilder for PHP, you need to specify local PHP server.
My answer is, how to change it to remote server?
Because, i have a hosting, and I need to put ...
1
vote
1answer
394 views
Flex & PHP - Insert Query in Php Service
I have a MySql DB with 2 tables:
1. category - categoryID / category / description
2. photos - photoID / categoryID / photodescription / photo
And i have a service (CategoryService.php) automatically ...
-1
votes
3answers
168 views
Server error MySQL Error - 1064 [closed]
Well not being the best programmer in the land i thought i would ask this question in the hope someone would spot the error or just tell me I am going the wrong way about it.
I have a Flash Builder ...
0
votes
1answer
74 views
Flash Builder 4.5.1 for PHP warning statements
In my own PHP classes I use include statements but it "appears" the Flash Builder IDE isn't able to "see" the include path becasue it's convinced that the class doesn't exist "Warning (orange ...
1
vote
2answers
96 views
OOPHP calling a function within a function
OK so I am using OOPHP to communicate between Flash Builder and MYSQL both functions work but when i call one of the functions within the other it throws an error
ERROR: Server error MySQL Error - ...
0
votes
1answer
440 views
FlashBuilder 4.5 + PHP + mssql list output
I've created a web service with the following code:
class WebUser {
public $USERID;
}
class UseridService
{
public $username = "my_user";
public $password = "my_pw";
public $server = ...
0
votes
1answer
555 views
Uploading images to server from a flash web site in AS3 and PHP
Ive been trying to create this code for some time now and just wondered if someone out there who may read code better than me may work out why the image doesnt end up on my server as i seem to have ...
0
votes
1answer
238 views
AIR - Load local file to web server
I try to upload file from local system to web server.
My application is desktop application and I work with php server.
Find below my code
In flex
var dropfiles:Array = ...
0
votes
1answer
95 views
flex4 with php, error referencing function
I'm trying to connect to MySql database in flex4. I wrote a php class like this,
public function getNames() {
$stmt = mysqli_prepare($this->connection,
"SELECT
names.firstname,
...
0
votes
1answer
75 views
getting unpocessed php from httpservics as result FB4
Hello pleassse help am using httpservice in flash builder 4 for a login system, but am getting the result as raw php unprocessed data from server, but when i run the same file in the browser i get a ...
2
votes
1answer
135 views
ZendAMF - what is all this traffic?
I am using ZendAMP php and Flex (Flash Builder 4). It works great, but I noticed when I am looking at the traffic going between my flex application and ZendAMF, there packets moving even though I am ...
0
votes
1answer
559 views
Help with Error 1061 - Call to a possibly undefined method
First off, here's the exact error I'm getting:
Error 1061: Call to a possibly undefined method _initRemoteClassAlias through a reference with a static type Class
So, that being said, here's what I ...
2
votes
1answer
453 views
How to export microphone recorded byearray as wav or mp3 from flash actionscript to php
I need help in exporting a bytearray to a wav or mp3 (or anything that runs!) from my flash code to my php page.
I am using microphone recorder to record voice, i use a a url request to send my ...
0
votes
2answers
185 views
PHP and FlashVars communication
Here is a simple problem I need to maintain. I need to pass PHP variable into FlashVars.
<param name=FlashVars value='sourceUrl=<?php echo $fileName;?>'>
If I use <param ...
0
votes
0answers
273 views
CallResponder vs. RemoteObject
Okay - this is probably a really "Newbie" type question - and with good reason. I am a newbie to Flex/FlashBuilder/PHP/MySQL, etc...
Earlier I posted a question about trying to get RemoteObject ...
1
vote
1answer
2k views
Channel.Connect.Failed error NetConnection.Call.BadVersion
Okay - So I've been looking all over the place to try and correct this problem - But I keep finding different answers, and frankly, it is getting terribly frustrating trying to figure this out. Lemme ...
0
votes
1answer
74 views
Defining A Custom Class with Text Input values
I have another question for the masses out there regarding trying to input values from a text input box to a custom class. I currently have a custom class named Company with properties that correspond ...
0
votes
1answer
82 views
How To Retrieve Variable From PHP to Flex
Okay - an easy answer for 99% of you. I have a custom class 'Users()'. In PHP I have all the values being populated correctly. When I go to Flash Builder - and do the test function - All the data ...
1
vote
2answers
137 views
PHP & Adobe AIR RIA's
First and foremost - I am sorry if this is a question that has been answered hundreds of times on this site. When I typed the topic in it came back with a ton of related threads, and after reading ...
0
votes
2answers
95 views
Differences between adobe actionscript 3 softwares and which should be used to create youtube style annotations?
I'm working on a guitar tutorial website where users can select parts of a song, then write an explanation of how to do that guitar technique. The explanation will pop up, like a youtube style ...
0
votes
0answers
793 views
Flex File Upload Problem
I'm writing a small Flex Script to upload a file to a website. The problem is when i am executing this using Flash Builder 4.5, its working fine but when i am trying to do the same thing when i have ...
0
votes
1answer
379 views
php - how to convert actionscript rich text to plain text?
I have a flex (flash builder 4) application with a rich text editor control. I am storing this rich text output in a database via zend amf <--> php.
Now I want to display the first part of that ...
0
votes
2answers
189 views
Why 2.4 MB worth of data for a simple Flex App? [closed]
I have a Flex application here
If you open that link, you'll see it takes quite a long time to download (after the first bar is complete, the screen gets blank for a while and then the app is ...
0
votes
1answer
483 views
What am I doing wrong trying to get data with URLLoader?
Hey, I have a php document dynamicly generating the following:
peerID=e224d6cac76ef3181d4804858d82ebeee7e67ad7bdd7b02f3857a700b0ec7fbc
(from get_peerID.php)
I'm using the following AS3 to try and ...
1
vote
1answer
238 views
Whats wrong with this URLRequest or Loader?
I have the following code:
var myRequest:URLRequest = new URLRequest("http://localhost/example.com/scripts/get_peerID.php?peerID=" + myID.text);
var myLoader:URLLoader = new URLLoader();
...
0
votes
1answer
99 views
How can I get a value from a database from within my MXML app?
I have a video phone app that works but I'm trying to now fetch some data from a database. I'm most comfortable with PHP.
I'm trying to get 1 value from a "users" table within a database called ...
0
votes
1answer
461 views
How to manipulate data returned from PHP service in Flash Builder
I'm using the data/services in Flash Builder 4 to access the php functions of a site within an Air based Crud, and figuring out the most efficient ways to work with the data objects that come back.
...
0
votes
1answer
232 views
Writing to an XML file in the source directory of Flex project?
I am writing to an XML file which is placed in the src directory of my Flex project. But when I run my application, the changes I make to that XML file actually reflects in the copy of that XML file ...
1
vote
1answer
325 views
How to version control generated code from Flex model driven development?
We are using Flash builders data services feature to generate ActionScript services/ValueObjects code along with PHP services code using the MySQL data source.
Flash-builder manages this by creating ...