<?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 Beta (Beta phase only)</title>
<description>Report potential bugs and issues here or simply discuss about the new FlashEff2 Beta.</description><link>http://www.flasheff.com/forum/list.php?27</link><lastBuildDate>Wed, 08 Sep 2010 18:28:15 -0500</lastBuildDate>
<generator>Phorum 5.2.7</generator>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,4539,4539#msg-4539</guid>
<title>Looping Text (no replies)</title><link>http://www.flasheff.com/forum/read.php?27,4539,4539#msg-4539</link><description><![CDATA[ Hi all,<br />New'ish to Flash and new to FlashEff2. Can anyone tell me or point me in the direction of a tutorial on how to loop text. I can see some on slideshows and that looks a little complicated for what I want however I guess I am looking to do something similar.<br />All I want to do is apply a show effect to a word, that to then hide and then another word to show and hide. I guess I would like this to happen with about four different words all with the same effect, can anyone help with this please.<br />Remember I'm new to Flash and not to geared up on code ;-)<br />Thanks, Pete.]]></description>
<dc:creator>peter119</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Wed, 02 Dec 2009 11:10:05 -0600</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,4027,4027#msg-4027</guid>
<title>Suggestion (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,4027,4027#msg-4027</link><description><![CDATA[ 1.) I wish I could design my effect using your great custom panel and then have it optionally display all the code require to accomplish the transition in AS3. It would save me a great deal of time.<br /><br />2.) Greensock just came out with a new version of their tweening engine that emulates timelines called timelineMax. I would like to be able to tell my effect object gotoAndStop(timeInSeconds) or gotoAndPlay(timeInSeconds). This feature doesn't seem that hard to add.<br /><br />Thanks]]></description>
<dc:creator>Liquidus</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Thu, 24 Sep 2009 11:11:56 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2985,2985#msg-2985</guid>
<title>button _SELF (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2985,2985#msg-2985</link><description><![CDATA[ Hi everybody,<br />I having a problem and I couldn't find an answer here in the forum, so here I am:<br />I created a button and I added a &quot;nagateToURL&quot; command, added the url and changeed the browserTarget to _SELF cause I want<br />the page to be opened in the same window.<br />What am I doing wrong? Cause it still opens a new window when I click the button!<br />Thanks]]></description>
<dc:creator>tania</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Fri, 19 Jun 2009 06:06:21 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2963,2963#msg-2963</guid>
<title>apply filter (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2963,2963#msg-2963</link><description><![CDATA[ Hi, my name is rony, i'm from tel aviv, israel.<br />I'm trying to create an effect in action script using the setXml api. The effect xml data contains a filter in it. I understood that i have to run over the filters list and apply each one of the filters for them to work.<br />When i apply the filter, the effect with its target dissappears.<br />Does anyone is familiar with this issue?<br />tnx, rony]]></description>
<dc:creator>eyalgever</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Thu, 18 Jun 2009 09:39:28 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2941,2941#msg-2941</guid>
<title>Movieclip position bug (no replies)</title><link>http://www.flasheff.com/forum/read.php?27,2941,2941#msg-2941</link><description><![CDATA[ Hi, i have a function in Document Class for align a movieclip in center of stage, but its happens a bug when is applyed a FlashEff2 animation.<br />And it´s works fine when i remove the instance of FlashEff.<br /><br />Source: <a rel="nofollow" href="http://www.jbjunior.com.br/jbjr.zip">jbjr.zip</a><br /><br />Sorry for bad english.]]></description>
<dc:creator>juniorwifi</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Sat, 13 Jun 2009 12:59:44 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2925,2925#msg-2925</guid>
<title>Cannot find com.jumpeye (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2925,2925#msg-2925</link><description><![CDATA[ I have setup a simple button with an onClick event and now wish to add a ROLLOVER/OUT Event listener in AS3<br />But for some reason my import does not work - the samples do but the code doesn't work in a new project.<br /><br />Any ideas?<br /><br />Thanks<br /><br />Pete]]></description>
<dc:creator>Quoling</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Sat, 13 Jun 2009 06:19:06 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2889,2889#msg-2889</guid>
<title>FlashEff2 Suggestions (3 replies)</title><link>http://www.flasheff.com/forum/read.php?27,2889,2889#msg-2889</link><description><![CDATA[ Hi,<br /><br />I just bought FlashEff, which came with a beta of FlashEff2. In reading through the documentation for FlashEff2, I was wondering if it's too late to submit requests. For example, the <strong class="bbcode">preset</strong> property takes a number, which doesn't tell you what the preset actually does. I think it would be preferable to make these values either strings or enumerations, because they would be easier to remember, it would be easier to understand the code, and you could get code hinting. So instead of:<br /><pre class="bbcode">
showEffect.preset = 7;</pre><br />You would have:<br /><pre class="bbcode">
showEffect.preset = &quot;WipeDown&quot;;</pre><br />Or:<br /><pre class="bbcode">
showEffect.preset = FESAlphaPreset.WipeDown; // this would give you code hinting and eliminate magic strings</pre><br />Another suggestion: if you change the name of the <strong class="bbcode">FLASHEFFEvents</strong> class to <strong class="bbcode">FlashEffEvents</strong> it would be easier to read and faster to type. Making it mostly upper case seems unnecessary.<br /><br />Terry]]></description>
<dc:creator>TerryG</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Sat, 13 Jun 2009 06:20:59 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2879,2879#msg-2879</guid>
<title>Problem with groups of words in Alpha text pattern (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2879,2879#msg-2879</link><description><![CDATA[ Groups of words in Pattern: Alpha Preset: Wordsdown<br /><br /><br />I can get words in a paragraph to appear one by one but cannot get a phrase to appear despite entering it in the selected strings<br /><br />I have a paragraph saying: <strong class="bbcode">Cola, Lemonade, Sprite, Bitter Lemon, Hot Chocolate, Orange and Cherryade</strong><br /><br />How can I get the &quot;double&quot; words to appear together - also, the commas do not seem to be recognised as part of a selected string.<br /><br />Very pleased at the reliability so far of this beta - it seems more rugged than many &quot;finished&quot; apps I have bought from others in the past!]]></description>
<dc:creator>viewfax</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Wed, 01 Jul 2009 08:52:34 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2843,2843#msg-2843</guid>
<title>My FlashEff panel is empty (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2843,2843#msg-2843</link><description><![CDATA[ Hi. I've just installed FlashEff panel , opened flash , opened the panel and it's empty . The only things that apear in the panel are the header and the &quot;upgrade&quot; button that doesn't work . How can i get acces to the effects? Thanks.]]></description>
<dc:creator>ronduq</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Mon, 01 Jun 2009 01:02:16 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2837,2837#msg-2837</guid>
<title>my fla went crazy (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2837,2837#msg-2837</link><description><![CDATA[ I made this banner with 3 different images that I transformed into movieclips. I added a timer, the effects...I did this before and it always worked.<br />But from the second time that the swf plays it goes crazy: doesn't show the effect anymore, goes from the first image to the third, repeats an effect endlessly.<br />I tried to make it &quot;brand new&quot; but it still gives me these problems.<br />What could it be?]]></description>
<dc:creator>tania</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Sat, 30 May 2009 03:26:51 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2797,2797#msg-2797</guid>
<title>this effect is only available on Flash player 10 (5 replies)</title><link>http://www.flasheff.com/forum/read.php?27,2797,2797#msg-2797</link><description><![CDATA[ I do have flash player 10 installed but I still view this on some effect, does anybody know why?]]></description>
<dc:creator>tania</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Thu, 28 May 2009 03:34:59 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2791,2791#msg-2791</guid>
<title>SOLVED: Confusion re: GoToFrame (9 replies)</title><link>http://www.flasheff.com/forum/read.php?27,2791,2791#msg-2791</link><description><![CDATA[ I am confused. I noted that the latest download (5/19) supposedly fixed the missing GoToFrame command option. I downloaded and installed it, saw the inclusion of the GoToFrame, and assumed everything was fine. However, whenever I tried to use it, I got this error: &quot;FLASHEFF2 ERROR: Unknown eventType. Available events are: rollOver, rollOut, press, release, doubleClick, showTransitionStart, showTransitionEnd, hideTransitionStart and hideTransitionEnd.&quot; I got this no matter what event was selected.<br /><br />I reported this with a ticket. The ticket was closed with a statement that this was a beta problem, but was given no way of knowing when there might be a resolution.<br /><br />Then, I noticed that, in this Forum, dipopeters seemed to feel that the 5/19 release solved the problem.<br /><br />Is there a problem? Do I just need to correct something in how I use this feature? Am I waiting around for nothing, or something?]]></description>
<dc:creator>BruceND75</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Fri, 26 Jun 2009 03:58:04 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2765,2765#msg-2765</guid>
<title>adding filter (6 replies)</title><link>http://www.flasheff.com/forum/read.php?27,2765,2765#msg-2765</link><description><![CDATA[ Hello,<br />I just updated my Flasheff2 to the new beta version and I was trying to do one thing but didn't figure out how to make it.<br />What I have is a stage with 3 movieclips, each one in a different layer, 1 frame. The first one is an image and I want it to show, and it does.<br />the second and third one are texts but transformed in mc. I want that the image stays in the background and the 2 other movieclips show and than stay in the stage with a filter, the flag one. Everything goes fine until I add the filter. Then the 2nd and 3rd mc don't show up anymore. What could it be? How can make it?!Thanks for your help.<br />Tania]]></description>
<dc:creator>tania</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Thu, 28 May 2009 10:42:59 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2761,2761#msg-2761</guid>
<title>MXP File is Crashing Extension Manager--Issue Resolved (no replies)</title><link>http://www.flasheff.com/forum/read.php?27,2761,2761#msg-2761</link><description><![CDATA[ When I was working on my project today, the Beta2 panel forced me to do an updated download. However, every time I tried to install the extension, it crashed the extension manager. I've tried rebooting and redownloading the zip file; I also tried reverting to the beta mxp I got about 2 weeks ago, but of course, it triggers that forced download again. So now all the beta2 effects I've got in my project, I'm having to revert to Version1. And I was really enjoying my Beta2 version....but I have to get this project ready today, thus having to revert to the version1 effects.<br /><br /><s class="bbcode">Has anyone else run into this problem?</s><br /><br />UPDATE: Nevermind, I guess it took my posting in the forum to make this work. I finally got it installed. Now I can reupdate my effects back again to beta2! Yippee!<br /><br />I really love the new version.]]></description>
<dc:creator>dakotahgirl</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Fri, 22 May 2009 15:40:54 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2733,2733#msg-2733</guid>
<title>CS4 Error (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2733,2733#msg-2733</link><description><![CDATA[ Hey guys I'm getting this error on CS4 when I try to apply any pattern from FlashEff2 Beta:<br /><br />1046: Type was not found or was not a compile-time constant: Matrix3D.<br /><br />Any ideas?<br /><br />Thanks.]]></description>
<dc:creator>ghitacostas</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Thu, 21 May 2009 01:17:58 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2655,2655#msg-2655</guid>
<title>FEFRefleciton Missing (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2655,2655#msg-2655</link><description><![CDATA[ FLASHEFF2 ERROR: The filter pattern 'com.jumpeye.flashEff2.filter.reflection.FEFReflection' is missing from library.]]></description>
<dc:creator>ihayesjr</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Mon, 18 May 2009 01:38:32 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2649,2649#msg-2649</guid>
<title>Button effects (1 reply)</title><link>http://www.flasheff.com/forum/read.php?27,2649,2649#msg-2649</link><description><![CDATA[ What happened to the cool button effects like FEBFlip and FEBParticle?<br /><br />The button effects in FlashEff2 look so simple.]]></description>
<dc:creator>beon</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Tue, 19 May 2009 07:33:13 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2643,2643#msg-2643</guid>
<title>Version Chart (4 replies)</title><link>http://www.flasheff.com/forum/read.php?27,2643,2643#msg-2643</link><description><![CDATA[ The chart showing the differences between the 3 version shows that the premium version only has 500+ Effects Presets but the information below it shows that it comes with 1000+. This is in the Complete Manual PDF.<br />Which is correct? The chart or the information under the chart?<br /><br />Irvin]]></description>
<dc:creator>ihayesjr</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Sat, 16 May 2009 03:06:37 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2641,2641#msg-2641</guid>
<title>Very Important Missing Button Command (4 replies)</title><link>http://www.flasheff.com/forum/read.php?27,2641,2641#msg-2641</link><description><![CDATA[ Flasheff 2 is fantastic. But after playing around for a while I noticed that the command 'GoToFrame' is missing. This is the command I use the most. Please dont take this away.<br /><br />I will also like to suggest a feature which I've seen in Flashloaded's TextFX; after an animation plays it would be nice to have a feature that allows one to select a command that happens e.g. after a hide animation -&gt; go to next frame. This will really allow the ease of creating banners or slideshows without writing code to check for the end of the animation...with this one will be able to create a slideshow in minutes.]]></description>
<dc:creator>dipopeters</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Tue, 19 May 2009 13:36:45 -0500</pubDate></item>
<item>
<guid>http://www.flasheff.com/forum/read.php?27,2633,2633#msg-2633</guid>
<title>The second phase, May 13th (no replies)</title><link>http://www.flasheff.com/forum/read.php?27,2633,2633#msg-2633</link><description><![CDATA[ We've just launched the FlashEff2 Private Beta second phase, designed for those that have ordered FlashEff1 in the past or starting from now.<br />In the meanwhile we're building official free invitation lists on various blogs: <a rel="nofollow" href="http://www.flasheff.com/fe2beta/">http://www.flasheff.com/fe2beta/</a>]]></description>
<dc:creator>raul</dc:creator>
<category>FlashEff 2 Beta (Beta phase only)</category><pubDate>Wed, 13 May 2009 03:37:52 -0500</pubDate></item>
</channel>
</rss>