Hi In Xamp environment we will put our code on Xamp/htdocs directory. When creating flex/php application good to put all swf,html and js files into the same directory where php code run.
and when making httpService pass url = http://localhost/yourprojectname/yourphpfilename.php. On Oct 7, 11:41 am, ankur wahi <[email protected]> wrote: > You can place your php files in your xampp folder also. > > and for that you need to give the url of localhost like > > <mx: httpService > url="http://localhost/xampp/myFile.php"/> > > Regards, > Ankur > > On Thu, Oct 7, 2010 at 12:03 PM, Nasurudeen MK <[email protected]>wrote: > > > Hi, > > > Better put ur swf, html and php files in same folder. > > > On Wed, Oct 6, 2010 at 4:34 PM, flexx <[email protected]> wrote: > > >> Hi , > > >> I have xampp server and i am trying to connect php with flex > > >> A simple question... where i have to keep my swf,html, php files? > > >> Please guide me. > > >> Thanks, > >> Shanthi. > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Flex India Community" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<flex_india%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/flex_india?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Flex India Community" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<flex_india%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=en. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

