Thursday, June 20, 2013

Create HTML5 animations easily using Flash Professional + Swiffy Extension

Recently I have found out that Flash animation can be exported as a HTML5 animation.

the page says...
"With the Swiffy Extension, you can publish to HTML5 right from Adobe Flash Professional. This makes using Flash to develop HTML5 animations much easier. The extension accesses Google Swiffy as a web service, so you always use the most recent version of Swiffy."


for this, we need to have install flash extension called "Swiffy"
https://www.google.com/doubleclick/studio/swiffy/    Download Here



...
and,  once you download its Easy to install..

Download the Swiffy Extension (.mxp file) and open it. Adobe Extension Manager will install the Swiffy Extension, making it immediately available to use from Flash Professional.







Export to HTML5 with one command

The new “Export to HTML5 (Swiffy)” item in the “Commands” menu exports your file to HTML5 and opens the result in your default web browser. Assigning a keyboard shortcut to this command makes it even easier!

 


Sunday, June 2, 2013

Theia Post Slider Plugin issue with php version with Bluehost Hosting

Issue : I was developing a site with wordpress 3.5.1, and I have installed Theia Post Slider Plugin 1.5.5 version for site. When I running test run on my local site with xampp server plugin was working fine.

But  When i try to install to the site which is hosted www.bluehost.com ,  plugin was not working. : after adding <!next> code to the blog post, and after post it, simply site blog post page was not loading.

 


 So, later i found out, problem was..with PHP version.

My Local pc xampp server was running php 5.4  , but my hosting account at bluehost.com was with php 5.2 

1. Login to your Bluehost Control Panel and click the PHP Config icon.

.2. Select the version of PHP you require..

and i selected this option.
PHP 5.4 (Single php.ini)
Same as PHP 5.4, but all subdirectories will use ~/public_html/php.ini

Then..all was working fine..