[flexcoders] wrong mac debug fp version???

2012-08-29 Thread Csomák Gábor
Hi!
I've downloaded the mac debug flash player. the installer said 11.4, but
the installed version (capabilities.version) is 10.3. 183.23. can this
happen?? is it occur at anybody else?
I even uninstalled Flash Player with Adobe's uninstaller, then reinstalled
it, and it is still that way..
Thanks,
Gabor


Re: [flexcoders] wrong mac debug fp version???

2012-08-29 Thread John McCormack
Make sure you use the correct Adobe uninstaller - some were for specific 
versions.
I had a problem previously because my IDE didn't have the path set to 
run Firefox and the standalone player ran instead, so check your IDE.


Flashlight lets you know which player versions you have available...
https://addons.mozilla.org/en-US/firefox/addon/flashlight-1/?src=api

John

On 29/08/2012 14:26, Csomák Gábor wrote:



Hi!
I've downloaded the mac debug flash player. the installer said 11.4, 
but the installed version (capabilities.version) is 10.3. 183.23. can 
this happen?? is it occur at anybody else?
I even uninstalled Flash Player with Adobe's uninstaller, then 
reinstalled it, and it is still that way..

Thanks,
Gabor







[flexcoders] mobile pushView Transition

2012-08-29 Thread markflex2007
Hi,

I use  navigator.pushView(NextScreen) to changes to the new view.

but transition seems always exist.

May I use pushView change to a new view immediately without any time delay like 
state change? 

Please give me a idea

Thanks for help

Mark



[flexcoders] Timeline Component.. seconds?

2012-08-29 Thread Steven Hargrove
Hi guys...

I am trying to build a fairly simple custom component that will act as a
timeline of events. I have noticed the examples of flexlib's Timeline
component only really supports minute breakdowns.

Basically, what I am trying to accomplish is that I will have a sound that
is X length (lets say 60 seconds). This event timeline's length will be the
length of this sound, and will act as the visualizer for the playhead of
the sound playing. I will be adding events to particular poinnts during
the sound. For example, I might have an event that occurs at 13 seconds,
and lasts for 2 seconds.

Can somebody please point me into the right direction? I have been looking
into flexlib's Timeline and ScheduleViewer component, but I feel like it is
outdated and there may be a much eaiser way to do this.


Thanks so much!