t;[EMAIL PROTECTED]> wrote:
>
> The code below doesn't compile for me. What are you trying to do? Just
> add extra text to each data's label?
>
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of aicfan4
I'm trying to display a horizontal list of words in an AIR application. I'm
creating a custom
component for the ItemRenderer, and then am setting the HorizontalList's
dataProvider to
an array of strings.
I can see the proper # of items are being added to the HorizontalList (the
rollover mous
I have a component that uses the VideoDisplay class to play a video.
It is added to my component in it's constructor as follows:
/* --- VideoContent.as --- */
import mx.containers.HBox;
import mx.controls.VideoDisplay;
public class VideoContent extends HBox {
private var vid:VideoDisplay;
ng.
>
>
>
> I think is supported by html in Flash. Did you try that instead
> of stylesheets?
>
>
>
> -Alex
>
>
>
> ____
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of aicfan4
sive. You can
> either have one or the other.
>
>
>
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of aicfan4
> Sent: Thursday, May 24, 2007 7:12 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoder
e style from the
styleName has been applied to the other text (I assume that's why I
can't see it, since it's an embedded font?)
Getting closer, but could still use another suggestion.
--- In flexcoders@yahoogroups.com, "aicfan4" <[EMAIL PROTECTED]> wrote:
>
> Warn
ed in and fla file, because
if all
> else fails, embeding the font in an FLA should work. What didn't
work about
> the fla method?
>
> Dan Freiman
> nondocs <http://nondocs.blogspot.com>
>
> On 5/14/07, aicfan4 <[EMAIL PROTECTED]> wrote:
> >
> >
I'm embedding a font (Franklin Gothic) via CSS in an application, but
the associated bold font will not embed properly. The italic version
will also embed correctly. In C:\WINDOWS\Fonts the normal font is
listed as "FranklinGotCdITCTT" (filename IT345___.ttf), the italic
font is "FranklinGotCdITC
t; other languages, but you may want to look into it.
>
> - Kevin
>
>
> On Mar 21, 2007, at 9:42 AM, aicfan4 wrote:
>
> > I have two Value Objects: a simple VO and a VO that contains the first
> > VO in it. For example:
> >
> > --- SimpleVO ---
>
I have two Value Objects: a simple VO and a VO that contains the first
VO in it. For example:
--- SimpleVO ---
...
[RemoteClass(alias="test.SimpleVO")]
public class SimpleVO {
public var id:int;
public var data:String;
}
=== SimpleVO ===
--- ComplexVO ---
...
[RemoteClass(alias="test.C
10 matches
Mail list logo