Welcome, Guest. Please login or register.
Did you miss your activation email?
02/07/12, 08:51
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  Flex, Air, FlashBuilder, Catalyst (Moderators: ..:: Mazhar Hasan ::.., kofi addaquay)
| | |-+  The very hate things when using flex.. :(
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: The very hate things when using flex.. :(  (Read 1033 times)
hinomotoblade
Seasoned Programmer
***
Posts: 131


Flash Never Die :D


View Profile
« on: 01/28/10, 23:16 »

Hello, i am really confused and really really make me peevish about flex.. Sad

For example like this, i have some algorithm about flex, than its worked..

but sometimes it doesnt worked.. and didnt worked again..

whereas i didnt make any change about that.. Why like that?? is it a bug?? Sad

Thats really strange, huhuh, its made me make some doubt about flex.. often happen some error / suddenly didnt worked well like before.. Sad

Any help is really appreciate.. huhuh Sad i cant be pleasant when using flex right now T.T
Logged

Huihihi~ Cheesy
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6161


View Profile WWW Email
« Reply #1 on: 01/29/10, 01:41 »

Sorry, but this post does not realy help anybody.

Sure, some things might look weird at the beginning, but without direct samples, we cannot help you.

What are you trying to do? How you approach to this task? What are the errors?

We need input to give output Wink

As better the information, the better the answers.
Logged

happy flashing
Cool
Ronald
Jorge Solis
Administrator
Systems Administrator
*****
Posts: 14593


View Profile
« Reply #2 on: 01/29/10, 07:49 »

I guess is more a newbie feeling. As far as you gain experience, you will find that things are not so random

Jorge
Logged

hinomotoblade
Seasoned Programmer
***
Posts: 131


Flash Never Die :D


View Profile
« Reply #3 on: 01/29/10, 09:02 »

Uhum yes, so its just my mistakes.. Smiley

but i dont know the mistake.. Sad

I just want to send some variables to php file but by navigatetoURL

how to do that?.. before this its worked, but now i try to run again it didnt worked Sad

I have 2 ways to do that but both of those didnt worked Sad

Code:
var hinoVar:URLVariables = new URLVariables();
hinoVar._table = fromDG;
var hinoRequest:URLRequest = new URLRequest("http://localhost/FlashExcel.php");
hinoRequest.method = URLRequestMethod.POST;
hinoRequest.data = hinoVar;
navigateToURL(hinoRequest,"_self");
var hinoLoad:URLLoader = new URLLoader();
hinoLoad.dataFormat = URLLoaderDataFormat.VARIABLES;
hinoLoad.load(hinoRequest);
hinoLoad.addEventListener(Event.COMPLETE,xlsdone);

And

Code:
var hinoVar:URLVariables = new URLVariables();
hinoVar._table = fromDG;
var hinoRequest:URLRequest = new URLRequest("http://localhost/NetBeansPHPHino/FullFlashPHPBackgroundTest/FlashExcel.php");
hinoRequest.method = URLRequestMethod.POST;
hinoRequest.data = hinoVar;
var hinoLoad:URLLoader = new URLLoader();
hinoLoad.dataFormat = URLLoaderDataFormat.VARIABLES;
hinoLoad.load(hinoRequest);
hinoLoad.addEventListener(Event.COMPLETE,xlsdone);
}
private function xlsdone(event:Event):void
{
var _xlsText:String = event.target.data.valid;
navigateToURL(new URLRequest("http://localhost/NetBeansPHPHino/FullFlashPHPBackgroundTest/FlashExcel.php"),"_self");

I just want to send some variables to php by navigateToURL.. but it seems didnt send and change to zero / null..

Thank you very much Ronald and Jorge Smiley
« Last Edit: 01/29/10, 09:59 by hinomotoblade » Logged

Huihihi~ Cheesy
kofi addaquay
Global Moderator
Senior Programmer
*****
Posts: 450



View Profile WWW Email
« Reply #4 on: 01/29/10, 10:32 »

I explained this to you in a earlier post. In flex use HTTPService.
Logged
hinomotoblade
Seasoned Programmer
***
Posts: 131


Flash Never Die :D


View Profile
« Reply #5 on: 01/29/10, 10:44 »

Ouw yes thank you.. Smiley
Logged

Huihihi~ Cheesy
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything