<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Sephiroth's forums, flash, php, amf, python]]></title>
		<link>http://forum.sephiroth.it//</link>
		<description>Flash PHP AMF and Python discussion forum</description>
		<language>en</language>
		<lastBuildDate>Wed, 08 Sep 2010 11:19:36 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.sephiroth.it/images/misc/rss.png</url>
			<title><![CDATA[Sephiroth's forums, flash, php, amf, python]]></title>
			<link>http://forum.sephiroth.it//</link>
		</image>
		<item>
			<title>Help! No matter what I do I get ObjectProxy</title>
			<link>http://forum.sephiroth.it//showthread.php?13575-Help%21-No-matter-what-I-do-I-get-ObjectProxy&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 22:21:55 GMT</pubDate>
			<description>Hi 
 
I tried everything but I cannot get mapping correct. 
(amfphp1.9, latest PHP, flex 3.5, linux) 
 
I found that in globals.php, it searches vos...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I tried everything but I cannot get mapping correct.<br />
(amfphp1.9, latest PHP, flex 3.5, linux)<br />
<br />
I found that in globals.php, it searches vos in vo/ directory, but moving class, doesnt help.<br />
<br />
OK.. here is my php class, placed in services/vo<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?php<br />
&nbsp; &nbsp; class User<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $id;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $company;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $username;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $password;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $email;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $firstLogin;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $active;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $canSetPermissions;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $canCreateUsers;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $canCreateProjects;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $canSeeLog;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $canSeeStats;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $groups; // bice popunjeno iz UsersXGroups (tip: array of Group)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; public $_explicitType = &quot;model.vo.User&quot;; <br />
&nbsp; &nbsp; }<br />
?&gt;</code><hr />
</div> flex object<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">package model.vo<br />
{<br />
&nbsp; &nbsp; import mx.collections.ArrayCollection;<br />
&nbsp; &nbsp; [RemoteClass(alias=&quot;vo.User&quot;)]<br />
<br />
&nbsp; &nbsp; [Bindable]<br />
&nbsp; &nbsp; public class User<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var id:int = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var company:Company;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var username:String;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var password:String;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var email:String;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var firstLogin:Boolean = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var active:Boolean = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var canSetPermissions:Boolean = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var canCreateUsers:Boolean = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var canCreateProjects:Boolean = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var canSeeLog:Boolean = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var canSeeStats:Boolean = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; public var groups:ArrayCollection; // bice popunjeno iz UsersXGroups (tip: array of Group)<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div> I tried to replace [RemoteClass(alias=&quot;vo.User&quot;)]  with registerClassAlias('vo.User', User); in application but no use..<br />
<br />
when function returns to callback handler, event.result is always ObjectProxy instead of User object.<br />
<br />
How to solve this?!<br />
<br />
Thanks<br />
Emil</div>

 ]]></content:encoded>
			<category domain="http://forum.sephiroth.it//forumdisplay.php?29-Flex">Flex</category>
			<dc:creator>beli0135</dc:creator>
			<guid isPermaLink="true">http://forum.sephiroth.it//showthread.php?13575-Help%21-No-matter-what-I-do-I-get-ObjectProxy</guid>
		</item>
		<item>
			<title>Issue with raw PDF in AIR</title>
			<link>http://forum.sephiroth.it//showthread.php?13574-Issue-with-raw-PDF-in-AIR&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 16:19:55 GMT</pubDate>
			<description>Hi Guys, 
  
I have a very annoying issue, that I have not been able to solve yet. I am trying to download a PDF-file from the web. The file was...</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
 <br />
I have a very annoying issue, that I have not been able to solve yet. I am trying to download a PDF-file from the web. The file was created by OpenOffice.org using the excellent JODConverter web-service. I have working Ruby code that allows me to download the file and save it to disk. When I open the file it works just as intended.<br />
 <br />
The issue comes from trying to re-implement this feature in ActionScript for use in my AIR application. There are some FlateDecode blocks in the PDF-file, and those blocks appear to be damaged when they pass through ActionScript. I try to save the PDF-file using a FileStream object, but only the meta-data is saved correctly. All the contents of the file (which is in the FlateDecode blocks) is not displayed.<br />
 <br />
