Passing Arguments from a Page to an Attachment
So what I'm setting up is a restaurant directory of the city I live in. I have created a content type called "restaurant", and several taxonomies (cuisine, price, geographic zone) to attach to the content type.
I have set up a View, that with exposed filters using taxonomy terms, users can select by drop-downs the type of restaurant they want to go to (again... cuisine, price, geographic zone). Once the selection is made, it shows the restaurants tagged with those terms. So far, that was fairly simple to set up.
Read morehow to pass arguments to views.getview?
Hello,
I've successfuly got flash as3 and Drupal talking, but I need to pass arguments to views.getview so that I can cut down on the amount of data transfered.
I'm using the following to connect, modified from the AMFPHP "hello world" example:
package {
import flash.net.NetConnection;
import flash.net.Responder;
import flash.net.URLRequest;
import flash.events.EventDispatcher;
import flash.events.Event;
public class ConnectToDrupal extends EventDispatcher{
private var gateway:String = "http:// mywebsitename /drupal/services/amfphp";
Read more 