[flexcoders] Embedding SWF with Assets & Code

2008-09-08 Thread Sceneshift
Hi guys, I'm trying to embed a SWF into my Flex project so that I can use the library symbols with the code intact. I would also like the path of the embed to by dynamic, something like this perhaps: [Embed[source="{swf_path}"]]; I managed to get this to work using a bindable variable, but I ha

[flexcoders] Application image compression

2008-09-24 Thread Sceneshift
Hi, I'm trying to shrink the size of my SWF. Flash has the JPEG quality slider in the publish screen and I was wondering if Flex has anything like this so I can crunch down the size of my PNGs? Thanks. -- View this message in context: http://www.nabble.com/Application-image-compression-tp19650

[flexcoders] SWFLoader - Getting Symbols

2008-10-03 Thread Sceneshift
Hey guys, I have a swf loader: How do I go about retrieving a specific class / symbol from the SWFLoader content for use in my application? -- View this message in context: http://www.nabble.com/SWFLoader---Getting-Symbols-tp19798505p19798505.html Sent from the FlexCoders mailing list arc

Re: [flexcoders] SWFLoader - Getting Symbols

2008-10-03 Thread Sceneshift
doc: Flex 3 Developer's Guide, Advanced Flex Programming / Embedding > Assets. > > On Fri, Oct 3, 2008 at 4:09 PM, Sceneshift <[EMAIL PROTECTED]> wrote: > >> >> Hey guys, >> >> I have a swf loader: >> >> > source="@Embed(source=

Re: [flexcoders] SWFLoader - Getting Symbols

2008-10-14 Thread Sceneshift
Does anyone have any idea how to do this? I am sure there is a way. -- View this message in context: http://www.nabble.com/SWFLoader---Getting-Symbols-tp19798505p19951379.html Sent from the FlexCoders mailing list archive at Nabble.com.

Re[flexcoders] versing an ArrayCollection

2008-10-23 Thread Sceneshift
Hey guys, I have an array collection which I populate from a web service. It consists of a bunch of objects which I access by aryCollection[num]. My problem is, I need to reverse the contents. ArrayCollection doesn't have a .reverse(); function, so can anyone suggest a solution? -- View this me

[flexcoders] Pulling classes from a SWC

2008-11-10 Thread Sceneshift
Hi guys, I have been looking into the best way to pull in library symbols (at compile time) from flash for quite some time now... but one last hurdle is really frustrating me. I found the best way is to load in your "asset" swf using a URLLoader, loadBytes and loaderContext to load the classes i

[flexcoders] Skins and filters

2008-11-11 Thread Sceneshift
I want to apply a filter to the labels on all my buttons. I have a custom programmatic skin setup for my button, is there a way I can access to "label" attached to the button component in order to apply a skin to it. -- View this message in context: http://www.nabble.com/Skins-and-filters-tp2044

[flexcoders] TextField and Stylesheets

2008-11-12 Thread Sceneshift
Hey guys, I have a global stylesheet which is working fine through all my MXML components. I am trying to attach one of the style classes to a standard AS3 TextField and I have no idea how to do this. Is there a way to access a CSS files classes / embedded fonts in a AS class? Any help apprecia

[flexcoders] X2O SWC generation, how do they do it?

2008-11-19 Thread Sceneshift
I was checking out http://blog.x2oframework.com/ this morning, and I was really interested to see that the system creates SWCs somehow in relation to your model. How is it possible to compile a SWC via an online interface? Are they using some kind of link between their online service and the Flex

[flexcoders] Best language for remoting

2008-12-08 Thread Sceneshift
Hey guys, When building larger applications with bigger database interactions, which is considered the best language to develop the back-end environment in? I have been using PHP in most of my projects, but using AMFPHP to pass objects just seems really clunky... It seems as though Adobe are push

RE: [flexcoders] Best language for remoting

2008-12-08 Thread Sceneshift
> End to end design of a large project needs major commitment from many > people, and there will be compormises on all sides. The business side > almost always wins, by the way. > > > > We, on this list, have yet to come up with a consensus on *anything*, so > good luck

[flexcoders] Loadbytes - Exclude framework?

2008-12-17 Thread Sceneshift
I am loading in a external SWF at runtime using loadBytes, so I am able to retrieve library items / class names created via the designers in the SWF. I need to use loadBytes so I can use timeline AS3 code etc. I was wondering what the implications are of this, since the exported SWFs filesize wil

[flexcoders] Microphone & BlazeDS (Red5?)

2009-01-15 Thread Sceneshift
Hey guys, I have a project coming up where I need to capture the Microphone input and then push it to a byteArray. I know this isn't possible without first recording the input and analyzing it afterward, which is fine. I was wondering which is the best flash server to push and send the data, I

Re: [flexcoders] Microphone & BlazeDS (Red5?)

