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

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)


    No Comments »
  • August 27th, 2008 by Kyle Posted in: ActionScript, Air, BlazeDS, Flash Player, Flex, LCDS

    So, I’ve been lazy and busy and haven’t had a post for a while…hopefully I can get back on track with this post.

  • Adobe AIR Error Codes
    (from Mike Chambers)

  • Understanding Flex itemRenderers - Part 2: External…
    (from Adobe Flex Developer Center: Recent tutorials)

  • Mark Anders Thermo Demo from 360|Flex
    (from Digital Backcountry)

  • Don’t Let Your Timers Creep!
    (from The Joy of Flex)

  • What Do You Think About The Current Adobe AIR Certificate…
    (from Digital Backcountry)

  • Updated version of the ADC Developer Desktop released
    (from The ADC Blog)

  • FlexUnit on Adobe Open Source
    (from Alistair McLeod)

  • 360|Flex Sessions - Media RSS Feed
    (from Ted On Flex)

  • Simple Flex/BlazeDS, JMS, and JBoss configuration
    (from Joe Rinehart on ColdFusion, Flex, and Java)

  • Reading and Writing Local Files in Flash Player 10
    (from Mike Chambers)


    No Comments »
  • August 12th, 2008 by Kyle Posted in: ActionScript, Air, BlazeDS, Flash Player, Flex, LCDS

    I was on vacation last week and missed posting my rubbernecker’s review so here is my top 10 from the passed 2 weeks:

  • Getting Started with Adobe AIR on Linux (Video)
    (from Mike Chambers)

  • Flash Player 10 Mac/Win/Linux Release Candidate Now…
    (from Digital Backcountry)

  • New Java AMF Client feature in BlazeDS
    (from Tom Jordahl’s musings)

  • AMFPHP Security Basics
    (from The Flash Blog)

  • Get IPAddress into Flash
    (from EverythingFlex)

  • BlazeDS and LCDS: Channels, Channels Everywhere (Redux)
    (from Damon Cooper’s BLOG)

  • DataGrid With PopUp Editor
    (from Alex’s Flex Closet)

  • DataGrid ItemEditor with Two Input Fields
    (from Alex’s Flex Closet)

  • How to implement History Manager in a MVC Flex application
    (from Adobe: Most recent Flex Cookbook posts)

  • Displaying a video in a pop up window in Flex
    (from blog.FlexExamples.com)


    No Comments »
  • July 29th, 2008 by Kyle Posted in: Air, Flash Player, Flex

    Here are the past week’s top 10 Flex/AIR/LCDS links:

  • Ribbit acquired by British Telecom for $105M
    (from Ted On Flex)

  • Understanding Flex itemRenderers — Part 1: inline…
    (from Adobe Flex Developer Center: Recent tutorials)

  • First round of Flex video-based training materials…
    (from Matt Chotin)

  • RichFLV - Finally, an FLV Editor
    (from Ted On Flex)

  • AIR, ADT, Java, and Proxies
    (from Pursuit of Simplicity)

  • The topic of Flex frameworks is getting hot
    (from Farata Systems)

  • Proximity Menu Example and Source
    (from The Flash Blog)

  • Gumbo Docs and Specs pushed this week
    (from The Official Flex Team Blog)

  • AIR Data Synchronization via LiveCycle Data Services…
    (from Damon Cooper’s BLOG)

  • Snackr Sinks Its Teeth Into Google Reader
    (from Rob Adams’s User Eccentric)


    No Comments »
  • July 25th, 2008 by Kyle
    Tags: , , , ,
    Posted in: Flash Player, Flex

    A while back I posted this entry showing off my first Google Gadget that embedded a swf for Flash Player version detection.

    http://blog.flexmonkeypatches.com/2008/01/25/google-gadget-flash-player-version-checker/

    Recently someone posted a comment asking how I did that. I figured I might as well post the code. So here it is:

    <?xml version="1.0" encoding="UTF-8" ?>
    <Module>
    <ModulePrefs title="Flash Version Checker" height="295" width="760" scrolling="false"
    description="Uses the swf from Adobe Support Technote: http://www.adobe.com/go/tn_15507 to detect version of Flash Player used in your browser."
    author="Kyle Quevillon"
    author_email="turdontherun+flashversionchecker@yahoo.com"
    author_photo="http://739saintlouis.com/images/me.jpg"
    screenshot="http://739saintlouis.com/images/flashversionchecker_screenshot.PNG"
    thumbnail="http://739saintlouis.com/images/flashversionchecker_thumbnail.png"
    author_aboutme="I work for Adobe Systems Inc. as a Senior Support Engineer for the Flex product line. I have sort of followed an odd career path in what would typically be a reverse order, having started as a Software Developer/Engineer, moving on to become a Software Quality(Assurance/Control) Engineer and now ending up a Software Support Engineer. I think I have found a good fit as I have always been good at discovering problems, understanding other peoples issues and proposing new (or tried and true) methods for solving them."
    >

    <Require feature="flash" />
    </ModulePrefs>
    <Content type="html">
    <![CDATA[
    <div id="flashcontainer" style="text-align: center; vertical-align:center"></div>

    <script type="text/javascript">

    // Display SWF
    function showSWF() {
    // The URL for the .swf
    var url = "http://www.adobe.com/support/flash/ts/documents/test_version/version.swf";

    // Play .swf file.
    _IG_EmbedFlash(url, "flashcontainer", {
    swf_version: 6,
    id: "flashid",
    width: 350,
    height: 250
    })
    }

    // When gadget first loads, display still photo.
    _IG_RegisterOnloadHandler(showSWF);
    </script>
    <!--
    <br/>
    <center>
    <a href="http://fusion.google.com/add?source=atgs&moduleurl=http%3A//hosting.gmodules.com/ig/gadgets/file/117092112381789410143/detect-flash-player-version.xml">
    <img src="http://gmodules.com/ig/images/plus_google.gif" border="0" alt="Add to Google">
    </a>
    </center>
    -->
    ]]>
    </Content>
    </Module>

     


    1 Comment »

    July 21st, 2008 by Kyle
    Tags: , , , ,
    Posted in: Flash Player, Flex

    I have answered questions for a few customers regarding the policy files changes in the recent releases of the Flash Player and have referenced the following documents:

    This change in behavior is noted in the following kb article:
    Sockets do not function in Flash Player versions later than 9.0.115.0

    A good reference on the security changes in the new Flash Player is located here:
    Policy file changes in Flash Player 9

    The page that is probably of most interest to you is here:
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html

    This is an article describing how to set up a socket policy file server and provides some samples:
    http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html

    In addition to these articles, I have found 2 more that I personally found useful:

    This one shows how to make and use a simple java socket server to act as a policy file server:
    AS3 + Java: Socket connections to ports below 1024

    This blog post shows how to create a simple java app that tests your socket server:
    Flash Player 9 Update 3 and the Socket Policy File

    Now if only I could figure out how to easily start the socket server when I start my TOMCAT server up?? Anyone?


    1 Comment »

    July 15th, 2008 by Kyle Posted in: Air, BlazeDS, Flash Player, Flex

    Here are the past week’s top 10 Flex/AIR/LCDS links:

  • Flex Next! - FXG, New States, and More: the Gumbo…
    (from Digital Backcountry)
  • Flex 3 Component Explorer - a must for Flex beginners
    (from Greg Wilson’s Ramblings)
  • Don’t Use IFrames for HTML in Flex
    (from Deitte.com)
  • ADT Error Codes
    (from Mike Chambers)
  • Michigan Flex Slides
    (from Code Slinger)
  • Complete Flex 3 CSS Style Properties List
    (from building blocks)
  • FP9@ 97%, Flash Player 9 update 3 at 82%
    (from Justin’s Flash Blog)
  • Compiler available for Astro beta refresh
    (from Justin’s Flash Blog)
  • Creating BlazeDS channels at runtime
    (from Adobe: Most recent Flex Cookbook posts)
  • Actionscript 3 performance tuning review
    (from Universal Mind Blog Aggregator)

  • 4 Comments »

    July 8th, 2008 by Kyle Posted in: Air, Flash Player, Flex

    Here are the past week’s top 10 Flex/AIR/LCDS links:

  • Announcing the Flex SEO Contest
    (from Digital Backcountry)
  • Food Dial is our first Facebook application
    (from Farata Systems)
  • Thermo is Half the Story
    (from ScaleNine Blog)
  • Simple monkey patch to fix ToolTipManager.toolTipClass
    (from return undefined;)
  • An internal build error has occurred. Right-click…
    (from Flex, ActionScript and Related Stuffs)
  • Closing all your application windows in AIR
    (from Christian Cantrell)
  • Bye Bye Microsoft WMV, Bye Bye Real, Hello Flash Video…
    (from Ben Forta’s Blog)
  • BBC Dumps Microsoft For Adobe AIR
    (from Ben Forta’s Blog)
  • Flex Applications that Warn on Close
    (from EverythingFlex)
  • Source Code Licenses and Flash/Flex
    (from gBlog)

  • No Comments »

    « Previous Entries