Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
darkmist29 #1
ActionScript in Flex Builder 3
--------------------------------------------------------------------------------
I've been working on an ActionScript project in Flex Builder 3 that I expected
to have the Tween classes. Since I built the ActionScript project in Flex 3, it
seems that I'm missing some classes that I would normally have if I was using
Adobe Flash CS3 or if I had built a Flex Project in Flex 3.
I was looking for fl.transitions.Tween or mx.effects.Tween - among others.
I'm looking at using the classes under fl.* because I can find them inside
Adobe Flash CS3. I'm trying to add a source folder, but only my intellisense
finds the classes - my builder doesn't seem to recognize anything. I get an
error saying fl.transitions.Tween cannot be found.
How do I get Tween functionallity? Am I headed in the right direction?
darkmist29 Guest
-
Serious bug in Flex Builder 3
I just lost a whole morning's work. Here's what I did: I needed to base a new component on an existing one. So, in the FB3 file list I... -
Flex Charting 2 with Flex Builder 3
I've recently inherited a code base that was built on Flex 2 and uses the Flex 2 Charting component. Flex Builder 3 is the only version of Builder... -
Switch from Flex Builder 2 to Flex Builder 3
Hi All, I've developed an application in Flex Builder 2 and I'm trying to switch it in Flex Builder 3. My application receives data from a... -
Problem in Flex Builder UI After Installing Flex 3
So, here's an interesting issue. And my apology in advance if it has been reported before. But I have spent the better part of two days installing... -
Flex/Flex Builder Trial
Anyone, I am interested in trying the flex builder application. I am not a programmer so I am a bit unsure of what components I need to run the... -
John Hall #2
Re: ActionScript in Flex Builder 3
No luck getting the samples working?
[url]http://livedocs.adobe.com/flex/3/html/help.html?content=createeffects_3.html[/url]
John Hall Guest
-
darkmist29 #3
Re: ActionScript in Flex Builder 3
I've looked over that sample.
Part of the problem is that I don't have access to mx.effects. I think this is
because that example is a Flex 3 Project and has a MXML file attributed to it.
I opened a Flex 3 project and was able to access mx.effects - but my project is
different in that it's an ActionScript project - meaning, I opened an
ActionScript project in Flex Builder 3. Apperantly the ActionScript projects
don't have access to mx.effects.Tween. And niether do they have access to
fl.transitions.Tween. It's strange - and I'm trying to find a way to access
them by connecting the build path to the Tween classes somehow.
My project preferences already have the fl.* folders in the build path. It
just still doesn't seem to work.
darkmist29 Guest



Reply With Quote

