On Jan 29, 2:18 pm, "Gireesh Kumar" <
gireeshkuma...@gmail.com> wrote:
> humm, So how can i sign or encrypt my swf file to that it cannot be
> decompiled ?
>
> Thanks
> Gireesh
>
> On Jan 29, 2008 2:38 PM, Vinod M Jacob <
flex4...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi-
>
> > Yes it is possible.
> > You can write MSSQL driver in actionscript and connect to MySQL server
> > directly from flex .
>
> > Use flash.net.Socket class
>
> > But doing this is not a good approach as all of your mysql
> > authentication info is included in the swf file. The swf
> > can be easily decompiled .
>
> > It is better to go with a middleware such as ASP/JSP
>
> > On Jan 29, 12:25 pm, Guru <
gireeshkuma...@gmail.com> wrote:
> > > Is it possible to make a direct socket connection from Flex ? eg,
> > > connect to MySql on port 3306 which is exposed in the same domain ?
> > > and execute SQL scripts ?
>
> --