Is it possible to use Adobe Edge and have, say the background a dynamic image pulled up from my mysql database? I was thinking of something like below somehow.
I can't find a way to, or anything related on internet searches, so if anyone has any ideas please let me know.
<?php echo $row_rsTable['tablePicture1']; ?> OR MAYBE THIS
<img class="picture" src="<?php echo $row_rsTable['tablePicture1']; ?>">
Once you're finished with your site in edge, you can always open up the html, css, and javascript files in your favorite text editor to make changes afterwards.
So for instance, you could animate an image in edge, then just go in afterwards and change the src to whatever image you like, dynamic or not.