1

How can I embed a .swf file in CakePHP application?

Is there any easy way to embed swf file in my CakePHP .ctp file?

Dave
  • 28,833
  • 23
  • 113
  • 183
Nachie
  • 11
  • 3

1 Answers1

2

Just ignore the fact that it's a CTP file and add it like you would in any other php/html file. The CTP is just an extension, but it boils down to just being a PHP document.

Some walk-throughs:

How to embed a SWF file in an HTML page?

http://www.yofla.com/flash/embedding-swf/

...etc (can Google "how to embed a swf" and get around 6 million examples :)

Community
  • 1
  • 1
Dave
  • 28,833
  • 23
  • 113
  • 183