zenex5ive
02-08-2002, 06:12 AM
Is it possible to embed flash movies in php. If so, can anyone give me the code?
![]() | View Full Version : embedding flash in php zenex5ive 02-08-2002, 06:12 AM Is it possible to embed flash movies in php. If so, can anyone give me the code? phpjames 02-08-2002, 06:41 AM Just embed the flash files as you would do in html. PHP is html until you mark it up with php code. If you have no php code just create an html file with the flash embeded and save it as a .php file. zenex5ive 02-08-2002, 06:45 AM I already tried doing that, but the movie doesn't seem to load. phpjames 02-08-2002, 07:13 AM Do you have any php code? If not just simply extract the HTML with the flash embeded in it, save it as a html file and see if the flash displays. If it does not display then there is an error in the code that inserts flash. Try that. zenex5ive 02-08-2002, 08:24 AM my bad, i made a simple mistake. its working :) |