|
List Info
Thread: Flex Chart swf + Flash
|
|
| Flex Chart swf + Flash |
  United Kingdom |
2007-02-13 13:45:06 |
Hi,
Is it possible to use a swf generated with the Flex 2.0
framework/Flex
Builder 2.0 in Flash 8/9? Id specifically like to
embed/link a Chart mc
created with the Flex charting components in to Flash, and
then create a
Flash projector (thus bypassing the need for the latest
flash player).
I haven't worked with Flash 9 or the Flex 2 charting
components yet, can
anybody confirm one way or the other if this is possible?
Cheers all,
Nick
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| RE: Flex Chart swf + Flash |
  United States |
2007-02-13 13:52:56 |
>>in Flash 8/9?
Definitely not 8. Compile with the Flash 9 IDE and it might
work. The
components you need are included in the Flex 2 swf, but I
don't know if
there are document level conflicts.
Jason Merrill
Bank of America
Learning & Organizational Effectiveness
>>-----Original Message-----
>>From: flashcoders-bounces chattyfig.figleaf.com
>>[mailto:flashcoders-bounces chattyfig.figleaf.com] On
Behalf
>>Of Nick Weekes
>>Sent: Tuesday, February 13, 2007 2:45 PM
>>To: Flashcoders chattyfig.figleaf.com
>>Subject: [Flashcoders] Flex Chart swf + Flash
>>
>>Hi,
>>
>>Is it possible to use a swf generated with the Flex
2.0
>>framework/Flex Builder 2.0 in Flash 8/9? Id
specifically
>>like to embed/link a Chart mc created with the Flex
charting
>>components in to Flash, and then create a Flash
projector
>>(thus bypassing the need for the latest flash
player).
>>
>>I haven't worked with Flash 9 or the Flex 2 charting
>>components yet, can anybody confirm one way or the
other if
>>this is possible?
>>
>>Cheers all,
>>
>>Nick
>>_______________________________________________
>>Flashcoders chattyfig.figleaf.com
>>To change your subscription options or search the
archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com http://training.figleaf.c
om
>>
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Linked library in loaded swf file |
  United States |
2007-02-19 09:39:24 |
Hi,
I have a flash movie that under various circumstances loads
external .swf
flies. Is it possible to access the library of the loaded
.swf file.
I have some sound files in the library of the loaded .swf
file. The sound
files have the linkage set so that my_sound.attachSound
works when the .swf
file that I am loading is run separately.
But when I load the .swf file into the main movie, the
attachSound does not
work.
Thanks,
Jim Coffield
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Re: Linked library in loaded swf file |

|
2007-02-19 09:47:02 |
Hello
you must use a shared library.. the best way to use it, it's
Swfmill (the
opensource swf builder based on XML)
Example of use :
http://www.deja-vue.net/
blog/2006/05/26/as2-sharedfonts-datagrid-example-the-last-st
and/
The example try to use shared fonts with SWFMill but you can
shared sounds,
movieclips etc...
EKA+
2007/2/19, Coffield, Jim <coffield cet.edu>:
>
> Hi,
>
> I have a flash movie that under various circumstances
loads external .swf
> flies. Is it possible to access the library of the
loaded .swf file.
>
> I have some sound files in the library of the loaded
.swf file. The sound
> files have the linkage set so that my_sound.attachSound
works when the
> .swf
> file that I am loading is run separately.
>
> But when I load the .swf file into the main movie, the
attachSound does
> not
> work.
>
> Thanks,
>
> Jim Coffield
>
> _______________________________________________
> Flashcoders chattyfig.figleaf.com
> To change your subscription options or search the
archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.c
om
>
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Re: Linked library in loaded swf file |
  Belgium |
2007-02-19 10:42:40 |
http://muzakdeezign.com/flashcoders/?q=shared%20librari
es
----- Original Message -----
From: "dr.ache" <dr.ache gmx.net>
To: "Flashcoders mailing list" <flashcoders chattyfig.figleaf.com>
Sent: Monday, February 19, 2007 5:20 PM
Subject: Re: [Flashcoders] Linked library in loaded swf
file
>i would like all of you to share your experiences with
shared libraries.
> do they work fine, is there known bad behaviour? Let me
know and
> send some lines, please!
>
> dr.ache
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Re: Linked library in loaded swf file |

