With this plugin you can post a Flash Movie (swf) by using the tag <%flash(filename.swf)%> or <%flash(filename.swf|width|height)%>
| General Plugin info | |
|---|---|
| Author: | Kai Greve |
| Current Version: | v0.2 |
| Download: | NP_Flash_v02.zip |
| Code: | NP_Flash_code |
| Demo: | - |
| Forum Thread: | Thread 12320 |
You can also specify the full URL to the flash movie. It must start with “http:”, for example: <code><%flash(http://yourdomain.com/directory/filename.swf)%></code> =====Available SkinVars and/or TemplateVars===== You can use the plugin to publish flash movies in your Skins and Templates. If you are using the filename you must specify which member is the owner of the file: * <%Flash(member/filename.swf)%> * <%Flash(member/filename.swf|width|height)%> For example: <code><%Flash(2/filename.swf)%></code> The Plugin will add the path to your default media directory You can also specify the full URL, for example: <code><%Flash(http://yourdomain.com/directory/filename.swf)%></code> Important hint: * If you want to post a flash video in your items the plugin tag starts with lower case: <%flash()%>. * If you are using the plugin in Skins and templates you must use a upper case: <%Flash()%>. =====Options===== * Default width (320) * Default height (240) * Default for loop (true/false) (true) * Default for menu (true/false) (true) * Default for quality (high/low) (high) =====Tips and Tricks===== =====Wishlist===== =====Bugs===== =====History===== * Version 0.1, released 2006-05-25 * initial release * Version 0.2, released 2006-06-12 * can also be used in Skins and Templates: <%Flash(…)%> * member can be specified in the parameter (required for Skins and Templates) * allows absolute urls to the flash movie file ===== Plugin Review ===== NP_Flash version 0.2 works with Nucleus CMS version 3.31 - 2007-11-03 kg