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
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
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
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
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).
he image with a Loader and casting it as a Class, but this is not
working out for me.
Any ideas?
Thanks!
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.
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("
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
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
}
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
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
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
.
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
://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.
htm?context=LiveDocs_Parts&file=1003.html
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
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
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
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
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@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
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
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
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
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
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
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
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
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
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
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:
=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
32 matches
Mail list logo