December 9th, 2009 by Kyle Posted in: Flash Player, Flex


Here are some tips on troubleshooting from the client side, data request issues via network calls that may be failing for you:

In main the flex application add the TraceTarget component which will log client side networking calls (in and out) to the flashlog.txt

Basically just add this to your flex app anywhere in the main mxml page:

Then when you run the flex app, if you are running in the debug Flash Player (which you can check here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507), you will generate info in the flashlog.txt (which on windows should be located here: C:\Documents and Settings\{username}\Application Data\Macromedia\Flash Player\Logs\)

If you don’t have the debug Flash Player you can get it from here:
http://www.adobe.com/support/flashplayer/downloads.html

(Note you can upgrade to a higher version# of the flash player, but if you are trying to install debug player with the same version number over top of the release player, that won’t work. You’ll have to uninstall the Flash Player first. The uninstaller can be found here:
http://kb2.adobe.com/cps/141/tn_14157.html)

More info on flashlog.txt:
http://livedocs.adobe.com/flex/3/html/logging_04.html
(including where to find the flashlog.txt on other platforms.)
More info on TraceTarget:
http://livedocs.adobe.com/flex/3/html/logging_09.html




No Comments »

November 17th, 2009 by Kyle Posted in: Air, Flash Player, Uncategorized


Pre-release versions of Adobe AIR 2.0 (runtime and SDK) and Flash Player 10.1 were released on Adobe Labs.

Complete information available here:

http://blogs.adobe.com/air/2009/11/adobe_air_2_beta_now_available.html

http://labs.adobe.com/technologies/flashplayer10/
http://labs.adobe.com/technologies/air2/

And to skip right to the interesting bits:

Get the Flash Player 10.1 here: http://labs.adobe.com/downloads/flashplayer10.html
Get AIR 2.0 here: http://labs.adobe.com/downloads/air2.html

By far the most exciting functionality for me is the multitouch functionality. In fact, I pretty much coincided my purchase of an HP Touchsmart tx2 laptop with the release of AIR 2 and Flash Player 10.1, just so I could dive into this new and exciting feature! (By the way, good prices on Amazon for these devices!)

To be sure, you’ll see some future blog posts on this blog regarding this new functionality after I have digested these cool looking sample apps on Adobe Labs

http://labs.adobe.com/technologies/air2/samples/#flash

that demo this functionality.




1 Comment »

October 22nd, 2008 by Kyle Posted in: ActionScript, Air, Flash Player, Flex


***********************************
(For Flash Player 9.0.124 and Flex 3)
***********************************

Basic scenario: I have a webservice, wsdl and crossdomain.xml file in a secured directory (using basic authentication) in one domain and my app.swf is on a different domain.

I want to call a webservice from my app.swf without a proxy, so what are the potential pitfalls?

Read the rest of this post»




6 Comments »

October 14th, 2008 by Kyle
Tags: , ,
Posted in: Flash Player


Buh-by Flash Player 9…Hello Flash Player 10.

Get it here.

Debug players are available here: http://www.adobe.com/support/flashplayer/downloads.html#fp10
( You can also get archived Flash Players available for testing purposes here:
http://www.adobe.com/go/tn_14266)

Release notes: http://www.adobe.com/support/documentation/en/flashplayer/releasenotes.html#p10

In case you run into installation issues, try uninstalling your previous Flash Player first.
Uninstaller has been updated and is available here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157

There are also some new articles (and updates to old articles) on the dev center:

  • Introducing Adobe Flash Player 10
  • Adobe Flash Player Administration Guide for Flash Player 10
  • Understanding the security changes in Flash Player 10
  • Policy file changes in Flash Player 9 and Flash Player 10



    1 Comment »
  • Earlier this week I was helping a customer trouble shoot a webservice crossdomain.xml issue.
    I pointed him to a blog post I published a while ago as a reference on how to code webservice stuff in actionscript instead of mxml:

    http://flexmonkeypatches.com/flex-webservice-with-auto-repeat-and-increasing-timeout/

    I was a little embarrassed to find that my sample didn’t work anymore.
    The code was fine and the app worked when the swf was run from Flex Builder (thus avoiding sandbox security issues). I hate saying “do as I say and not as I do”, so I decided to took a closer look.

    Read the rest of this post»




    No Comments »

    September 23rd, 2008 by Kyle Posted in: Air, Flash Player, Flex, RubberneckersReview


    Here is another week’s worth of great links:

  • Understanding Flex itemRenderers – Part 3: Communication
    (from Adobe Flex Developer Center: Recent tutorials)

  • Flash+Songs+Guitar Tabs+Timely Sync = Songsterr
    (from Flex RIA United)

  • IoC and the Dependency Injection Pattern in Flex
    (from Eric Feminella: Software Architect)

  • I just decompiled a decompiler so I could use it to…
    (from Doug McCune)

  • Flex 4: Two-way Bindings and Other Improvements
    (from Deitte.com)

  • Kap Lab Releases Free Flex Components
    (from Ben Forta’s Blog)

  • Forcing Landscape Printing in Flex 2 & 3
    (from Flex and Flash Developer – Jesse Warden)

  • using webtier compiler with flex 3
    (from Lin Lin)

  • Fantastic Flex App SlideRocket Public Beta Begins
    (from Greg Wilson’s Ramblings)

  • Custom Charts Using Degrafa
    (from degrafa)




    >> Subscribe to Rubbernecker's Reviews RSS <<

    No Comments »
  • September 9th, 2008 by Kyle Posted in: ActionScript, Air, Flash Player, Flex, RubberneckersReview


    Here is another week’s worth of great links:

  • 360Flex SJ 2008 – Reflective Programming by Eric Ko
    (from Ted On Flex)

  • Birth of a Platform: 25 Million AIR Application Installs…
    (from Digital Backcountry)

  • Embedding Pixel Bender Filters within a SWF
    (from Mike Chambers)

  • Broadchoice Real-Time Collaboration, Powered By…?
    (from Collaborative Methods)

  • Introduction to Pixel Bender 2
    (from gotoAndLearn() Tutorial Feed)

  • Wipe ButtonSkin
    (from Tink)

  • Flex Builder Plug-in for Cairngorm, Code Metrics,…
    (from Deitte.com)

  • What is validateNow and why you should know
    (from judah’s blog)

  • Using the Flex Builder 3.x Profiler
    (from Alex’s Flex Closet)

  • Updated RSL for Flex Data Visualization 3.0.1
    (from The Official Flex Team Blog)




    >> Subscribe to Rubbernecker's Reviews RSS <<

    No Comments »
  • I came across this link/doc and thought it would be good to post it to my blog so it is easy for me to find:

    http://www.adobe.com/go/policyfiles
    http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html

    This details the crossdomain.xml format, tags and options and what they all affect.

    -Kyle




    No Comments »

    September 2nd, 2008 by Kyle
    Tags: , , , , ,
    Posted in: Flash Player


    Just downloaded and installed Google Chrome (http://www.google.com/chrome) and was happy to find that the flashplayer runs fine. I did nothing. I assume it is using the same player that I have installed for Firefox – debug WIN 9,0,124,0 since I am running the release version of that in IE. WOOT!

    Javascript intensive sites do seem a little faster, but of course that is just anecdotal based on my few minutes of using Google Chrome.

    -Kyle




    5 Comments »

    September 2nd, 2008 by Kyle Posted in: ActionScript, Air, Flash Player, Flex, RubberneckersReview


    Here is another week’s worth of great links:

  • ActionScript 3 Wedge Drawing Class
    (from The Flash Blog)

  • ActionScript 3 Arc Drawing Class
    (from The Flash Blog)

  • 43 Hot Flex and ActionScript 3.0 APIs, tips and tools…
    (from Sean Moore)

  • Data Binding with FXG in Flex 4
    (from Mike Chambers)

  • GMDesk Puts Google Webapps into a Single Desktop Application…
    (from Lifehacker)

  • WordPress Comment Moderator AIR Application
    (from Daniel Dura)

  • Defining and Reusing Symbols in Flex 4 FXG
    (from Mike Chambers)

  • Invoking Flash remoting requests using the Java AMF…
    (from Tom Jordahl’s musings)

  • Creating a component instance by class name in ActionScript…
    (from blog.FlexExamples.com)

  • Getting started with Flex 4 FXG and Flex Builder 3
    (from Mike Chambers)




    >> Subscribe to Rubbernecker's Reviews RSS <<

    No Comments »
  • « Previous Entries