<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 20 Mar 2013 08:03:22 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-03-20T08:03:22Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Is it possible to save data to sqlite using flash player plugin rather then AIR?</title>
      <link>https://forums.adobe.com/thread/1173858</link>
      <description>&lt;!-- [DocumentBodyStart:9594dfc5-1265-4677-99f8-27770055859f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="votecell" style=";"&gt;&lt;p class="vote" style="min-height: 8pt; padding: 0px;"&gt;&lt;span class="vote-count-post"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi all!&lt;/p&gt;&lt;p&gt;We have a flash web app. &lt;/p&gt;&lt;p&gt;we thought to use local storage to enhance performance and responsiveness. &lt;/p&gt;&lt;p&gt;LSO falls short to sqlite. &lt;/p&gt;&lt;p&gt;AIR is too far on the roadmap for us productwise, &lt;/p&gt;&lt;p&gt;therefore wanted to ask if the flash player had evolved to include sqlite local storage from the browser like HTML5 has access to... &lt;/p&gt;&lt;p&gt;cheers.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9594dfc5-1265-4677-99f8-27770055859f] --&gt;&lt;img src='/beacon?t=1415918241226' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sqlite</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash-player</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">local-storage</category>
      <pubDate>Wed, 20 Mar 2013 08:03:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1173858</guid>
      <dc:date>2013-03-20T08:03:22Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help Needed - cf10 brakes cflogin working code</title>
      <link>https://forums.adobe.com/thread/1151394</link>
      <description>&lt;!-- [DocumentBodyStart:dac71e9d-48c2-4bff-a18a-254cfd9a0209] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;I develop a flex client with a cf backend &lt;/p&gt;&lt;p&gt;after installing cf10 I realized the implemented&amp;nbsp; login functionality stopd working&lt;/p&gt;&lt;p&gt;I use cflogin and RemoteObject.setRemoteCredentials()&lt;/p&gt;&lt;p&gt;I get the following error for all the dashboard methods which require login by setting the "roles" parameter:&lt;/p&gt;&lt;p&gt;"Unable to invoke CFC - The current user is not authorized to invoke this method"&lt;/p&gt;&lt;p&gt;the same code runs perfectly on CF9 on a different dev machine.&lt;/p&gt;&lt;p&gt;I googled a bit and found out that cf10 has some "improvements" to its security model and the default will not allow this streight forward rpc communication.&lt;/p&gt;&lt;p&gt;now this is where it starts to get blurry for me, and I'd appreciate your help&lt;/p&gt;&lt;p&gt;I found this link - &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WS5AFDEFD4-2851-4a09-A627-7D82974E5EAC.html" rel="nofollow"&gt;http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WS5AFDEFD4-2851-4a09-A627-7D82974E5 EAC.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WS5AFDEFD4-2851-4a09-A627-7D82974E5EAC.html" rel="nofollow"&gt;http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WS5AFDEFD4-2851-4a09-A627-7D82974E5 EAC.html&lt;/a&gt;I looked at cf 10 administrator - under Data &amp;amp; Services &amp;gt; Flex integration &lt;/p&gt;&lt;p&gt;I enabled &lt;strong style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: -webkit-auto; background-color: #ffffff;"&gt;&lt;label for="EnableRmiSSL"&gt;Enable RMI over SSL for Data Management, &lt;/label&gt;&lt;/strong&gt;and pointed to the keystore file I created&lt;/p&gt;&lt;p&gt;I restarted the server, hoping to gain back the cflogin functionality, but obviously it didn't.&lt;/p&gt;&lt;p&gt;I can only assume CF10 defaults not to allow this flex cf rpc for whatever reason but cannot find clear instructions as to how to fix this.&lt;/p&gt;&lt;p&gt;I could REALLY use some help if you have the know-how&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;Ajar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dac71e9d-48c2-4bff-a18a-254cfd9a0209] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flex</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cflogin</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">setremotecredentials</category>
      <pubDate>Mon, 11 Feb 2013 16:49:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1151394</guid>
      <dc:date>2013-02-11T16:49:57Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Mac book trackpad scroll BUG - been around since forever - please FIX it!</title>
      <link>https://forums.adobe.com/thread/1150756</link>
      <description>&lt;!-- [DocumentBodyStart:e87a1c47-8feb-4f5d-9c04-cb083ab338d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;br/&gt;This post is aimed for adobe reps&lt;/p&gt;&lt;p&gt;I'm talking about the scrolling bug on macbooks trackpad and Apple external trackpad&lt;/p&gt;&lt;p&gt;Sure, there are buggy JS work-arounds, but they don't cover the scenario we need&lt;/p&gt;&lt;p&gt;Our app is a flex app, with one major scroller for the app, which is unusuable on macs&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Guys, this bug had been around for years&lt;/p&gt;&lt;p&gt;&lt;span&gt;last mention I came accross is here - &lt;/span&gt;&lt;a class="" href="https://forums.adobe.com/message/4740815#4740815#4740815"&gt;http://forums.adobe.com/message/4740815&lt;/a&gt;&lt;/p&gt;&lt;p&gt;and this is about it when it comes to googling for a solution.&lt;/p&gt;&lt;p&gt;I asked in many forums - flash, flex, starling, feathers etc...&lt;/p&gt;&lt;p&gt;all pointed back to the flash player&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you don't intend to open-sourch the flash player runtime&lt;/p&gt;&lt;p&gt;Can you please fix this nasty bug?&lt;/p&gt;&lt;p&gt;it is critical, and the fact we can only wait for it to surface your priority lists makes your users feel helpless&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please respond&lt;/p&gt;&lt;p&gt;please prioritize this bug&lt;/p&gt;&lt;p&gt;it's basic and cuts of a whole market that will not be able to use our product because of it&lt;/p&gt;&lt;p&gt;I erge you to consider this as critical&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e87a1c47-8feb-4f5d-9c04-cb083ab338d2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">mac</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bug</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scroll</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">fix</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">trackpad</category>
      <pubDate>Sun, 10 Feb 2013 11:02:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1150756</guid>
      <dc:date>2013-02-10T11:02:31Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help needed - app developed with 3.6, yet will not load - asking for 3.2 swz</title>
      <link>https://forums.adobe.com/thread/951602</link>
      <description>&lt;!-- [DocumentBodyStart:7416b967-2839-45a8-92df-077e8359b15b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm developing a flex 3 application&lt;/p&gt;&lt;p&gt;I recently uploaded an update to a test environment and bumped into a strage behaviour&lt;/p&gt;&lt;p&gt;the project started a while back and went through a number of versions of the sdk, namely 3.2, 3.5, 3.6&lt;/p&gt;&lt;p&gt;the project is clearly set for 3.6 now and I made sure both the framework swf &amp;amp; swz were uploaded to the same location of the index html page and the application swf.&lt;/p&gt;&lt;p&gt;for some wierd reason, when I test it on other computers, it displays the built in preloader, but fail to load the application,&lt;/p&gt;&lt;p&gt;this is because during the preloading phase the framework is not yet loaded and initialized.&lt;/p&gt;&lt;p&gt;when I checked the network monitor, it showd me a call to the 3.2 version of the flex framework, that could not be loaded&lt;/p&gt;&lt;p&gt;I've made sure again - a - that my project uses 3.6 sdk, and b - that all versions of the framework (3.2, 3.5, 3.6) are up on the server.&lt;/p&gt;&lt;p&gt;any Ideas on where I can go from here?&lt;/p&gt;&lt;p&gt;it would be really appreciated&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7416b967-2839-45a8-92df-077e8359b15b] --&gt;</description>
      <pubDate>Thu, 19 Jan 2012 10:12:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/951602</guid>
      <dc:date>2012-01-19T10:12:37Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/thread/917955</link>
      <description>&lt;!-- [DocumentBodyStart:b0fa5cc1-568c-41d8-a188-eda3becbd1a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;been searching without finding a lot of clarity on the matter&lt;/p&gt;&lt;p&gt;I'm building a flex application that communicates through flash remoting with CF9 cfc methods&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to make sure my some cfc methods are accessible only by authenticated users&lt;/p&gt;&lt;p&gt;how do I prevent from someone bypassing the flex interface and calling them directly?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for the simplest way to implement it&lt;/p&gt;&lt;p&gt;I'd prefer not to use cookies&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is then an easy built-in mechanism / tutorial to implement?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it sounds like it make sense to authenticate a user and have cf return an accsess token that would be kept on the server&lt;/p&gt;&lt;p&gt;so does it mean that each flex call to cf should include this token?&lt;/p&gt;&lt;p&gt;what about the cfc's? do I need to construct a central cfc to rout all calls and check the access token before routing &amp;amp; processing any DB query?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would REALLY appeciate a clean minimal solution&lt;/p&gt;&lt;p&gt;thanks a million&lt;/p&gt;&lt;p&gt;cosmits&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0fa5cc1-568c-41d8-a188-eda3becbd1a7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flex</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">authentication</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">token</category>
      <pubDate>Wed, 26 Oct 2011 14:52:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/917955</guid>
      <dc:date>2011-10-26T14:52:10Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>trying to implement getText style shortcut for RM.getString() - need help!!!</title>
      <link>https://forums.adobe.com/thread/912132</link>
      <description>&lt;!-- [DocumentBodyStart:5173f8d5-75a2-4a92-bfae-9ba0251fb7e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;I'm working on a flex app that is using ResourceManager for localization&lt;/p&gt;&lt;p&gt;I've set up all the locales, properties files, ant script and all is running fine&lt;/p&gt;&lt;p&gt;I find it a bit redundent to write this for every string in the entire app -&amp;nbsp; resourceManager.getString('myBundle','SOME_KEY')&lt;/p&gt;&lt;p&gt;so I've tried to come up with a cleaner way to encapsulate this repetative task.&lt;/p&gt;&lt;p&gt;instead of implementing a singleton, I simply wrote a global function in the getText style:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so the function usage would simply be:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _('SOME_KEY')&lt;/p&gt;&lt;p&gt;nice right?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the function implementation:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;package &lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;import mx.resources.IResourceManager;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;import mx.resources.ResourceManager;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[Bindable("change")] &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function _(key:String,bundle:String='myBundle'):String{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ResourceManager.getInstance().getString(bundle,key);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the problem is that this works fine:&lt;/p&gt;&lt;p&gt;&amp;lt;s:Label&amp;nbsp; text="{ resourceManager.getString('myBundle','SOME_KEY') }" /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but this doesn't:&lt;/p&gt;&lt;p&gt;&amp;lt;s:Label&amp;nbsp; text="{&amp;nbsp; _('SOME_KEY')}" /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;using the debugger I can noticed the function is called the first time before the resource bundle is ready&lt;/p&gt;&lt;p&gt;after the resourcemanager had finished loading the resource bundle modules, this function is not being called for some reason&lt;/p&gt;&lt;p&gt;so I figured it has to do with the binding&lt;/p&gt;&lt;p&gt;I made sure I'm using the same exact bindable event metadata tag as the getString method use on IResourceManager&lt;/p&gt;&lt;p&gt;but it still doesn't get updated &lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;any reason for that&lt;/p&gt;&lt;p&gt;do you see anything else I can do to make it work?&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5173f8d5-75a2-4a92-bfae-9ba0251fb7e9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flex</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">locale</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">resourcemanager</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">iresourcemanager</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">gettext</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">resource_bundles</category>
      <pubDate>Tue, 11 Oct 2011 09:56:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/912132</guid>
      <dc:date>2011-10-11T09:56:55Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Best practice for auto update flex web applications</title>
      <link>https://forums.adobe.com/thread/927130</link>
      <description>&lt;!-- [DocumentBodyStart:b9ace365-cfa9-4ef9-be0b-136f1a409889] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is there a best practice for auto update flex web applications, much in the same way AIR applications have an auto update mechanism?&lt;/p&gt;&lt;p&gt;can you please point me to the right direction?&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9ace365-cfa9-4ef9-be0b-136f1a409889] --&gt;</description>
      <pubDate>Sat, 19 Nov 2011 17:16:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/927130</guid>
      <dc:date>2011-11-19T17:16:22Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>error tooltips do not show on form validation when local is changed</title>
      <link>https://forums.adobe.com/thread/921564</link>
      <description>&lt;!-- [DocumentBodyStart:4854fb39-f088-4dd7-b9eb-bc03d923d7be] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;building a form in flex 4.5 &amp;amp; flash builder&lt;/p&gt;&lt;p&gt;my application has two locales for now - English &amp;amp; Hebrew&lt;/p&gt;&lt;p&gt;I've set up the validators and everything works fine in the english locale&lt;/p&gt;&lt;p&gt;when I debug the same fom with the Hebrew locale, I can see in the debugger all the validation errors exist as I expect them to&lt;/p&gt;&lt;p&gt;but none of them is being assigned to the error string of the Text Inputs, therefore - no error tooltips are being displayed&lt;/p&gt;&lt;p&gt;when I switch back to english, all works fine again&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;does anyone have any Idea why is that happening?&lt;/p&gt;&lt;p&gt;thank you &lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4854fb39-f088-4dd7-b9eb-bc03d923d7be] --&gt;</description>
      <pubDate>Fri, 04 Nov 2011 20:29:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/921564</guid>
      <dc:date>2011-11-04T20:29:35Z</dc:date>
      <clearspace:dateToText>3 years 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/thread/917956</link>
      <description>&lt;!-- [DocumentBodyStart:c35df518-c34e-491b-9db4-b1fa37d32dfd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;been searching without finding a lot of clarity on the matter&lt;/p&gt;&lt;p&gt;I'm building a flex application that communicates through flash remoting with CF9 cfc methods&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to make sure my some cfc methods are accessible only by authenticated users&lt;/p&gt;&lt;p&gt;how do I prevent from someone bypassing the flex interface and calling them directly?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for the simplest way to implement it&lt;/p&gt;&lt;p&gt;I'd prefer not to use cookies&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is then an easy built-in mechanism / tutorial to implement?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it sounds like it make sense to authenticate a user and have cf return an accsess token that would be kept on the server&lt;/p&gt;&lt;p&gt;so does it mean that each flex call to cf should include this token?&lt;/p&gt;&lt;p&gt;what about the cfc's? do I need to construct a central cfc to rout all calls and check the access token before routing &amp;amp; processing any DB query?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would REALLY appeciate a clean minimal solution&lt;/p&gt;&lt;p&gt;thanks a million&lt;/p&gt;&lt;p&gt;cosmits&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c35df518-c34e-491b-9db4-b1fa37d32dfd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flex</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">security</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">authentication</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">token</category>
      <pubDate>Wed, 26 Oct 2011 14:54:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/917956</guid>
      <dc:date>2011-10-26T14:54:58Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>code generation don't work - please help!</title>
      <link>https://forums.adobe.com/thread/909138</link>
      <description>&lt;!-- [DocumentBodyStart:74950bf9-b3c6-43e2-bfb7-600865355e69] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;just installed flash builder 4.5 , then installed the flash builder 4.5.1 update patch&lt;/p&gt;&lt;p&gt;I've noticed the code generation features are not working&lt;/p&gt;&lt;p&gt;meaning for example if I write "fori" in a function then hit ctrl+space&lt;/p&gt;&lt;p&gt;it opens up an empty window with no suggerstions&lt;/p&gt;&lt;p&gt;same goes when I tried generating variables, functions, classes, getters, setters ect...&lt;/p&gt;&lt;p&gt;any idea as to why does it happen or what can I do about it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74950bf9-b3c6-43e2-bfb7-600865355e69] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash_builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bug</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">4.5.1</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">code_generation</category>
      <pubDate>Mon, 03 Oct 2011 08:57:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/909138</guid>
      <dc:date>2011-10-03T08:57:03Z</dc:date>
      <clearspace:dateToText>3 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 3 app set to use 3.5 sdk, yet loading 3.2 sdk rsl... weird...</title>
      <link>https://forums.adobe.com/thread/870794</link>
      <description>&lt;!-- [DocumentBodyStart:8ec5422f-5000-456c-a649-4d0119f4cd92] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;the title pretty much says it all&lt;/p&gt;&lt;p&gt;I have a flex 3 application&lt;/p&gt;&lt;p&gt;in the project properties, it is configured pretty streight forward to use 3.5 sdk&lt;/p&gt;&lt;p&gt;yet when I run it, I monitor the http requests and notice it asks for 3.2 version of the sdk&lt;/p&gt;&lt;p&gt;It doesn't work unless I provide it the 3.2 framework RSL (swf &amp;amp; swz)&lt;/p&gt;&lt;p&gt;any Idea how to tackle this one to use 3.5 like it suppose to?&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;Yariv &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ec5422f-5000-456c-a649-4d0119f4cd92] --&gt;</description>
      <pubDate>Tue, 28 Jun 2011 18:03:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/870794</guid>
      <dc:date>2011-06-28T18:03:05Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>flex 3 client sends each request 3 times to CF9</title>
      <link>https://forums.adobe.com/thread/834265</link>
      <description>&lt;!-- [DocumentBodyStart:6a065af4-1432-408f-a184-5a88c8e501ae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;my problem is very streight forward&lt;/p&gt;&lt;p&gt;have a flex 3 app with a CF9 backend&lt;/p&gt;&lt;p&gt;when I run it locally (jrun) all is well, which means each call to the server (Remoting AMF...) is being called once, as you would expect&lt;/p&gt;&lt;p&gt;when I the same app on the remote testing server, I get 3 calls for each call to the server, these are observed by the sniffer i use (ServiceCapture...)&lt;/p&gt;&lt;p&gt;I also noticed in the first 2 calls details - HTTP Error 401. The requested resource requires user authentication.&lt;/p&gt;&lt;p&gt;the third one contains the actual data which is being transfered back &amp;amp; forth...&lt;/p&gt;&lt;p&gt;so it seems like the client and the server are negotiating till the data is passing... strange&lt;/p&gt;&lt;p&gt;apart from the redundency, this particularly troubles me when the app sends emails, because for some reason, it sends them twice&lt;/p&gt;&lt;p&gt;I've ruled out the mail configuration as the cause by testing a simple script on the server that sends a simple email - only once&lt;/p&gt;&lt;p&gt;but when it is being invoked from the flex app, it is being send twice...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;does anyone encountered anything similar?&lt;/p&gt;&lt;p&gt;care to share your insights on the matter?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a065af4-1432-408f-a184-5a88c8e501ae] --&gt;</description>
      <pubDate>Tue, 05 Apr 2011 18:10:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/834265</guid>
      <dc:date>2011-04-05T18:10:05Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 4 skinning workflow</title>
      <link>https://forums.adobe.com/thread/696128</link>
      <description>&lt;!-- [DocumentBodyStart:92cff94c-a296-4a32-a589-d3176bbacc40] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;div&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;I'm a flex developer looking for the shortest workflow to use skins in flex&lt;/p&gt;&lt;p&gt;let's take a Button Component for example - in flex 3 i worked with upSkin DownSkin ect' pointing to Movieclips in a flash library swf&lt;/p&gt;&lt;p&gt;it was very convenient, despite the fact i wasn't able to version control it....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;now came Flex 4, and by Adobe's Guidlines I'm encouraged to use sparkSkin skins to skin my components - the button....&lt;/p&gt;&lt;p&gt;so i learned the many benefits of version-controling it, the otion to load skins at runtime ect... and it is very slik&lt;/p&gt;&lt;p&gt;but remember - i'm after the shortest workflow....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;within the sparkskin file i'm suppose to have the code which describes the graphics of the component&lt;/p&gt;&lt;p&gt;now, i'm sure it was no one's intent that this bit will be done by hand right?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so what options do i have to generate sparkSkin files from my designer's vector graphics either in Illustrator or Flash?&lt;/p&gt;&lt;p&gt;i can export FXG files - but then i'll need again to adjust them by hand to fit in the sparkSkin architechture right?&lt;/p&gt;&lt;p&gt;not short.... not short at all....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so here comes Flash Catalyst as the solution option, which can take files from illustrator and turn them into skins&lt;/p&gt;&lt;p&gt;and it claims to have this seemless workflow i'm after...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; so I give it a few tries and come up with the following:&lt;/p&gt;&lt;p&gt;as a skin generator per-se - it's quite nice, though the workflow is still too long because i have to import my AI files, switch to code view&lt;/p&gt;&lt;p&gt;then copy paste the skins it's generating to my Flex project, and if i make adjustments to it in flex, i can't go back to catalyst, i've broken the flow...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so I know many of you think by now - this is not the way you're suppose to use catalyst, you're suppose to create your project in catalyst then take the whole project to flash builder and continue from there....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;well this is not really an option for me, since i can't have catalyst automated process make decisions at the project level, for instance, i can't change the folder structure in catalyst. it has components and skins folders and that's it!&lt;/p&gt;&lt;p&gt;i use a different folder structure in my projects, and i can't really change it in flash builder if i open a catalyst project since it has created many dependences in the code that rely on the folder structure that it created&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;apart from that, it supports a very small subset of flex components, so if i need to skin a combobox, i can't use catalyst to do that because it doesn't support it.&lt;/p&gt;&lt;p&gt;and along with all of that, it supports absolute basic layout&lt;/p&gt;&lt;p&gt;i can't align properly the components without horizontal and vertical components that flex is supporting, but catalyst isn't...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so i can't really use it as the project creator, and i have to use sparkSkins, but catalyst is the only sparkSkin generator i know of, and it doesn't support properly all the components and all what i already mentioned&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so where is the golden workflow i got the impression is around???&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;should i default to flex 3?&lt;/p&gt;&lt;p&gt;should i edit a skin code by hand?&lt;/p&gt;&lt;p&gt;i don't think it really cuts it...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;would love to hear your thoughts and experiences on the matter&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92cff94c-a296-4a32-a589-d3176bbacc40] --&gt;</description>
      <pubDate>Sun, 08 Aug 2010 10:48:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/696128</guid>
      <dc:date>2010-08-08T10:48:54Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 3 locale swf loading bug on firefox</title>
      <link>https://forums.adobe.com/thread/761214</link>
      <description>&lt;!-- [DocumentBodyStart:482fb5d8-4d65-4adb-897b-cc0f4eaacdf2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I REALLY need your help here&lt;/p&gt;&lt;p&gt;if anyone knows this bug or have any idea how to deal with it, it would really mean a lot to me&lt;/p&gt;&lt;p&gt;i've been tring everything&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;description:&lt;/p&gt;&lt;p&gt;i'm building an application using flex 3, where all texts are being localized via the locale loaded at runtime&lt;/p&gt;&lt;p&gt;i suspect that for some reason the&amp;nbsp; locale swf i'm loading isn't updating elements of the page &lt;/p&gt;&lt;p&gt;as you can see in the image below, texts appear cut off.&lt;/p&gt;&lt;p&gt;this happens to me only in firefox, no matter which page of the app is being displayed&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any ideas?&lt;/p&gt;&lt;p&gt;appreciate your time in answering&lt;/p&gt;&lt;p&gt;Yariv Gilad&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3318562-50067/locale_not+loaded_firefox.JPG"&gt;&lt;img alt="locale_not loaded_firefox.JPG" class="jive-image jive-image-thumbnail" height="583" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3318562-50067/450-583/locale_not+loaded_firefox.JPG" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:482fb5d8-4d65-4adb-897b-cc0f4eaacdf2] --&gt;</description>
      <pubDate>Sun, 05 Dec 2010 12:11:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/761214</guid>
      <dc:date>2010-12-05T12:11:08Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>is it possible to display banner ads within flash iPhone app</title>
      <link>https://forums.adobe.com/thread/719810</link>
      <description>&lt;!-- [DocumentBodyStart:9c945688-d868-4475-b382-59ea1501f31a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;given the new relaxed restrictions on cross-compilers by Apple&lt;/p&gt;&lt;p&gt;is it possible to use any Banner network ads within a flash application packaged for the iPhone?&lt;/p&gt;&lt;p&gt;iAd? Admob? Mobclix? Adwhirl?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;had anyone had any success doing that?&lt;/p&gt;&lt;p&gt;thank you for attension&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9c945688-d868-4475-b382-59ea1501f31a] --&gt;</description>
      <pubDate>Mon, 13 Sep 2010 08:55:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/719810</guid>
      <dc:date>2010-09-13T08:55:46Z</dc:date>
      <clearspace:dateToText>4 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 4 skinning workflow</title>
      <link>https://forums.adobe.com/thread/696130</link>
      <description>&lt;!-- [DocumentBodyStart:b69ef4ad-8852-401d-9963-091c2f731903] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;I'm a flex developer looking for the shortest workflow to use skins in flex&lt;/p&gt;&lt;p&gt;let's take a Button Component for example - in flex 3 i worked with upSkin DownSkin ect' pointing to Movieclips in a flash library swf&lt;/p&gt;&lt;p&gt;it was very convenient, despite the fact i wasn't able to version control it....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;now came Flex 4, and by Adobe's Guidlines I'm encouraged to use sparkSkin skins to skin my components - the button....&lt;/p&gt;&lt;p&gt;so i learned the many benefits of version-controling it, the otion to load skins at runtime ect... and it is very slik&lt;/p&gt;&lt;p&gt;but remember - i'm after the shortest workflow....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;within the sparkskin file i'm suppose to have the code which describes the graphics of the component&lt;/p&gt;&lt;p&gt;now, i'm sure it was no one's intent that this bit will be done by hand right?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so what options do i have to generate sparkSkin files from my designer's vector graphics either in Illustrator or Flash?&lt;/p&gt;&lt;p&gt;i can export FXG files - but then i'll need again to adjust them by hand to fit in the sparkSkin architechture right?&lt;/p&gt;&lt;p&gt;not short.... not short at all....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so here comes Flash Catalyst as the solution option, which can take files from illustrator and turn them into skins&lt;/p&gt;&lt;p&gt;and it claims to have this seemless workflow i'm after...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so I give it a few tries and come up with the following:&lt;/p&gt;&lt;p&gt;as a skin generator per-se - it's quite nice, though the workflow is still too long because i have to import my AI files, switch to code view&lt;/p&gt;&lt;p&gt;then copy paste the skins it's generating to my Flex project, and if i make adjustments to it in flex, i can't go back to catalyst, i've broken the flow...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so I know many of you think by now - this is not the way you're suppose to use catalyst, you're suppose to create your project in catalyst then take the whole project to flash builder and continue from there....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;well this is not really an option for me, since i can't have catalyst automated process make decisions at the project level, for instance, i can't change the folder structure in catalyst. it has components and skins folders and that's it!&lt;/p&gt;&lt;p&gt;i use a different folder structure in my projects, and i can't really change it in flash builder if i open a catalyst project since it has created many dependences in the code that rely on the folder structure that it created&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;apart from that, it supports a very small subset of flex components, so if i need to skin a combobox, i can't use catalyst to do that because it doesn't support it.&lt;/p&gt;&lt;p&gt;and along with all of that, it supports absolute basic layout&lt;/p&gt;&lt;p&gt;i can't align properly the components without horizontal and vertical components that flex is supporting, but catalyst isn't...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so i can't really use it as the project creator, and i have to use sparkSkins, but catalyst is the only sparkSkin generator i know of, and it doesn't support properly all the components and all what i already mentioned&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so where is the golden workflow i got the impression is around???&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;should i default to flex 3?&lt;/p&gt;&lt;p&gt;should i edit a skin code by hand?&lt;/p&gt;&lt;p&gt;i don't think it really cuts it...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;would love to hear your thoughts and experiences on the matter&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b69ef4ad-8852-401d-9963-091c2f731903] --&gt;</description>
      <pubDate>Sun, 08 Aug 2010 10:53:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/696130</guid>
      <dc:date>2010-08-08T10:53:11Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>filereference pointing to a cfc method, passing it additional parameters</title>
      <link>https://forums.adobe.com/thread/658503</link>
      <description>&lt;!-- [DocumentBodyStart:a8c8cd0b-a5b6-4ec4-9148-10e71329f7eb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is it possible for someone to show a script which demonstrate how a filereference can point to a cfc function (and pass aditional parameters...) ?&lt;/p&gt;&lt;p&gt;it would REALLY help some of us&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;cosmits&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a8c8cd0b-a5b6-4ec4-9148-10e71329f7eb] --&gt;</description>
      <pubDate>Sat, 12 Jun 2010 08:16:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/658503</guid>
      <dc:date>2010-06-12T08:16:41Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF returns a Recordset instead of Array once deployed to the web</title>
      <link>https://forums.adobe.com/thread/629633</link>
      <description>&lt;!-- [DocumentBodyStart:92a8bad0-bc32-4a78-9ac8-93e6ed70bfff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I'm in the middle of deploying a web app to a hosting service&lt;/p&gt;&lt;p&gt;I have a flex client communicating with a CF8 server side through Flash Remoting&lt;/p&gt;&lt;p&gt;I have a query that returns a query object with an Array in one of its properties&lt;/p&gt;&lt;p&gt;on my local development machine, it works as expected &lt;/p&gt;&lt;p&gt;when i upload it to the hosting service, the same code suddenly returns a CF Recordset Object,&lt;/p&gt;&lt;p&gt;which is constructed totally different and brakes my code on the client&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would appreciate it if someone can suggest How should i address this problem&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92a8bad0-bc32-4a78-9ac8-93e6ed70bfff] --&gt;</description>
      <pubDate>Sun, 02 May 2010 11:08:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/629633</guid>
      <dc:date>2010-05-02T11:08:14Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>looking for a tool to render dynamic flash animations as video</title>
      <link>https://forums.adobe.com/thread/589590</link>
      <description>&lt;!-- [DocumentBodyStart:f15af755-bde6-414e-9656-7d760917548f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;div class="jive-thread-post-subject"&gt;&lt;div class="jive-thread-post-subject-content"&gt;&lt;h2&gt;&lt;span style="font-weight: normal; font-size: 13px;"&gt;Hi all&lt;/span&gt;&lt;/h2&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="jive-thread-post-message"&gt;&lt;div&gt;&lt;div class="jive-thread-post-message"&gt;&lt;div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for a tool that can render videos (flv...) from a dynamic flash animations&lt;/p&gt;&lt;p&gt;meaning enabling a user to upload images and text and creating a random animation effects with it&lt;/p&gt;&lt;p&gt;that eventually can be rendered automatically on the server as video files - flv&lt;/p&gt;&lt;p&gt;a classic example for such a usage would be &lt;a class="jive-link-external-small" href="http://animoto.com/"&gt;http://animoto.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;my question is - can Flash Media Live Encoder be such a dynamic engine?&lt;/p&gt;&lt;p&gt;do you know of any other tools&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thank you for your time&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f15af755-bde6-414e-9656-7d760917548f] --&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:36:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/589590</guid>
      <dc:date>2010-03-04T14:36:41Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>looking for a tool to render dynamic flash animations as video</title>
      <link>https://forums.adobe.com/thread/589569</link>
      <description>&lt;!-- [DocumentBodyStart:a143132e-9286-4a94-8687-ddb69fb54155] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;div class="jive-thread-post-subject"&gt;&lt;div class="jive-thread-post-subject-content"&gt;&lt;h2&gt;&lt;span style="font-weight: normal; font-size: 13px;"&gt;Hi all&lt;/span&gt;&lt;/h2&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="jive-thread-post-message"&gt;&lt;div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for a tool that can render videos (flv...) from a dynamic flash animations&lt;/p&gt;&lt;p&gt;meaning enabling a user to upload images and text and creating a random animation effects with it&lt;/p&gt;&lt;p&gt;that eventually can be rendered automatically on the server as video files - flv&lt;/p&gt;&lt;p&gt;a classic example for such a usage would be &lt;a class="jive-link-external-small" href="http://animoto.com/"&gt;http://animoto.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;my question is - can FMS be such a dynamic engine?&lt;/p&gt;&lt;p&gt;do you know of any other tools&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thank you for your time&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a143132e-9286-4a94-8687-ddb69fb54155] --&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:34:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/589569</guid>
      <dc:date>2010-03-04T14:34:57Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>looking for a tool to render dynamic flash animations as video</title>
      <link>https://forums.adobe.com/thread/589567</link>
      <description>&lt;!-- [DocumentBodyStart:f3cb9a8b-ae51-44b2-b0fe-b439b0ebb583] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for a tool that can render videos (flv...) from a dynamic flash animations&lt;/p&gt;&lt;p&gt;meaning enabling a user to upload images and text and creating a random animation effects with it&lt;/p&gt;&lt;p&gt;that eventually can be rendered automatically on the server as video files - flv&lt;/p&gt;&lt;p&gt;a classic example for such a usage would be &lt;a class="jive-link-external-small" href="http://animoto.com/" rel="nofollow"&gt;http://animoto.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;my question is - can FMS be such a dynamic engine?&lt;/p&gt;&lt;p&gt;do you know of any other tools&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thank you for your time&lt;/p&gt;&lt;p&gt;Yariv&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f3cb9a8b-ae51-44b2-b0fe-b439b0ebb583] --&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:31:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/589567</guid>
      <dc:date>2010-03-04T14:31:38Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 3 - CF9 filereference.upload test</title>
      <link>https://forums.adobe.com/thread/504600</link>
      <description>&lt;!-- [DocumentBodyStart:bb8bd553-4372-41fb-b8b8-e5f9c4c6fd10] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;Hi&lt;br/&gt;i run a filereference.upload test flex application which uploads a file through a coldfusion server.&lt;br/&gt;i&amp;#8217;m using flex 3 and coldfusion 9.&lt;br/&gt;i&amp;#8217;m also passing parameters in the URLRequest that points to the upload cfm file.&lt;br/&gt;when i run my test using the built-in web server (Jrun) all seems to work just fine&lt;br/&gt;when i run the same test on a coldfusion instance that runs on Apache web server, it throws a I/O Error&amp;hellip;&lt;/p&gt;&lt;p&gt;i suspect i&amp;#8217;m missing some kind of a configuration i need to perform when moving to a production setup rather then a development environment&amp;hellip;&lt;/p&gt;&lt;p&gt;can anyone guide me through this?&lt;br/&gt;does it have to do with security? on the client? on the server?&lt;br/&gt;i&amp;#8217;m still running on localhost&amp;hellip;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;summery...&lt;/p&gt;&lt;p&gt;attached are the mxml file and the cfm file&lt;/p&gt;&lt;p&gt;works great on built-in server&lt;/p&gt;&lt;p&gt;throws a I/O error when runs through Apache&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Grin" class="emoticon-inline emoticon_grin" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb8bd553-4372-41fb-b8b8-e5f9c4c6fd10] --&gt;</description>
      <pubDate>Sat, 10 Oct 2009 09:51:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/504600</guid>
      <dc:date>2009-10-10T09:51:18Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 3 - CF9 filereference.upload test</title>
      <link>https://forums.adobe.com/thread/504601</link>
      <description>&lt;!-- [DocumentBodyStart:18e7e24f-a4eb-43eb-b377-499929a6b7c3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;Hi&lt;br/&gt;i run a filereference.upload test flex application which uploads a file through a coldfusion server.&lt;br/&gt;i&amp;#8217;m using flex 3 and coldfusion 9.&lt;br/&gt;i&amp;#8217;m also passing parameters in the URLRequest that points to the upload cfm file.&lt;br/&gt;when i run my test using the built-in web server (Jrun) all seems to work just fine&lt;br/&gt;when i run the same test on a coldfusion instance that runs on Apache web server, it throws a I/O Error&amp;hellip;&lt;/p&gt;&lt;p&gt;i suspect i&amp;#8217;m missing some kind of a configuration i need to perform when moving to a production setup rather then a development environment&amp;hellip;&lt;/p&gt;&lt;p&gt;can anyone guide me through this?&lt;br/&gt;does it have to do with security? on the client? on the server?&lt;br/&gt;i&amp;#8217;m still running on localhost&amp;hellip;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;summery...&lt;/p&gt;&lt;p&gt;attached are the mxml file and the cfm file&lt;/p&gt;&lt;p&gt;works great on built-in server&lt;/p&gt;&lt;p&gt;throws a I/O error when runs through Apache&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Grin" class="emoticon-inline emoticon_grin" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18e7e24f-a4eb-43eb-b377-499929a6b7c3] --&gt;</description>
      <pubDate>Sat, 10 Oct 2009 09:52:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/504601</guid>
      <dc:date>2009-10-10T09:52:19Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 3 - CF9 filereference.upload test</title>
      <link>https://forums.adobe.com/thread/504589</link>
      <description>&lt;!-- [DocumentBodyStart:f6a74eff-5426-48fa-b203-8c4d9718b9b0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;Hi&lt;br/&gt;i run a filereference.upload test flex application which uploads a file through a coldfusion server.&lt;br/&gt;i&amp;#8217;m using flex 3 and coldfusion 9.&lt;br/&gt;i&amp;#8217;m also passing parameters in the URLRequest that points to the upload cfm file.&lt;br/&gt;when i run my test using the built-in web server (Jrun) all seems to work just fine&lt;br/&gt;when i run the same test on a coldfusion instance that runs on Apache web server, it throws a I/O Error&amp;hellip;&lt;/p&gt;&lt;p&gt;i suspect i&amp;#8217;m missing some kind of a configuration i need to perform when moving to a production setup rather then a development environment&amp;hellip;&lt;/p&gt;&lt;p&gt;can anyone guide me through this?&lt;br/&gt;does it have to do with security? on the client? on the server?&lt;br/&gt;i&amp;#8217;m still running on localhost&amp;hellip;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;summery...&lt;/p&gt;&lt;p&gt;attached are the mxml file and the cfm file&lt;/p&gt;&lt;p&gt;works great on built-in server&lt;/p&gt;&lt;p&gt;throws a I/O error when runs through Apache&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://protoflash.com/blog/wp-includes/images/smilies/icon_smile.gif"&gt;&lt;img alt=":)" class="wp-smiley" src="http://protoflash.com/blog/wp-includes/images/smilies/icon_smile.gif"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6a74eff-5426-48fa-b203-8c4d9718b9b0] --&gt;</description>
      <pubDate>Sat, 10 Oct 2009 09:49:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/504589</guid>
      <dc:date>2009-10-10T09:49:36Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex 3 - CF9 filereference.upload test</title>
      <link>https://forums.adobe.com/thread/504588</link>
      <description>&lt;!-- [DocumentBodyStart:2629ed5d-1879-4e8d-83ea-bef6acb8ceba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;br/&gt;i run a filereference.upload test flex application which uploads a file through a coldfusion server.&lt;br/&gt;i&amp;#8217;m using flex 3 and coldfusion 9.&lt;br/&gt;i&amp;#8217;m also passing parameters in the URLRequest that points to the upload cfm file.&lt;br/&gt;when i run my test using the built-in web server (Jrun) all seems to work just fine&lt;br/&gt;when i run the same test on a coldfusion instance that runs on Apache web server, it throws a I/O Error&amp;hellip;&lt;/p&gt;&lt;p&gt;i suspect i&amp;#8217;m missing some kind of a configuration i need to perform when moving to a production setup rather then a development environment&amp;hellip;&lt;/p&gt;&lt;p&gt;can anyone guide me through this?&lt;br/&gt;does it have to do with security? on the client? on the server?&lt;br/&gt;i&amp;#8217;m still running on localhost&amp;hellip;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;summery...&lt;/p&gt;&lt;p&gt;attached are the mxml file and the cfm file&lt;/p&gt;&lt;p&gt;works great on built-in server&lt;/p&gt;&lt;p&gt;throws a I/O error when runs through Apache&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;br/&gt;&lt;a href="http://protoflash.com/blog/wp-includes/images/smilies/icon_smile.gif"&gt;&lt;img alt=":)" class="wp-smiley" src="http://protoflash.com/blog/wp-includes/images/smilies/icon_smile.gif"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2629ed5d-1879-4e8d-83ea-bef6acb8ceba] --&gt;</description>
      <pubDate>Sat, 10 Oct 2009 09:27:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/504588</guid>
      <dc:date>2009-10-10T09:27:19Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>localization in flex</title>
      <link>https://forums.adobe.com/thread/454455</link>
      <description>&lt;!-- [DocumentBodyStart:621cc6b8-7dcc-4a2a-97fd-0cccd8b9b017] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i'm looking for a solution for localizing a web-application to enable multiple languages for the user to pick from&lt;/p&gt;&lt;p&gt;i went through the formal Adobe solution, which is using resource bundles and the resourceManager&lt;/p&gt;&lt;p&gt;which is fine for simple strings, but for more complex applications&lt;/p&gt;&lt;p&gt;it raises very significant questions:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1 - how does one 'inject' data variables in a sentence - for example - "my car has X doors and can reach xxx&amp;nbsp; xx per hour"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in different languages with different grammar, those variables need to be located differently within the sentence,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; there for i can't just translate the text in between...&lt;/p&gt;&lt;p&gt;2 - it may have different strings depending on the data, single or plural nouns depending on data quantities...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for example - "I wish I had X extra window/windows in my office" ...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;these problems are addressed in other languages as the standard 'gettext()' solution, you can search 'poedit' to get more info&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;did anyone found a way to use 'poedit' / 'gettext' / po / mo files&amp;nbsp;&amp;nbsp; within a flex application?&lt;/p&gt;&lt;p&gt;did i miss by any chance those featurs in the use of resource bundles and the resourceManager in flex?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i would really appreciate a response&lt;/p&gt;&lt;p&gt;thank you for your time&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;c&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:621cc6b8-7dcc-4a2a-97fd-0cccd8b9b017] --&gt;</description>
      <pubDate>Sat, 27 Jun 2009 11:38:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/454455</guid>
      <dc:date>2009-06-27T11:38:15Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Does BlazeDS can work with CFC's ???</title>
      <link>https://forums.adobe.com/thread/259931</link>
      <description>&lt;!-- [DocumentBodyStart:69b59542-042e-4460-afe8-7300149ee519] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;i'm really confused about the BlazeDS release
&lt;br/&gt;is this remoting service aimed for Java Developers only
&lt;br/&gt;or can you invoke CFC's functions, just as easily as you
could with previous versions of flash remoting ?
&lt;br/&gt;i really don't get it, Coldfusion is Adobe's product, and yet
all the tutorials i could find for BlazeDS are Java Oriented
&lt;br/&gt;does Adobe has any plans on Buying Sun as well ?
&lt;br/&gt;Coldfusion is built on top of Java, so it make sense that
there will be a way to use BlazeDS remoting service in conjunction
with coldfusion
&lt;br/&gt;it doesn't make any sense to assume that every flash / flex
developer that wants to harness to speed of AMF3
&lt;br/&gt;would have to know JAVA and choose JAVA as it's serverside
language
&lt;br/&gt;anyone can shed some light on the matter ?
&lt;br/&gt;
&lt;br/&gt;cheers
&lt;br/&gt;Yariv
&lt;br/&gt;:)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:69b59542-042e-4460-afe8-7300149ee519] --&gt;</description>
      <pubDate>Sun, 09 Mar 2008 12:10:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/259931</guid>
      <dc:date>2008-03-09T12:10:41Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>flex component aquivalent to plaxo ?</title>
      <link>https://forums.adobe.com/thread/239495</link>
      <description>&lt;!-- [DocumentBodyStart:e3f0f076-c221-4ee3-8cdf-e2db155769c4] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;i'm building a flex web app and need to enable users to
import their contacts quickly from their webmail service
&lt;br/&gt;much like linked in or facebook
&lt;br/&gt;i came across this free javascript widget called plaxo
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.plaxo.com/api/widget" rel="nofollow"&gt;http://www.plaxo.com/api/widget&lt;/a&gt;
&lt;br/&gt;does anybody knows any aquivalent implementation in
flash/flex
&lt;br/&gt;
&lt;br/&gt;cheers
&lt;br/&gt;Yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e3f0f076-c221-4ee3-8cdf-e2db155769c4] --&gt;</description>
      <pubDate>Sat, 08 Mar 2008 18:07:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/239495</guid>
      <dc:date>2008-03-08T18:07:44Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Blaze DS the new version of Remoting ?</title>
      <link>https://forums.adobe.com/thread/261011</link>
      <description>&lt;!-- [DocumentBodyStart:b64b1c4f-4dc1-4a47-a537-f9bc19ac2e62] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;i'm a little confused here
&lt;br/&gt;is Blaze DS the new version of remoting ?
&lt;br/&gt;are there any available AS3 remoting components for the flash
IDE
&lt;br/&gt;anybody knows some tutorials to hook it in coldfusion
&lt;br/&gt;all i could find in is a Java orientation installation and
tutorial
&lt;br/&gt;i'm not a java developer
&lt;br/&gt;i'm a flash developer that knows a bit of coldfusion
&lt;br/&gt;coldfusion is adobe's product
&lt;br/&gt;why does it looks as if they assume the developer dealing
with BlazeDS knows Java ?
&lt;br/&gt;do they have any plans on buying SUN as well ?
&lt;br/&gt;i'm a little bit confused here
&lt;br/&gt;anybody could shed some light on the matter
&lt;br/&gt;cheers
&lt;br/&gt;Yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b64b1c4f-4dc1-4a47-a537-f9bc19ac2e62] --&gt;</description>
      <pubDate>Sat, 08 Mar 2008 09:07:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/261011</guid>
      <dc:date>2008-03-08T09:07:45Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AS 2.0 Class runtime loading problem</title>
      <link>https://forums.adobe.com/thread/132718</link>
      <description>&lt;!-- [DocumentBodyStart:41725084-0fc3-4cc3-9bfd-0a83612a193a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;i work in a company who is developing an impressive sized
flash web application.
&lt;br/&gt;flash application development, involving many swf files that
share the same classes, 
&lt;br/&gt;creates a potential problem which is very difficult for us to
avoid:
&lt;br/&gt;say you compile a 'thumb_Navigation_bar.swf' which uses the
'PhotoManager' class 
&lt;br/&gt;that is imported and compiled with the swf file,
&lt;br/&gt;then you make some changes to the 'PhotoManager' class,
&lt;br/&gt;after that, you created 'another_gallery_component.swf' who
uses the same PhotoManager for some other uses
&lt;br/&gt;you actually have two swf files, importing and using the same
class with different versions
&lt;br/&gt;the problem occurs when the 'thumb_Navigation_bar.swf'
comiled with the old version is loaded into memory
&lt;br/&gt;then the 'another_gallery_component.swf' , though compiled
with a newer version of the 'PhotoManager' class
&lt;br/&gt;since it had already loaded into memory, the
'another_gallery_component.swf' file can't use the new
functionality of the latest version of the class.
&lt;br/&gt;
&lt;br/&gt;the only solution to this behavior we have right now is
running a complete build process which compiles all the whole
application with all of its swf files.
&lt;br/&gt;though not a big issue when building a relative small scale
project,
&lt;br/&gt;when the application gets bigger and complex, it creates a
major problem, making the development process extremely tedious.
&lt;br/&gt;
&lt;br/&gt;does anyone have encountered a similar problem ?
&lt;br/&gt;anyone have an idea as to how to go about solving it ?
&lt;br/&gt;
&lt;br/&gt;cheers
&lt;br/&gt;Yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:41725084-0fc3-4cc3-9bfd-0a83612a193a] --&gt;</description>
      <pubDate>Fri, 21 Dec 2007 13:37:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/132718</guid>
      <dc:date>2007-12-21T13:37:47Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>server communication choise</title>
      <link>https://forums.adobe.com/thread/136212</link>
      <description>&lt;!-- [DocumentBodyStart:57d56618-32c5-4e1e-93ca-bc48d1f5d8fb] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;
&lt;br/&gt;i was speaking to a friend, saying it is much better to
choose a technology like web services / xml
&lt;br/&gt;for communication with the server, rather then using AMF
&lt;br/&gt;since AMF is binary, it can cause some security issues with
firewalls ect...
&lt;br/&gt;
&lt;br/&gt;i'm sure everyone here had encounter this debate
&lt;br/&gt;and i was wondering if anybody can share some insights
&lt;br/&gt;and arm yours truly with some arguments, favoring the AMF
format
&lt;br/&gt;
&lt;br/&gt;cheers&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57d56618-32c5-4e1e-93ca-bc48d1f5d8fb] --&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:14:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/136212</guid>
      <dc:date>2007-12-10T06:14:47Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>General Basic Question</title>
      <link>https://forums.adobe.com/thread/136107</link>
      <description>&lt;!-- [DocumentBodyStart:ef50befe-e10f-4656-bb9c-028b8f023c54] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;
&lt;br/&gt;i was speaking to a friend, saying it is much better to
choose a technology like web services / xml 
&lt;br/&gt;for communication with the server, rather then using AMF 
&lt;br/&gt;since AMF is binary, it can cause some security issues with
firewalls ect...
&lt;br/&gt;
&lt;br/&gt;i'm sure everyone here had encounter this debate
&lt;br/&gt;and i was wondering if anybody can share some insights 
&lt;br/&gt;and arm yours truly with some arguments
&lt;br/&gt;
&lt;br/&gt;cheers&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef50befe-e10f-4656-bb9c-028b8f023c54] --&gt;</description>
      <pubDate>Sun, 09 Dec 2007 17:10:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/136107</guid>
      <dc:date>2007-12-09T17:10:15Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>multilingual flash application - urgent !!!</title>
      <link>https://forums.adobe.com/thread/114860</link>
      <description>&lt;!-- [DocumentBodyStart:33a3ec50-68d5-4fd6-b65f-6d3cee909312] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;
&lt;br/&gt;i'm building a multilingual flash application and need to
detect the currently chosen language on the user's machine
&lt;br/&gt;meaning - even if for example he has - French as his default
system language, if currently the user switched to English
&lt;br/&gt;i need to know about it.
&lt;br/&gt;in other words - i need to know the language the user is
using to enter text content, regardless to his/her default system
language...
&lt;br/&gt;
&lt;br/&gt;i tried using "System.capabilities.language" to detect the
language, it always showing a single default system language
&lt;br/&gt;i also looked into the Strings panel solution, but rather
implement all through code.
&lt;br/&gt;any ideas?
&lt;br/&gt;
&lt;br/&gt;thank you for your time
&lt;br/&gt;
&lt;br/&gt;Yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33a3ec50-68d5-4fd6-b65f-6d3cee909312] --&gt;</description>
      <pubDate>Sun, 18 Nov 2007 15:15:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/114860</guid>
      <dc:date>2007-11-18T15:15:24Z</dc:date>
      <clearspace:dateToText>6 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>is it possible to install PHP along with Coldfusion ?</title>
      <link>https://forums.adobe.com/thread/7810</link>
      <description>&lt;!-- [DocumentBodyStart:8eaf22fd-0a08-46ed-bb20-20c44373a5e6] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;i want to develop a community website in Coldfusion
&lt;br/&gt;and incorporate with it some php modules like forums or
blogging systems
&lt;br/&gt;is it possible to install both application servers on a
single web server ?
&lt;br/&gt;and have different "pages"of the web app route through
different root folders of the two application servers ?
&lt;br/&gt;is it possible ?
&lt;br/&gt;
&lt;br/&gt;thank you for your time
&lt;br/&gt;cheers
&lt;br/&gt;Yariv
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8eaf22fd-0a08-46ed-bb20-20c44373a5e6] --&gt;</description>
      <pubDate>Wed, 08 Aug 2007 07:22:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/7810</guid>
      <dc:date>2007-08-08T07:22:13Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Security policy</title>
      <link>https://forums.adobe.com/thread/153461</link>
      <description>&lt;!-- [DocumentBodyStart:c5309862-ff1e-47d7-ac5d-988e34189b4e] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;
&lt;br/&gt;Question
&lt;br/&gt;as far as i know, if i wish to load external content to my
flash movie
&lt;br/&gt;i need either to use the- allowDomain( ) method or to create
a domain policy XML file 
&lt;br/&gt;in order to note a list of domains that i wish to allow
access to load external content from.
&lt;br/&gt;
&lt;br/&gt;what happens if i don't know the particular list of domain
names at compile time ?
&lt;br/&gt;what if my web application searches something on the
internet, and needs to load content from
&lt;br/&gt;tens of domains that are found at runtime only ?
&lt;br/&gt;how do i give permission at runtime to a long list of
domains, to load content into my flash movie ?
&lt;br/&gt;
&lt;br/&gt;thank you for your time
&lt;br/&gt;
&lt;br/&gt;Yariv Gilad&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5309862-ff1e-47d7-ac5d-988e34189b4e] --&gt;</description>
      <pubDate>Mon, 30 Apr 2007 22:42:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153461</guid>
      <dc:date>2007-04-30T22:42:55Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>9scale will not work with mask</title>
      <link>https://forums.adobe.com/thread/184109</link>
      <description>&lt;!-- [DocumentBodyStart:8c3efd60-f2e1-47c8-a98a-fb823f37060e] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;been trying to use the 9scale feature on a moviclip that
change its size
&lt;br/&gt;according to an image being loaded
&lt;br/&gt;and then setting it as a mask to the content
&lt;br/&gt;
&lt;br/&gt;the clip 9scale feature works as expected
&lt;br/&gt;as long as it's not a mask
&lt;br/&gt;
&lt;br/&gt;did any of you tried any of the sort ?
&lt;br/&gt;
&lt;br/&gt;for example
&lt;br/&gt;a gallery
&lt;br/&gt;loading an external image into a clip
&lt;br/&gt;i want the frame of the image to be a rounded edges rectangle
&lt;br/&gt;therefore i use a clip to set the mask
&lt;br/&gt;which suppose to scale itself according to the image being
loaded
&lt;br/&gt;9scale will not work niether with a ui layer mask
&lt;br/&gt;nor with a setMask( ) unfortunatly
&lt;br/&gt;here is the code
&lt;br/&gt;on the stage are the clips
&lt;br/&gt;set to 9scale mode in the properties via the library
&lt;br/&gt;
&lt;br/&gt;thanks
&lt;br/&gt;yariv 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;//set width according to the image loaded
&lt;br/&gt;//setMask doesn't work 
&lt;br/&gt;var mcl:MovieClipLoader = new MovieClipLoader();
&lt;br/&gt;var l:Object = new Object()
&lt;br/&gt;l.onLoadInit = function(target:MovieClip) {
&lt;br/&gt; //trace(target._width)
&lt;br/&gt; target._parent.bg_mc._width = target._width + 15;
&lt;br/&gt; target._parent.mask_mc._width = target._width ;
&lt;br/&gt; target.setMask(target._parent.mask_mc)
&lt;br/&gt;}
&lt;br/&gt;mcl.addListener(l)
&lt;br/&gt;mcl.loadClip("collaborate.jpg",container_mc)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c3efd60-f2e1-47c8-a98a-fb823f37060e] --&gt;</description>
      <pubDate>Mon, 08 Jan 2007 13:55:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/184109</guid>
      <dc:date>2007-01-08T13:55:01Z</dc:date>
      <clearspace:dateToText>7 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>NetConnection.Connect.Failed</title>
      <link>https://forums.adobe.com/thread/184713</link>
      <description>&lt;!-- [DocumentBodyStart:e35dd366-a98a-4c43-b465-3f74518d8b6b] --&gt;&lt;div class="jive-rendered-content"&gt;
&lt;br/&gt;Hi
&lt;br/&gt;i've been trying to run a simple connection test to the
server 
&lt;br/&gt;this is where it gets funny, i have FMS2 installed on my
Desktop, which works just fine,
&lt;br/&gt;and on my laptop, which keeps giving me a "
&lt;b&gt;NetConnection.Connect.Failed&lt;/b&gt;" error message :(
&lt;br/&gt;what can be preventing from the calls from flash to be
blocked ?
&lt;br/&gt;i even reinstalled FMS but it didn't really help.....
&lt;br/&gt;any idea ?
&lt;br/&gt;some security issues maby ?
&lt;br/&gt;thank you for your time
&lt;br/&gt;Yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e35dd366-a98a-4c43-b465-3f74518d8b6b] --&gt;</description>
      <pubDate>Fri, 05 Jan 2007 22:19:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/184713</guid>
      <dc:date>2007-01-05T22:19:19Z</dc:date>
      <clearspace:dateToText>7 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF remoting install effort - can't connect - please help</title>
      <link>https://forums.adobe.com/thread/9608</link>
      <description>&lt;!-- [DocumentBodyStart:effca79c-ce91-4042-a8c3-f4e6163e0ba1] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;thanks for stoping by
&lt;br/&gt;really need your help
&lt;br/&gt;trying to get the simplest "Hello World" from the Flex/CF Dev
Center to work
&lt;br/&gt;with no luck - how embarecing.....
&lt;br/&gt;i start a new Flex project on Flex builder 2, choose
CF/remoting, then i get the error of
&lt;br/&gt;***Invalid server root. Server root must contain a
WEB-INF/flex folder.***
&lt;br/&gt;i checked and rechecked
&lt;br/&gt;honest to godess - it IS there !!!
&lt;br/&gt;but alas - CF won't listen to me
&lt;br/&gt;tell me brothers what must i do ?
&lt;br/&gt;
&lt;br/&gt;Thank you for your time
&lt;br/&gt;Yariv
&lt;br/&gt;:)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:effca79c-ce91-4042-a8c3-f4e6163e0ba1] --&gt;</description>
      <pubDate>Sun, 27 Aug 2006 14:32:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/9608</guid>
      <dc:date>2006-08-27T14:32:07Z</dc:date>
      <clearspace:dateToText>8 years 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to sequence different panels to apear</title>
      <link>https://forums.adobe.com/thread/10551</link>
      <description>&lt;!-- [DocumentBodyStart:06c9b31f-3528-4b0d-b73d-1bb8ee5e2b91] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;was wondering if anyone knows how to create a sequence of
pannels 
&lt;br/&gt;apearing one after the other ?
&lt;br/&gt;all i could find about sequences reffer to a sequense of
effects applied to the same panel or other obj...
&lt;br/&gt;there must be a way to do it
&lt;br/&gt;
&lt;br/&gt;cheers
&lt;br/&gt;yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:06c9b31f-3528-4b0d-b73d-1bb8ee5e2b91] --&gt;</description>
      <pubDate>Mon, 23 Oct 2006 20:24:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/10551</guid>
      <dc:date>2006-10-23T20:24:37Z</dc:date>
      <clearspace:dateToText>8 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to sequence different panels to apear</title>
      <link>https://forums.adobe.com/thread/90151</link>
      <description>&lt;!-- [DocumentBodyStart:733bdcca-29d6-472f-a9bc-32b5af6d2af0] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;was wondering if anyone knows how to create a sequence of
pannels
&lt;br/&gt;apearing one after the other ?
&lt;br/&gt;all i could find about sequences reffer to a sequense of
effects applied to the same panel or other obj...
&lt;br/&gt;there must be a way to do it
&lt;br/&gt;
&lt;br/&gt;cheers
&lt;br/&gt;yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:733bdcca-29d6-472f-a9bc-32b5af6d2af0] --&gt;</description>
      <pubDate>Tue, 24 Oct 2006 04:01:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/90151</guid>
      <dc:date>2006-10-24T04:01:59Z</dc:date>
      <clearspace:dateToText>8 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF remoting install effort - can't connect - please help</title>
      <link>https://forums.adobe.com/thread/10206</link>
      <description>&lt;!-- [DocumentBodyStart:8815a11f-513a-48f6-a2e2-54b7f3a4f516] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;thanks for stoping by
&lt;br/&gt;really need your help
&lt;br/&gt;trying to get the simplest "Hello World" from the Flex/CF Dev
Center to work
&lt;br/&gt;with no luck - how embarecing.....
&lt;br/&gt;i start a new Flex project on Flex builder 2, choose
CF/remoting, then i get the error of
&lt;br/&gt;***Invalid server root. Server root must contain a
WEB-INF/flex folder.***
&lt;br/&gt;i checked and rechecked
&lt;br/&gt;honest to godess - it IS there !!!
&lt;br/&gt;but alas - CF won't listen to me
&lt;br/&gt;tell me brothers what must i do ?
&lt;br/&gt;
&lt;br/&gt;Thank you for your time
&lt;br/&gt;Yariv 
&lt;br/&gt;:)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8815a11f-513a-48f6-a2e2-54b7f3a4f516] --&gt;</description>
      <pubDate>Sun, 27 Aug 2006 14:18:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/10206</guid>
      <dc:date>2006-08-27T14:18:34Z</dc:date>
      <clearspace:dateToText>8 years 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>be honest now</title>
      <link>https://forums.adobe.com/thread/215916</link>
      <description>&lt;!-- [DocumentBodyStart:153d3d3f-7199-4393-87bb-2812b08aef90] --&gt;&lt;div class="jive-rendered-content"&gt;hi all
&lt;br/&gt;streight question - 
&lt;br/&gt;if all i'm after is a socket server for chat apps and
multiplayer flash games
&lt;br/&gt;is flash media server an overkill for me ?
&lt;br/&gt;a lot of these socket servers are really cheap comparing to
flash com (woops, i mean media server...)
&lt;br/&gt;and i don't really need video chats or streaming video...
&lt;br/&gt;is it the thing to do ?
&lt;br/&gt;cheers
&lt;br/&gt;
&lt;a href="/webforums/forum/images/i/expressions/face-icon-small-smile.gif"&gt;&lt;img border="0" src="/webforums/forum/images/i/expressions/face-icon-small-smile.gif"/&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:153d3d3f-7199-4393-87bb-2812b08aef90] --&gt;</description>
      <pubDate>Sat, 27 May 2006 19:28:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/215916</guid>
      <dc:date>2006-05-27T19:28:30Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Flex Contet text visible on Google ??</title>
      <link>https://forums.adobe.com/thread/214494</link>
      <description>&lt;!-- [DocumentBodyStart:600b7575-6de3-4e63-b7d9-ff977696330b] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all
&lt;br/&gt;I think the question is pretty streight forward...
&lt;br/&gt;I'm probably not the first one to ask it
&lt;br/&gt;But i've been having difficulties to locate other posts on
the matter
&lt;br/&gt;
&lt;br/&gt;anyone?
&lt;br/&gt;Cheers
&lt;br/&gt;Yariv&lt;/div&gt;&lt;!-- [DocumentBodyEnd:600b7575-6de3-4e63-b7d9-ff977696330b] --&gt;</description>
      <pubDate>Tue, 02 May 2006 16:03:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/214494</guid>
      <dc:date>2006-05-02T16:03:38Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

