Hola amigos,haber si alguien puede ayudarme.
No consigo hacer funcionar este flash.
Os dejo el codigo del xml haber si modificandolo se puede poner para que carge el swf de esa url.
O tal vez modificando el html.
E intentado exportar el xml a swf con el Activeswf Pro pero me da error en parametros del xml.
Con el Swf Opener si se abre.Con Internet explorer no y con mozilla tampoco.[/size]
Muchas gracias
Tengo este archivo swf:
http://img3.xooimage.com/files/d/f/e/archivoflash-c9b6ac.swf
y este xml:
http://img3.xooimage.com/files/5/e/0/slides-d77a59.xml
Codigo del xml:
<?xml version="1.0" encoding="UTF-8" ?>
<flash_parameters copyright="socusoftFSMTheme">
<preferences>
<global>
<basic_property movieWidth="500" movieHeight="400" groundinsize="2" html_title="Title" loadStyle="Bar" startAutoPlay="true" continuum="true" socusoftMenu="false" backgroundColor="0x1e1e1e" inbordercolor="0x000000" hideAdobeMenu="true" photoDynamicShow="true" enableURL="true" transitionArray=""/>
<title_property showTitle="false" photoTitleColor="0xffffff" backgroundColor="0x808080" alpha="30" autoHide="true"/>
<music_property path="" stream="true" loop="true"/>
<photo_property topPadding="5" bottomPadding="50" leftPadding="5" rightPadding="5"/>
<description_property textleftborder="3" texttopborder="2" enable="true" backgroundColor="0xa0a0a4" backgroundAlpha="100"/>
</global>
<thumbnail>
<basic_property thumWidth="70" thumHeight="80" skewwidth="60" skewheight="60" thumbnailposition="bottom" thumbnailboxboder="0" thumborder="1" thumSpacing="0" borderColor="0x000000" currentBorderColor="0xffffff" shadowalpha="60" thumway="inward"/>
<button_property btnhide="false" btnsize="20" btnspacing="5" buttonColor="0x808080" btnfiltercolor="0xffffff"/>
</thumbnail>
</preferences>
<album>
<slide jpegURL="thumbs/t_0001.jpg" d_URL="slides/p_0001.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="DFM 018" width="490" height="345"/>
<slide jpegURL="thumbs/t_0002.jpg" d_URL="slides/p_0002.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="DFM 050" width="490" height="345"/>
<slide jpegURL="thumbs/t_0003.jpg" d_URL="slides/p_0003.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="DFM 069" width="490" height="345"/>
</album>
</flash_parameters>
Codigo Html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Title</title>
</head>
<body bgcolor="#FFFFFF">
<p> <p>
<style type="text/css">
<!--
.style1 {
color: #006633;
font-weight: bold;
}
-->
</style>
<!-- saved from url=(0013)about:internet -->
<table align="center" border="0" cellpadding=0 cellspacing=0>
<tr>
<td align="center">Title</td>
</tr>
<tr><td align="center"><br /></td></tr>
<tr>
<td align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="400" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="frentes.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<embed src="frentes.swf?xml_path=slides.xml" quality="high" width="500" height="400" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr>
</table>
</body>
</html>
Gracias por adelantado y espero vuestra respuesta pronto.Un saludo