<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>FlashEff Forum</title>
<description>Welcome to FlashEff Forum.</description><link>http://www.flasheff.com/forum/index.php</link><lastBuildDate>Thu, 17 May 2012 05:55:08 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,9966,9966#msg-9966</guid>
<title>Filter doesn't work (1 reply)</title><link>http://www.flasheff.com/forum/read.php?31,9966,9966#msg-9966</link><description><![CDATA[ I have a simple component for which I have copied the code from the tutorial file &quot;2 Apply a FlashEff2 filter&quot;.<br />I am using Flash Builder 4.5, so I have changed the code according to the instructions in the forum.<br />Still, I don't see anything on the stage, it doesn't work. If I remove the filter I do see the image.<br />Following is my code, please help:<br /><br /><pre class="bbcode">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:Group xmlns:fx=&quot;[<a rel="nofollow"  href="http://ns.adobe.com/mxml/2009&quot">ns.adobe.com</a>];
		 xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
		 xmlns:mx=&quot;library://ns.adobe.com/flex/mx&quot;
		 width=&quot;95&quot; height=&quot;65&quot; contentBackgroundColor=&quot;#3F3F3F&quot; &gt;
	&lt;!-- The target object will be an image called &quot;myImage&quot; - you have to define the name property. --&gt;
	&lt;!-- It is a good practice to set the size for the Image object to the actual
	size of the image, otherwise the effects will not work due to an incorrect size
	of the Image component --&gt;
	&lt;mx:Image width=&quot;400&quot; height=&quot;300&quot; source=&quot;myImage.jpg&quot; id=&quot;myImage&quot; name=&quot;myImage&quot; autoLoad=&quot;true&quot; scaleContent=&quot;true&quot; complete=&quot;loadComplete()&quot; /&gt;
	&lt;fx:Script&gt;
		&lt;![CDATA[
			import FlashEff2Flex;
			
			import com.jumpeye.flashEff2.filter.reflection.FEFReflection;
			
			private var myEffect:FlashEff2Flex;
			private var reflection:FEFReflection;
			
			private function init(e:Event):void
			{
				myEffect._targetInstanceName = &quot;myImage&quot;;
				reflection = new FEFReflection();
				reflection.refresh = false;
				reflection.reflectionAlpha = 0.8;
				reflection.reflectionRatio = 150;
				reflection.reflectionDistance = 0;
				
				// Add the filter to the FlashEff2Flex instance.
				myEffect.addFilter(reflection);
			}
			
			private function loadComplete():void {
				// Once the image has been loaded, create the FlashEff2Flex component
				// instance, set it up and apply it on the image.
				myEffect = new FlashEff2Flex();
				myEffect.addEventListener(Event.ADDED_TO_STAGE, init);
				addElement(myEffect);
				
				// Create the reflection filter instance and set it up as you like.
				
				
				// Set the target object to the FlashEff2Flex instance. Once you do this,
				// the filter will be applied immediately.
				
			}
		]]&gt;
	&lt;/fx:Script&gt;
