TwelvestoneFront End

dynamic custom slideshow


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
boo
 
2009-05-29

we've been contracted to build an online slideshow app and wanted to get some info/suggestions from the pros here at 12S ...

basically the user will be able to select and sequence swfs from numerous thumbnail galleries (drag and drop) and then save their new 'slideshow' creation for future use - think dynamic powerpoint presentation creator ... :yak:

only constraint(s) is .NET framework and preferably Flash UI ...

right now we're bouncing around using XML as the middle-man/translator between UI & Flash, but seeing as how none of us have ever built anything quite like this - especially using dynamic data - i wanted to make sure we weren't overlooking an 'obvious' solution before this moves from paper to whiteboard ...

my question is, what tools/methods would you guys recommend - namely retrieving/saving data to DB, what to use as 'middle-man' between flash & DB

any insights would be greatly appreciated - thanks guys. k

Storm
 
2009-05-29

I don't know any "obvious" solution for you but you're definitely going to want everything delivered to Flash as XML.

As I work with .NET guys, we use SOAP but any formatted XML will work for you because you have control over reading/writing the format. Basically, get the .NET guys to write functions for you that you can trigger through a Web Service call to retrieve the DB information and deliver it as XML for you to display in Flash.

eg. WebService.getUserImages(username, numOfImages); and let them parse the parameters in .NET.

You're also going to have to plan filenaming, directory structures for the images, etc.

I'm a front-end guy so I have no "gems" for you but you're on the right path and the more technical 12sers will be along shortly.

Is this a desktop AIR app? web app?

boo
 
2009-05-29

thanks Storm - seems to be the approach we're leaning towards at this point

Originally posted by: Storm

Is this a desktop AIR app? web app?

will have to be live web - our embedded security policies prevent it from working offline/from cache

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFront End

dynamic custom slideshow