From: Allan Davis Date: 2010-07-14T04:58:49+09:00 Subject: Re: ruby & flash --e0cb4e887b1bfb16ba048b4a4b2f Content-Type: text/plain; charset=ISO-8859-1 After reading your problem. I would recommend a couple of small ref-cardz as a place to start. http://refcardz.dzone.com/refcardz/very-first-steps-flex http://refcardz.dzone.com/refcardz/flexible-rails If you need anymore help i will be happy to point you to a couple of books on this subject. Thanks, -------------------------------------------------------------- Allan Davis Member of NetBeans Dream Team http://wiki.netbeans.org/NetBeansDreamTeam Lead Developer, nbPython http://wiki.netbeans.org/Python http://codesnakes.blogspot.com (my blog) Co-Chair, CajunJUG http://www.cajunjug.org On Tue, Jul 13, 2010 at 2:09 PM, Ce Vau wrote: > Joel VanderWerf wrote: > > Ce Vau wrote: > >>> I'll ask a dumb question: did you rebuild the .swf after changing the > >>> .as files? > >>> > >>> How is the AS code talking to the database? If it's just getting some > >>> url, then what happens if you use curl or wget on that url? > >> > >> swf was not rebuilt. Didn't see the need... the swf is interacting with > >> the data only through the .as files. > > > > That's a problem. Try rebuilding using the flex compiler (mxmlc). The > > .swf is compiled from the .as (plus other things). > > > I have no idea how to do that. I guess I have to try to find someone who > does. > > >> Now secondly: I'm not sure how the AS is getting the db-values, but it > >> happens - I can tell, because changing the value in the database > >> produces the empty output on the site. That can only mean, that the > >> value is passed in the output rendering process, but the string defined > >> to the value that is supposed to show never makes it to the swf file in > >> the frontend. > > > > If you know so little about how your program works, why do you assume > > there is a ruby-related issue? > > I know that this is a ruby forum, but also wasn't saying that it's a > ruby problem. I'm more used to php asp .net programming and do know that > in order to see effects of adjusted classes or scripts (i.g. dlls) on an > iis for example I need to restart/work with services. That's why I tried > to find help here - hoping to find people who can point me in the right > direction ruby-wise. > > -- > Posted via http://www.ruby-forum.com/. > > --e0cb4e887b1bfb16ba048b4a4b2f--