Skip to:
Content
Pages
Categories
Search
Top
Bottom

insert flash (swf) file in template


  • Farhad
    Member

    @farhadm

    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)

  • Gautam Gupta
    Participant

    @gautamgupta

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


    Farhad
    Member

    @farhadm

    Thanks Gautam

    embed video?

    what is embed video?


    zaerl
    Participant

    @zaerl

    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>


    Farhad
    Member

    @farhadm

    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