This forum is for less technical discussions about the Drupal project, not for support questions.

Flash and Drupal User login

Hey Drupal,

I had the problem of using api keys with connecting flash to drupal. Hopefully this is an easy fix, but there may be more issues than beyond the surface.

If you go to:
http://pilarcitosconstruction.com/node/6

This will display a form box with node 5 information in there. It will even recognize the user's log in status. when you go to log in and log out it replies with the response of invalid api key.

USERNAME: test
PASSWORD: test123

When I was testing in flash the session id changes between logging in and logging out.

I have attached the "main.as" and the "drupalservice.as". if you need anything else please let me know.

"MAIN.AS"

// Declare our variables
var baseURL:String = "http://pilarcitosconstruction.com";
var gateway:String = baseURL + "/services/amfphp";

var nodeId:Number = 5;
var apiKey:String = "70b7584d6a8f7c284bf5c47fb61fdc5b";

// The current user.
var user:Object = null;
var currentNode:Object = null;

// Instantiate our tabs.
var i:Number = tabs.numChildren;
while( i-- ) {
var tab:MovieClip = (tabs.getChildAt(i) as MovieClip);
tab.gotoAndStop("normal");
tab.addEventListener( MouseEvent.MOUSE_OVER, onTabHover );
tab.addEventListener( MouseEvent.MOUSE_OUT, onTabNormal );
tab.addEventListener( MouseEvent.MOUSE_DOWN, onTabNormal );
tab.addEventListener( MouseEvent.MOUSE_UP, onTabSelect );

Merchantcircle.com API

Hi I am not a developer. I was wondering if anyone did some work with MerchantCircle? Here is there API
http://api.merchantcircle.com/api/v1/docs

Drupal application for management of database

Hai,

I am looking for a few good examples or information of the use of drupal for building applications that need a considerable sized, and complicated, database.

Can anybody point me to such examples, please?

I have already been reading about CCK but still think (perhaps wrongly) that Drupal is geared primarily towards relatively simple websites and is not aiming at full blown application development.

I don't want to offend anyone writign this, i only want to be really sure that I am on the right track before investing.

Looking for ultimate file/database management module

I'm looking for a file management module that combines the best of the existing WebFM and File Maintenance modules.

Something like WebFM is great for organising your files but it doesn't alter all the necessary tables in the database in order for your content to be updated. This can be done with the File Maintenance module.....or could be if it looked in the table that WebFM uses to store your files.

Is there a single module that can effectively perform the tasks that the above 2 do individually?

Thanks

Deployment Tactics

Great fans of--- like Ryan Szrama, Dries, Angie (Web Chick) Byron…


What we are trying to accomplish is using a published ‘LIVE’ eCommerce website that is updated from a sandbox … or test website. We would like the ability to edit, test and then… when ready, migrate new products and copy to the live website.

Sort of like Josh Koenig's Pantheon project... but for sitebuilders


Any ideas would be appreciated.

Multiple images on node

Hi

I want to display multiple images on my user created nodes. There should be a large image with thumbnails of every other images submitted to the particular node beneath it. When a user hovers/cliks on a thumbnail the large should switch to the corresponding image.
Something like this:
http://www.amazon.com/Apple-first-generation-MB292LL-Tablet/dp/B002C7481...

How do i achive that?

Pages

Subscribe with RSS Subscribe to RSS - General discussion