[flexcoders] VideoDisplay autobandwidth and FMS3

2008-08-18 Thread celumbra
I am looking for examples of using the autobandwidth property of Flex's VideoDisplay and FMS3's new support for automatically calculating bandwidth. Anyone done this?

[flexcoders] Re: VideoDisplay autobandwidth and FMS3

2008-08-18 Thread celumbra
--- In flexcoders@yahoogroups.com, "celumbra" <[EMAIL PROTECTED]> wrote: > > I am looking for examples of using the autobandwidth property of Flex's > VideoDisplay and > FMS3's new support for automatically calculating bandwidth. Anyone done this? >

[flexcoders] Flex web services client-BlazeDS-NetSuite, session cookies in header

2008-06-16 Thread celumbra
Has anyone built a flex client to NetSuite? I am searching for any notable issues. This combination seems like a natural fit for many companies, but, surprisingly, there is a dearth of information on the Internet. Maybe there are reasons that aren't immediately apparent? >From reading throu

[flexcoders] Re: Flex Newbie - Web Services Dilema

2008-06-16 Thread celumbra
http://ivascucristian.com/archives/but-how-do-i-use-that-code/ > > Hi, > > I'm a developer who usually uses Java,Php,C#, etc. > > And I'm new to Flex and ActionScripting. i'm using Eclipse 3.3.x and > Flex Builder 3 plugin for Eclipse and BlazeDS. > > I tried generating the proxy classes from D

[flexcoders] BlazeDS and Flex

2008-07-14 Thread celumbra
I am having trouble setting up BlazeDS as a web service proxy. I have a few assumptions that perhaps you can help me clarify. First, all the examples I find have the BlazeDS running locally, but I am assuming that I can develop Flex on my mac laptop, while BlazeDS is on a remote server. Is t

[flexcoders] Re: Flex blog topics - what should I write about?

2008-07-15 Thread celumbra
I have been teaching myself Flex over the last six months, and am somewhat new to developing myself (I've usually designed specs and hired programmers to implement them). Reading blogs about Flex, I often find details of how to accomplish a particular programming task, but rarely see these ta

[flexcoders] accessing children of flash generated swf

2008-03-22 Thread celumbra
I have a vector graphic that originated in Illustrator, which I then imported into Flash CS3. I converted the graphic elements to symbols, linking them to AS3 classes, and exported the swf to load into Flex 3. In Flex, when I load the swf into an Image or SWFLoader tag, I can capture a mouseover e

[flexcoders] Re: accessing children of flash generated swf

2008-03-23 Thread celumbra
F assuming it > was published for player 9. What is background? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of celumbra > Sent: Saturday, March 22, 2008 11:34 AM > To: flexcoders@yahoogrou

[flexcoders] Re: accessing children of flash generated swf

2008-03-24 Thread celumbra
t; <[EMAIL PROTECTED]> wrote: > > A SWFLoader's .content property is the root of the Flash SWF assuming it > was published for player 9. What is background? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] losing html pages in bin

2008-04-17 Thread celumbra
Is there a way to get Flex to re-create the html pages in the bin? Every so often, Flex seems to destroy the html files, preventing me from rendering the app unless start a new application. Thanks.

[flexcoders] animation in custom preloader

2008-04-19 Thread celumbra
I have a custom preloader, made from implementing the IPreloaderDisplay interface. It works great, but I wonder whether I can animate an object in the display without using the progress event to stimulate the change in values. I've seen examples that embed a swf made in Flash CS, is it possi

[flexcoders] problem setting styles for buttons and linkbuttons at the same time

2008-04-25 Thread celumbra
After struggling for some time to identify the problem, I finally reduced the issue to this: Flex will apply either of the following two styles, one for Button, the other for LinkButton, but not both at the same time. If I remove the Button style, the LinkButton will render as intended; if I

[flexcoders] rtmp and BitmapData.draw() Any workarounds?

2008-05-03 Thread celumbra
I need to "reflect" video —the wet floor style of reflection--that is streaming through rtmp, but I see that the BitmapData.draw() command cannot be used with video streaming through rtmp. Progressive download of the video is not an option for me. Does anyone have any suggestions for what els

[flexcoders] how to lookup a component with only a string id

2008-05-12 Thread celumbra
I am looking for how to access components when all I have is its id string. In one experiment, shown below, for instance, I have a repeater to build a set of buttons from an array collection. When clicked, I want to select a particular component in the application. If I pass the id of the com

[flexcoders] loading remote images

2009-06-28 Thread celumbra
I am trying (without success) to load remote images into a Flex app. I am sure I am not doing something obvious. The application loads the images fine when loading locally and testing. 'assets/img/celumbra/AirParticles430x287.jpg' I have a crossdomain.xml file in the remote root