Recent Changes - Search:

This wiki

Other pages

PmWiki

edit SideBar

EmbeddingFlash

Taken from the documentation at http://www.pmwiki.org/wiki/Cookbook/FlashMediaPlayer

  • Flash.php is another script for flash embedding, using a different syntax.
  • Install the usual way in cookbook and add to config.php
       include_once("$FarmD/cookbook/flash.php");
  • Markup syntax examples:
    1. (:flash Attach:myflashfile.swf width=300 height=200:)
    2. (:flash http://example.com/path/myflash.swf width=200 height=200:)
Width and height are optional. Setting $EnableExternalResource = 0; will disable use of syntax 2, i.e. only uploaded flash animations can be shown, not externally linked ones. ~''
Edit - Attr - History - Print - Recent Changes - Search
Page last modified on September 20, 2008, at 05:27 AM