actionscript 3 - Flex application doesn't work properly after uploading to a server -
I'm a C ++ programmer, but I am a newbie in Flex. I am developing a Flex 3 application for a social network using Flash Developer. I am using Adobe Flashplayer (10.3 debug) downloaded from Adobe to debug. This app is a simple audio player that shows artist / album images.
This application worked fine on both local computers and remote servers until I make some layout changes in Main.mxml. I added some HBoxes and converted image placements. After that this application still works on my local computer, but it does not work properly after uploading to the server.
The application buttons are not highlighted on over / out / click events, images loaded over the internet are not displayed, the text is not displayed dynamically, but when I click the button The sound file is loaded over the internet then the game starts. It seems that some events that are responsible for the display components are not sent, because some of the functionality Which still does not belong to display works
In order to ensure that it is not a server problem, I went back to the previous amendment right to work.
I think this is a known issue, but I do not know what the reason is.
Can anyone help me solve this issue? Thank you.
UDP: I saw this issue in IE and FF, I did not test opera and chrome.
Are you working to access the pixel data of images in the new version? If so, this may be the problem, because pixel data (always) is not accessible for loaded images in order to throw a security error, which alters the rest of the interface.
In addition, do you try to run a remote version in debugger? If so, is an exception being thrown out?
No more, this is not a known issue, while using Flex SDKs you sometimes have annoying and harsh hardships to make disturbances.
Comments
Post a Comment