|
2007-02-19 12:00:39 |
Hi,
i see a pattern here muzak .
I love your site, its so much more user friendly then
http://www.justfu
ckinggoogleit.com/
However there is a LOT of info on this shared library stuff.
And although
your post sums them up, 750 results is a lot to go
through .
greetz
JC
On 2/19/07, Muzak <p.ginneberge telenet.be> wrote:
>
> http://muzakdeezign.com/flashcoders/?q=shared%20librari
es
>
> ----- Original Message -----
> From: "dr.ache" <dr.ache gmx.net>
> To: "Flashcoders mailing list"
<flashcoders chattyfig.figleaf.com>
> Sent: Monday, February 19, 2007 5:20 PM
> Subject: Re: [Flashcoders] Linked library in loaded swf
file
>
>
> >i would like all of you to share your experiences
with shared libraries.
> > do they work fine, is there known bad behaviour?
Let me know and
> > send some lines, please!
> >
> > dr.ache
>
>
> _______________________________________________
> Flashcoders chattyfig.figleaf.com
> To change your subscription options or search the
archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.c
om
>
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Re: Linked library in loaded swf file |
  Belgium |
2007-02-19 12:09:32 |
if you wanna narrow down the results (some are from 2001, i
know), add a year to the query
http://muzakdeezign.com/flashcoders/?q=shared%20
libraries%202006
Will only return the flashcoders results from 2006
200+ results instead of 700+
Maybe 200+ posts regarding shared libraries in the last year
is why you see a pattern
regards,
Muzak
----- Original Message -----
From: "Hans Wichman" <j.c.wichman objectpainters.com>
To: "Flashcoders mailing list" <flashcoders chattyfig.figleaf.com>
Sent: Monday, February 19, 2007 7:00 PM
Subject: Re: [Flashcoders] Linked library in loaded swf
file
> Hi,
> i see a pattern here muzak .
>
> I love your site, its so much more user friendly then
> http://www.justfu
ckinggoogleit.com/
>
> However there is a LOT of info on this shared library
stuff. And although
> your post sums them up, 750 results is a lot to go
through .
>
> greetz
> JC
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Re: Linked library in loaded swf file |

|
2007-02-19 14:01:36 |
yes u have to load the sound library swf into an empty
movieClip and as
follow:
assume that the empty movieClip is called sfxMc and the swf
is called
sfx.swf;
//creates a sound object called sfx and relates it to the
movieClip sfxMc
sfx = new Sound(sfxMC);
//loads sfx.swf into sfxMc
sfxMC.loadMovie("sfx.swf");
//now u can set a function to call sounds from the sfx.swf
library
function setfx(id, loops) {
sfx.attachSound(id);
sfx.start(0, loops);
}
//now call the function
setfx("sound_Identifier", 1);
cheers
On 2/19/07, Muzak <p.ginneberge telenet.be> wrote:
>
> if you wanna narrow down the results (some are from
2001, i know), add a
> year to the query
> http://muzakdeezign.com/flashcoders/?q=shared%20
libraries%202006
>
> Will only return the flashcoders results from 2006
> 200+ results instead of 700+
>
>
> Maybe 200+ posts regarding shared libraries in the last
year is why you
> see a pattern
>
> regards,
> Muzak
>
> ----- Original Message -----
> From: "Hans Wichman" <j.c.wichman objectpainters.com>
> To: "Flashcoders mailing list"
<flashcoders chattyfig.figleaf.com>
> Sent: Monday, February 19, 2007 7:00 PM
> Subject: Re: [Flashcoders] Linked library in loaded swf
file
>
>
> > Hi,
> > i see a pattern here muzak .
> >
> > I love your site, its so much more user friendly
then
> > http://www.justfu
ckinggoogleit.com/
> >
> > However there is a LOT of info on this shared
library stuff. And
> although
> > your post sums them up, 750 results is a lot to go
through .
> >
> > greetz
> > JC
>
>
> _______________________________________________
> Flashcoders chattyfig.figleaf.com
> To change your subscription options or search the
archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.c
om
>
--
Omar Fouad - Digital Emotions...
Love is always patient and kind. It is never jealous. Love
is never boastful
nor conceited It is never rude or selfish. It does not take
offense and is
not resentful. Love takes no pleasure in other people's
sins...but delights
in the truth. It is always ready to excuse, to trust, to
hope... and to
endure... whatever comes.
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
[1-8]
|
|