Skip to main content
August 7, 2010
Question

Add .swf flash movie to MySQL DB to view locally on a DW php page

  • August 7, 2010
  • 1 reply
  • 1303 views

Hi

I've looked around the web hitting tutorials for flash movie gallery's stored in a MySQL database but nothing to implement a basic flash movie .swf on a php page. I've hacked at adding a table to the MySQL DB and added the swf script stored in DW to no avail. How do I add an .swf flash movie to a MySQL DB to pre-view the flash movie swf locally on a DW php page?

Thanks for reading

Sabyy76

This topic has been closed for replies.

1 reply

Lawrence_Cramer
Inspiring
August 7, 2010

It's seldom - actually, in the real world, never a good idea to store byte code in a database.  Just store the SWF file name and location in the database and then use this to call it in the application.  Unless I'm reading your question wrong... then nevermind.

--
Lawrence Carmer - *Adobe Community Professional*
http://www.Cartweaver.com
Complete Shopping Cart Application for
Dreamweaver, available in PHP and ColdFusion

Stay updated - http://blog.cartweaver.com

August 7, 2010

Thank you Lawrence

I will have a try and update this post.

Sabby76