Ignore:
Timestamp:
06/04/08 14:18:44 (4 years ago)
Author:
sam
Message:

bug - wAudioMp3: width & height non passés au player.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/widgets.xsl.xsl

    r11116 r11138  
    427427                <xsl0:variable name="vUrl">{<xsl0:apply-templates mode="getBinaryUrl" select="sm:binaryUrl"/>}</xsl0:variable> 
    428428                <xsl0:variable name="vParams"> 
    429                         <xsl0:if test="sm:size/@width">&amp;width=<xsl0:value-of select="sm:size/@width"/></xsl0:if> 
    430                         <xsl0:if test="sm:size/@height">&amp;height=<xsl0:value-of select="sm:size/@height"/></xsl0:if> 
     429                        <xsl0:if test="sm:declareSize/@width">&amp;width=<xsl0:value-of select="sm:declareSize/@width"/></xsl0:if> 
     430                        <xsl0:if test="sm:declareSize/@height">&amp;height=<xsl0:value-of select="sm:declareSize/@height"/></xsl0:if> 
    431431                        <xsl0:if test="sm:options/@autoPlay='true'">&amp;autoplay=1</xsl0:if> 
    432432                        <xsl0:if test="sm:options/@autoLoad='true' and not(sm:options/@autoPlay='true')">&amp;autoload=1</xsl0:if> 
Note: See TracChangeset for help on using the changeset viewer.