
    /*
    use flashembed to place flowplayer into HTML element
    whose id is "example" (below this script tag)
    */
flashembed("example",
    /*
    first argument supplies standard Flash parameters. See full list:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
    */
{
    src:'http://static.adreel.tv/players/flowplayer/FlowPlayerDark.swf',
    wmode: 'opaque',
    width: 480 ,
    height: 390
},
    /*
    second argument is Flowplayer specific configuration. See full list:
    http://flowplayer.org/player/configuration.html

        XoaX.net
        publisherID: 251,
        token: "247733aae4425c3add20"

        Testing
        publisherID: 203,
        token: "07dc3c233a27b80e44bb"


    */
{
    adreel: {
    publisherID: 251,
    token: "247733aae4425c3add20"
},
config: {
    autoPlay: false, /* DO NOT CHANGE THIS SETTING */
    autoBuffering: true,
    initialScale: 'scale',
    controlBarBackgroundColor:'0',
    controlsOverVideo: 'ease',
    videoFile: ''
}
}
);

