[flexcoders] Saving a swf file

2010-02-02 Thread flexlearner
Hi, I am creating a application which will allow users to drag n drop few stuffs(rect, circle, images) on some drawing board say canvas. After that user will like to save this drawing board(canvas containg whatevr he has dropped on canvas)as swf file so that he/she can deploy it anywhere. Kindl

[flexcoders] save as swf

2010-01-31 Thread flexlearner
Hi, I have a flex application in which I draw a simple rectangle and circle. Now I want to save this as "swf" file. Kindly let me know how to achieve this. Thanks.

[flexcoders] saving drawings as xml file

2010-01-29 Thread flexlearner
Hi, I have created few shapes and have connected them using lines. Now I want to save these drawings(shapes, lines, co-ordinates) in one xml file. And when I load this xml file I should get the exact drawing which was saved. Can anyone let me know how to achieve this. Thanks, Saket

[flexcoders] Re: Read svg file in FLEX

2010-01-22 Thread flexlearner
@yahoogroups.com, Aaron Hardy wrote: > > Hey flexlearner, > > What's your question exactly? How to parse XML? After you parse the XML > (you can use e4x) you'll convert SVG attributes into actionscript graphics > functions like graphics.lineTo(). Are you having trouble wi

[flexcoders] Read svg file in FLEX

2010-01-21 Thread flexlearner
Hi, I am new to flex and am using svg file for one of my application which basically contains 2-3 rectangles and few paths. Now I want to parse this svg file in my application and get rect coordinates. Kindly let me know how to achieve this.

[flexcoders] Creating control logic diagram

2010-01-21 Thread flexlearner
Hi, I am new to flex and trying to create a network diagram type application.These are the things which I am trying to achieve : 1.Create a library of 'SVG' files which will contain different images for different things such as AND gate, NAND gate, etc.2.Drag n Drop those items on canvas from libr

[flexcoders] Re: sprites in MXML

2006-10-11 Thread flexlearner
tionscript so I don't know about puting Sprites in MXML, but if you can, > the Sprite would need to be the child of a UIComponent. > > - Dan > > On 10/10/06, flexlearner <[EMAIL PROTECTED]> wrote: > > > > No not in canvas only.. > > > > My general quest

[flexcoders] Re: sprites in MXML

2006-10-11 Thread flexlearner
pt so I don't know about puting Sprites in MXML, but if you can, > the Sprite would need to be the child of a UIComponent. > > - Dan > > On 10/10/06, flexlearner <[EMAIL PROTECTED]> wrote: > > > > No not in canvas only.. > > > > My general quest

[flexcoders] Re: sprites in MXML

2006-10-10 Thread flexlearner
No not in canvas only.. My general question is if at all we have to use sprites in our mxml file..how should we do it.. what will the approach Regards, fl --- In flexcoders@yahoogroups.com, "flex-guitar" <[EMAIL PROTECTED]> wrote: > > I've had trouble with this as well. I ended up putting a UI

[flexcoders] var in Loop

2006-10-09 Thread flexlearner
hello all, I have a action script class which is bindable and instantiates objects of other class as : -- -- [Bindable] public class Templateobjects { public var template1 = new sampleTemplate1(); public var template

[flexcoders] var in loop

2006-10-09 Thread flexlearner
hello all,I have a action script class which is bindable and instantiates objects of other classas : quote: [Bindable]public class Templateobjects{public var template1 = new sampleTemplate1();public var template2 = new sampleTemplate2();public function Templateobjects(){// constructor function

[flexcoders] Re: player 8.5 difficulty

2006-04-28 Thread flexlearner
flexcoders@yahoogroups.com, "flexlearner" <[EMAIL PROTECTED]> wrote: > > I downloaded and installed flash 8.5 player active X from macromedia > labs site after this when right click on any flash content from any > website. > Its not showing me flash player 8.5 in

[flexcoders] player 8.5 difficulty

2006-04-26 Thread flexlearner
I downloaded and installed flash 8.5 player active X from macromedia labs site after this when right click on any flash content from any website. Its not showing me flash player 8.5 in settings I needed 8.5 to run my flex application When I run application from flexbulider 2 I get the error

[flexcoders] Re: sandbox issue

2006-04-26 Thread flexlearner
access > _root or _level0 or something like that which wouldn't be allowed. > Otherwise if it's really just a graphic I think it should work.  Can you > try embedding it for now as a workaround? > > Matt > > -Original Message- > From: flexcoders@ya

[flexcoders] Re: sandbox issue

2006-04-25 Thread flexlearner
nately is not allowed (we don't allow cross-VM AS). > > Matt > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flexlearner > Sent: Monday, April 24, 2006 3:50 AM > To: flexcoders@yahoogroups.com > Subject: [fl

[flexcoders] Re: Attaching component dynamically

2006-04-25 Thread flexlearner
d in custom controls that extend an > existing class, or for specific applications where child objects > need to be created dynamically in actionscript as opposed to mxml. > > Hope that helps! > Doug > > --- In flexcoders@yahoogroups.com, "flexlearner" >

[flexcoders] Re: Attaching component dynamically

2006-04-24 Thread flexlearner
category}" >     notes="{rp.currentItem.notes}" > date_day="{rp.currentItem.date_day}" /> > > > > > > > > --- In flexcoders@yahoogroups.com, "flexlearner" > wrote: > > > > >

[flexcoders] Attaching component dynamically

2006-04-24 Thread flexlearner
I created a custom component there are some text Areas  in that component This component will be imported in main application My final and simple goal is :   To load a xml file --  loop thru the array of node  "dailly_learning"   And attach the custom component as many as dailly_learni

[flexcoders] sandbox issue

2006-04-24 Thread flexlearner
hello, I have simple mxml file in which I am importing a swf publish in flash8 I can see the output in flex builder in design mode  also get successful compilation result when I compile it by mxmlc command line complier but when I open a sand alone swf i get a dialogue box with these erro

[flexcoders] sandbox issue

2006-04-24 Thread flexlearner
hello, I have simple mxml file in which I am importing a swf publish in flash8 I can see the output in flex builder in design mode  also get successful compilation result when I compile it by mxmlc command line complier but when I open a sand alone swf i get a dialogue box with these erro