2009-01-15 Thread Sceneshift
u get on their forums. > > I recommend Wowza over Adobe FMS for two reasons. > >- You extend Wowza with Java... which makes life a lot easier instead > of >using Server-Side Actionscript. >- It's much less expensive. > > Cheers, > Nate > >

Re: [flexcoders] Microphone & BlazeDS (Red5?)

2009-01-15 Thread Sceneshift
rver/) was Flash > Communication >Server >- Wowza Media Server (http://wowzamedia.com) >- Red5 ( http://osflash.org/red5) > > Cheers, > Nate > > > On Thu, Jan 15, 2009 at 10:35 AM, Sceneshift wrote: > >> >> Thanks for the replace Nate, I didn&#x

RE: [flexcoders] Microphone & BlazeDS (Red5?)

2009-01-15 Thread Sceneshift
ups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of Sceneshift > Sent: Thursday, January 15, 2009 11:59 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Microphone & BlazeDS (Red5?) > > > > > Ah I see, in that case I shall scrub BlazeDS off my

[flexcoders] Modular applications and global config

2009-01-17 Thread Sceneshift
Hi there, I'm working on my first "larger scale" application and making use of the awesomeness that is modules. Normally, I have a single "config" singleton which I use to house all my application wide variables. Things such as user status and details, application wide paths and such. It seems

[flexcoders] Application language files

2009-01-19 Thread Sceneshift
Hi guys, I want to store all my messages in a language class, common things like login fail messages etc, so I can easily change them later or perhaps add another language. I was talking with a friend about how best to do this, and we couldn't decide. At first we thought of making a LanguageManag

Re: [flexcoders] Application language files

2009-01-19 Thread Sceneshift
user picks a locale. > -- > Maciek Sakrejda > Truviso, Inc. > http://www.truviso.com > > -Original Message- > From: Sceneshift > Reply-To: flexcoders@yahoogroups.com > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Application language files > Date

[flexcoders] Structuring a medium sized application

2009-01-23 Thread Sceneshift
Hey guys, I'm creating a fairly sizable, modular application which is great, I really love modules. One problem I am having is how to go about structuring my projects, right down to the folder structure. Can anyone share their insight into how they structure their applications, whats the norm an

[flexcoders] PHP Remoting and value objects

2009-01-26 Thread Sceneshift
Hey guys, I'm a little confused over how to get myself from WebOrb PHP into a VO in my Flex application. I am getting my result sent to me from my php script which is returned as an object, and I'm trying to set this result as a value object like so: var testVO:TestVO = e.result as TestVO; This

RE: [flexcoders] PHP Remoting and value objects

2009-01-27 Thread Sceneshift
Thanks for the reply, although this is throwing an error for me. I'm using WebOrb, if that makes any odds? kratosaurus wrote: > > Try: > > var testVO:TestVO = e.result.serverInfo.initialData as TestVO; > (depending on how you've constructed your data for return from php) > > Also, throw a bre

[flexcoders] HTMLLoader Component - Still broken?

2009-01-28 Thread Sceneshift
I am having trouble with getting the HTML component to reload another page after the initial page load. I can't find any reason for this, has anyone else come across this problem before? -- View this message in context: http://www.nabble.com/HTMLLoader-Component---Still-broken--tp21708068p217080

Re: [flexcoders] PHP Remoting and value objects

2009-01-28 Thread Sceneshift
uot;, and it won't let me type it as "SiteVO". Can anyone offer any help as to how I type my objects correct? Amy-28 wrote: > > --- In flexcoders@yahoogroups.com, Sceneshift wrote: >> >> >> Hey guys, >> >> I'm a little confused over how

Re[flexcoders] moteObject help

2009-02-15 Thread Sceneshift
I'm trying to create a RemoteObject singleton class which I can reference throughout my project, and make simple calls to the serverside code using WebOrb. The singleton extends RemoteObject, but I am having trouble passing arguments across. I'd like to be able to call the RemoteObject class lik

[flexcoders] Sending data when application has finished

2009-05-30 Thread Sceneshift
Hey guys, I've been trying to figure out a solution to this all day, I hope someone can help me think of a solution. My application collects data as the user interacts with it, and I want to store this data in a database. Obviously, there is no way for Flash to tell when the browser has been clos

[flexcoders] Vertical scroll bar on left hand side

2009-07-03 Thread Sceneshift
-- View this message in context: http://www.nabble.com/Vertical-scroll-bar-on-left-hand-side-tp24320336p24320336.html Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] Vertical scroll bar on left hand side

2009-07-03 Thread Sceneshift
Hey guys, I am trying to get a canvas component to display the vertical scroll bar on the left hand side, as opposed to the right. I can't seem to find anything online which suggests how to do this, any ideas? -- View this message in context: http://www.nabble.com/Vertical-scroll-bar-on-left-han