I am no expert on character encoding, but this seems to be a character encoding issue. Both Ruby and ActionScript consider the source of the PDF-file to be a string. They also both seem to agree that it is a UTF-8 encoded string. However, the strings representing the FlateDecode blocks look different in ActionScript than they do in Ruby. Any help on this issue will be greatly appreciated.</div>

 ]]></content:encoded>
			<category domain="http://forum.sephiroth.it//forumdisplay.php?22-Flash-ActionScript-3-0">Flash ActionScript 3.0</category>
			<dc:creator>madsmao</dc:creator>
			<guid isPermaLink="true">http://forum.sephiroth.it//showthread.php?13574-Issue-with-raw-PDF-in-AIR</guid>
		</item>
		<item>
			<title>Automated testing of button interactions on a precompiled swf?</title>
			<link>http://forum.sephiroth.it//showthread.php?13573-Automated-testing-of-button-interactions-on-a-precompiled-swf&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 20:19:40 GMT</pubDate>
			<description>Scenario: A compiled swf. It has lots of button interactions. We want to automate the testing of these buttons by triggering events in the SWF. There...</description>
			<content:encoded><![CDATA[<div>Scenario: A compiled swf. It has lots of button interactions. We want to automate the testing of these buttons by triggering events in the SWF. There is no localConnection method we can use.<br />
<br />
 Is there any way to sift through a SWF and check for hasEventListener or willTrigger flags and then manually, through code, trigger events?<br />
 An actionscript way? <br />
or is there some kind of other non-Adobe application (maybe a browser plug-in) that can do this? Is there some kind of automated SWF testing app out there already?<br />
 We've got 100's of SWFs that we don't have access to the code to but we need to check for bugs, and instead of having someone sit there and repeatively click buttons in the swf, we'd like to set up some kind of way where all eventListeners (or at least specific ones) are found and then triggered upon intervals.</div>

 ]]></content:encoded>
			<category domain="http://forum.sephiroth.it//forumdisplay.php?22-Flash-ActionScript-3-0">Flash ActionScript 3.0</category>
			<dc:creator>robchis</dc:creator>
			<guid isPermaLink="true">http://forum.sephiroth.it//showthread.php?13573-Automated-testing-of-button-interactions-on-a-precompiled-swf</guid>
		</item>
		<item>
			<title>Attendance Flash program</title>
			<link>http://forum.sephiroth.it//showthread.php?13570-Attendance-Flash-program&amp;goto=newpost</link>
			<pubDate>Wed, 25 Aug 2010 12:11:23 GMT</pubDate>
			<description>I have a spreadsheet in which I send emails from when students have been late or absent. The particular students are apprentices. I need to inform...</description>
			<content:encoded><![CDATA[<div>I have a spreadsheet in which I send emails from when students have been late or absent. The particular students are apprentices. I need to inform the apprentice's employer of attendance each day. The current spreadsheet has Student name and employer information within it. I currently I have some macros and dropdown boxes to help report attendance easily. I would like help with creating a basic Flash Attendance reporting database program like the spreadsheet that I currently using. So basically I need to store student names and all employer contact info ie email address etc. The flash prog will need a drop down box to select the student another dropdown box for common late times EG Joe blogs &quot;was 10 mins late&quot; (the text in the &quot; &quot; will be selected from the second dropdown.) Then I would need a body of the email area for any other comments that may be required. I would then need a SEND button which automattically links the Student with his appropriate Employer and automatically emails with an signature. Can flash do this? Would Access be better? or something else? attached is the spreadsheet that I currently use to better explain what I need.</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/zip.gif" alt="File Type: zip" />
	<a href="http://forum.sephiroth.it//attachment.php?attachmentid=375&amp;d=1282738246">AttendanceDatabase.zip</a> 
(91.9 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://forum.sephiroth.it//forumdisplay.php?8-Flash-PHP"><![CDATA[Flash & PHP]]></category>
			<dc:creator>DutchVietnam</dc:creator>
			<guid isPermaLink="true">http://forum.sephiroth.it//showthread.php?13570-Attendance-Flash-program</guid>
		</item>
		<item>
			<title>How do this loading components?</title>
			<link>http://forum.sephiroth.it//showthread.php?13564-How-do-this-loading-components&amp;goto=newpost</link>
			<pubDate>Thu, 12 Aug 2010 16:43:28 GMT</pubDate>
			<description>like this http://ijimu.cn/ app, 
  
How do this loading components?</description>
			<content:encoded><![CDATA[<div>like this <a href="http://ijimu.cn/" target="_blank">http://ijimu.cn/</a> app,<br />
 <br />
How do this loading components?<br />
</div>

 ]]></content:encoded>
			<category domain="http://forum.sephiroth.it//forumdisplay.php?29-Flex">Flex</category>
			<dc:creator>nick_liang</dc:creator>
			<guid isPermaLink="true">http://forum.sephiroth.it//showthread.php?13564-How-do-this-loading-components</guid>
		</item>
		<item>
			<title>Weaverant Flash CMS</title>
			<link>http://forum.sephiroth.it//showthread.php?13562-Weaverant-Flash-CMS&amp;goto=newpost</link>
			<pubDate>Wed, 11 Aug 2010 19:45:46 GMT</pubDate>
			<description><![CDATA[Weaverant™ is a Content Management System made for Adobe Flash developers and their clients. 
 
It allows you to create your web site the way you're...]]></description>
			<content:encoded><![CDATA[<div>Weaverant™ is a Content Management System made for Adobe Flash developers and their clients.<br />
<br />
It allows you to create your web site the way you're used to and easily make it manageable by your clients.<br />
<br />
One of our main concerns while developing Weaverant™ is reliability, so we are preparing the launch of a private Beta Programme. This will help us improving Weaverant™ and make sure that everything works as expected.<br />
<br />
Beta Testers will be allowed to use Weaverant™ for free on their web sites for an extended period of 60 days after the Beta Programme ends, and have a 50% discount if they chose to continue to use Weaverant™.<br />
<br />
Apply for Beta at <a href="http://www.weaverant.com" target="_blank">http://www.weaverant.com</a></div>

 ]]></content:encoded>
			<category domain="http://forum.sephiroth.it//forumdisplay.php?22-Flash-ActionScript-3-0">Flash ActionScript 3.0</category>
			<dc:creator>weaverant</dc:creator>
			<guid isPermaLink="true">http://forum.sephiroth.it//showthread.php?13562-Weaverant-Flash-CMS</guid>
		</item>
	</channel>
</rss>
