FX Logging(Debugging version of Flash Player)

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    FX Logging(Debugging version of Flash Player) - Presentation Transcript

    1. Debugger Version of Flash Player Presented By: D. Vinod http://mysource.tk 12/05/09
      • The debugger version of Flash Player is a tool for development and testing.
      • Like the standard version of Adobe Flash Player 9, it runs SWF files in a browser or on the desktop in a stand-alone player.
      Introduction
      • View run-time errors (RTEs).
      • Use the fdb command-line debugger.
      • Use the Flex Builder debugging tool.
      • Use the Flex Builder profiling tool.
      Functionalities
      • The debugger version of Flash Player lets you take advantage of the client-side logging utilities such as the trace() method and the logging API.
      • In nearly all respects, the debugger version of Flash Player appears to be the same as the standard version of Flash Player .
      Functionalities…
      • <?xml version=&quot;1.0&quot;?>
      • <!-- logging/CheckDebugger.mxml -->
      • <mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;>
      • <mx:Script><![CDATA[
      • import flash.system.Capabilities;
      • private function reportVersion():String {
      • if (Capabilities.isDebugger) {
      • return &quot;Debugger version of Flash Player&quot; ;
      • } else {
      • return &quot;Flash Player&quot; ;
      • }
      • }
      • private function reportType():String {
      • return Capabilities.playerType + &quot; (&quot; + Capabilities.version + &quot;)&quot; ;
      • }
      • ]]></mx:Script>
      • <mx:Label text =&quot;{reportVersion()}&quot;/>
      • <mx:Label text=&quot;{reportType()}&quot;/>
      • </mx:Application>
      Sample program
    2.  
    3. Online Support
      • Go through my Links 
      • http://vinod.ucoz.com/blog/
      • http://vinoddanims.wordpress.com/

    + vinod_danimsvinod_danims, 6 months ago

    custom

    582 views, 0 favs, 0 embeds more stats

    The debugger version of Flash Player is a tool for more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 582
      • 582 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 5
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories