brianmriley.wordpress.com
ThunderBolt :: Firefox Debugging Tool for Flex / AS3 / AS2 | Got RIA?
https://brianmriley.wordpress.com/2008/03/28/thunderbolt-firefox-debugging-tool-for-flex-as3-as2
ThunderBolt : Firefox Debugging Tool for Flex / AS3 / AS2. I usually use the built-in debugger in Flex Builder accompanied with FlashTracer. When I’m not running in debug mode and/or in prod depending on some query string params I toss in) to debug my Flex applications, but my buddy John. Pointed me to this new plugin for Firebug. Since I’m on the topic of debugging I thought I’d also add in my other handy weapon of choice: ServiceCapture. Feed for this Entry. April 25, 2009 at 10:02 am. I’m curren...
jpcamp.blogspot.com
RIA Bits: Loading a Flex SWF from a Flash SWF
http://jpcamp.blogspot.com/2009/04/loading-flex-swf-from-flash-swf.html
Rich Internet Applications Bits with focus on Flex, AIR, AJAX, Silverlight, JavaFX, frameworks, hints and tips, best practices, SOAs, and more. Thursday, April 02, 2009. Loading a Flex SWF from a Flash SWF. Using either pure ActionScript or the Flash IDE, there is a trick to loading a SWF generated from a Flex Application from within a Flash/AS SWF. When loading a Flash SWF any developer can use the following code:. URLRequest( "http:/ www.anyurl.com/test.swf". Loader.content.hello("Phillip");.
jpcamp.blogspot.com
RIA Bits: Rules for Mobile Usability in RIAs
http://jpcamp.blogspot.com/2012/05/rules-for-mobile-usability-in-rias.html
Rich Internet Applications Bits with focus on Flex, AIR, AJAX, Silverlight, JavaFX, frameworks, hints and tips, best practices, SOAs, and more. Thursday, May 31, 2012. Rules for Mobile Usability in RIAs. We've been working with making our web apps mobile friendly and have come across a few rule-of-thumb type rules that can be applied to an application user interface at design time to help that process:. Subscribe to: Post Comments (Atom). View my complete profile. Rules for Mobile Usability in RIAs.
jpcamp.blogspot.com
RIA Bits: Twitter's new Retweet feature (BETA)
http://jpcamp.blogspot.com/2009/11/twitters-new-retweet-feature-beta.html
Rich Internet Applications Bits with focus on Flex, AIR, AJAX, Silverlight, JavaFX, frameworks, hints and tips, best practices, SOAs, and more. Sunday, November 15, 2009. Twitter's new Retweet feature (BETA). Subscribe to: Post Comments (Atom). View my complete profile. Twitters new Retweet feature (BETA). SWFAddress 2.4 and SWFObject 2.2 Static with Flex . TED: Ideas worth spreading. View J. Phillip Camp's profile.
jpcamp.blogspot.com
RIA Bits: Making an Array out of XML with E4X
http://jpcamp.blogspot.com/2009/03/making-array-out-of-xml-with-e4x.html
Rich Internet Applications Bits with focus on Flex, AIR, AJAX, Silverlight, JavaFX, frameworks, hints and tips, best practices, SOAs, and more. Tuesday, March 31, 2009. Making an Array out of XML with E4X. Today one of my colleagues asked me how to make an array out of attributes from nodes in an XML object in ActionScript 3. After some discussion and searching on E4x he found the solution in many places across the web. The key is the following line of code:. Temp = {1, 2, 3};. View my complete profile.
jpcamp.blogspot.com
RIA Bits: November 2009
http://jpcamp.blogspot.com/2009_11_01_archive.html
Rich Internet Applications Bits with focus on Flex, AIR, AJAX, Silverlight, JavaFX, frameworks, hints and tips, best practices, SOAs, and more. Sunday, November 15, 2009. Twitter's new Retweet feature (BETA). Links to this post. Thursday, November 12, 2009. SWFAddress 2.4 and SWFObject 2.2 Static with Flex 3. There are plenty of examples implementing either one of SWFObject or SWFAddress alone but together there are a few issues to be aware of. Swfobject.registerObject("${application}", "9.0....Object id...
jpcamp.blogspot.com
RIA Bits: SWFAddress 2.4 and SWFObject 2.2 Static with Flex 3
http://jpcamp.blogspot.com/2009/11/swfaddress-24-and-swfobject-22-static.html
Rich Internet Applications Bits with focus on Flex, AIR, AJAX, Silverlight, JavaFX, frameworks, hints and tips, best practices, SOAs, and more. Thursday, November 12, 2009. SWFAddress 2.4 and SWFObject 2.2 Static with Flex 3. There are plenty of examples implementing either one of SWFObject or SWFAddress alone but together there are a few issues to be aware of. Script type="text/javascript" src="assets/js/swfobject.js" /script. Script type="text/javascript" src="assets/js/swfaddress.js" /script. P a href...