[flexcoders] Re: Transparent AIR application over streaming video

2009-04-08 Thread Jayson
Have you had any success with this idea? If not, this sounds like it could be a frame rate issue to me. Have you checked the frame rate through the whole chain? file -> streaming application -> flex Jay --- In flexcoders@yahoogroups.com, "ivanericksont8" wrote: > > Hi there, > > I am hop

[flexcoders] Re: dragging an object with a mask

2008-11-25 Thread Jayson
sk); > snowGlobe.mask = myMask; > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jayson > Sent: Thursday, November 20, 2008 2:23 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: dragging an object with a mask > > > No l

[flexcoders] get the properties of an image after its loaded

2008-11-24 Thread Jayson
t the width and height of an image after it is loaded. is this done through img.loaderInfo? or img.content? I tried img.getConstraintValue('height'); but that returns NaN. Everything I've tried either gives me NaN or undefined. Does anyone know how to access this? Thank you. Jayson

[flexcoders] Re: dragging an object with a mask

2008-11-20 Thread Jayson
k and the object have the same parent and the parent gets dragged. Wrap everything in another UIComponent. > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jayson > Sent: Thursday, November 20, 2008 12:35 PM > To: flexcoders@yahoogroups.com > Subject

[flexcoders] dragging an object with a mask

2008-11-20 Thread Jayson
I have a UIComponent("snowGlobe") with a mask applied. Using the UIComponent I drew a circle and added it to the application. I then applied a circular Sprite mask("msk"). This works perfectly. Now whenever an object is moved outside of the UIComponent it is not displayed(ie. snow in a snowglobe).

[flexcoders] Loading an image dynamically and making it a BitmapAsset

2008-10-29 Thread Jayson
he image with a Loader and casting it as a Class, but this is not working out for me. Any ideas? Thanks! Jayson

[flexcoders] Re: TextField with embedded font > not displaying font

2008-09-17 Thread Jayson
So I just realized this... Would help if I uncommented the css include. Fixed. --- In flexcoders@yahoogroups.com, "Jayson" <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm trying to create a TextField that uses an embedded font. Please > see my code below.

[flexcoders] TextField with embedded font > not displaying font

2008-09-17 Thread Jayson
Hello, I'm trying to create a TextField that uses an embedded font. Please see my code below. The font displays properly when I use it in MXML, but not when I try to create the text display object in AS. Has anyone had success with something similar to this? CSS: @font-face{ src:url("

[flexcoders] Re: ::: uploading Fonts into a live site-->possible?

2008-08-20 Thread Jayson
I think that if you have a SWF inside an SWF, you cannot communicate between the two. I've never needed to try this, but this is what I've read. --- In flexcoders@yahoogroups.com, "artur_desig2dev" <[EMAIL PROTECTED]> wrote: > > how so? > > a - its for use for only that user's site..not to share

[flexcoders] Re: returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
abel: 'A'}, {label: 'B'}, {label: 'C'}, {label: 'D'}); > > Ralf. > > On Wed, Aug 20, 2008 at 9:33 PM, Jayson <[EMAIL PROTECTED]> wrote: > > The Array that is being passed in to the class, is in the format of > > Object, not Ar

[flexcoders] Re: returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
} return tmpArray; } } } --- In flexcoders@yahoogroups.com, "Ralf Bokelberg" <[EMAIL PROTECTED]> wrote: > > Hi Jayson > > What exactly is not working? > > Ralf. > > On Wed, Aug 20, 2008 at 8

