Re: [flexcoders] How do I pause

2007-10-29 Thread Paul Andrews
- Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 29, 2007 7:22 AM Subject: [flexcoders] How do I pause My movie changes states when the user hits a button, but I want it to pause for 5 seconds. How do I do that ? I see something about

RE: [flexcoders] Re: crossdomain.xml... real or not-so-real security?

2007-10-29 Thread Alex Harui
Crossdomain is not a defense against malicious user, just against malicious swf author. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derrick Anderson Sent: Monday, October 29, 2007 2:46 PM To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] Controlling MenuBar Submenus via Code frustrations

2007-10-29 Thread Tracy Spratt
Everything works through the dataProvider. First use e4x expressions to find the node you want to change, then set the attribute. Below are some lines from some of my code. I am only setting enabled and the label, but the same techniques should work for checkboxes, etc. Tracy

[flexcoders] Re: routeMessageToService and routeMessageToClient

2007-10-29 Thread foobone9
A comment was added to the live docs example: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcds/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=messaging_config_5.html#258500 that corrects this. MessageService msgService = (MessageService)service; Should be:

RE: [flexcoders] Re: htmlText in text that originates in XML

2007-10-29 Thread Tracy Spratt
I am doing this successfully, by encoding the markup, and keeping it in an attribute(description, below). dest category=Directions to Hotel title=West to Atlanta mapimage=maps/Exit249B_Map.swf destimage=maps/DirectionsWest.swf description=lt;TEXTFORMAT LEADING=quot;2quot;lt;P

Re: [flexcoders] How do I pause

2007-10-29 Thread [EMAIL PROTECTED]
More accurately, I want to display some results when the button is hit and then I want to pause, and then I want to change states. Like this movie here: http://food.aol.com/food-trivia-quizzes/hersheys-kiss If you look at this movie, when you choose a question, the right answer is highlighted

[flexcoders] Re: Flex 3 release date

2007-10-29 Thread simonjpalmer
Thanks Matt. What are the likely license implications for developers like myself who will be looking at upgrading? --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Early 2008. Where January is considered very early and April would be considered closer to mid.

[flexcoders] Re: transient properties of an object using RemoteClass

2007-10-29 Thread simonjpalmer
The FB2 syntax hilighter ignores it, but I can confirm that it exists and works in Flex 2. Makes you wonder why it wasn't in the docs... Thanks for your help. This just cut my packet size by about 75% and simplified my client code significantly. I'm a very happy man. --- In

[flexcoders] TileList Drag Problem

2007-10-29 Thread solarpower999
Hello, I was wondering if someone could help me with this problem. I setup a drag and drop operation from a TileList control to a TextArea control and everything works fine. However, there is a bug with the implementation that makes it look unprofessional. The problem lies in the

RE: [flexcoders] Re: Flex 3 release date

2007-10-29 Thread Matt Chotin
http://www.onflex.org/ted/2007/10/flex-3-beta-2-lower-price-flex-builder .php See question 4 and you can imagine similar upgrade pricing. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday, October 29, 2007 7:01 PM To:

[flexcoders] Flex 2 3 on the same machine

2007-10-29 Thread Guido
Hi, fellow flex coders ^^ I have a question for y'all: Can Flex 2 and 3 beta happily co-exist on the same machine? I've got some projects going on in Flex 2, but I'd like to try out some of Flex 3 new feature and I don't wish to uninstall Flex 2. Are there any known issues on doing this? TIA,

RE: [flexcoders] Flex 2 3 on the same machine

2007-10-29 Thread Samuel R. Neff
I have both installed and haven't noticed any issues. I mostly use Flex Builder 3 as it can target both Flex 2 and Flex 3 SDK's. The only time I've used Flex Builder 2 recently is when I found a bug that only affects projects created in Flex 2 and then migrated to Flex 3--other than that I

[flexcoders] Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-10-29 Thread helihobby
Does anyone know how ( if possible ) to save an FLV or Image to the shared local object ( SOL ) and than open it later on for use by the Video Class ? I am trying to build my own Cache system and since Flash can not access the file system my only option is to use the SOL. ( can't use Appolo for

Re: [flexcoders] Re: FileReference upload passing parameters in URLRequest

2007-10-29 Thread Abdul Qabiz
Hmm, that's strange... If you send data with file-content, it would be multipart message on server-side, are you doing things correctly on server? You can use service-capture, charles, firebug etc to see what data Flex app is sending to server? This way, you can figure out the problem area.

Re: [flexcoders] Re: crossdomain.xml... real or not-so-real security?

2007-10-29 Thread Abdul Qabiz
Both server and workstation are owned by evil guy...As said earlier, a determined person doesn't even need a server, most of things (data-access) is doable from local SWF... I am missing something, let me try to understand your point. What you mean by which then gives it access to my server at

Re: [flexcoders] Re: JS - How to send a byteArray using HTTPService??

2007-10-29 Thread Abdul Qabiz
I think, you can use AMFPHP on server-side. You can refer the following tutorial:- http://www.sephiroth.it/tutorials/flashPHP/amfphp_bytearray/ http://www.bytearray.org/?p=90 -abdul On 10/29/07, Jeff Schuenke [EMAIL PROTECTED] wrote: Hello Abdul, I have looked at URLLoader and see how to

RE: Re[flexcoders] peater

2007-10-29 Thread Manu Dhanda
Hii Tracy, Here is my repeater(am using 3 repeaters, to have three columns to prevent having a scrollbar). Suggest me if there is any better way to do this, although it's not the issue at the moment. I have highlighted the problematic code in handler method below. Code for repeater: mx:HBox id=hb

[flexcoders] Re: Flex 2 3 on the same machine

2007-10-29 Thread reflexactions
How does speed compare? I havent tried FB3 to build an FB2 app, currently I use FB2 for Flex2 and FB3 for Flex 3 apps, for me FB3 is very very much slower than FB2. I upgraded my ram from 1GB to 2GB solely to make FB3 run quicker, it helped but it is still very slow and that is even after

[flexcoders] Problem importing component from Flash CS3

2007-10-29 Thread Stephen Roy J. Tang
Hi, I created a component using the Flex Component Kit for Flash CS3. (The examples I followed are http://lordbron.wordpress.com/2007/05/01/flex-component-kit-step-by-step/ and http://jessewarden.com/2006/12/integrating-a-flash-interface-into-flex-2.html) So, I'm able to import the component

[flexcoders] RIA Developer Camp at Adobe San Francisco

2007-10-29 Thread Matt Chotin
We're having a Developer Camp at Adobe in our San Francisco office on Monday November 5th from 4-8pm. Registration is free but is limited. For more info and to register please visit http://www.eventsadobe.com/devcamp/index.html. Matt

RE: [flexcoders] Flex 2 3 on the same machine

2007-10-29 Thread Ramanujam, Pratap
Absolutely Guido, Flex 2 and 3 Beta can happily co exist in the same machine. I have been using it for sometime now. No issues noticed till date. Thanks, Pratap _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guido Sent: Tuesday, October 30,

[flexcoders] Can anyone help ? need to convert FLV to ByteArray ?

2007-10-29 Thread helihobby
Hello, I managed to save and load ByteArray of an image to a shared local object. However, I need to be able to do it with an FLV. Can anyone PLEASE PLEASE PLEASE point me on how to convert a loaded FLV into a ByteArray and how to Convert a ByteArray so a VideoDisplay may play it ? Thank in

<    1   2