• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Enrique Chavez

Professional WordPress Development

  • Home
  • Blog
  • Contact Me
  • Hire Me

MXNA Flash Client Final

ActionScript, AMFPHP · Apr 26, 2005

La primera version del cliente Flash de MXNA solo trabajaba con algunos metodo disponibles de su API, en esta version utilizo 8 de sus metodos

  • getSmartCategories
  • getCategories
  • getSearchHistory
  • search
  • getMostRecentPosts
  • getMostPopularPosts
  • getPostsBySmartCategory
  • getPostsByCategory

Estas son las opciones mas usadas segun mi punto de vista, aunque estaria bien que agregaran el metodo getPostByLanguage 🙂 .

En fin por el momento lo voy a dejar asi, en cuanto haya modificaciones del API ire agreagandolas al cliente.

PD. El tutorial estara listo pronto.. 😀

Download MXNA Flash Client v 0.2 and AMFPHP v 1.0 Beta

Related

Filed Under: ActionScript, AMFPHP Tagged With: ActionScript, AMFPHP

Enrique Chavez

Senior Full Stack WordPress developer & WordPress Enthusiast -
Spend my days building cool stuff with WordPress.

Reader Interactions

Comments

  1. Folkert Hielema says

    Apr 28, 2005 at 9:34 am

    Great stuff, thanx for sharing.
    Strange thing is, when i use my own gateway.php it does not work, when i use your gateway url (no worrys just a few test hits) , it works.
    I have the beta up 😉 so must be missing a simple thing here.

    Reply
  2. Tmeister says

    Apr 28, 2005 at 7:32 pm

    hi there.

    you must edit you gateway.php indicating that to use to communicate with the Web services.

    there is three options
    SoapClient PHP5
    NuSOAP
    PEAR::SOAP

    I use NuSOAP, download here, place the nusoap.php file in the flashservises/lib directory

    my gateway.php looks like this.

    include “./app/Gateway.php”;
    $gateway = new Gateway();
    $gateway->setBaseClassPath(“./services”);
    $gateway->setLooseMode(true);
    $gateway->setCharsetHandler( “none”, “ISO-8859-1”, “ISO-8859-1”, “ISO-8859-1” );
    $gateway->setWebServiceHandler(‘nusoap’);
    $gateway->service();

    PD. i know my english suxs 8)

    Reply
  3. KENNY says

    Apr 28, 2005 at 8:02 pm

    Bonita page

    Reply
  4. Folkert Hielema says

    Apr 29, 2005 at 9:33 am

    yeah thanx , i made a ‘stupid’ error without setting the setWebServicesHandler, which does the trick.
    (don’t talk about it )

    PD (in dutch that would be, PS) my english is just as worse 😉

    Reply
  5. Attila says

    May 3, 2005 at 10:35 am

    Thank you for the great Solution …!

    Best regards from Munich
    Attila

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Footer

SUBSCRIBE FOR UPDATES

Like what you’ve read? If you're interested in my email, sign up here. No spam I promise!

My WordPress Plugins

  • JWT for WP REST API
  • WP Simple Mail Sender
  • Idea Factory

My SideProjects

  • WordPress Plugin Boilerplate Generator

My Profiles

  • WordPress
  • GitHub
  • Linkedin

Additional Info

  • Blog
  • Hire Me
  • Contact Me

© 2021 Enrique Chavez