`
huobengle
  • 浏览: 862157 次
文章分类
社区版块
存档分类
最新评论

How to install and run FlexSpy

 
阅读更多
InstallationInstructions
How to install and run FlexSpy

Installation instructions

Follow these steps to setup Flex-Spy in your Flex 2.0 application:

  • In Flex Builder, open the Properties window of your project (Project menu > Properties)
  • On the left side of the Properties window, select Flex Library Build Path.
  • On the right side of the Properties window, select the Library path tab.
  • Click the Add SWC... button
  • Select the flexspy.swc file that you downloaded (from the Downloads section) and click OK.
  • Add a button somewhere in your Flex application to show the Flex-Spy window:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    ...
    <mx:Script>
    <![CDATA[
    import com.flexspy.FlexSpy;
    ]]>
    </mx:Script>
    ...
    <mx:Button id="btnFlexSpy" label="FlexSpy" click="FlexSpy.show()" />
    ...
    </mx:Application>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics