<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>FlashEff Forum - FlashEff 2.0 Flex</title>
<description>Discuss Flex issues here</description><link>http://www.flasheff.com/forum/list.php?31</link><lastBuildDate>Wed, 08 Sep 2010 18:29:31 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,5545,5545#msg-5545</guid>
<title>UITextField example does not work (1 reply)</title><link>http://www.flasheff.com/forum/read.php?31,5545,5545#msg-5545</link><description><![CDATA[ Using Flash Player 10.1.82.76 and Flah Bulder 4.0, the example 3 Text show_hide effect does not work. If I change the UITextField to TextFiled, everything seems to work ok.<br /><br />Should we be using TextField vs UITextField?]]></description>
<dc:creator>martytx</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Thu, 12 Aug 2010 08:37:13 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,5493,5493#msg-5493</guid>
<title>Flex 4 (Flash Builder) incompatibility (1 reply)</title><link>http://www.flasheff.com/forum/read.php?31,5493,5493#msg-5493</link><description><![CDATA[ Hi<br /><br />I set up an AS3 project in Flash Builder 4 (Flex 4) on Windows Vista utilising SDK 4.1.<br /><br />I write a very simple class to embed a bitmap and display it on the screen.<br /><br />This works without any issue.<br /><br />When I add the FlashEff2Flex.swc (for Flex Builder 4) and try to run my project I get an alert box stating that 'Errors exist in required project(s)' and an option to 'Proceed with launch'.<br /><br />I have tried this also adding the FESWavy.swc and it so doesn't work.<br /><br />It's disappointing really as I've owned these effects for a few months now and the first time I would like to utilise them in a project, I waste several hours of my time finding out it's possible they are not presently compatible with SDK 4.1.<br /><br />I also see guidance in the FlashEff2Flex manual that refers you to the Tutorials package for examples using Flex 4. There are no Flex 4 examples in my tutorials package, only some outdated .fxp projects.<br /><br />I would be grateful if anyone can provide any assistance in getting these effects working in Flash Builder 4 with SDK 4.1.<br /><br />Many thanks<br /><br />David]]></description>
<dc:creator>heyday</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Thu, 29 Jul 2010 03:34:13 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,5467,5467#msg-5467</guid>
<title>Some Question (3 replies)</title><link>http://www.flasheff.com/forum/read.php?31,5467,5467#msg-5467</link><description><![CDATA[ I have a problem with Flasheff2_Flex,<br /><br />I assign a effect to a panel with a Grid control on it, and apply the effect with this code:<br /><br />import FlashEff2Flex;<br />import com.jumpeye.flashEff2.symbol.alphaBars.FESAlphaBars;<br />import com.jumpeye.Events.FLASHEFFEvents;<br /><br />myEffect = new FlashEff2Flex();<br />showEffect = new FESAlphaBars();<br />myEffect.showTransition = showEffect;<br />addChild(myEffect);<br />myEffect._targetInstanceName = &quot;panelListado&quot;;<br /><br />&lt;mx:Panel<br />layout=&quot;absolute&quot;<br />id=&quot;panelListado&quot; left=&quot;10&quot; right=&quot;10&quot; bottom=&quot;58&quot; top=&quot;102&quot;&gt;<br />&lt;mx:ComboBox x=&quot;10&quot; y=&quot;10&quot; id=&quot;selTipoComunicacion&quot;<br />dataProvider=&quot;{tiposComunicaciones.lastResult.tiposComunicaciones.tipoComunicacion}&quot;<br />close=&quot;muestraTipo(event)&quot; labelField=&quot;nombre&quot; width=&quot;162&quot;/&gt;<br />&lt;mx:DataGrid right=&quot;10&quot; left=&quot;10&quot; top=&quot;40&quot; bottom=&quot;10&quot;<br />id=&quot;dgComunicaciones&quot;<br />dataProvider=&quot;{comunicaciones.lastResult.comunicaciones.comunicacion}&quot;<br />itemClick=&quot;itemClickEvent(event);&quot;&gt;<br />&lt;mx:columns&gt;<br />&lt;mx:DataGridColumn headerText=&quot;Titulo Comunicacion&quot; dataField=&quot;nombreComunicacion&quot; id=&quot;columna&quot;/&gt;<br />&lt;/mx:columns&gt;<br />&lt;/mx:DataGrid&gt;<br />&lt;mx:ComboBox x=&quot;180&quot; y=&quot;10&quot; id=&quot;selFormatoComunicacion&quot;<br />dataProvider=&quot;{formatoComunicacion}&quot;<br />close=&quot;cierraCombo(event);&quot; /&gt;<br />&lt;/mx:Panel&gt;<br /><br />The problem is when i use the scrollbar of the grid, if a move the scroll to the botton of the grid, its works perfect, but when i move the scroll again to the top the panel became invisible.<br /><br />Other question, when i Use Sparkle Effect with that panel:<br /><br />Code Modified:<br /><br />import com.jumpeye.flashEff2.symbol.sparkle.FESSparkle;<br /><br />myEffect = new FlashEff2Flex();<br />showEffect = new FESSparkle();<br />myEffect.showTransition = showEffect;<br />addChild(myEffect);<br />myEffect._targetInstanceName = &quot;panelListado&quot;;<br /><br />The panel appear with animation but dissapear in a second.<br /><br />I have the same problem with all effects, there is any solutions ofr that problems.<br /><br />Sorry for my bad English.<br /><br />Thnks]]></description>
<dc:creator>user381937</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Thu, 29 Jul 2010 06:07:58 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,5305,5305#msg-5305</guid>
<title>Pausing the transition in FlashEff2Flex (2 replies)</title><link>http://www.flasheff.com/forum/read.php?31,5305,5305#msg-5305</link><description><![CDATA[ Hi,<br />We need in our application to perform the following actions.<br />- Stopping the transition completely without any resumes.<br />- Stopping the transition and in later stages, resuming the transition.<br /><br />Could you please let me know what are the options for performing the aforementioned task.<br />Please note that the component might get paused while eff2Flex is performing the transition, we want to have the screen frozen.<br /><br /><br />Thanks,<br />-A]]></description>
<dc:creator>user364089</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Tue, 13 Jul 2010 15:10:50 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,5183,5183#msg-5183</guid>
<title>Resize browser causes FlashEff2 Flex objects to vanish when loaded into second swf (2 replies)</title><link>http://www.flasheff.com/forum/read.php?31,5183,5183#msg-5183</link><description><![CDATA[ I am using Flex 3.<br /><br />I have a Flex project that contains an Image which has a FlashEff3 Flex FESBrightSquares effect applied against it and it works fine.<br /><br />However, when I load that swf into a second Flex project's swf and resize the browser, the image disappears. Looks like it is removing itself on resize. But only happens when one swf is loaded into another.<br /><br />I tried switching from the Flex version to creating it using the Flash version and had the same problem when loading into a Flex swf.<br /><br />I need a solution to this asap - any ideas?]]></description>
<dc:creator>movalator</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Mon, 03 May 2010 09:36:39 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,5143,5143#msg-5143</guid>
<title>SecurityError - crossdomain policy file is not loading (3 replies)</title><link>http://www.flasheff.com/forum/read.php?31,5143,5143#msg-5143</link><description><![CDATA[ Hi<br />I'v bought the flex license two months ago<br />developed an application and want to deploy it soon<br />when i test the app locally, all is well, when i run it on the server, i get the error message in the bottom<br />i am running on one domain trying to load images from another domain and apply the flash effects to them<br />i've made sure my loadings are fully backed up by crossdomain policy files<br />and in fact, those do not give me any trouble as long as i'm not applying the image effect to them<br />the error message clearly suggests it has to do with your components<br />and as i have no access to the code, i can't modify it to load the policy files<br />does your API include such a command?<br />your underlying Loader should contain a LoaderContext which tells it to load the file<br />plus Security.loadPolicyFile(&quot;[<a rel="nofollow" href="http://www.thesourceDomain.com/crossdomain.xml&quot">www.thesourceDomain.com</a>];);<br />but i assume you already know that<br /><br />any suggestions?<br />this is quite urgent for our team<br />cheers<br /><br /><br />error message:<br />SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: [<a rel="nofollow" href="http://www.myDomain.com/mySwf.swf">www.myDomain.com</a>] cannot access [<a rel="nofollow" href="http://www.anotherDomain.com/blog/wp-content/someImage.jpg">www.anotherDomain.com</a>]. No policy files granted access.<br />at flash.display::BitmapData/draw()<br />at com.jumpeye.flashEff2.symbol.brightSquares::FESBrightSquares/createBitmapImage()<br />at com.jumpeye.flashEff2.symbol.brightSquares::FESBrightSquares/applyTransition()<br />at com.jumpeye.flashEff2.symbol.brightSquares::FESBrightSquares/show()<br />at FlashEff2/transitionEffect()<br />at FlashEff2/draw()<br />at com.jumpeye.core::JUIComponent/callLaterDispatcher()]]></description>
<dc:creator>soliton</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Wed, 28 Apr 2010 06:43:19 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,4771,4771#msg-4771</guid>
<title>FlashEff2 + htmltext (3 replies)</title><link>http://www.flasheff.com/forum/read.php?31,4771,4771#msg-4771</link><description><![CDATA[ Hi,<br /><br />I got one question about FlashEff2 Flex :<br /><br />Does FlashEff2 work with htmlText in textField the same way it does with &quot;normal&quot; text ?]]></description>
<dc:creator>moriarti</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Fri, 26 Mar 2010 11:33:49 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,4713,4713#msg-4713</guid>
<title>Eff2 and Flex documentation (8 replies)</title><link>http://www.flasheff.com/forum/read.php?31,4713,4713#msg-4713</link><description><![CDATA[ I am not having very much luck with the documentation. When you copy the code from the panel it never works. The examples are not very real world. I want to put a lens flare on a mxml label. Seems simple. Any have a working example? I would appreciate it.]]></description>
<dc:creator>DavidSimmons</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Thu, 29 Jul 2010 03:32:40 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,4639,4639#msg-4639</guid>
<title>Scale effect: appear/disappear image before effect start (1 reply)</title><link>http://www.flasheff.com/forum/read.php?31,4639,4639#msg-4639</link><description><![CDATA[ Hi,<br /><br />I use Flex 3 / sdk 3.3<br /><br />I have a canvas with 2 images (not visible)<br />When everything is loaded, i launch a first effect on image 1 (FESAlpha, or other, it doesn't matter)<br />When transition_end is dispatched, i launch a FESScale effect on image 2<br />Before this effect goes on, the image appear and disappear (not in it's x/y coordinate, I suppose the image is moved in the FlashEffect clip).<br /><br />This strange behavior is not every time but very very often.<br />If I launched directly the second effect, it seems to work well<br /><br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/test5.html">see example</a> (try more than one time if it seem's ok !)<br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/srcview/">see source (test5.mxml)</a> (be carreful : test5.mxml, not the one by default)]]></description>
<dc:creator>knbmedia</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Mon, 21 Dec 2009 10:35:42 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,4625,4625#msg-4625</guid>
<title>Effect on an image in a canvas: bug (2 replies)</title><link>http://www.flasheff.com/forum/read.php?31,4625,4625#msg-4625</link><description><![CDATA[ Hi,<br /><br />I use Flex 3 (sdk 3.3 or 3.4)<br /><br />I have a problem when using some preset on a pattern like FESAlpha on an image in a canvas<br /><br />In order to show the &quot;bug&quot;, i create a minimum mxml application (see <a rel="nofollow" href="http://www.knbmedia.com/flash2eff/srcview">sources</a>) like this:<br /><br />I have a canvas ( w/h:600/400 x/y:100/100)<br />In this canvas, i have an image.<br />When loadComplete is dispatched, I use FESAlpha to show the image using canvas.addChild(myEffect).<br /><br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/test1.html">test1.mxml</a>:<br />With preset 13 (default), it works fine<br /><br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/test2.html">test2.mxml</a> :<br />with another preset (ex: 1, left to right), it doesn't (nothing appears and TRANSITION_END is not dispatched)<br /><br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/test2_workaround.html">test2_workaround.mxml</a><br />If my canvas width is set to 908 (or higher), it works ! (with value near 908, sometimes it works, sometimes it doesn't work)<br /><br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/test3.html">test3.mxml</a>:<br />Same as test1, but with preset=5 (B+L2T+R): it doesn't work<br /><br /><a rel="nofollow" href="http://www.knbmedia.com/flash2eff/test3_workaround.html">test3_workaround.mxml</a><br />If my canvas size is set to w=1006 and y=952, it works !<br /><br />So it seems that depending on the parent canvas with and height and the image x/y and the effect gradientWidth, the effect is bugging...<br /><br />I have just opened a new Ticket for this issue]]></description>
<dc:creator>knbmedia</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Wed, 16 Dec 2009 02:35:38 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,4525,4525#msg-4525</guid>
<title>FlashEFf2_Flex version is here (no replies)</title><link>http://www.flasheff.com/forum/read.php?31,4525,4525#msg-4525</link><description><![CDATA[ FlashEFf2_Flex version is here]]></description>
<dc:creator>florodebat</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Fri, 27 Nov 2009 09:03:43 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,4523,4523#msg-4523</guid>
<title>Any issues? (4 replies)</title><link>http://www.flasheff.com/forum/read.php?31,4523,4523#msg-4523</link><description><![CDATA[ Any issues?]]></description>
<dc:creator>florodebat</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Wed, 24 Mar 2010 11:07:25 -0500</pubDate></item>
</channel>
</rss>