Daniel,

late congrats on the release from me. it feels great that someone
takes some care of that old baby :)


Jens,

you're (obviously) right about the old iterative.org URL on the
banners. While i still have the original (SVG) designs, i thought it
would be much cooler to use swfmill for this little stunt. put the
original banner in a folder with the attached update.xsl, and run:
#   swfmill swf2xml swfmill-banner1.swf | swfmill xslt update.xsl -
swfmill-banner1-uptodate.swf

e violá. i'll post the updated swfs when i get around to it :P i fear
they're somehow hilariously cpu-intensive though :/


from the little island that is xinf:
-dan


On Sun, Dec 20, 2009 at 19:09, Jens-Fabian Goetzmann <p...@jefago.de> wrote:
> First of all: Daniel, thank you and congratulations for the new release (a
> bit late, but I think it's worth it nevertheless)! Also, thank you very much
> for resolving the problem mentioned in a previous email.
>
> One little question: On www.swfmill.org, there are two little flash buttons
> (banners) that can be used to promote swfmill. I use one of them on the
> website of my Flash audio player Flourish Player
> (http://flourishplayer.sf.net), but they contain a very old swfmill URL
> hard-coded in the swf (http://iterative.org/swfmill/). Is there any
> possibility anyone could create new versions of these buttons?
>
> Regards,
>
> Jens
>
> _______________________________________________
> swfmill mailing list
> swfmill@osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>



-- 
Daniel Fischer
dfisc...@fischer-interaktiva.de
http://fischer-interaktiva.de
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
			
<xsl:template match="stri...@value='http://iterative.org/swfmill/']">
	<String value="http://swfmill.org"/>
</xsl:template>

<xsl:template match="*|@*|text()">
	<xsl:copy>
		<xsl:apply-templates select="*|@*|text()"/>
	</xsl:copy>
</xsl:template>

</xsl:stylesheet>
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to