September 2, 2010

Free Show – symMedia5 Plugin Video & Audio HTML5

Our free show today covers the symMedia5 RapidWeaver plugin from SymfoniP.

This plugin allows you to create a media-rich page easily without worrying about complex coding using Flash in Modern browsers and dealing with any Flash fallback for the browsers that do not yet support HTML 5. Take a look and see what you think.

Oh and if you are not yet a SupportCasts.com member, we have a special deal with SymFoniP . Each purchase of symMedia5  also comes with a 15USD discount code that you can use against a 12 months membership. This offer is valid till the end of April 2010.

Links used in the show:

Video Aspect Ratio Calculator

Video Sizes

Wikipedia on Video

Video for Web – RapidWeaver, QuickTime

QuickTimePlayerX-SC100x100.pngFREE Public Show

Most people don’t realise that their own Mac comes with a very powerful video application  in QuickTime or now QuickTime X now for Snow Leopard.

Using this for video (web formatted) exports and in combination with RapidWeaver has always been a quick way for publishing content.

Our show will cover what the web export does and then integrate it with a RapidWeaver stacks with our own commisioned stack by the team SymfoniP (yes they make the Flowbox Stack, and MP3 Stacks and now HTML 5 Video plugins and stacks).

Enjoy the show,

Grab your FREE RapidWeaver stack for QuickTimeX: CLICK HERE

The free stack has been discontinued and superseded by new Stacks and plugins that support HTML 5 media – symVideo5 Stack and the new plugin symMedia5…more detail here

VideoMonkey videos wait & download before playing

Since we started talking about and using VideoMonkey in some screencasts , we started to hear of problems of video playback in the player of your choice. Common scenario you have created the movie, encoded with VideoMokey to (h264) AppleTV or iPhone format but the whole video has trouble playing in the flash player or you have to wait to download before playing in the flash player.

This is due to a problem with the ‘moov’ atom at the end of the video file ,Renaun Erickson wrote this small AIR app that moves the atom to the start of the file so it can be played out as soon as the player has buffered enough data.http://renaun.com/air/QTIndexSwapper.air

We have notified the developers at VideoMonkey about this, as visualhub did not do this ;)
Hope this has been of help to you

Flowplayer Overlay Stack released by symfonip

SymfoniP the team (editor: and one of the co-founders of supportcasts too ::chuckle::) behind the popular MP3 stack library have just released a new stack library that will make adding video with a lightbox super-simple in conjunction with the flash player from FlowPlayer and the RapidWeaver Stacks plug-in from YourHead.com.

Functionality:
- one-time configuration
- Adjustable Opacity and Colour of Overlay background
- Automatic Flash player for all mp4, m4v and FLV videos links, if that sounds to awesome just watch our video to learn more :)
- Autohide of Flash playback bar and full-screen option
- Commercial license key and logo for branding the player yourself

As a special offer to all supportcasts visitors for the next 7 days till April 9th 2009, SymfoniP are offering a ‘WePayTheTax‘ discount code giving you a nice little discount off the purchase of this stack library, if you want to pick up the MP3 Stack at the same time the discount will apply only bundled with the Flowplayer Stack so there’s a double saving.

Watch the video to learn more :) or also visit the demo site .

Add to Cart


Shadowbox Take 2 – screencast and demo

Shadowbox Take 2 – screencast and demo (approx 13minutes)
page9-shadowbox2.png

ShadowBox – advanced integration
Developers Site: http://mjijackson.com/shadowbox/ (no relation to the singer :) )

So what ?
This readme covers the hard coded integration for ShadowBox and to have this available in all your pages, if you require :)
Here you can see the demo page with the finished result. This also works with Blocks, Accordion and Carousel (well partially :( ) and even Pluskit import.. how cool is that!

Integrating to RapidWeaver!
After my first try, I though I needed to do something a bit more integrated so it is used on all pages (thanks to seemore for the hint). just to recap some basics, shadowbox will use the Mootools 1.11 framework which should keep things tidy with all the other Mootools related plugins that are produced by YourHead.

I will walk though all this in the screencast …. so please watch (feel free to pause at any time) read through compare notes and what is actually happening on the screencast and then finally you can use this in your Theme of choice :)

First of all
- Duplicate your Theme (Ctrl- Click Duplicate) and give it a name

- download(see below download files in the comments) the files that we are going to add in the Theme contents , add all the files (except the readme) from the Shadowbox folder into the duplicated Theme contents, this includes the javascript, the images and Jeroens FLV player.
Open the Themes.plist in your text editor (I’m using Textmate)
Things to add to the Theme.plist see image below
        loading.gif
        overlay-85.png
        mootools.js
        shadowbox-mootools.js
        shadowbox.js
        shadowbox.css
        flvplayer.swf
Figure 1.
page9-shadowplist.jpg

Add the javascript Header information following RapidWeaver conventions. This includes the relevant information for your pages to find the mootools, shadowbox javascript and shadowbox css. In addition it also initialises the shadowbox with extra path information to find the images and flvplayer as you can see below.

    <script type=“text/javascript” src=“%pathto(mootools.js)%”>script>
    <script type=“text/javascript” src=“%pathto(shadowbox-mootools.js)%”>script>
    <script type=“text/javascript” src=“%pathto(shadowbox.js)%”>script>
    <script type=“text/javascript”>
                    window.addEvent(‘domready’,function(){
            var options = {
                loadingImage:‘%pathto(loading.gif)%’,
                flvPlayer:‘%pathto(flvplayer.swf)%’,
                overlayBgImage:‘%pathto(overlay-85.png)%’,
            };

            window.addEvent(Shadowbox.init(options));
                    });
    script>

Screenshot of what it should look like
figure 2.

page9-shadowjscript.jpg

Add the following to find the shadowbox css
rel=“stylesheet” type=“text/css” media=“screen” href=“%pathto(shadowbox.css)%”  />

Screenshot again
Figure 3.
page9-shadowcss.jpg

-Install the snippets I have created first of all from the download pack
Create a new project or Test Page
- Add the ShadowBox JS Header to the Header Section in the Page Inspector

Looks like we are good to go so lets add a page to our ShadowBox modified Theme and see if it works.
As a note this will work in preview mode and export also.

To call a Shadowbox (without going into too much detail) just add shadowbox to the rel tag. You can see more at the developers site :)

Some examples… it is worth noting you can change the default size at initialisation. Web page content goes full size :)
Figure 4.
page9-sh1.jpg

Change size of Shadowbox, using a FLV asset
Figure 5.
page9-sh2.jpg

Mediabox Integration with RapidWeaver pages

Mediabox Integration with RapidWeaver pages
page9-mediaboxposter.png
Another cool videobox plug in using Mootools framework to play back video content, Mediabox also supports web content too. This is what I use on the site here :)
To accompany the RW forum article here

Embed Apple Quicktime into RapidWeaver pages

Embed Apple Quicktime into RapidWeaver pages
page9-quicktime1.png
Using QuickTime Pro ‘export for web’ function to playback your video files (to accompany the RW Forum article)
The former screencast page was built using this
See the accompanying RW forum article here

Shadowbox screencast integration and RapidWeaver

Shadowbox screencast integration
page9-shadowbox.png
A pretty cool lightbox (that does everything from web, mov, flv, wmv…)… check out the demo page for more information on how to integrate to RapidWeaver and my test examples online