Flex :: Unable To Reach The PHP
Jun 3, 2009
My Flex code is unable to reach the PHP, but when i do normally it works like [URL]
$url = addslashes( $_GET['urlWeb'] );
if( !$url )
{
die( "You need to define a URL to process." );
[code].....
View 1 Replies
Similar Posts:
Jul 27, 2011
I have a problem with inline components. I want to reach an inline component from another one.. From the first component, i want to change "enable" value of the linkbutton named "Add" which is in second component. Altough i gave "id" and "className" to second one, i could reach neither it nor its elements.. is there a way to do this?
*in first component there is a text input in "CodedDescriptionItemEditor" component. I want to validate it and according to validation enable the button that i mentioned above..These all are in a datagrid by the way. In datagrid, there is always a row that you can enter data and via the "Add" button you can save it. After save it seems as text..
Here is my code:
<mx:columns>
<mx:DataGridColumn headerText="{Problem}" wordWrap="true" textAlign="left" sortable="false">
<mx:itemRenderer>
[code]....
View 2 Replies
Oct 11, 2010
I create a Flex application that works with a browser using a database with the MySQL server that I can create, modify and delete data from a database. The problem I encounter now is that I want to see my program with Adobe AIR (virtual machine). At the display that does not pose a problem. The problem is that air can not reach the database server is located in the MySQ. the error message displayed is as follows: "Error : client.Error.MessageSend - Channel.connect.failed error tConnection.Call.Failled : HTTP: Status 404:url:'[URL]"
View 2 Replies
Jan 17, 2006
some time when i visit some site i find the Url changing when press any button and the page never change also the main flash movie is still in the page . in the same time you can reach that movie or that section by using the URL directly ..for example :the link in shown like this [URL] in this case it will show the Contact form Movie in the main movie or [URL] in this it will show the frist main movie [URL]what i think in this case when you hit the button it will Load an external SWF Movie to the main Movie and change the URL in sasme time .
View 2 Replies
Mar 17, 2010
The thing is, I am coloring though code the parts of a body, which is a movieclip composed by other movieclips. I am coding in AS2, using the setRGB function from the Color class. Everything is working ok, but there is one arm that is not being colored.
This arm actually is in one layer with several keyframes, half of them have one symbol, and the other half have another symbol. Both symbols represent the arm in different positions. Now, even though they are different symbols, I have named both instances with the same name, but with this solution the arm is not being colored. So I tried to remove the keyframes with the second symbol, and then it got colored.
To sum up, I don�t know how to reach all the symbols in different keyframes of the same layer through code.
View 4 Replies
Mar 28, 2011
here is my code:
var dx:Number = p1.x-bs.x
var dy:Number = p1.y-bs.height
[code].......
View 0 Replies
Jun 10, 2008
I have a inventory that will hide/show itself whenever the mouse is over it. And inside "inventory", I have a couple of slots that should trace "Pres" whenever I click on them. Problem is, it doesn't. I think it has something to do with my inventory hide/show code because when I took it out, everything worked. Heres the code for the inventory:
[Code].....
View 14 Replies
Oct 3, 2011
i created an MC that is made of dynamic mc clips that include a textfield named combo_txt, it is the same clip that i put on stage with add child and i dont knowhow to refer to them i, think i gave them different named but still cant reach them:
[Code]...
when i click on each of them i get the name i gave it but i want each clip to have a different text. this doesnt work:
[Code]...
View 4 Replies
Oct 30, 2008
I have this Class:
package {
import flash.display.MovieClip;
public class MainClass extends MovieClip {
[Code]....
I had used it as a document class, when I call the sum function from the main time line it works, but I need to call it from inside a movieclip.
View 3 Replies
Feb 24, 2010
I'm using Event Propagation in order to change the alpha of each Child on MOUSE_OVER, MOUSE_OUT, and MOUSE_DOWN using... evt.target.alpha On OVER the Child's alpha increases from 0 - 0.5. On OUT it goes from 0.5 - 0. On DOWN it goes to 0.5 and stays there even with a MOUSE_OUT. What I'd like to do is then add a button to the main stage which takes the visibility of all Children back to 0, a basic type of Clear button.
I have one way to do it where I list each Child in a function (all 9!). But can I re-write this so that all Children are effected writing so much code? Ideally I'd like to send a request to find the number of Children (9) and then use this variable to write a function which says (where 'n' is the Instance name of each Child) that n(0-numChildren).alpha = 0
[Code]...
View 3 Replies
Sep 22, 2011
I made a custom event that's supposed to be fired when a specific function within a class is executed. I listen for this event from within my main script, frame one of my timeline. My CustomEvents.as
package {
import flash.events.Event;
public class CustomEvents extends Event {
public static const PAGE_EMPTY:String = "Page Empty";
[code]...
I know I am reaching the CustomEvents constructor, as the trace within it gets printed.The problem is it seems like the event does not reach the function caller?I was unable to find good examples of how to use simple custom events, so this is how I think it's supposed to be.
View 1 Replies
Jul 6, 2009
i want to make a tour for my website there are 2 applications the first one in the site (this app made by Action script)and the second one in the server the last one made by C# store where the user reach last.
View 1 Replies
Sep 16, 2011
I have not been able to find anything in this matter, but I hardly think I would be the first to try it so maybe I am looking in the wrong places.What I want to do is set up a dynamical access to 20 or so classes. (They are bitmaps in the library that I want to connect with MCs that are implemented in the code.)
View 3 Replies
Feb 28, 2012
I have created a style in which i am defining a font family.When i apply this style to label it reflects the font were as there is no change when it is applied to a spark button.I Tried various way to Apply font style but it doesn't work.Other properties work fine except font family. Even i tried creating skin class and set the font family style of label in it. While previewing the skin i can see the changes but when i apply it to buttonApproach 1
@font-face{
src:url("HARNGTON.TTF");
fontFamily: MyF;
[code].......
View 2 Replies
Aug 9, 2011
can someone teach me how to convert the code? when character reach frame 10,scale/flip the char horizontal. i tried e.currentTarget.scaleX=-1; but the char seems to move till off the stage.. without flipping the char,my char gone facing <--- instead of going ----->...
View 3 Replies
Oct 1, 2011
I am a 2D illustrator and am relatively new to Flash (and love it!) and want to add some simple Flash animations (using my illustration) to my portfolio website. But I am having issues when exporting to .swf - I have emailed on examples of work to friends and colleagues to view (and check) and most have trouble opening the .swf files. In fact most can't open them at all! Is this more to do with your average (probably a pc user) person not having an up to date Flash player or to do with my settings when exporting? How to best export to .swf to ensure the majority of people can open and play the file?
View 2 Replies
May 8, 2011
I have the following scenario:i have a MovieClip and I created a linkage for it named A.
[code]...
what is allowed? how can I resolve the issue ? update ok this is an exact scenario but a more simple one that I still wasn't able to resolve. The original scenario is that I have a MovieClip called user_bg_me that has a linkage named user_bg_me that extends user_bg_genericthat extends 'MovieClip` inside user_bg_generic class i want to be able to modify elements inside the movie clip itself. using super.element_name provides an error that the property isn't found.
View 2 Replies
Feb 23, 2011
I have an arrays of swf files that are going to be loaded.I want to create IF statement that when the loadSWF reach to last SWF file (question7.swf) it tweens the alpha of hidden btn.
something like this.
ActionScript Code:
if (e.target.content == qArray[6]+".swf" )
{
TweenLite.to(end_btn,0.5, {alpha:1});
}
This is to give a general idea of the full code
ActionScript Code:
var questionbox:MovieClip = new MovieClip();
questionbox.x=0;
questionbox.y=10;
[code]....
View 0 Replies
Apr 5, 2011
i want to make miliseconds reach 12 instead of 60 when the seconds start to increment. This is because I want miliseconds to represent months and seconds to represent years in my simulation.
View 2 Replies
Mar 10, 2012
I've started to Flash again after a long time. I'm excited. Whatever, my problem is simple. I want to reach a instance name from a movie clip. For example, I made a movie clip that has 2 frames. Name of the second frame is "secFrame". There's a movie clip inside the frame(i'm talking about the frame that named as "secFrame") that has a instance name as "mcSecFrame". Also the instance name of the main movie clip is mcMain. Now, the problem is, how I can control the mcSecFrame instance name with the code that is written on the mainTimeline's frame? For example, I want to control its frame rate. I wrotethis:mcMain.secFrame.mcSecFrame.frameRate = 5;But it doesn't work.
View 13 Replies
May 28, 2011
currently i am removing objects when they reach the edge of the screen with
[Code].....
i understand this does not delete the object? without removing event listeners before removing the object the error log fills up, i believe its due to the stage isnt there after its removed. this makes me think that removechild does not delete the object? i will be creating and deleting many objects during runtime, and i dont want to slow down or use too much memory, how to properly free up the object
View 3 Replies
Aug 23, 2010
I wrote it through the equation (n, k) = n!/(k!(n-k)!).But I found it will loose precision quickly after 12th row.So I change the way. I tried to use the properties of triangle(each row is the sum of previous row)Than I get slow in running when function reach higher degree.
I just keep changing a little and a little... try to make it run faster.
Quote:Function binCoef(70) :
1,70,2415,54740,916895,12103014,131115985,11987747 [code]..
View 0 Replies
Mar 1, 2008
here i have a zipped fla file where i have problem with the character still wallking when road scrolling reach the end of the screen.how would i stop that?heres script:
Code:
//road scrolling
road.onEnterFrame = function() {
[code]......
View 7 Replies
Oct 13, 2011
I work with Flash Pro allmost 11 hours per day and every while i get a error which messes up everything. Approximetly i get this after about 2-3 hours withevery project.After i get this error there is no chance to test movies afterwards.I see a fast flash of the loader window but it dissapears so fast i cant even really see if it is loader.
View 1 Replies
Jul 8, 2011
I am facing a problem in flex 4.1 sdk. (thou I was using flex 4.5 sdk, but for some reasons I had to use 4.1, I can explain that too, but its relevant to the problem I am facing now) I fixed all the errors that I got when I complied my code in Flex 4.5 to Flex 4.1, now I dont get any error. Basically most of the error were because there is no Image class implemented using the Spark architecture in Flex 4.1. So, I switched to mx.controls.Images class.
Now I dont get any errors, but after building the project, and running it, I do not see any images in the entire application. I also compiled the code again with 4.5 (with mx.control.Images class) I see the images properly.
[Code]...
View 1 Replies
Jun 24, 2009
I can identify the type of an object in flex? In particular I have an array where I store multiple types in (but all UIComponents) now as I evaluate the array I want to find out whether I have a TextInput Control or a RadioButton. Does someone have an idea?
View 8 Replies
Dec 13, 2009
I am creating a canvas in actionscript like :
private var cvs_preview:Canvas = null;
[Code]....
So on the focus change i want to run the "end_preview_on_focus_change()" but this is not working. As per my understanding, i think the canvas not getting any focus in the first place. I was trying to use focusManager.setFocus to do that after the canvas's creation complete. but even that is giving me an error.
[Code]...
View 3 Replies
Mar 26, 2010
I am using the mxmlc to compile the examples from google to get started in using Google Maps API in Flex 4.But after compiling the swf file the map does not load.
I've registered for an API key Downloaded and included the Maps SDK in the xml config file used at compile time C:sdkflex4frameworksflex-config.xml
[Code]...
View 1 Replies
May 21, 2010
I have an Flex 4 application that I am developing in Flash Builder 4. I'm trying to use a library developed by a coworker, which was delivered as an SWC.I added the library to the Library Path in the project properties. Component set: MX + Spark, Framework linkage: Merged into code. When I attempt to instantiate a component from this library, I get the following error:unable to add archive file: [library].swc$localeen_US....sourcesimagesAcceptButton.png (The system cannot find the path specified)
View 1 Replies
Jan 26, 2011
Unable to get ll = -15 even when the Flex builder console show correct result. Which part could I go wrong?
//b-a = (3) && c-a = (6)
if((naArray[i+1]-naArray[i])<=3 && (naArray[i+2]-naArray[i])==6) {
ll=-15;
}
View 1 Replies