Archive for April, 2009

Purchase Toufee Movie Maker and get 50% off on Eltima SWF & FLV Player

Thursday, April 30th, 2009

Toufee has parterned with Eltima Software, a global information technology company, specializing in virtual serial communications and multimedia software development for the Windows and the Mac platforms. Under the new partnership, all customers who purchase a Toufee subscription (effective immediately) will get 50% discount on Eltima SWF & FLV Player for the Mac OS. Eltima SWF & FLV Player is an advanced Flash Player for the Mac OS that delivers superior functionalities such as the ability to save Flash movies to harddrive (even if the flash movie is played on a web page), play flash movies in Full Screen mode, capture screenshot of a flash movie frame and convert the FLV or a SWF movie into a series of screenshots. Besides these advanced features, other cool features of Eltima SWF & FLV Player are the option to zoom in/out flash movies, fast-forward, rewind playback, etc.

All new customers who purchase Toufee can now avail the special 50% discount on Eltima SWF & FLV Player which currently retails for $19.95. This is an exclusive offer that Eltima has made available only to Toufee customers to mark the significant parternship with Toufee. Toufee’s partnership with Eltima gives Mac users the best online flash movie maker application to quickly and easily develop portable flash solutions combined with Eltima SWF & FLV Player that provides a convenient, feature-rich platform for playback of SWF and FLV files on the Mac platform.

For any queries about the offer, please raise a Support Ticket by going to the Support Desk (http://www.toufee.com/support) and clicking on Submit a Support Ticket link.

Share

Flash Movie Maker Update: Open hyperlinks in the same window

Friday, April 10th, 2009

It’s here finally…we’ve updated the Toufee flash movie maker so that you can set hyperlinks to open in the same window as the flash movie. The default behaviour of hyperlinks however will still remain – they open in a new browser window. However, you now have the option to change this to open hyperlinks in the same window.

Let me explain this with a test flash movie of mine (I know you’re complaining, its the same old promobanner flash movie that you might have been used to by now:) ). So here is a simple flash movie with a hyperlink button on it (Learn More). As is the default behavior, Toufee will open this hyperlink in a new window.

We’ll be now adding a few lines of code to the HTML code that Toufee generates so that hyperlinks open in the same window. The original HTML code of this movie is this:

<p style=”visibility:visible;”><object type=”application/x-shockwave-flash” data=”http://pro.toufee.com/cgi2/player.pl?userID=56&projID=promobanner” height=”280″ width=”200″ style=”width:200px;height:280px”><param name=”movie” value=”http://pro.toufee.com/cgi2/player.pl?userID=56&projID=promobanner” /><param name=”quality” value=”high” /><param name=”scale” value=”noscale” /><param name=”salign” value=”lt” /><param name=”wmode” value=”transparent”/> <param name=”flashvars” value=”userID=56&projID=promobanner”/></object></p>

Wherever it says userID=56&projID=promobanner we’ll be appending an additional parameter called target=_self such that it reads userID=56&projID=promobanner&target=_self (you’ll have to change it at three places in the code). Also, you would add this <param name=”allowscriptaccess” value=”always”/> just before the </object> tag. So the final code would be something like this (note I’ve highlighted the extra code)

<p style=”visibility:visible;”><object type=”application/x-shockwave-flash” data=”http://pro.toufee.com/cgi2/player.pl?userID=56&projID=promobanner&target=_self“height=”280″ width=”200″ style=”width:200px;height:280px”><param name=”movie” value=”http://pro.toufee.com/cgi2/player.pl?userID=56&projID=promobanner&target=_self” /><param name=”quality” value=”high” /><param name=”scale” value=”noscale” /><param name=”salign” value=”lt” /><param name=”wmode” value=”transparent”/> <param name=”flashvars” value=”userID=56&projID=promobanner&target=_self“/><param name=”allowscriptaccess” value=”always”/></object></p>

Here is the promobanner flash movie after the change

Hope this helps. I will keep you posted with more flash movie tips and flash movie creation tutorials shortly. Btw, happy Easter holidays to all!

Share