RE: [Flashnewbie] Evaluating a statement 'if
(x==4){trace(\ 'match\ ')}; ' 2004-02-18 - By Brook Davies
Back I downloaded and installed this component, but it doesn't seem to have any docs other than the method reference in the ref panel. I'm stuck on trying to evaluate a statement. I'm trying this code:
var x="if ('r' == 'r''){var z=true}"; trace(z);
// now use the interpreter component somehow?
I've tried script(z), expression(z) and a bunch of other crap, but without some docs, I'm stuck. Has anyone used this before or know where I can find some documentation?
Brook
At 09:46 PM 2/17/2004, you wrote: >Not natively. But maybe this could help: >http://www.flashcomponents.net/component.cfm?nav=2&id=118 >(hmm, now that I'm sending this, the server seems to be down) > >-- ---- ------ >Andreas Weber >motiondraw.com > > > > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >Supported by Fig Leaf Software >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >Lower Prices for Certified Training! Check out new lower prices for >Certified Macromedia Training from Fig Leaf Software. Expand your >skill set with courses in ColdFusion, Flash, Rich Internet >Applications and .NET in the new year. Fig Leaf Software provides >the highest caliber instruction at our training centers in Washington >D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at >your location. > >Get the details at http://training.figleaf.com/ >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- >To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) >For additional commands, e-mail: flashnewbie-help@(protected)
<html> <body> I downloaded and installed this component, but it doesn't seem to have any docs other than the method reference in the ref panel. I'm stuck on trying to evaluate a statement. I'm trying this code:<br><br> var x="if ('r' == 'r''){var z=true}";<br> trace(z);<br><br> // now use the interpreter component somehow?<br><br> I've tried script(z), expression(z) and a bunch of other crap, but without <i>some</i> docs, I'm stuck. Has anyone used this before or know where I can find some documentation?<br><br> Brook<br><br> <br><br> At 09:46 PM 2/17/2004, you wrote:<br> <blockquote type=cite class=cite cite>Not natively. But maybe this could help:<br> <a href="http://www.flashcomponents.net/component.cfm?nav=2&id=118" eudora= "autourl">http://www.flashcomponents.net/component.cfm?nav=2&id=118</a><br> (hmm, now that I'm sending this, the server seems to be down)<br><br> -- ---- ------<br> Andreas Weber<br> motiondraw.com <br><br> <br><br> <br> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------<br> Supported by Fig Leaf Software<br> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------<br> Lower Prices for Certified Training! Check out new lower prices for<br> Certified Macromedia Training from Fig Leaf Software. Expand your<br> skill set with courses in ColdFusion, Flash, Rich Internet<br> Applications and .NET in the new year. Fig Leaf Software provides <br> the highest caliber instruction at our training centers in Washington <br> D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at<br> your location.<br><br> Get the details at <a href="http://training.figleaf.com/" eudora="autourl">http://training.figleaf .com/</a><br> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --<br> To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)<br> For additional commands, e-mail: flashnewbie-help@(protected)</blockquote></body> </html>
|
|