 if (AC_FL_RunContent == 0) {
                            alert("This page requires AC_RunActiveContent.js.");
                        } else {
                            AC_FL_RunContent(
                                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                                'width', '753',
                                'height', '18',
                                'src', FLASH_URL + 'animacion_txt',
                                'quality', 'high',
                                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                                'align', 'middle',
                                'play', 'true',
                                'loop', 'true',
                                'scale', 'showall',
                                'wmode', 'transparent',
                                'devicefont', 'false',
                                'id', 'animacion_txt',
                                'bgcolor', '#666666',
                                'name', FLASH_URL + 'animacion_txt',
                                'menu', 'true',
                                'allowFullScreen', 'false',
                                'allowScriptAccess','sameDomain',
                                'movie', FLASH_URL + 'animacion_txt',
                                'salign', ''
                                ); //end AC code
                        }

/*
		'src',               '{FLASH_URL}parques',
		'src',               FLASH_URL + 'parques',
*/