iLike

XML OPTIONS

The following options are editable via SlideCake external XML file :

seo="true"
font="Myriad Pro"
custom_graphics="false"
auto_play="false"
auto_play_speed="2"
auto_play_restart_delay="5"
start_slider="1" 
scrollbar_width="10"
column_width="40"
column_text_size="14"
show_mouse_hand="false" 
show_numbers="true"
glow_filter="true"
glow_filter_color="0x999999" 
transition_type="easeOutQuad"
transition_time="0.5"
background_color="0xFFFFFF" 
transparent_background="false"
column_color="0x141519" 
selected_column_color="0x000000" 
column_label_color="0x999999"
selected_column_label_color="0xFFFFFF"
vimeo_oauth_key="2ae4ae236e3faff1b9a8a2fed46ecbe9"
youtube_embed_player="false"
googlemaps_api_key="ABQIAAAAbNCVgpk2KHqTdGXC3JOcfhQkpCF_0wh8DXgoNc2uRRAkVCuZRBQlP-9VokOrQDA_BAA2zHa_NICpEw"

seo
true or false
Enable /disable SEO features

font
Name of font
Change the font style of SlideCake ( view tutorial )

custom_graphics
true or false
Enable/disable if you want use your own design or not

auto_play
true or false
Enable/disable auto play

auto_play_speed
Number in seconds
Edit speed of auto_play

auto_play_restart_delay
Number in seconds
If you enable auto_play and the user does an action, auto_play goes in pause and after certain delay time SlideCake restarts auto_play. Here you can set the delay time .

start_slider
Number
The first slider you want SlideCake starts with.

scrollbar_width
Number
The width of the scrollbars.

column_width
Number
The width for each column.

column_text_size
Number
The text size for each column.

show_mouse_hand
true or false
Enable/disable mouse hand cursor

show_numbers
true or false
Show/hide numbers in columns

glow_filter
true or false
Enable/disable glow filter of SlideCake's background

transition_type
name of transition
With this option you can change the effect of transitions ( Choose one from Caurina Tweener )

background_color
color
Set the color of SlideCake's background

transparent_background
true or false
Set if you want transparent background or not

column_color
color
Set the color of SlideCake columns

selected_column_color
color
Set the color of SlideCake columns when selected

column_label_color
color
Set the color of SlideCake column labels

selected_column_label_color
color
Set the color of SlideCake column labels when selected

vimeo_oauth_key
String
If you want display Vimeo videos, just insert your Cunsomer Key ( more info )

youtube_embed_player
true or false
Enable/disable the view of entire youtube default player

googlemaps_api_key
String
You need to Sign Up for the Google Maps API ( more info )

MORE FEATURES

visual space for each slide | width:659 height:384
Each time you publish the SWF, Flash prints the available width and height for each slide. It is useful so you can resize your content ( external swf's , images, MovieClip's, etc etc ).

css="style.css"
The css attribute of "string" XML node, contain the path of StyleSheet file you want load with your TEXT slide.

click_url="http://google.com"
The click_url attribute of "movieclip" XML node, contain the url you want call at mouse click on slide.
This attribute has been added for images too.

auto_refresh="true"
Enable/disable uto refresh of last tweets.

auto_refresh_seconds="8"
Set auto refresh time ( if auto_refresh is enabled )

proxy_php="php/proxy.php"
For Feedburner and Twitter you need a PHP script for Flash security reasons.
This file comes with SlideCake, just set its path here.

SLIDES

The great thing is that each slide of SlideCake might contain any content type ( watch the DEMOS online ).

EXTERNAL SWF

<slide label="EXTERNAL SWF">
    <content>
        <swf>assets/swf/abstract.swf</swf>
        <bitmap></bitmap>
        <string></string>
        <movieclip></movieclip>
        <video>
            <youtube></youtube>
            <vimeo></vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

EXTERNAL IMAGE

<slide label="EXTERNAL IMAGE">
    <content>
        <swf></swf>
        <bitmap>assets/images/pic_2.jpg</bitmap>
        <string></string>
        <movieclip></movieclip>
        <video>
            <youtube></youtube>
            <vimeo></vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

MULTIPLE IMAGES

<slide label="MULTIPLE IMAGES">
    <content>
        <swf></swf>
        <bitmap>assets/images/pic_1.jpg,assets/images/pic_2.jpg,assets/images/pic_3.jpg,assets/images/pic_4.jpg,assets/images/pic_5.jpg,assets/images/pic_6.jpg,assets/images/pic_7.jpg,assets/images/pic_8.jpg,assets/images/pic_9.jpg,assets/images/pic_10.jpg</bitmap>
        <string></string>
        <movieclip></movieclip>
        <video>
            <youtube></youtube>
            <vimeo></vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

LIBRARY MOVIECLIP

<slide label="LIBRARY MOVIECLIP">
    <content>
        <swf></swf>
        <bitmap></bitmap>
        <string></string>
        <movieclip>TestFromLibrary</movieclip>
        <video>
            <youtube></youtube>
            <vimeo></vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

TEXT

<slide label="TEXT">
    <content>
        <swf></swf>
        <bitmap></bitmap>
        <string css="css/style.css"><![CDATA[<p class="title">Lorem ipsum no vix fierent honestatis reformidans.<p></p>
<p class="subtitle">Per timeam aliquip feugiat an, sint mentitum nam in, id solum justo tincidunt mel.<p></p>
<p class="body" >Ex vix sumo simul. Vel expetendis sadipscing in, quem consetetur mel ex, soluta alienum atomorum nam ex. Sed cu iusto nemore splendide, sea eu sadipscing scribentur. Ad vel etiam dictas euripidis, errem graecis intellegat mel te.]]></string>
        <movieclip></movieclip>
        <video>
            <youtube></youtube>
            <vimeo></vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

YOUTUBE

<slide label="YOUTUBE">
    <content>
        <swf></swf>
        <bitmap></bitmap>
        <string></string>
        <movieclip></movieclip>
        <video>
            <youtube>sff8gNloRRs</youtube>
            <vimeo></vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

VIMEO

<slide label="VIMEO">
    <content>
        <swf></swf>
        <bitmap></bitmap>
        <string></string>
        <movieclip></movieclip>
        <video>
            <youtube></youtube>
            <vimeo>6045312</vimeo>
            <livestream></livestream>
        </video>
    </content>
</slide>

FEEDBURNER

<content>
    <swf></swf>
    <bitmap></bitmap>
    <string></string>
    <movieclip></movieclip>
    <video>
        <youtube></youtube>
        <vimeo></vimeo>
        <custom></custom>
    </video>
    <feedburner proxy_php="php/proxy.php" items="20" target="_parent">http://feeds.feedburner.com/FlashCs3AndFlashCs4Tutorials</feedburner>
    <twitter></twitter>
</content>

TWITTER

<content>
    <swf></swf>
    <bitmap></bitmap>
    <string></string>
    <movieclip></movieclip>
    <video>
        <youtube></youtube>
        <vimeo></vimeo>
        <custom></custom>
    </video>
    <feedburner></feedburner>
    <twitter proxy_php="php/proxy.php" auto_refresh="true" auto_refresh_seconds="8" target="_parent">flepstudio</twitter>
</content>

IMPORTANT FOR FLASH SEARCH ENGINE OPTIMIZATION

If you enable the seo feature, you must embed slidecake.swf using SWFObject and SWFAddress ( they come with your SlideCake ).

Here a sample code:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title>SlideCake sample</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="description" content="SlideCake is a powerful Flash slider, a better way to display content on the web." />
        <meta name="keywords" content="Flash Slider Component, Flash Accordion, Flash Multilevel Accordion, Free Slideshow Software Download, web slide show presentation, Flash slideshow" />
        <meta name="author" content="SlideCake.com is proudly powered by FlepStudio" />
        <script type="text/javascript" src="swfobject/swfobject.js"></script>
        <script type="text/javascript" src="swfobject/jquery.js"></script>
        <script type="text/javascript" src="swfaddress/swfaddress.js"></script>
    </head>
    <body>
        <div align="center" id="content">
            <script type="text/javascript">
        // <![CDATA[
            var so = new SWFObject('main.swf?cahcebuster='+ escape((new Date()).getTime()), 'slidecake', '976', '400', '10', '#FFFFFF');
            so.useExpressInstall('swfobject/expressinstall.swf');
            so.addParam('menu', 'false');
            so.write('content');
        // ]]>
        </script>
        </div>
    </body>
</html>

HOW TO CHANGE FONT

1. Go to library ( slidecake.fla ) and change properties of the embed fonts
image 1
image 2

2. Open column_mc and set the fonts of textfields
image 3
image 4

3. Set font option in config.xml file

NEED SUPPORT ?

Get priority support with your SlideCake. Get priority responses to your support questions during business hours. Response times may vary.