I found out quickly after releasing the 1st version of QuickSmug that SmugMug just released a Flash player for the videos it hosts. This makes QuickSmg less attractive however inserting an embed tags in WordPress is not straightfoward as WP tries to clean up what ever you type. So I added support for the Flash player in QuickSmug (or shall I call it FlashSmug now?).
You can download it here.
The syntax is pretty much the same:
- [FLASHSMUG {video_id_key}] where {video_id_key} is the id_key of the Smugmug video. The id_key the part after the pound sign (#) in the URL when you view the video on Smugmug.
Example: [FLASHSMUG 265003247_FHz9q]
- [FLASHSMUG {video_id_key} {size}] {size}] where {size} is the size of the video you want to display. Right now only ‘S’ (425×318) and ‘M’ (640×480) sizes are supported. When not specified, the size used is ‘S’.
Example: [FLASHSMUG 265003247_FHz9q S]
- [FLASHSMUG {video_id_key} {width} {height}] where obviously {width} and {height} are the width and height of the Flash player in pixel.
Example: [FLASHSMUG 265003247_FHz9q 425 318]