Skip to main content
Participant
September 4, 2015
Question

How do I add a slideshow made in edge animate to a dynamic database build in Dreamweaver?

  • September 4, 2015
  • 2 replies
  • 1020 views

I'm building a dynamic database with PHP MyAdmin, a SQL connection and Dreamweaver CC (php). I want to know how do I add a slideshow to a dynamic databse. The database will show in a link open when you click on a submenu? I'm using the Adobe Edge Animate to build the slideshow.

This topic has been closed for replies.

2 replies

Nancy OShea
Community Expert
Community Expert
September 8, 2015

What does your MySQL database contain?  Actual image files (not recommended) or URLs to image files on your server?

In the following link, I demonstrate how to create a PHP dynamic photo gallery from a folder of images on your server.  No databases were required for this.  The gallery is self-populated so if a client adds or deletes images from the server, the gallery updates itself.

Alt-Web :: PHP & Fancybox Photo Gallery

Nancy O.

Nancy O'Shea— Product User & Community Expert
F__FstoAuthor
Participant
September 13, 2015

I still didn't made the database because I don't know what kind of 'type' is the Edge Animate slideshow should be on PHP MyAdmin. Is like video? Is VARCHAR? I know how to made the database with images but not even my teacher don't know how made this with Edge Animate.

So what I need to know, actually, is:

1- How to fill the PHP MyAdmin when you have an Edge Animate slideshow.

2- How to made the Dreamweaver accept this information when you build the page that contains the slideshow. (this will be like this: there a image in the dynamic database and when you click in it it will open the page where the slide show is and the rest of the information (just text).

sinious
Legend
September 19, 2015

You're going to need a custom solution here. Edge Animate is not going to do anything at all to a database in any way. If you generate a project using Edge Animate, it's up to you to write the code necessary to take what is generated and plug that into your site.

I good question has already been asked here however. Why do you need to use a database? Why not just use the images directly?

Also as posted here, re-iterating that the solution you're most likely looking for is choosing one of the many existing slideshow systems that are out there, free and commercial, then plugging that into your DW site. Then again, I'm not aware of what you're doing in Edge Animate or how important it is to you.

You'll have to fill in more details here. But I assure you there will be no automatic database creation and population from Edge Animate. The tool is designed to make animating on the web easy via JavaScript and Canvas, not work with databases.

sinious
Legend
September 4, 2015

Covering a lot of topics and products here, might want to try the new Adobe forum:

Coding Corner