&lt;/s:Group&gt;
</pre>]]></description>
<dc:creator>user1206761</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Thu, 17 May 2012 00:46:26 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9951,9951#msg-9951</guid>
<title>FlashEff + greensock timeline (2 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9951,9951#msg-9951</link><description><![CDATA[ Hi, how do I can use flasheff with timelineLite? I'm starting now with flasheff and I thought to buy it to integrate with my tweens.]]></description>
<dc:creator>user562826</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 16 May 2012 11:16:08 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9936,9936#msg-9936</guid>
<title>Size KB (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9936,9936#msg-9936</link><description><![CDATA[ My movie clip in as3 is 3KB when it compile.<br />I put flasheffect2 code component in my library with colorize component, all use code.<br />When I compile it is a 42 kb<br />Do know how to minimize this ? or used just a movie with all component ?<br />Thank you]]></description>
<dc:creator>aniclip</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 16 May 2012 02:15:21 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9926,9926#msg-9926</guid>
<title>&gt;&gt; Transition between 2 Filter effects (no replies)</title><link>http://www.flasheff.com/forum/read.php?29,9926,9926#msg-9926</link><description><![CDATA[ I use flasheff code<br />I have 2 filter effect : I colorize one mc to another color and how can I do to create in in an animation ?<br />Must I use time feature or Flasheff can do it ?<br />thank you]]></description>
<dc:creator>aniclip</dc:creator>
<category>FlashEff 2.0</category><pubDate>Fri, 04 May 2012 13:31:01 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9896,9896#msg-9896</guid>
<title>&gt;&gt; adjustColor and flasheffCode (2 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9896,9896#msg-9896</link><description><![CDATA[ Where can I get all needed options to configure all effects with code ??<br />pass a color to another on an mc ?<br />time to pass the effect and all options.<br />I search in the 1mo tutorial and find a tuto with reflection but no other filter or options explained.<br />Please help !!]]></description>
<dc:creator>aniclip</dc:creator>
<category>FlashEff 2.0</category><pubDate>Fri, 04 May 2012 11:20:09 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,9891,9891#msg-9891</guid>
<title>Unable to resolve resource bundle (3 replies)</title><link>http://www.flasheff.com/forum/read.php?31,9891,9891#msg-9891</link><description><![CDATA[ Hello,<br /><br />I am using Flash Builder 4.5.<br />I have added the FlashEff build paths to the project's settings, and when I compile the project I get the error:<br /><strong class="bbcode">Unable to resolve resource bundle &quot;core&quot; for locale &quot;en_US&quot;</strong><br /><br />I really don't know how to fix this error, please help.<br /><br />Thanks.]]></description>
<dc:creator>user1206761</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Sun, 06 May 2012 01:23:43 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9871,9871#msg-9871</guid>
<title>Flash Eff 2 Premium and other animations??? (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9871,9871#msg-9871</link><description><![CDATA[ HI I am interested in buying the premium version of FlashEff2.<br />But before i do, i would like to know if i can use the effect from the component and<br />other frame by frame animations...<br /><br />So lets say i have a title, it comes and goes with effects from flash eff 2 but while it was<br />showing i wanted to have some character animation frame by frame come and go as well.<br /><br />how do i manage my time line in that situation???<br />is it even possible???<br /><br />Please let me know ASAP!!!<br /><br />Thanks in advance.]]></description>
<dc:creator>user1224361</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 25 Apr 2012 03:50:41 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9866,9866#msg-9866</guid>
<title>SWC use in FlashDevelop 4 (no replies)</title><link>http://www.flasheff.com/forum/read.php?29,9866,9866#msg-9866</link><description><![CDATA[ FlashDevelop 4.0 beta 2 and probably a lot of earlier versions didn't have the support for the .swcs included in the FlashEff 4 folder (either in install or in Configuration/Components under Flash configuration folders).<br /><br />It?ll never show up for code completion at all. I love Flash; its a lot lighter than Flex (by the way flex .swcs don?t work for code completion in FD either) and I hated not being able to get code completion. Could you release a flash .swc that works with FD? Anyway the current solution which will take everyone 45 minutes of dragging/dropping to complete is to create a new .fla and drop every single FlashEff2 component and pattern into the library/stage then turn on the swc export option and publish. I?m only 20% through the list now and its taking forever but I did a quick publish test and I get all the codehinting I WAS expecting from FlashEff2. Please consider adding support as this to me is the defacto professional IDE tool for pure flash (no flex) dev (and open source to boot)<br /><br />Also wrote this in a dead thread here: [<a rel="nofollow" href="http://www.flasheff.com/forum/read.php?29,4267">www.flasheff.com</a>]]]></description>
<dc:creator>kalani96746</dc:creator>
<category>FlashEff 2.0</category><pubDate>Thu, 19 Apr 2012 22:36:55 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9831,9831#msg-9831</guid>
<title>Premium Plus version showing as Free version with watermark (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9831,9831#msg-9831</link><description><![CDATA[ I purchased the Premium Plus version. I was on a train and did not have an internet connection when I started it up and accidentally clicked on 'continue to use the free version'. Now that I have an internet connection, FlashEff won't log into the Premium version and still displays the Free warning and watermarks. What do I do now?]]></description>
<dc:creator>user1223916</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 18 Apr 2012 09:26:00 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9826,9826#msg-9826</guid>
<title>Help with timing on FlashEff2. (5 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9826,9826#msg-9826</link><description><![CDATA[ Hello,<br />I'm new to the FlashEff2 Tool so i'm having a issue that I can't find the awser on the Forum or the tutorial videos. My doubt is the same of this topic: [<a rel="nofollow" href="http://www.flasheff.com/forum/read.php?29,4141,4155">www.flasheff.com</a>]<br /><br />But I Will try to make myself clearer. Becouse as I can see, it's have no solution at all and you guys even understand his doubt.<br /><br />In a short mode what I want to know is, how do I know the duration (time or frames) of an Effect applied to a symbol or text last, in case Show/Hide effects.<br /><br />Now I will try to explain better the problem.<br /><br />What I wanna to do is this: I put an image on stage and it show up with any effect, then (here come's the problem) stay on the stage for 3 seconds so come the hidde effect, after that came some text with any effect, again, but after the show effect it stay on stage, let's say 10 seconds, just then the hide effect come.<br /><br />know if i can change the time between show and hide effect,<br /><br /><br />So the question is there is a fixed time for the animation show/hide and the time between this 2 effects? Can I set this time between the 2 effects manually (not Delay option)?<br /><br />If so what is it that i can calculate how many frames I must input in timeline. Once knowing that I can calculate (time of show effect) + (time between effects) + (time of hide effect) = Number of frames on timeline.<br /><br />But as I said i can't find this information on anywhere. I really appreciate any helping 'couse i'm having a really bad timing going on guessing the number of frames I must use to an object and can't really edit my animation the way i like, seens like all animation have exactly the same time.<br /><br />Thank you very much!]]></description>
<dc:creator>Griffiths</dc:creator>
<category>FlashEff 2.0</category><pubDate>Fri, 04 May 2012 08:59:02 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9801,9801#msg-9801</guid>
<title>The DisplayObject's filtered dimensions too large to be drawn (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9801,9801#msg-9801</link><description><![CDATA[ Hi,<br /><br />I've been trying to hook up FlasheffCode via as3 and I keep getting this error:<br /><br />Filter will not render. The DisplayObject's filtered dimensions are too large to be drawn.<br /><br />I'm adding my movie clips dynamically to the stage, and it turns out that their width and height are sometimes huge: 505000000 or something.<br /><br />I have tried resetting them back down to reasonable dimensions, but the effect still plays very very slowly.<br /><br />I've placed the same effect code in a fresh flash file with a movie clip on the main timeline and it works just fine. But somehow my scene construction is causing it to behave very poorly.<br /><br />The setup:<br /><br />1) contentClip is a movieclip with some art in it, set to export for actionscript as &quot;contentClip&quot;<br />2) var cc:MovieClip = new contentClip();<br />3) stage.addChild(cc);<br />4) Flasheff code<br />5) myeffect.target = cc<br /><br />result: slow playblack.<br /><br />Any tips would be greatly appreciated.<br /><br />Thanks!<br /><br /><br />specifics:<br /><pre class="bbcode">
// effect
var myEffect:FlashEff2Code = new FlashEff2Code();
myEffect.showAutoPlay = true;
addChild(myEffect);

var fx:FES3DCamSquareFocus = new FES3DCamSquareFocus();
fx.tweenDuration = 5;
myEffect.showTransition = fx;
// Set the target object to the FlashEff2Code instance. Once you do this,
// the filter will be applied immediately.


//trace(app.content.transitionbitmap.width);        // reasonable number
//trace(clipContent.width);                         // very large number
//trace(stage.width);                               // very large number

myEffect.target = app.content;                      // very large number
//myEffect.target = app.content.transitionbitmap    // still is slow, because it's nested in a clip that is very big(?)</pre>]]></description>
<dc:creator>user1207711</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 18 Apr 2012 09:43:22 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?23,9796,9796#msg-9796</guid>
<title>The DisplayObject's filtered dimensions too large to be drawn (no replies)</title><link>http://www.flasheff.com/forum/read.php?23,9796,9796#msg-9796</link><description><![CDATA[ Hi,<br /><br />I've been trying to hook up FlasheffCode via as3 and I keep getting this error:<br /><br />Filter will not render. The DisplayObject's filtered dimensions are too large to be drawn.<br /><br />I'm adding my movie clips dynamically to the stage, and it turns out that their width and height are sometimes huge: 505000000 or something.<br /><br />I have tried resetting them back down to reasonable dimensions, but the effect still plays very very slowly.<br /><br />I've placed the same effect code in a fresh flash file with a movie clip on the main timeline and it works just fine. But somehow my scene construction is causing it to behave very poorly.<br /><br />The setup:<br /><br />1) contentClip is a movieclip with some art in it, set to export for actionscript as &quot;contentClip&quot;<br />2) var cc:MovieClip = new contentClip();<br />3) stage.addChild(cc);<br />4) Flasheff code<br />5) myeffect.target = cc<br /><br />result: slow playblack.<br /><br />Any tips would be greatly appreciated.<br /><br />Thanks!<br /><br /><br />specifics:<br /><pre class="bbcode">
// effect
var myEffect:FlashEff2Code = new FlashEff2Code();
myEffect.showAutoPlay = true;
addChild(myEffect);

var fx:FES3DCamSquareFocus = new FES3DCamSquareFocus();
fx.tweenDuration = 5;
myEffect.showTransition = fx;
// Set the target object to the FlashEff2Code instance. Once you do this,
// the filter will be applied immediately.


//trace(app.content.transitionbitmap.width);        // reasonable number
//trace(clipContent.width);                         // very large number
//trace(stage.width);                               // very large number

myEffect.target = app.content;                      // very large number
//myEffect.target = app.content.transitionbitmap    // still is slow, because it's nested in a clip that is very big(?)</pre>]]></description>
<dc:creator>user1207711</dc:creator>
<category>FlashEff 1 (Discontinued version)</category><pubDate>Tue, 03 Apr 2012 19:52:40 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9786,9786#msg-9786</guid>
<title>Problemas exportar archivo SWF (4 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9786,9786#msg-9786</link><description><![CDATA[ Hello I have a problem when you export the swf file I lose the animation effects on text.<br />What should I do?]]></description>
<dc:creator>user767346</dc:creator>
<category>FlashEff 2.0</category><pubDate>Mon, 09 Apr 2012 23:40:42 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9766,9766#msg-9766</guid>
<title>multicolor text (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9766,9766#msg-9766</link><description><![CDATA[ Hello,<br />Q: how to make in one dynamic textfield with some different colors and style text?<br />For example: This is <span style="color: #0000FF">blue</span> and this is <span style="color: #FF0000">red</span>. And the rest is black text. <strong class="bbcode">But this is bold.</strong><br />All is done in one dynamic text field.<br /><br />If it will be possible to do, it is means that one formated text with one flash effects with GREAT FLASHEFF 2.0.]]></description>
<dc:creator>technoludek</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 28 Mar 2012 03:52:38 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9761,9761#msg-9761</guid>
<title>Can't see anything on flasheff panel on CS5.5 (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9761,9761#msg-9761</link><description><![CDATA[ I downloaded and installed Flasheff:nano and install to my computer. Did all the step already and I can see the flasheff component and panel. However after I log in, it will come out to the menu page and but the whole thing is blank. I don't see the effect anywhere.<br />Just the logo, menu, and my nickname. Please help!]]></description>
<dc:creator>user978126</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 28 Mar 2012 03:50:34 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?33,9751,9751#msg-9751</guid>
<title>Adwords encounter random number problem in banners (2 replies)</title><link>http://www.flasheff.com/forum/read.php?33,9751,9751#msg-9751</link><description><![CDATA[ I have just purchased Nano (FE2 Premium Plus Unlimited package, in 2012-03-05) and created an ad, however when I submit it to google it get an error &quot;Encountered flash error - ad cannot have a random number&quot;.<br /><br />Since I have no code of my own in there, it must be coming from Nano, how do I get around this?<br /><br />The nano version is 1.1.0.]]></description>
<dc:creator>ukraniu</dc:creator>
<category>FlashEFf Nano</category><pubDate>Wed, 28 Mar 2012 03:49:14 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9731,9731#msg-9731</guid>
<title>Invisible Button Conflicting with Flasheff?? (2 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9731,9731#msg-9731</link><description><![CDATA[ Has anyone had any issues with placing an invisible button over Flasheff components/text? I keep getting an Error #1009: Cannot access a property or method of a null object reference.<br /><br />If I move the invisible button so that it is not over top of the Flasheff components then it works fine. Just trying to figure out the issue. I have used the Flash debugger also trying to figure it out.<br /><br />Thanks!!]]></description>
<dc:creator>user1102336</dc:creator>
<category>FlashEff 2.0</category><pubDate>Thu, 22 Mar 2012 10:19:10 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9726,9726#msg-9726</guid>
<title>Genie Transition (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9726,9726#msg-9726</link><description><![CDATA[ Hi, I was seeing MCTE V3 Genie Transition (http://www.jumpeyecomponents.com/Flash-Components/Transition-Effects/MovieClip-Transition-Effects-V3-45/).<br /><br />Is there anyting similar in Flasheff?]]></description>
<dc:creator>user562826</dc:creator>
<category>FlashEff 2.0</category><pubDate>Thu, 22 Mar 2012 07:55:00 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9716,9716#msg-9716</guid>
<title>Show/Hide Feature (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9716,9716#msg-9716</link><description><![CDATA[ Hi,<br /><br />I am creating a simple flash banner where different images will slide across the stage. I want each image to slide onto the stage (using the &quot;Show&quot; tool), stay on the stage for a few seconds, then I want it to slide off of the stage (using the &quot;Hide&quot; tool). Is there a way to adjust how long the image stays on stage before it &quot;hides&quot; itself? I know how to adjust the duration of the actual animation... But it goes from Show to Hide too quickly, and I want it to stay on stage for just a few more seconds before hiding. Any help would be appreciated.]]></description>
<dc:creator>user1173666</dc:creator>
<category>FlashEff 2.0</category><pubDate>Fri, 09 Mar 2012 06:51:21 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?33,9706,9706#msg-9706</guid>
<title>Sounds great, but what about AS2? (1 reply)</title><link>http://www.flasheff.com/forum/read.php?33,9706,9706#msg-9706</link><description><![CDATA[ Nano sounds great for banner ads, but most if not all of the publishers specify AS2, flash player 9 or lower. I have very few projects I can use Flash eff with, due to it being AS3 only.]]></description>
<dc:creator>user479305</dc:creator>
<category>FlashEFf Nano</category><pubDate>Wed, 29 Feb 2012 02:43:48 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9676,9676#msg-9676</guid>
<title>FlashEff meets TimelineLite (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9676,9676#msg-9676</link><description><![CDATA[ Hi all,<br /><br />I recently completed a project where I had the challenge of trying to combine FlashEff effects and TweenLite tweens (www.greensock.com/tweenlite). It resulted in more than a few hacks using TimelineLite (also by greensock) to sequence them the way I wanted. It got me thinking - I wonder if anyone has attempted to write custom classes to properly append FlashEff effects to a TimelineLite instance? Perhaps by extending TweenLite or TweenCore? I understand that FlashEff itself is actually built using TweenLite - could that make this task easier?<br /><br />- Gabe]]></description>
<dc:creator>gabemastey</dc:creator>
<category>FlashEff 2.0</category><pubDate>Fri, 04 May 2012 17:29:48 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9671,9671#msg-9671</guid>
<title>Flasheff Premium single-user license question (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9671,9671#msg-9671</link><description><![CDATA[ Hello.<br /><br />I have a question about Flasheff2 Premium single-user lisence. If I would buy your product and install it into my computer and let's say that something happens to my computer and I have to reinstall windows again.. what happens to my flasheff2?<br />Do I have to spend 99$ again or can i reinstall it also for free (cause I have boughed it already)?<br />99$ is a big money for me and I think twice before I spend it.. These things can happen and I want to be sure that I dont have to buy the license all over again.<br />Also I have a question about your price change? Few days ago there was an opportunity for those who are not using the program for commercial and money making purposes? Does this opportunity still exist or do I have to buy the commercial license although I am not using the program for making money or for commercial purposes?<br /><br />Sorry if my english is not that great but I belive you can understand what I want to know :)..]]></description>
<dc:creator>user1148131</dc:creator>
<category>FlashEff 2.0</category><pubDate>Mon, 27 Feb 2012 08:13:16 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9646,9646#msg-9646</guid>
<title>Disappearance issue (5 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9646,9646#msg-9646</link><description><![CDATA[ I have an MC on stage with EFF effect on it..<br />It works well, the problem is when I go to different page and go back to the page with EFF, the MC simply doesnt show.. I tried removing the effect and it works fine but as long as EFF applied the MC shows only once.<br />Any ideas?]]></description>
<dc:creator>user520046</dc:creator>
<category>FlashEff 2.0</category><pubDate>Mon, 27 Feb 2012 08:00:21 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9641,9641#msg-9641</guid>
<title>Premium or Tweak Flash Eff2, whats the difference? (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9641,9641#msg-9641</link><description><![CDATA[ Hi I am considering buying Flash Eff2 Premium, I would like to create simple text transitions, which involve long sentences of text.<br /><br />E.g In one movieclip I would like to use 3 paragraphs of text coming in one after the other and remaining on screen till the user has read the text before being hidden, eg shown as below.<br /><br />&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ipsum orci, vulputate sit amet rutrum et, bibendum eget elit. Nunc a orci sit amet dui tempor vestibulum.&quot;<br /><br />&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ipsum orci, vulputate sit amet rutrum et, bibendum eget elit. Nunc a orci sit amet dui tempor vestibulum.&quot;<br /><br />&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ipsum orci, vulputate sit amet rutrum et, bibendum eget elit. Nunc a orci sit amet dui tempor vestibulum.&quot;<br /><br /><hr class="bbcode" /><br /><br />Will the &quot;Premium&quot; version allow me to have text onscreen long enough for the user to read it or will I have to buy the &quot;Tweak&quot; version to be able to edit the time the text stays onscreen.<br /><br />Hope this makes sense.<br /><br />Many thanks in advance<br />Angela]]></description>
<dc:creator>user1150891</dc:creator>
<category>FlashEff 2.0</category><pubDate>Mon, 27 Feb 2012 08:53:55 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9631,9631#msg-9631</guid>
<title>Window/Other Panels/FlashEff2 Panel -&gt; only opens codefragmant window?? (2 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9631,9631#msg-9631</link><description><![CDATA[ Hi there,<br /><br />I installed the free version on my machine<br />(Win7, CS5.0) like suggested (started extension manager from Adobe Flash)<br /><br />I can see all components in my component window, but if I try to open the panel via<br />Window/Other Panels/FlashEff2 Panel<br />Adobe Flash opens only my codefragment window... I can't access the FlashEff2 Panel.<br />In the &quot;component inspector&quot; under Parameter I can see&quot;To configure the FlashEff2 component open the....&quot; message and a empty field for a xmlPath.<br /><br />Any ideas?<br /><br />thx,<br />mickna]]></description>
<dc:creator>user1148871</dc:creator>
<category>FlashEff 2.0</category><pubDate>Thu, 23 Feb 2012 10:06:22 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9606,9606#msg-9606</guid>
<title>Upgrade to premeum plus question (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9606,9606#msg-9606</link><description><![CDATA[ I have purchased the unlimited premium version. However I would like to upgrade to the premium PLUS in order to<br />Edit and Customize effects. Do I have to repay the full price or is there and upgrade rate?<br />Thanks]]></description>
<dc:creator>user968171</dc:creator>
<category>FlashEff 2.0</category><pubDate>Wed, 15 Feb 2012 05:28:54 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9586,9586#msg-9586</guid>
<title>Text Properties Delay (2 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9586,9586#msg-9586</link><description><![CDATA[ When I add a text property, such as beveling or a drop shadow, there is a delay in that property showing until slightly after the &quot;show&quot; animation has completed - which shows the text without these properties for a few seconds until suddenly the properties appear.]]></description>
<dc:creator>user1127051</dc:creator>
<category>FlashEff 2.0</category><pubDate>Fri, 17 Feb 2012 12:43:09 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?31,9546,9546#msg-9546</guid>
<title>FEFGlittering and Flex (3 replies)</title><link>http://www.flasheff.com/forum/read.php?31,9546,9546#msg-9546</link><description><![CDATA[ How I can use FEFGlittering filter in Flash Builder? In the Patterns folder there is no FEFGlittering.swc file, only FEFGlittering.fla.<br /><br />In <a rel="nofollow" href="http://www.flasheff.com/flex.html">this</a> page I read:<br /><br />What's inside the Flex pack?<br />1. The SWC FlashEff 2.0 Flex components<br />2. The FlashEff 2.0 patterns in SWC<br />3. The FlashEff 2.0 assets in SWC<br /><br />Thanks.]]></description>
<dc:creator>mike123</dc:creator>
<category>FlashEff 2.0 Flex</category><pubDate>Fri, 10 Feb 2012 03:09:03 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9536,9536#msg-9536</guid>
<title>Play &amp; Pause (1 reply)</title><link>http://www.flasheff.com/forum/read.php?29,9536,9536#msg-9536</link><description><![CDATA[ Hello everyone!<br />I'm thinking about buying your product but I have some troubles. Is it possible to pause and resume effects? Which component (flex or code) provides this functionality?<br />Thank you.]]></description>
<dc:creator>user1092916</dc:creator>
<category>FlashEff 2.0</category><pubDate>Thu, 02 Feb 2012 04:45:34 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?29,9521,9521#msg-9521</guid>
<title>XML &amp; External images - PLEASE HELP (2 replies)</title><link>http://www.flasheff.com/forum/read.php?29,9521,9521#msg-9521</link><description><![CDATA[ Hi,<br /><br />I won't lie I am fairly new to this, so am just trying to work out a few things. What I really just want to do is have external images linked through a xml so I can easily change the images without going back into flash.<br /><br />How do I do this, I have seen a lot of script and please mention flash loaders etc but bit lost. Please could someone do a basic step by step guide of what I need to do in flash and what I need to do the xml file. If someone could please help, it would be very much appreciated! Cheers Matt]]></description>
<dc:creator>user413567</dc:creator>
<category>FlashEff 2.0</category><pubDate>Tue, 31 Jan 2012 12:45:31 -0600</pubDate></item>
</channel>
</rss>
