Save Flash Image Data to Drupal Video Tutorial

elliotttt's picture

Hey everyone, I just made a video tutorial with code examples available at http://blip.tv/file/1399795 on how to get flash image data into Drupal.

Part two will demonstrate how to save a node with the image data associated with it. Feedback is of course welcomed as there may be some things people may have better ideas about how to approach.

Groups:
Login to post comments

Thanks so much for doing

jjjames - Tue, 2008-10-28 07:24

Thanks so much for doing this! A screencast, explanation, and sample files is the perfect trifecta for learning! Can't wait for part 2 :)


Thanks

carlosg2's picture
carlosg2 - Wed, 2008-10-29 07:08

Thanks. Remarkable effort. Looking forward to part two.


wow

seutje - Wed, 2008-10-29 14:07

ur timing is priceless

I just got an assignment where I have to have the input done in flash, and I've only used AMFPHP for output, never input, so I didn't rly knew if it was easy

u certainly have given me hope that this will be a piece of cake, even though I think I'm going to have to have flash make several nodes at once (linked to each other by taxonomy or w/e)

so yeah, I can't wait to see the next video


Thankyou

raydale - Wed, 2008-10-29 15:40

Elliottt, thanks for the effort you put into doing this.

This sort of stuff is like gold dust for me.

I am very much looking forward to the follow up videos.


Not a problem, I'm glad it

elliotttt's picture
elliotttt - Thu, 2008-10-30 01:54

Not a problem, I'm glad it is useful for everyone, I've spent a lot of time myself banging my head against my desk :)

I'll have time this weekend to put together the next video, which will include how to save cck data too.

I'm also working on a way to load forms from webform module and save the data as webform submissions, but that is proving much more difficult then loading and saving cck data :P


atm, I'm trying to figure

seutje - Thu, 2008-10-30 19:10

atm, I'm trying to figure out how I can input nodes from flash using a variable number of fields

but I love challanges ;)


The second video

keystr0k - Fri, 2009-03-27 17:07

Hi there,
Thanks SO much for posting this! Did you get around to posting the second part?


blip.tv blocked in china!!

jacopo3001's picture
jacopo3001 - Wed, 2009-04-08 23:28

man, i'd really need this..
but it seems that here in china gov really doesnt like blip.tv :(
i even tried to use proxy's, but i am just getting proxys banned as soon as i try to access blip.tv (this is usually reserved to seriously EVIL sites...)
is there anyway we can see the video somewhere else?
thanks!!


send you an email with the

bennos - Thu, 2009-04-09 01:02

send you an email with the stream.


file is not stored in drupal?

jacopo3001's picture
jacopo3001 - Sun, 2009-04-12 07:51

thanks to bennos i managed to see the video tutorial, which is indeed extremely accurate.
what elliot does anyway is just saving the image file to the server, not really passing it to drupal, am i wrong?

I then went into further research , and also given the fact that elliot's script is not for 6.x, i wrote another example based on this patch, which after saving the image file, also stores it into DB and creates a node with it.
check it here: http://groups.drupal.org/node/21245