[flexcoders] How to sync Audio and video files

2010-05-10 Thread sudeshdas
Hi All, In my flex application the video and audio files are loaded separately. I want sync both to play together. can anyone give some idea. Thanks Sudesh

Re: [flexcoders] Does Flex 4 SDK require Flash Player 10.1?

2010-05-10 Thread dorkie dork from dorktown
Shouldn't the playerglobal.swc tell me if I'm using api's that require 10.1 when I set the required Flash Player version to 10.0.0 in the Flex Compiler project options? On some machines we can load our site and in others it is stalling about a quarter of the way through the second preloader

Re: [flexcoders] How to sync Audio and video files

2010-05-10 Thread p...@vin Uttarwar
Hi Sudesh, You are trying to achieve something which is next to impossible. Why you have used two separate files to record audio and video instead of single file? Thanks Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@perennialsys.com | Cell: +91 9371288080 | Tel: +91 (020) 2421

Re: [flexcoders] Does Flex 4 SDK require Flash Player 10.1?

2010-05-10 Thread dorkie dork from dorktown
On some machines our app appears to only load when using the debug player: Does not finish loading: Manufacturer: Adobe Windows Flash Player: WIN 10,1,53,38 Flash Player Debugger: false Operating System: Windows XP Language: en CPU Architecture: x86 Browser: Mozilla/5.0 (Windows; U; Windows NT

[flexcoders] FileReferenceList

2010-05-10 Thread sderamon
Hello, I have a problem with file referencelist. After select several files for upload with filereferencelist, I show the selected files in a Datagrid. My problems is, If I decide not to send some file, how I can remove it from the filerefenceslist? Thank You

Re: [flexcoders] How to sync Audio and video files

2010-05-10 Thread Sudesh Das
Hello Pravin, its the clients requirement. There may be up to 3-4 video files and a single audio. and I have to play all in sync. Thanks From: p...@vin Uttarwar pravinuttar...@gmail.com To: flexcoders@yahoogroups.com Sent: Mon, May 10, 2010 12:12:10 PM

Re: [flexcoders] How to sync Audio and video files

2010-05-10 Thread p...@vin Uttarwar
Hello Sudesh, Look the thing is that you are trying to sync two different file(Hope there bitrate is same), Here the problem is that two different streams that you are playing can take different bandwidth so synchronization problem starts here only as one stream can be behind of other or vice

[flexcoders] Re: BlazeDS conversion/transmission of numerics -- value-based rather than type-based?

2010-05-10 Thread Mete Atamel
Can you open a bug with a test case and your reasoning so this can be investigated whether it's a BlazeDS or documentation issue? http://bugs.adobe.com/jira/browse/BLZ Thanks, Mete --- In flexcoders@yahoogroups.com, William Mitchell w...@... wrote: The chapter on Data Serialization in the

RE: Re: [flexcoders] Use a Popup as itemEditor in Datagrids

2010-05-10 Thread DevSachin
Hi Alex, I studied your example at http://blogs.adobe.com/aharui/2008/08/datagrid_with_popup_editor.html I have created editing cell with popup editor with ADG and also implement cell edit in double click instead of single click. I have written itemeditBeginning handler and written a condition

Re: [flexcoders] Re: Loading CFF font swf into Flex 3.3 app

2010-05-10 Thread Alex Harui
I think I would make the font swf do the registration. That’s how I did it recently. And I always wait for INIT before doing things like that. package { import flash.display.Sprite; import flash.text.Font; public class FontLib extends Sprite { [Embed( source=arial.ttf, fontFamily=Arial )]

Re: [flexcoders] Re: Loading CFF font swf into Flex 3.3 app

2010-05-10 Thread gabriel montagné
On 07/05/2010, Alex Harui aha...@adobe.com wrote: I think I would make the font swf do the registration. That’s how I did it recently. And I always wait for INIT before doing things like that. There's also a very clear example of loading fonts for TLF at runtime on the docs for the

[flexcoders] how to use timer to go to different states

2010-05-10 Thread James Dean
hi guys suppose i have 15 states state1 state2 state3 state4 all the way to state15 how do i use the timer class to automatically go from state1 to state15 with an interval of 5seconds. meaning display whatever i want to display in each state for 5seconds. ive been thinking of using

[flexcoders] RichTextEditor

2010-05-10 Thread karkuratintenn
Hi there, I am having some trouble with the RichTextEditor for flex 3.5. Basically my problem is the following, if i set the htmlText in the RichTextEditor it is not showing up in the component but as soon as I type in the first letter everything shows up. Does anyone have a clue of what

[flexcoders] HexoSearch - The World's First Search Engine Dedicated to Actionscript

2010-05-10 Thread marspark39
Hi all, My name is Mars, an actionscript developer just like you. Based on my own experience, I believe there's gotta be something better than google to provide more precise results and save us tones of time from browsing useless forum and blog posts. That's why my friends and I have

Re: [flexcoders] How to sync Audio and video files

2010-05-10 Thread Sudesh Das
Hello Pravin, Thanks for the help. But my client not all listening. Thanks Regards Sudesh From: p...@vin Uttarwar pravinuttar...@gmail.com To: flexcoders@yahoogroups.com Sent: Mon, May 10, 2010 1:56:38 PM Subject: Re: [flexcoders] How to sync Audio

Re: [flexcoders] Use a Popup as itemEditor in Datagrids

2010-05-10 Thread Alex Harui
EditedItemPosition should be read/write. On 5/10/10 2:44 AM, DevSachin talktosachin2...@rediffmail.com wrote: Hi Alex, I studied your example at http://blogs.adobe.com/aharui/2008/08/datagrid_with_popup_editor.html I have created editing cell with popup editor with ADG and also

[flexcoders] Re: Loading CFF font swf into Flex 3.3 app

2010-05-10 Thread aaronius9er9er
Thanks Alex and Gabriel. I think most of my problems were due to security domain issues. I finally have it working with the font swf registering its own font. The important part being that the font swf and the app swf are both running under the same security context (which means I couldn't

[flexcoders] Server power for Appli

2010-05-10 Thread Christophe
Hello, Which type of server to choose to have a faster execution of a flex application for the customer ? Thank you, Christophe,

Re: [flexcoders] Does Flex 4 SDK require Flash Player 10.1?

2010-05-10 Thread Alex Harui
Sounds like there is an exception being thrown when running in the release player. The release player just eats exceptions and stops running code until the next frame. If code that would run later sets up code to run in the next frame, then that code won’t run. There could be a timing

[flexcoders] How to layer popup windows

2010-05-10 Thread Greg Hess
Hi All, My application employs a modular architecture(main applications responsibility is just to load and unload modules). My module displays a popup window who's parent is the main application that covers the entire UI. Unfortunately, while this popup is displayed certain events occur in the

Re: [flexcoders] Server power for Appli

2010-05-10 Thread Kerry Thompson
Christophe christophe_jacque...@yahoo.fr wrote: Which type of server to choose to have a faster execution of a flex application for the customer ? Flex execution speed is dependent on the local machine, not the server. The .swf is downloaded to the local machine. Your server could effect

[flexcoders] BlazeDS + Hibernate: how to not send PersistentMaps to the client?

2010-05-10 Thread Sébastien Tromp
Hello, I am using Flex and the client side, Java + Hibernate on the server, and BlazeDS to communicate between them. One typical scenario I am facing is: - Create a new bean in the Java code, and persist it using Hibernate's getTemplate().save(myObject) - Send this object to the client using

[flexcoders] Updating Static vars

2010-05-10 Thread Joshua
Hello I've got a situation as follows 1. I have a class called MessageStrings.as that I use for storing static consts and variables used throughout my project. 2. Recently, we started an affiliate program where I need to make modifications to the MessageStrings to change company names,

Re: [flexcoders] Updating Static vars

2010-05-10 Thread Oleg Sivokon
I'd consider doing something like this: public static const PHONES:XML = phones contact n=1234567890/ affiliate n=0987654321/ /phones; Les writing, less processing and you can even let the bookkeeper do the work (instead of having the XML coded in the file, you could embed it for

[flexcoders] Re: Updating Static vars

2010-05-10 Thread Joshua
Thanks for the input... I might give that a whirl. just as an FYI for me, or I guess an FMI can you do what I was trying to do initially? I'm still doing some searching, but not finding much on updating static vars or partially calling a constructor... Oh, that just gave me an idea. --- In

Re: [flexcoders] Re: Updating Static vars

2010-05-10 Thread Oleg Sivokon
Well, since you made it a variable it may be updated any time you want... However, I think that having complex code in the static property initializer isn't the best thing to do. It may rely on some compiler feature, that is not documented, or, it may not be clear how exactly it will work if you

Re: [flexcoders] Re: Updating Static vars

2010-05-10 Thread Oleg Sivokon
private static function init():Boolean { var0 = foo; vat1 = bar; return true; } public static var var0:String; public static var var1:String; private static var _initialized = inti(); Clicked send to fast :)

Re: [flexcoders] Server power for Appli

2010-05-10 Thread Evan Klein
That's a pretty broad question. Are you talking applications server, database server, web? On Mon, May 10, 2010 at 1:11 PM, Christophe christophe_jacque...@yahoo.frwrote: Hello, Which type of server to choose to have a faster execution of a flex application for the customer ? Thank you,

[flexcoders] Re: Take that Mr Jobs!

2010-05-10 Thread mitek17
Well, I know that no one needs release builds, but I tried to investigate this a bit. It looks like that the new properties in .actionscript file are causing the corruption in projects with libraries. If you open the FB4 project in FB3 (strangely, it does not complain) it won't make the

Re: [flexcoders] How to layer popup windows

2010-05-10 Thread Alex Harui
Are you using the childLIst parameter of PopUpManager? On 5/10/10 11:30 AM, Greg Hess flexeff...@gmail.com wrote: Hi All, My application employs a modular architecture(main applications responsibility is just to load and unload modules). My module displays a popup window who's parent is