I was editing a PHP file in Dreamweaver and noticed that an embedded FLASH movie

Alex

New member
just disappeared after upload? After editing a small little thing on a .php file in Dreamweaver I noticed that an embedded flash movie within the .php file disappeared after I uploaded it and looked at the page in a browser. I am a bit of a novice however I do remember that sometimes Dreamweaver likes to change tags on you. How can I fix this? Please help.
 
Look for the code that should display the flash file. Make sure everything in it is accurate, or insert it from scratch using Insert > Media > SWF.

Also, a lot of times flash files embedded in pages require additional files, like swfobject.js, or AC_runactivecontent.js, etc. Make sure that any scripts referenced from the flash embed code and object tags, or in the HEAD of your document are all in the right paths.
 
Look for the code that should display the flash file. Make sure everything in it is accurate, or insert it from scratch using Insert > Media > SWF.

Also, a lot of times flash files embedded in pages require additional files, like swfobject.js, or AC_runactivecontent.js, etc. Make sure that any scripts referenced from the flash embed code and object tags, or in the HEAD of your document are all in the right paths.
 
Back
Top