[flexcoders] Re: returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
help you out, eg. > > var a : Array = SomethingFromSomwhere as Array; > > Ralf. > > > On Wed, Aug 20, 2008 at 7:39 PM, Jayson <[EMAIL PROTECTED]> wrote: > > I have a class that extends PieChart(I'm calling this CustomPie) and > > I'm passing in an arra

[flexcoders] returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
I have a class that extends PieChart(I'm calling this CustomPie) and I'm passing in an array returned from an ArrayCollection. The new array I've called "alternateLegendData." So I define this as a public variable(Object) in the class and I can now pass in a new parameter. My goal is to use this ar

[flexcoders] Re: url request variables

2007-10-05 Thread Jayson
. If I want it done automatically(creationComplete).. it doesnt work. I thought maybe it was a timing issue.. made a timer and had it wait 5 secs.. no go. I'm not really sure what to do here.. anyone have some insight? Thanks... --- In flexcoders@yahoogroups.com, "Jayson" &l

[flexcoders] Re: url request variables

2007-10-05 Thread Jayson
://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp. htm?context=LiveDocs_Parts&file=1003.html Jayson

[flexcoders] url request variables

2007-10-05 Thread Jayson
the values for req1 and req2. It won't work.. I'm not sure if I'm doing something wrong.. or what the deal is, or if this is even possible with flex (I hope it is). I'm not sure what to search for on this matter.. as everything I do search for turns up nothing of relevance. Can anyone shine some light on this for me? Thanks! Jayson

[flexcoders] Re: TileList controls in AS

2007-09-07 Thread Jayson
Yeah I was just trying stuff out with the style (didnt know what to do). I eventually stumbled upon ItemClickEvent, but that was the wrong type of event. ListEvent did the trick for me. Thanks for the reply! Jayson --- In flexcoders@yahoogroups.com, "Ronald Kinion" <[EMAIL PROT

[flexcoders] Re: TileList controls in AS

2007-09-07 Thread Jayson
work, but nothing at all... --- In flexcoders@yahoogroups.com, "Jayson" <[EMAIL PROTECTED]> wrote: > > Maybe I'm just blind, but I cant seem to find an itemClick property for > a TileList in AS. > > myTileList.itemClick doesnt appear to be there.. so.. I t

[flexcoders] TileList controls in AS

2007-09-07 Thread Jayson
dIndex.toString()); } Something is triggering this.. upon creation of the TL I get the alert with -1, obviously meaning nothing is selected, but then nothing happens when I click on an item. I've been searching for a while and haven't made any progress at all.. anyone know whats going on? Thanks, Jayson

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
t; ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jayson > Sent: Thursday, September 06, 2007 11:56 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Disable scrolling via mouse wheel > >

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jayson > Sent: Thursday, September 06, 2007 11:33 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Disable scrolling via mouse wheel > > > > Just tried those out.. still no luck.. I&#x

[flexcoders] Re: Security Error

2007-09-06 Thread Jayson
You need a crossdomain.xml file in the root level on the domain you are trying to access. I happen to have the flex docs open, here is the example they give.. again, that should be in a file called crossdomain.xml and should be placed in the domain you are trying to access

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
Just tried those out.. still no luck.. I'm beginning to think this isn't going to work. I didn't know about the useCapture and priority for event listeners.. thought that was going to work. I don't really want to have to cut the string so it doesn't extend out of the TextArea because I use it

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
ders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I would capture MOUSE_WHEEL and call stopImmediatePropagation. > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jayson > Sent

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-05 Thread Jayson
Not working.. Heres what I did.. public function wheelStop():void{ myTextArea.addEventListener(MouseEvent.MOUSE_WHEEL, mouseWheelHandler); } public function mouseWheelHandler(event:MouseEvent):void{ event.stopImmediatePropagation(); } I tried calling wheelStop() at creationComplete, a

[flexcoders] Re: NEW FLEX WEBSITE: ManureMail.com

2007-09-05 Thread Jayson
I have a question.. I see that you have digg and reddit and all those, do you have a method for handling url requests? How does the site your sending it to (digg for example) know which page it is being sent? or are you just sending manuremail.com? I really like the end results of flex, it bein

[flexcoders] Disable scrolling via mouse wheel

2007-09-05 Thread Jayson
eems to be working. I'm thinking I need an event listener, and a function needs to be performed on ScrollEvent.SCROLL, but what would it be? TextArea doesn't have scrollPosition, so I can't do myTextArea.scrollPosition = 0; or whatever it would be. Any ideas? Thanks, Jayson

[flexcoders] XML not loading.. can't see what i have wrong.

2007-02-22 Thread Jayson
After trying some things on my own, I went to the help docs... I have the function exactly like it is in the docs and it doesn't work. I don't know if I'm missing something and I just dont see it.. or if what i have is wrong.. heres what I have... [Bindable] public var articleXML:XML; public va

[flexcoders] Re: FDS and licensing issues

2007-02-22 Thread Jayson
This is copied right from the Adobe download page for Flex and FDS Flex Data Services 2 Express A powerful solution for creating data-intensive rich applications. The Express edition is a free, non-expiring commercial-use product for applications deployed on a single machine with no more than on

[flexcoders] Re: Flex2 for mobile?

2007-02-22 Thread Jayson
I don't believe so, at least not yet. Some phones support Flash Lite, which is a stripped down mobile version of Flash I believe, there is more info on the adobe webstie. >From what I've heard and read (I have a friend that has an SMS relay business) not many phones have/support Flash Lite, I t

[flexcoders] Re: Convert ByteArray to Bitmap

2007-02-21 Thread Jayson
idn't need the width or height because the image could be scaled, but it turns out that I do need the height. Anyone know how to do this or is able to point me in the right direction? Thanks.. Jayson --- In flexcoders@yahoogroups.com, "dougmccune" <[EMAIL PROTECTED]> wrote:

[flexcoders] Re: customising preloader

2007-02-18 Thread Jayson
=true; progress.visible=false; } good luck, Jayson --- In flexcoders@yahoogroups.com, "Giles Roadnight" <[EMAIL PROTECTED]> wrote: > > I managed to do what I wanted in the by basing it on the examples that you > list and by looki