[flexcoders] background music loop for website: Flex 3

2010-01-04 Thread AC
Hi i am building a website and want to know how can i put a looping music file which plays as long as the user is on the website. what do i do to accomplish this. i know there is something to do with mx:soundeffect but how to use it and which effects can i use. help plss

[flexcoders] disable printing and copying of images in a adobe flex 3

2009-12-29 Thread AC
Hi, I want to make the website such that the print option is disabled and the the copy feature is as much as possible unavailable. How can i do this?

[flexcoders] Re: Cairngorm Documentation - Event system

2006-02-03 Thread AC
I was having the same issue: It looks like all the works in the LoginCommand; returned result. model.workflowState = ModelLocator.VIEWING_LOGGED_IN_SCREEN; and in the app model.workflowState is used the set the view. --- In flexcoders@yahoogroups.com, Scott Langeberg [EMAIL PROTECTED] wrote:

[flexcoders] CSS text formatting Flex 1.5 or Flex 2.0

2005-11-15 Thread AC
Does anyone know if Flex 1.5 or Flex 2.0 has {text-decoration:line-through} Or how this can be achieved within the Text or Label control. Response appreciated Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk

[flexcoders] Cursor change problem

2005-08-30 Thread AC
Probably an easy question for those who know... I'm trying to change the default cursor to a hand cursor when hovering over a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears within MovieClips components e.g. Buttons when useHandCursor

[flexcoders] Re: cellRender NumericStepper

2005-07-05 Thread AC
in dataProvider when NS value is changed? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AC Sent: Monday, July 04, 2005 8:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] cellRender NumericStepper Hello I am trying

[flexcoders] cellRender NumericStepper

2005-07-04 Thread AC
Hello I am trying to create a numeriStepper control as a cellRenderer component within a grid. While doing this I have come across a problem, whenever I change the value of numericStepper it fails to retain its new value and restores itself back to its original DataGrid.dataProvider value on

[flexcoders] backgoundImage style property

2005-05-06 Thread AC
The backgroundImage style property of a container component; is there a way of positioning the background image so its origin is not in the centre but at the very top-left of the image? Thanks in advanced. Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Event Listeners; Flex internal question for flex gurus

2005-04-27 Thread AC
in Advance AC Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

[flexcoders] Re: TextArea help

2005-04-22 Thread AC
Thanks Matt The help is appreciated. AC --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Instead of using focusOut and focusIn I used keyDown and mouseUp and that seemed to do the trick. It may not be perfect all the time, I'd imagine you can type fast enough

[flexcoders] TextArea help

2005-04-20 Thread AC
Hello to all flex masters Can somebody tell me how to programmatically enter a piece of text into a specific position within a TextArea that already contains a block of text. I have a TextArea containing a block of text. I am trying to insert additional text into an arbitrary position within

[flexcoders] Re: My Company's Flex Site Live

2005-04-08 Thread AC
Hello James First of all… complement on the look of the site. It's very nice. I have a technical question for you… in you Flex website have you embedded the images into your flex swf/movie or are you using the Load function to load the images website. Your response would be much

Help Systems integration advice

2005-03-11 Thread AC
Hello I am trying to integrate a help system with a flex app am currently developing. I am currently evaluating Robohelp (FlashHelp; as it's a MM product !!), is there an elegant way of calling FlashHelp files from within flex without having to go out to javascript. Ideally via ActionScript.

Re: Advanced Printing Question

2005-02-28 Thread AC
... !-- MyPrintableComponent.mxml -- mx:VBox ... ... (other stuff you want) /mx:VBox var p = PopUpManager.createPopUp(this, MyPrintableComponent, false); p.visible = false; Then you can print p. I haven't tried it, but it should work. Manish AC wrote: Hi Background: I have created

Creating nested controls

2005-02-21 Thread AC
Hello I have three Objects; 2 HBoxes which are populated with children at runtime, and a DataGrid. At runtime, I am trying to create a parent control (VBox) which contains all three of these controls. The two HBoxes are populated with child controls using createChild(...) method. Once this is

Help with effects

2005-02-10 Thread AC
Hi Is there a way of knowing/ being notified when and effect (such as resize) has ended. I guess what I am looking for is an event which tells me when the effect has ended. Any help is appreciated.