Re: [flexcoders] archived Flash players - why so huge?

2009-03-10 Thread Michael Pelz-Sherman
ndwidth. Thanks! :-) ____ From: Michael Pelz-Sherman To: flexcoders@yahoogroups.com Sent: Tuesday, March 10, 2009 2:31:47 PM Subject: [flexcoders] archived Flash players - why so huge? I found this page today while searching for a way to downgrade to an earlier version of Flash: http:

[flexcoders] archived Flash players - why so huge?

2009-03-10 Thread Michael Pelz-Sherman
I found this page today while searching for a way to downgrade to an earlier version of Flash: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266 Can anyone explain why the installer files are so huge? - Michael

[flexcoders] Flex ajax bridge in IE without document.write()

2009-03-10 Thread Michael Pelz-Sherman
Hi, I'm trying to embed a flex swf into my app without using document.write(). Instead I want to use the standard Ajax technique of setting the innerHTML property on a object, like so: varflexObjTag =AC_FL_RunContent(...args...); $('flexDiv').innerHTML = flashObjTag; To do this, I modified th

[flexcoders] single & double click event handling on same component

2009-02-13 Thread Michael Pelz-Sherman
I need to handle both single & double clicks on a UIComponent. Unfortunately my single click handler is preventing the double click handler from executing. I found a nice blog post that explains a workaround for this: http://blogs.sophiacom.fr/flex/2008/08/double-click.html Before I implement

[flexcoders] flex app making "undefined" http requests

2009-02-10 Thread Michael Pelz-Sherman
My flex app is making http requests to a url with the string "undefined". These requests are showing up as 404 errors in the web browser. I have no idea where these requests are coming from. Any suggestions on how to debug this? Thanks! - Michael

Re: [flexcoders] dynamic context menu problem

2009-01-30 Thread Michael Pelz-Sherman
those of INPS or any of its affiliates. If you are not the intended recipient please contact is.helpdesk@ inps.co.uk From:flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Michael Pelz-Sherman Sent: 30 January 2009 15:44 To: flexcod

Re: [flexcoders] dynamic context menu problem

2009-01-30 Thread Michael Pelz-Sherman
those of the author and do not necessarily represent those of INPS or any of its affiliates. If you are not the intended recipient please contact is.helpdesk@ inps.co.uk From:flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Michael

[flexcoders] dynamic context menu problem

2009-01-29 Thread Michael Pelz-Sherman
I'm struggling to find an elegant solution to this problem: I have a Flex app that has a dynamic context (right-click) menu. The menu contains different items depending on whether various objects are selected. Ideally, I'd like to re-generate the menu options right when the user right-clicks,

Re: [flexcoders] ContextMenuItem with a checkbox ?

2009-01-20 Thread Michael Pelz-Sherman
://www.bigroom.co.uk/blog/custom-context-menu-with-keyboard-shortcuts-in-flash Did this change recently? If so, why? Thanks, - Michael ________ From: Michael Pelz-Sherman To: flexcoders@yahoogroups.com Sent: Monday, January 19, 2009 2:15:33 PM Subject: [flexcoders] Contex

[flexcoders] ContextMenuItem with a checkbox ?

2009-01-19 Thread Michael Pelz-Sherman
Hi, I'd like to create a ContextMenuItem with a checkbox that toggles some behavior. Is this possible? Thanks! - Michael