Changes between Version 7 and Version 8 of FlashEmbedMacro


Ignore:
Timestamp:
Mar 30, 2010, 11:35:44 PM (14 years ago)
Author:
Alexey Kinyov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlashEmbedMacro

    v7 v8  
    3333 * ''vimeo'': video from Vimeo http://vimeo.com
    3434 * ''swf'': SWF by URL or attachment link
     35 * ''flv'': insert [http://www.longtailvideo.com/players/jw-flv-player/ JW Player] with flv file, you '''must''' provide extra ''purl'' parameter
    3536
    3637Optional parameters:
     
    5657 [[Embed(swf=flowers.swf,w=500,h=400)]]
    5758 [[Embed(swf=attachment:flowers.swf,w=500,h=400)]]
    58  [[Embed(swf=wiki:FlashEmbedMacro:flowers.swf,w=500,h=400)]]
    5959}}}
    6060
     
    6363The 'attachment:' prefix is optional, so all three examples above do the same thing.
    6464
     65=== Embed FLV video ===
     66
     67Note, that you'll need [http://www.longtailvideo.com/players/jw-flv-player/ JW Player] hosted somewhere.
     68
     69{{{
     70 [[Embed(flv=video.flv,purl=/jwplayer.swf,w=500,h=400)]]
     71}}}
     72
     73The url for ''flv'' file is handled same as ''swf''.
    6574
    6675== Recent Changes ==