ciao a tutti, premesso che le mie conoscienze di AS e XML sono minime, avrei un quesito.
Ho scaricato e elaborato un tutorial riguiardante un menu dove gli elementi sono delle immagini, ad ogni immagine mi piacerebbe associare un link che caricasse un movie esterno (che a sua volta ne caricasse un altro, etc..)...nel file xml e' settato l'apertura di un URL, vorrei modificarlo con un movie di flash.
aggiungo lo script:
<?xml version="1.0"?>
<menu>
<!-- main parameters group (other parameters may be available by editing the ReadMe layer of each main Movie Clip within the source .fla file
and also the scroll bar component parameters for the thumbs menu and the description box.
- if you modify some parameter values in Flash you can remove / comment the respective parameters from xml, this way the default Flash values will not be overwritten with values given in the xml file.
- to change the graphic elements you need to edit the file in Flash and adjust the respective symbols with your own custom graphcis
NOTE: If you want to use FlashVars inside the html page(s) of your site where you want to insert the .swf object in order to use a different .xml
configuration file url or to find an answer to a common question please check the General Tips & Tricks for All Flashtuning Products tutorial
available on our site in the tutorials section at this location:
http://www.flashtuning.net/tutorials/
-->
<object param="maxThumbWidth" value="320" />
<object param="maxThumbHeight" value="324" />
<object param="showScrollableArea" value="0" />
<object param="scrollableAreaWidth" value="1083" />
<object param="scrollableAreaHeight" value="600" />
<object param="menuX" value="0" />
<object param="menuY" value="185" />
<object param="itemsOffset" value="5" /> <!-- the real distance between photos when using initZoomOut = 0
or a virtual distance when using initZoomOut = 1 -->
<object param="initZoomOut" value="0" />
<object param="useZoom" value="1" />
<object param="zoomDir" value="1" />
<object param="zoomFactor" value="4" />
<object param="zoomSpeed" value="3" />
<object param="yFactor" value="3" />
<object param="useBitmapSmoothing" value="1" />
<object param="tweenDecay" value="1" />
<object param="tweenToleration" value=".10" />
<object param="useMirror" value="1" />
<object param="mirrorHeightGaign" value="0.3" />
<object param="mirrorOffset" value="0" />
<object param="showThumbTitle" value="0" />
<object param="titleXOffset" value="2" />
<object param="titleYOffset" value="60" />
<object source="images/p1.jpg" url="" window="_blank" title="3D Rotate" />
<object source="images/p2.jpg" url="" window="_blank" title="FT Progress Bar" />
<object source="images/p3.jpg" url="" window="_blank" title="Advanced Scroll Bar" />
<object source="images/p4.jpg" url="" window="_blank" title="HTML Table Renderer" />
<object source="images/p5.jpg" url="" window="_blank" title="FT Special Pack" />
<object source="images/p1.jpg" url="" window="_blank" title="3D Rotate" />
<object source="images/p2.jpg" url="" window="_blank" title="FT Progress Bar" />
<object source="images/p3.jpg" url="" window="_blank" title="Advanced Scroll Bar" />
<object source="images/p4.jpg" url="" window="_blank" title="HTML Table Renderer" />
<object source="images/p5.jpg" url="" window="_blank" title="FT Special Pack" />
<object source="images/p1.jpg" url="" window="_blank" title="3D Rotate" />
<object source="images/p2.jpg" url="" window="_blank" title="FT Progress Bar" />
<object source="images/p3.jpg" url="" window="_blank" title="Advanced Scroll Bar" />
<object source="images/p4.jpg" url="" window="_blank" title="HTML Table Renderer" />
<object source="images/p5.jpg" url="" window="_blank" title="FT Special Pack" />
<object source="images/p1.jpg" url="" window="_blank" title="3D Rotate" />
<object source="images/p2.jpg" url="" window="_blank" title="FT Progress Bar" />
<object source="images/p3.jpg" url="" window="_blank" title="Advanced Scroll Bar" />
<object source="images/p4.jpg" url="" window="_blank" title="HTML Table Renderer" />
<object source="images/p5.jpg" url="" window="_blank" title="FT Special Pack" />
</menu>
grazie mille


Rispondi quotando