Embed JW Player into Facebook wall with plugins (OVA), flexible way

I needed to embed videos on users’ Facebook walls and used JW Player for this because it has many ways of embedding.

I’ll show you how to embed videos using external config file because this way is very flexible. If you use embedding jw player with adding player settings as parameters to URL this is not so good because you cannot change it in future when you need for example remove some settings or add some plugin.
Using approach of external configuration file you can manage all embedded videos when needed.

Continue reading “Embed JW Player into Facebook wall with plugins (OVA), flexible way”

Website for biggest Peugeot cars reseller in France

www.reseauoccasions.com – with this website you can find a car (Peugeot, Citroen, other cars) near to your location in France.

It has information about car deal, car reseller (contacts, location), you can save a list of cars to compare, find a reseller on map, etc, etc.

It has powerful backend, where all cars data processing is fully automated (every day loads new pack of data, processing, sending notifications on success/failure, access for different types of clients with different rights)

Below is the screenshots of working website:

My role: development from the scratch, architecture development, integration with Google Maps API, requirements developement, collaboration with clients, management a team of 1 developer.

Flexmojos issue: Flex compiler and flex framework versions doesn’t match.

I’ve got this error when I decided to upgrade my flex framework up to “3.5.0.12683”.
Got this after mvn clean install:
[sourcecode language=”plain”]
[ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:compile-swf (default-compile-swf) on project webcast-player-slides-llb: Flex compiler and flex framework versions doesn’t match. Compiler: ‘3.2.0.3958’ – Framework: ‘3.5.0.12683’.
[/sourcecode]
Continue reading “Flexmojos issue: Flex compiler and flex framework versions doesn’t match.”