Skip to:
Content
Pages
Categories
Search
Top
Bottom

insert flash (swf) file in template

  • @farhadm

    Member

    Hi

    How can insert a flash (swf) file in top of front-page.php in template ?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • @gautamgupta

    Participant

    Just put the embed video code in the front-page.php template.

    @farhadm

    Member

    Thanks Gautam

    embed video?

    what is embed video?

    @zaerl

    Participant

    Something like:

    <object width="300" height="200">
    <param name="movie" value="your_file.swf">
    <embed src="your_file.swf" width="300" height="200">
    </embed>
    </object>

    @farhadm

    Member

    don’t work this code and nothing appear

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar