<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Customising Frontpage Flash</title>
		<link>http://www.kriesi.at/support/topic/customising-frontpage-flash</link>
		<description>Support Forum - Topic: Customising Frontpage Flash</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 17:27:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/customising-frontpage-flash" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Customising Frontpage Flash"</title>
			<link>http://www.kriesi.at/support/topic/customising-frontpage-flash#post-9596</link>
			<pubDate>Tue, 30 Nov 2010 07:32:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baldscone on "Customising Frontpage Flash"</title>
			<link>http://www.kriesi.at/support/topic/customising-frontpage-flash#post-9565</link>
			<pubDate>Mon, 29 Nov 2010 15:00:50 +0000</pubDate>
			<dc:creator>baldscone</dc:creator>
			<guid isPermaLink="false">9565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep - that was it - I did a simple unescape(imagePath) in AS3 and sorted. Thanks for your patience!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baldscone on "Customising Frontpage Flash"</title>
			<link>http://www.kriesi.at/support/topic/customising-frontpage-flash#post-9564</link>
			<pubDate>Mon, 29 Nov 2010 14:53:40 +0000</pubDate>
			<dc:creator>baldscone</dc:creator>
			<guid isPermaLink="false">9564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - yeah I can see that your image path works and after looking closely it is slightly different from what I get back from the dont_edit.phpI get &#34;&#38;amp; amp ;&#34; instead of just &#38;amp; between the postVars.&#60;/p&#62;
&#60;p&#62;So I think the URL generated by the XML is not URL encoded and so I think the &#38;amp; is throwing off the timthumb.php script to return a default 100 x 100 - does that sound right?&#60;/p&#62;
&#60;p&#62;If I replace the &#38;amp; with just &#38;amp; it works.&#60;/p&#62;
&#60;p&#62;Does my theory sound right? Can I add something to the PHP file to change the &#38;amp; to just &#38;amp; or do I need to do a regEx replacement in Flash?&#60;br /&#62;
Cheers,&#60;br /&#62;
Tim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customising Frontpage Flash"</title>
			<link>http://www.kriesi.at/support/topic/customising-frontpage-flash#post-9543</link>
			<pubDate>Mon, 29 Nov 2010 09:11:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9543@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I checked an image path and it the results looks ok to me: &#60;a href=&#34;http://baldscone.com/wordpress/wp-content/themes/display/framework/includes/timthumb.php?src=/images/slideshow/afl2011_logo.jpg&#38;amp;h=420&#38;amp;w=940&#38;amp;zc=1&#34; rel=&#34;nofollow&#34;&#62;http://baldscone.com/wordpress/wp-content/themes/display/framework/includes/timthumb.php?src=/images/slideshow/afl2011_logo.jpg&#38;amp;h=420&#38;amp;w=940&#38;amp;zc=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The image has the right dimensions. Can you post an example link (where your problem occurs?).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baldscone on "Customising Frontpage Flash"</title>
			<link>http://www.kriesi.at/support/topic/customising-frontpage-flash#post-9458</link>
			<pubDate>Fri, 26 Nov 2010 10:37:04 +0000</pubDate>
			<dc:creator>baldscone</dc:creator>
			<guid isPermaLink="false">9458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I am creating my own Flash module for the Display theme and have been having a bit of difficulty getting the correct image sizes back from the cu3er php script that returns an XML feed.&#60;/p&#62;
&#60;p&#62;So far I have worked out that I can get a nice XML feed for the slider at &#60;a href=&#34;http://mywebsite.com/wordpress/wp-content/themes/display/slideshow/dont_edit.php&#34; rel=&#34;nofollow&#34;&#62;http://mywebsite.com/wordpress/wp-content/themes/display/slideshow/dont_edit.php&#60;/a&#62; and that it returns exactly the XML feed that I want. Problem is when I look at the images returned by the php call in the XML for example (&#60;a href=&#34;http://mywebsite.com/wordpress/wp-content/themes/display/framework/includes/timthumb.php?src=/images/slideshow/myimage.jpg&#38;amp;h=420&#38;amp;w=940&#38;amp;zc=1&#34; rel=&#34;nofollow&#34;&#62;http://mywebsite.com/wordpress/wp-content/themes/display/framework/includes/timthumb.php?src=/images/slideshow/myimage.jpg&#38;amp;h=420&#38;amp;w=940&#38;amp;zc=1&#60;/a&#62;) it is not the size suggested by the parameter tags ( 420 x 940) but instead it returns a 100 x 100pixel thumbnail.&#60;/p&#62;
&#60;p&#62;How can I get the full size 940px X 420 px image path? I have tried changing the parameters as per the PHP script but with no love.&#60;br /&#62;
Paramters&#60;br /&#62;
    ---------&#60;br /&#62;
    w: width&#60;br /&#62;
    h: height&#60;br /&#62;
    zc: zoom crop (0 or 1)&#60;br /&#62;
    q: quality (default is 75 and max is 100)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Tim
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
