Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: i need wysiwyg editor

Yeh AMP has 2 ways to embed media, one uses SWFObject to embed Flash movies, like all the youtube etc stuff. The other tests simple href links in the page for media file extensions .mp3, .flv, .mov etc, and if it finds them it loads em.

It’s just the SWFObject javascript embeds that need to be handled behind the scenes by a bbPress plugin as I take it most everyone knows how to make simple href links. For these all you need is the javascript call in the head:

<script type="text/javascript" src="http://PATH TO PLAYER DIRECTORY/anarchy_media/anarchy.js"></script>

And yeh, no idiocy required, apart from my own idiocy of ommission … I should really get around to documenting what anarchy.js actually does and add that to the download package so it’s all clearer than opaque mud… sort of more a translucent mud hopefully.

Skip to toolbar