flex-builder-3

Image map in Flex

对着背影说爱祢 提交于 2019-12-13 16:14:30
问题 Anyone have an example of doing something like an image map in Flex? I'm not sure if that is the correct term, since I also want to do things like highlight the selected part of the image or show a popup bubble pointing to it. Any ideas? 回答1: Check this out: flexlib > ImageMap 来源: https://stackoverflow.com/questions/535003/image-map-in-flex

Flex Builder cannot locate the required version of flash player

孤街醉人 提交于 2019-12-13 04:11:29
问题 I am new to Flex development. I got an error when i tried to run the application as Flex Builder cannot locate the require version of flash player and saying you might need to install flash player 9. I am using Flex Builder 3 with SDK 3.2 and having latest flash player of version 11.1.162 Even having latest version of flash player why i could not able to run the application? To run successfully what should i need to do? Thanks in advance 回答1: I got the above mentioned problem, when i have

Flex Builder 3 executing old source codes

好久不见. 提交于 2019-12-07 12:30:36
问题 I'm facing this problem again and again, but can't find any solution (except mine, which is not as a good one I guess). Don't know why, sometimes Flex Builder executes old source codes after making changes. While debugging I see how it steps through a source (e.g. changing local variables) which does not exist (even if I delete all that block or function). My way to solve that is to delete the project (backing up the source codes of course) and create a new one, add the backed up sources to

Flex Builder 3 executing old source codes

只谈情不闲聊 提交于 2019-12-05 13:52:24
I'm facing this problem again and again, but can't find any solution (except mine, which is not as a good one I guess). Don't know why, sometimes Flex Builder executes old source codes after making changes. While debugging I see how it steps through a source (e.g. changing local variables) which does not exist (even if I delete all that block or function). My way to solve that is to delete the project (backing up the source codes of course) and create a new one, add the backed up sources to the project and rebuild. It starts to work as it should work, but this way is not as comfortable,