[flexcoders] debug deep linking

2009-01-19 Thread yk96290
In my flex application, when I click refresh button on the browser, 
the deep linking doesn't work for some items. I tried to debug the 
issue, but debug doesn't work for refresh button.

Any comments?
Thanks
Karen



[flexcoders] export chart to a pdf

2008-09-07 Thread yk96290
Hi,

Is there a way to export a chart to a pdf from Flex? 

Thanks
Young 



[flexcoders] Re: Need help about generating swf from template flash file

2008-08-28 Thread yk96290
Alex,

This is a custom header for a page. The header is a swf from a flash 
template. Suppose the template swf file is there. I'll dynamically 
use the swf. For instance, I have a movie clip tempImage in the swf, 
in my flex, I'll replace tempImage with a1.jpg, a2.jpg, ... etc on 
different scenarios. 

Young  
   
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 You're going to generate a SWF file from within a running Flex app?
 That's a lot of work.  Why not use the SWF from the FLA as a 
library of
 assets and dynamically use them in your Flex UI?
 
  
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of yk96290
 Sent: Wednesday, August 27, 2008 8:55 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Need help about generating swf from template 
flash
 file
 
  
 
 I have a template flash file (.fla) that contains image, text and 
 links. In the flex application, at run time, a swf file will be 
 generated from this template. All place holders will be replaced by 
the 
 real data. Any suggestions?
 
 Young





[flexcoders] Re: Need help about generating swf from template flash file

2008-08-28 Thread yk96290
Alex,

Thanks a lot. I'm kind of new in this area. Can we do the same for 
other objects? Replace the link url at run time? Replace the text 
message at run time?

Young
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 I still don't understand.  You want to create a completely new 
SWF?  Why not just modify the display list of the SWF at runtime?  
Find the tempIMage, remove it, replace it with flash.display.Loader 
and load the jpg.
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of yk96290
 Sent: Thursday, August 28, 2008 6:38 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Need help about generating swf from 
template flash file
 
 
 Alex,
 
 This is a custom header for a page. The header is a swf from a flash
 template. Suppose the template swf file is there. I'll dynamically
 use the swf. For instance, I have a movie clip tempImage in the swf,
 in my flex, I'll replace tempImage with a1.jpg, a2.jpg, ... etc on
 different scenarios.
 
 Young
 
 --- In flexcoders@yahoogroups.commailto:flexcoders%
40yahoogroups.com, Alex Harui aharui@ wrote:
 
  You're going to generate a SWF file from within a running Flex 
app?
  That's a lot of work. Why not use the SWF from the FLA as a
 library of
  assets and dynamically use them in your Flex UI?
 
 
 
  From: flexcoders@yahoogroups.commailto:flexcoders%
40yahoogroups.com
 [mailto:flexcoders@yahoogroups.commailto:flexcoders%
40yahoogroups.com] On
  Behalf Of yk96290
  Sent: Wednesday, August 27, 2008 8:55 PM
  To: flexcoders@yahoogroups.commailto:flexcoders%
40yahoogroups.com
  Subject: [flexcoders] Need help about generating swf from template
 flash
  file
 
 
 
  I have a template flash file (.fla) that contains image, text and
  links. In the flex application, at run time, a swf file will be
  generated from this template. All place holders will be replaced 
by
 the
  real data. Any suggestions?
 
  Young
 





[flexcoders] Need help about generating swf from template flash file

2008-08-27 Thread yk96290
I have a template flash file (.fla) that contains image, text and 
links. In the flex application, at run time, a swf file will be 
generated from this template. All place holders will be replaced by the 
real data. Any suggestions?

Young