Changes between Initial Version and Version 1 of FlashEmbedMacro


Ignore:
Timestamp:
Mar 29, 2009, 4:52:01 PM (15 years ago)
Author:
Alexey Kinyov
Comment:

New hack FlashEmbedMacro, created by rudyryk

Legend:

Unmodified
Added
Removed
Modified
  • FlashEmbedMacro

    v1 v1  
     1= Macro for embedding Flash content  =
     2
     3== Description ==
     4
     5Plugin provides macro ![[Embed(...)]] for embedding flash content into wiki pages.
     6
     7
     8== Bugs/Feature Requests ==
     9
     10Existing bugs and feature requests for FlashEmbedMacro are
     11[report:9?COMPONENT=FlashEmbedMacro here].
     12
     13If you have any issues, create a
     14[http://trac-hacks.org/newticket?component=FlashEmbedMacro&owner=rudyryk new ticket].
     15
     16== Download ==
     17
     18Download the zipped source from [download:flashembedmacro here].
     19
     20== Source ==
     21
     22You can check out FlashEmbedMacro from [http://trac-hacks.org/svn/flashembedmacro here] using Subversion, or [source:flashembedmacro browse the source] with Trac.
     23
     24== Example ==
     25
     26Macro produces html code for embedding flash content from certain
     27service, by it's 'key' and content id. It also can embed simple SWF
     28by it's URL.
     29
     30Syntax and examples:
     31{{{
     32 [[Embed(youtube=emYqURahUKI)]]
     33 [[Embed(vimeo=3840952,w=400,h=300)]]
     34 [[Embed(swf=http://media.nadprof.org/flash/rudy/flowers/flowers.swf,w=500,h=400)]]
     35}}}
     36
     37Available keys:
     38 * ''youtube'': video from !YouTube http://youtube.com
     39 * ''vimeo'': video from Vimeo http://vimeo.com
     40 * ''swf'': SWF by URL
     41
     42Optional parameters:
     43 * ''w'' and ''h'': width and height of embedded flash object
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(flashembedmacro, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:rudyryk] [[BR]]
     52'''Contributors:'''