关于flex/AS的几个基本问​​题

发布于 2024-10-08 22:10:04 字数 299 浏览 4 评论 0原文

伙计们,我从一两天开始就在与 Flex 斗争。我还没有找到一个不错的简短教程。实际上,我也一直在与 FLEX IDE 斗争。请为此指出一个很好的教程 我基本上有这样的问题:

  • Cannot use Alert in AS
  • Inclusion a AS file in mxml file
  • org.com.struct and the as file in it.Why do we need to say pacakage org.com inside the as file

Guys i have struggling with flex since a day or two.I havent found a nice short tutorials.Actually i also have been struggling with FLEX IDE too.Please indicate a nice good tutorials for this
I basically have questions like

  • Cannot use Alert in AS
  • Including a AS file in mxml file
  • org.com.structure and the as file in it.Why do we need to say pacakage org.com inside the as file

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

偏爱自由 2024-10-15 22:10:04
  • 您可以使用 Flex Alert 类。在纯AS中,与JavaScript不同,没有alert()。
  • 。但是script.as不会知道MXML文件,最好使用as文件中定义的类作为MXML中的控件。
  • 因为包是编译器强制的设计决策,而我们是谁来讨论它。
  • You can use flex Alert class. In pure AS, unlike JavaScript, there is no alert().
  • <mx:Script source="script.as"/>. But script.as will not know about MXML file, it's better to use class defined in as file as a control in MXML.
  • Because packages are compiler-enforced design decision, and who we are to discuss it.
So要识趣 2024-10-15 22:10:04

一周内弯曲!

http://www.adobe.com/devnet/flex/videotraining.html

这个视频系列对我帮助很大..

Flex in a week!

http://www.adobe.com/devnet/flex/videotraining.html

This video series helped me a lot..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文