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/.