By ThaForce on
Hi everyone,
I'm a Drupal newbie so I'm not quite sure if this can be implemented our not. Anyway my question is how would I go about integrated a .swf file into a custom made region that I have already defined in the .info file and made the necessary decelerations in the .tpl.php file (I'm using Drupal 6)?
Would I be able to do that through Views? For example setting it up as a block? Or do I need any other modules like SWF Tools? I would only like the flash to be displayed on one page would embedded the file through the .tpl.php file make it static?
Any help or topic similar to this would be greatly appreciated.
Thanks.
Comments
Have a look at the blocks on
Have a look at the blocks on the left on my site is this the sort of thing your after putting .SWF's in certain areas?
http://www.projectbrokers.net
Yes that is exactly what I
Yes that is exactly what I have in mind. How do I go about integrating flash similar to what is presented on your site?
Thanks for the help.
Not sure if anyone else has
Not sure if anyone else has gone about it this way but it has seemed to work really well for me, i haven't installed any modules to get this working it is simply html code in the body section of the specific area,
For example this is the code i used for the to flash items:
And then i added my text underneath with some
<br >tags its quite an easy way to do it.Hope it helps?
inclusion of the html script for flash
I dont have much idea regarding themes in drupal. Will this html script can be included for customization of theme. I want to customize theme provided by drupal repository "marinelli" by introducing a ".swf file".
So where i can include this script as i tried with rotate.php inside the marinelli/img/banner folder.
Thanks in advance