get_option('awshortcode_align'), 'bgcolor' => 'fff', 'height' => '250', 'region' => get_option('awshortcode_region'), 'tracking_id' => get_option('awshortcode_tracking_id'), 'width' => '300', ), $attributes ) ); /* * Preparing data */ $region = AmazonWidgetsShortcodeConfiguration::getRegion($region); $uri = sprintf( $region['url']['widget-slideshow'], $region['marketplace'], $tracking_id, $value, 'GetDisplayTemplate' ); $bgcolor = call_user_func(array(__CLASS__, 'getHexadecimalFromString'), $bgcolor); /* * Display */ return '
'. ''. ''. ''. ''. ''. ''. '

'.__("You don't have a sufficient version of Flash Player to display this animation.").'

'. '
'. '
'; } }