[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 ivan.erick...@... wrote: Hi there,

[flexcoders] Re: dragging an object with a mask

2008-11-25 Thread Jayson
: 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 luck - I also tried using the swf of the object with the mask in another mxml file

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

2008-11-24 Thread Jayson
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] 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). I

[flexcoders] Re: dragging an object with a mask

2008-11-20 Thread Jayson
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 I have

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

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

[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{

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

2008-09-17 Thread Jayson
So I just realized this... !--mx:Style source=font.css/-- 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. The font

[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

[flexcoders] Re: returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
= 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 array returned from an ArrayCollection. The new array I've called alternateLegendData. So I define

[flexcoders] Re: returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
; } } } --- In flexcoders@yahoogroups.com, Ralf Bokelberg [EMAIL PROTECTED] wrote: Hi Jayson What exactly is not working? Ralf. On Wed, Aug 20, 2008 at 8:32 PM, Jayson [EMAIL PROTECTED] wrote: Yeah, Flex suggests that when you do Array(Object) - it gives you

[flexcoders] Re: returning an Array from an ArrayCollection

2008-08-20 Thread Jayson
, Jayson [EMAIL PROTECTED] wrote: The Array that is being passed in to the class, is in the format of Object, not Array. The array is coming from an ArrayCollection, and I am using getItemAt to reference it. Below is my PieChart class. It will display the first object in the array

[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 for

[flexcoders] url request variables

2007-10-05 Thread Jayson
search for turns up nothing of relevance. Can anyone shine some light on this for me? Thanks! Jayson

[flexcoders] Re: url request variables

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

[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 [EMAIL PROTECTED

[flexcoders] TileList controls in AS

2007-09-07 Thread Jayson
()); } 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: 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 PROTECTED] wrote

[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 tried this.. myTileList.setStyle (itemClick

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
@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: Wednesday, September 05, 2007 2:37 PM To: flexcoders

[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: 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.. ?xml version=1.0? !-- http://www.foo.com/crossdomain.xml -- cross-domain-policy allow-access-from domain=www.friendOfFoo.com/

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
and not the Flex framework which is why event blocking isn't going to work. You can subclass TextArea, get to the underlying textField and set mouseWheelEnabled=false. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jayson Sent

[flexcoders] Re: Disable scrolling via mouse wheel

2007-09-06 Thread Jayson
:[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 That makes sense. However, I'm not sure how to go about that.. haha. If you could point me in the right direction

[flexcoders] Disable scrolling via mouse wheel

2007-09-05 Thread Jayson
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] 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

[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,

[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

[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

[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

[flexcoders] Re: Convert ByteArray to Bitmap

2007-02-21 Thread Jayson
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: If you're loading an image type

[flexcoders] Re: customising preloader

2007-02-18 Thread Jayson
,event.bytesTotal); } private function loadCompleteHandler(event:Event):void { image.load(fileURL); image.visible=true; progress.visible=false; } good luck, Jayson