Changes between Version 17 and Version 18 of FlashEmbedMacro


Ignore:
Timestamp:
Nov 10, 2015, 4:58:38 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with flash

Legend:

Unmodified
Added
Removed
Modified
  • FlashEmbedMacro

    v17 v18  
    77This plugin provides a macro ![[Embed(...)]] for embedding flash content into wiki pages.
    88
     9See also: FlashGanttPlugin
     10
    911== Bugs/Feature Requests
    1012
     
    1315
    1416If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=FlashEmbedMacro&owner=rudyryk new ticket].
     17[/newticket?component=FlashEmbedMacro new ticket].
    1618
    1719[[TicketQuery(component=FlashEmbedMacro&group=type,format=progress)]]
     
    1921== Download
    2022
    21 Download the zipped source from [download:flashembedmacro here].
     23Download the zipped source from [export:flashembedmacro here].
    2224
    2325== Source
    2426
    25 You can check out FlashEmbedMacro from [http://trac-hacks.org/svn/flashembedmacro here] using Subversion, or [source:flashembedmacro browse the source] with Trac.
     27You can check out FlashEmbedMacro from [/svn/flashembedmacro here] using Subversion, or [source:flashembedmacro browse the source] with Trac.
    2628
    2729== Installation
     
    3638}}}
    3739
    38 == Usage and Examples
     40== Configuration
    3941
    40 Macro produces html code for embedding flash content from certain service, by its 'key' and content id. It also can embed simple SWF by its URL.
     42This macro produces html code for embedding Flash content from certain services, by its 'key' and content id. It also can embed simple SWF by its URL.
    4143
    4244Available keys:
     
    4951 * ''w'' and ''h'': width and height of embedded flash object
    5052
    51 === Enable in the trac.ini file
    52 
    5353For a global installation, you need to ensure the following is added to the `[components]` section of your `trac.ini` file:
    5454
     
    5959}}}
    6060
    61 === Embed !YouTube or Vimeo
     61== Example
    6262
    63 Examples:
     63=== Generic examples
     64
    6465{{{
    6566[[Embed(youtube=emYqURahUKI)]]
     
    102103}}}
    103104
    104 The url for ''flv'' file is handled same as ''swf''.
     105The url for ''flv'' file is handled the same as ''swf''.
    105106
    106107== Recent Changes