oGal – Flash Gallery with Facebook Comments
oGal is a slick flash gallery, that provides an automatic, out-of-the-box facebook comment function. This means, that any picture of the album can be commented on and shared on facebook, WITHOUT needing to setup anything!Please remove the Envato-Frame for testing the comments-feature!
Features:
- out-of-the-box facebook comments- deep linking
- use HTML to customize Titles and text
- Ken Burns effect
- automatic paging
- automatic resizing
- configurable via ONE XML -file
- no AS3 or any deeper programming knowledge needed!
Details:
Another feature is the built-in deep-linking-module, that way you can EASYLY share an image inside the gallery with a direct link that you send to your friends or share on facebook.This gallery works completely ‘out-of-the-box!’ – This means, you do you not have to setup anything except for ONE xml-file, however because it is written completely in AS3 – you have to habe some knowledge in AS3 to make deeper changes!
Samle XML :
<!-- CONFIG -->
<useFacebookComments>true</useFacebookComments>
<useDeepLinking>true</useDeepLinking>
<backgroundImage>background.jpg</backgroundImage>
<backgroundOverlay>world.png</backgroundOverlay>
<albumButtons>
<pageLimit>4</pageLimit>
<cornerRadius>35</cornerRadius>
<target>
<size>15</size>
<symbol>circle</symbol>
<color>0x720072</color>
<lineThickness>3</lineThickness>
</target>
<border>
<thickness>4</thickness>
<color1>0xffffff</color1>
<color2>0xffffff</color2>
</border>
</albumButtons>
<!-- ALBUMS -->
<album>
<title>Rome</title>
<name>rome</name>
<px>0.545</px>
<py>0.25</py>
<pictures>
<picture>
<name>1.jpg</name>
<text>This is a dummy text :)</text>
</picture>
<picture>
<name>2.jpg</name>
</picture>
<picture>
<name>3.jpg</name>
<text><![CDATA[<p align="center">Lorem Ipsum dolor sed amit, non etiam nor rilum</p>]]></text>
</picture>
</pictures>
</album>


