<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developer.myspace.com/Community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Flash Apps</title><link>http://developer.myspace.com/Community/forums/43.aspx</link><description>Building an application in flash? Come on in!</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Background/document color of inline Flash</title><link>http://developer.myspace.com/Community/forums/thread/43616.aspx</link><pubDate>Wed, 30 Sep 2009 19:00:56 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43616</guid><dc:creator>David</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43616.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=43616</wfw:commentRss><description>&lt;p&gt;When I test my app as an I-frame, the document color is displayed correctly.&amp;nbsp;&amp;nbsp; When I test it as an Inline Flash, the background is white (might be transparent).&amp;nbsp;&amp;nbsp; Is there a way to allow the document color to show or to set the background color of an inline Flash?&amp;nbsp;&amp;nbsp; I&amp;#39;ve attempted to do this by setting background color with CSS in the apps profile, but this seems to have no effect.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;David Ray &lt;br /&gt;&lt;/p&gt;</description></item><item><title>What is the best program for making an app for myspace?</title><link>http://developer.myspace.com/Community/forums/thread/35296.aspx</link><pubDate>Sun, 01 Feb 2009 05:53:26 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:35296</guid><dc:creator>King Scorpio</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/35296.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=35296</wfw:commentRss><description>I want to make my own app like Mobsters, Mobster overdrive, outworld and all the other ones like that but I need to know What the best program to use to make one of those kind of apps so if anyone know a good one then please send me a link to the download site.&lt;br /&gt;</description></item><item><title>Myspace REST notifications via Flash</title><link>http://developer.myspace.com/Community/forums/thread/42784.aspx</link><pubDate>Sat, 15 Aug 2009 01:32:27 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42784</guid><dc:creator>Gary</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42784.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=42784</wfw:commentRss><description>&lt;p&gt;I wrote a Myspace REST library that I&amp;#39;m hoping to use to make all REST calls directly from flash and bypassing a backend script such as .net or PHP.&amp;nbsp; I have the GET calls working no problem, but when attempting to implement the POST notifications call it fails.&amp;nbsp; I&amp;#39;ve been comparing my call using the OAUTH tool and get the same signature and URI as the OAUTH tool.&amp;nbsp; When my Flash app makes a call, I track the request/response using Charles Web Debugging Proxy and can see that the request seems well-formed, but I don&amp;#39;t see a response.&amp;nbsp; When tracing, I can see that there is a response, but as far as I can tell, the server HTTP response code is 0?&amp;nbsp; Has anybody else been able to make a REST notifications call directly from Flash?&amp;nbsp;&lt;/p&gt;</description></item><item><title>MySpace API</title><link>http://developer.myspace.com/Community/forums/thread/42888.aspx</link><pubDate>Thu, 20 Aug 2009 14:08:47 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42888</guid><dc:creator>Митрофанова</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42888.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=42888</wfw:commentRss><description>I am just starting work with MySpace and I am afraid I haven&amp;#39;t clear understanding MySpace API.
I would like to create my own application (not for MySpace) where user can login as MySpace user and post notification to his MySpace wall ( or his MySpace home page) and see his/her friend&amp;#39;s post. 
I am already do something similar for FaceBook. Is it possible with MySpace API?</description></item><item><title>The Different Ways of Making a Flash MySpace App</title><link>http://developer.myspace.com/Community/forums/thread/14506.aspx</link><pubDate>Thu, 17 Jul 2008 17:29:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:14506</guid><dc:creator>Gordon</dc:creator><slash:comments>10</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/14506.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=14506</wfw:commentRss><description>There seems to be a lot of confusion on how to make a flash app. I am going to put fourth my understanding and can somone please correct me if I am wrong ? So as I understand it, there are 3 different ways of making a flash myspace app:

1) Use inline flash. In this case MySpace adds the open social parameters as flash vars to the flash app. In this case, you can use the as3 library to interface with the mypace api.

2) Use an IFrame. In this case you can make calls to your own server which can interact with the myspace servers via the REST or open social interface.

3) Use the HTML/Javascript source option and add the markup for the object and embed tags. In this case you can use the ExternalInterface to access the open social javascript APIs. This case allows for the most features since you can use javascript-only functionality such as postTo.

Can someone elaborate on the advantages between methods 1, 2, and 3? Also, in case 3, can you use the official as3 library as an alternative to using ExternalInterface or is that the only route? Any help would be greatly appreciated.

Thanks,
Gordon</description></item><item><title>FLASH CONTACT FORM</title><link>http://developer.myspace.com/Community/forums/thread/24131.aspx</link><pubDate>Tue, 14 Oct 2008 05:13:10 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:24131</guid><dc:creator>Jeanelle</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/24131.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=24131</wfw:commentRss><description>&lt;p&gt;HOW DO I MAKE A FLASH CONTACT FORM WORK ON MYSPACE? I HAVE EVERYTHING SET WITH MY FTP SUCH AS MY .PHP AND .SWF.....CAN ANYONE HELP WITH CODE TO MAKE THIS WORK ON MY MYSPACE PAGE......THE FLASH SWF IS ON MY PAGE AT WWW.MYSPACE.COM/JTSANTOS...THANKS&lt;/p&gt;</description></item><item><title>Highscores?</title><link>http://developer.myspace.com/Community/forums/thread/42723.aspx</link><pubDate>Tue, 11 Aug 2009 14:29:09 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42723</guid><dc:creator>Victor</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42723.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=42723</wfw:commentRss><description>Hi, I have a question on really just how highscores would work with apps.
I have a flash file on my game, and I want to be able to save their highscore with myspace, can I do that or will I have to have an outside database?
If I can do it with myspace, could you show me an example?

Thanks,
Ciber</description></item><item><title>my app icon seems be deleted automatically</title><link>http://developer.myspace.com/Community/forums/thread/42325.aspx</link><pubDate>Thu, 23 Jul 2009 00:17:43 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42325</guid><dc:creator>YU</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42325.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=42325</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I create a very simple flash app, using inline flash; when I click the &amp;quot;My Apps&amp;quot; after I finish it, the icon on the left side disappeared, and has been replaced by a deleted image, would you please check it,OAuth Consumer Key: &lt;a href="http://www.myspace.com/489738566"&gt;http://www.myspace.com/489738566&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;</description></item><item><title>flash max size for upload</title><link>http://developer.myspace.com/Community/forums/thread/41562.aspx</link><pubDate>Sun, 14 Jun 2009 07:23:55 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41562</guid><dc:creator>Digitech Software</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41562.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=41562</wfw:commentRss><description>My flash app has a lot of embedded fonts and images. When I upload at around 2.7 MB (less embedded fonts), I am okay. However, when I upload at around 4.7 MB (I just include the embedded fonts) I get a &amp;quot;myspace error has occurred and and the myspace dev team will be notified&amp;quot; error. Thanks.</description></item><item><title>Using HTML/JavaScript Source: My loader cannot find file URL on my server</title><link>http://developer.myspace.com/Community/forums/thread/41500.aspx</link><pubDate>Thu, 11 Jun 2009 19:50:40 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41500</guid><dc:creator>Morph</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41500.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=41500</wfw:commentRss><description>&lt;p&gt;When I upload my swf using Using HTML/JavaScript Source on the Canvas Surface, my swf cannot load&lt;/p&gt;&lt;p&gt;other swfs I have in my &amp;quot;../res/&amp;quot; directory. &amp;nbsp; If I go to the main swf directly, it works.&amp;nbsp; My release also works well in my machine. &amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run my application from MySpace I get an error #203:&amp;nbsp; URL not found. URL: ../res/base.swf.&lt;/p&gt;&lt;p&gt;The path is relative and the file is there relative to my main swf.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Can anyone help? &lt;/p&gt;&lt;p&gt;&amp;nbsp;EDIT:&amp;nbsp; I discovered that the problem is in my html!!&amp;nbsp; When I load a swf that does not load anything else, it works fine.&amp;nbsp; But when I load a swf that load another swf it throws that error. &amp;nbsp; The code is this: &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;html&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;object id=&amp;quot;Kartmania&amp;quot; allowScriptAccess=&amp;quot;always&amp;quot; allowNetworking=&amp;quot;all&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; data=&amp;quot;http://97.74.198.123/KartmaniaReleaseRegular/bin-release/Kartmania.swf&amp;quot;&amp;nbsp; width=&amp;quot;100%&amp;quot; height=&amp;quot;100%&amp;quot;&amp;nbsp; classid=&amp;quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot; &lt;br /&gt;codebase=&amp;quot;http://download.macromedia.com/pub/shockwave/&lt;br /&gt;cabs/flash/swflash.cab#version=6,0,40,0&amp;quot; &amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://97.74.198.123/KartmaniaReleaseRegular/bin-release/Kartmania.swf&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;quality&amp;quot; value=&amp;quot;high&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;wmode&amp;quot; value=&amp;quot;transparent&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;embed src= &amp;quot;http://97.74.198.123/KartmaniaReleaseRegular/bin-release/Kartmania.swf&amp;quot; quality=&amp;quot;high&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot;&lt;br /&gt;&lt;br /&gt;width=&amp;quot;800&amp;quot; height=&amp;quot;1000&amp;quot; &lt;br /&gt;&lt;br /&gt;name=&amp;quot;Kartmania&amp;quot; align=&amp;quot;&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; &lt;br /&gt;&lt;br /&gt;pluginspage=&amp;quot;http://www.macromedia.com/go/getflashplayer&amp;quot; &lt;br /&gt;&lt;br /&gt;allowScriptAccess=&amp;quot;always&amp;quot;&lt;br /&gt;&lt;br /&gt;allowNetworking=&amp;quot;all&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;lt;/embed&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;/object&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/html&amp;gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;What am I doing wrong here? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Flash embeding problem with gadgets.flash</title><link>http://developer.myspace.com/Community/forums/thread/16982.aspx</link><pubDate>Wed, 13 Aug 2008 21:31:47 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16982</guid><dc:creator>Lynne</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16982.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=16982</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;All,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; I can not seem to use the&amp;nbsp; gadgets.flash.embed method to embed a Flash in my MySpace app.&amp;nbsp; I use:&lt;/p&gt;&lt;p&gt;&amp;nbsp;gadgets.flash.embedCachedFlash(swfUrl, &amp;quot;movie&amp;quot;, {id: flexAppId, width: 500, height&lt;br /&gt;: 500 });&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;While I can use the swfobject Javascript library as a work around I want to know why MySpace doesn&amp;#39;t support this.&amp;nbsp; I thought this was part of OpenSocial.&amp;nbsp; Can anyone clarify?&amp;nbsp; I get an error:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TypeError:&amp;nbsp; gadgets.flash is undefined &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Lynne &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Example Error, or FlashDevelop Error??</title><link>http://developer.myspace.com/Community/forums/thread/39607.aspx</link><pubDate>Sat, 02 May 2009 01:49:50 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:39607</guid><dc:creator>Michael</dc:creator><slash:comments>5</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/39607.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=39607</wfw:commentRss><description>&lt;p&gt;When i download the example opensocial app, open it in FlashDevelop, compile it, upload it, and view it, it shows a popup box that says &amp;quot;An Error occurred: Error #2060&amp;quot;&lt;/p&gt;</description></item><item><title>Flex/flash Html and more</title><link>http://developer.myspace.com/Community/forums/thread/36138.aspx</link><pubDate>Sat, 14 Feb 2009 17:57:32 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:36138</guid><dc:creator>mike</dc:creator><slash:comments>15</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/36138.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=36138</wfw:commentRss><description>&lt;p&gt;Hi everybody,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m really excited by the new myspace and opensocial apps.&lt;br /&gt;I&amp;#39;m really at the begin, I would like to build a simple app.&lt;/p&gt;
&lt;p&gt;I would build a simple app that list myfriends into a box made with flex.&lt;br /&gt;Although I&amp;#39;ve been program in c++, php, c#, I&amp;#39;ve just at the begin into flex and ECMA language.&lt;/p&gt;
&lt;p&gt;By the way I would like, in canvas space, &lt;br /&gt;make an HTML, for&amp;nbsp;display my banner (in a near future),&amp;nbsp;with display inside this flash app.&lt;/p&gt;
&lt;p&gt;So I know that I know that &lt;/p&gt;
&lt;p&gt;I can&amp;nbsp;retrive&amp;nbsp;friends data by calling from &amp;quot;ExternalInterface&amp;quot; a javascript function,&amp;nbsp;&lt;br /&gt;I see that I can upload&amp;nbsp;a swf file, but if I upload a html too.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a way to do that, for example if you look at BuddyPoke I see a html file which display banner, and some javascript function, maybe called from flash, and swf file.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>flash upload</title><link>http://developer.myspace.com/Community/forums/thread/38940.aspx</link><pubDate>Thu, 16 Apr 2009 08:32:11 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38940</guid><dc:creator>Ghilli</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38940.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38940</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I uploaded my flash file(load.swf) in flickr.com&lt;/p&gt;&lt;p&gt;Can i use the flash file uploaded&amp;nbsp; url in myspace open social apps.&lt;/p&gt;</description></item><item><title>Forced to make a new account</title><link>http://developer.myspace.com/Community/forums/thread/39621.aspx</link><pubDate>Sat, 02 May 2009 20:53:27 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:39621</guid><dc:creator>cjschrissouth</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/39621.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=39621</wfw:commentRss><description>Hi, I’m a Myspace Developer and I was going to make my flash app available on myspace. When i tried to create it, it tells me to put in a username and password. Can i use my current Myspace ID to make apps, and not have to make a new one? If you want I can send you a picture of whats happening. </description></item><item><title>Access OpenSocial data from iFrame</title><link>http://developer.myspace.com/Community/forums/thread/36227.aspx</link><pubDate>Tue, 17 Feb 2009 17:06:28 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:36227</guid><dc:creator>Justin Kennedy</dc:creator><slash:comments>5</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/36227.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=36227</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Can anyone give me an idea about how you can access the MySpace OpenSocial APi from an iFrame app using flash?&lt;/p&gt;&lt;p&gt;Every call I make at the moment from my iFrame app generates a security error due to the domain my iFrame app is on not being allowed access to http://api.myspace.com&amp;nbsp; because of this crossdomain file http://api.myspace.com/crossdomain.xml.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Loading external xml into inline swf</title><link>http://developer.myspace.com/Community/forums/thread/38916.aspx</link><pubDate>Wed, 15 Apr 2009 23:36:36 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38916</guid><dc:creator>eincerto</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38916.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38916</wfw:commentRss><description>&lt;p&gt;Hey guys, I pulled my app from publish pending because I realised that I may not be allowed to embed an external swf onto the canvas and profile surfaces. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;My unpublished app works perfectly on my end if embedding an swf from an exernal domain is allowed because I load in an external xml file which also rests on the same domain as the swf - so I only ever need to worry about adding myspacecdn.com to our crossdomain xml policy file and all works seamlessly. &lt;/p&gt;
&lt;p&gt;BUT, since my applicaiton code is written using javascript / html I need to know if I will be denied publishing if my swf is not inline? &lt;/p&gt;
&lt;p&gt;Under this scenario, I&amp;#39;m running into trouble using an inline swf to call an xml file from another domain with URLRequest. This is how I&amp;#39;m embedding the swf:&lt;/p&gt;
&lt;p&gt;&amp;lt;object allowScriptAccess=&amp;quot;always&amp;quot; allowNetworking=&amp;quot;all&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; data=&amp;quot;&lt;a href="http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf"&gt;http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf&lt;/a&gt;&amp;quot; src=&amp;quot;&lt;a href="http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf"&gt;http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf&lt;/a&gt;&amp;quot; id=&amp;quot;OpenSocialExample&amp;quot; width=&amp;quot;500px&amp;quot; height=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;&lt;a href="http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf"&gt;http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf&lt;/a&gt;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;quality&amp;quot; value=&amp;quot;high&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;wmode&amp;quot; value=&amp;quot;opaque&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;FlashVars&amp;quot; value=&amp;quot;band_id=30&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;src&amp;quot; value=&amp;quot;&lt;a href="http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf"&gt;http://cache01-widget01.myspacecdn.com/1/l_6489a57fac87237b264b940488112446.swf&lt;/a&gt;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/object&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The problem is the xml should populate the player with data, but running from the myspace servers, the swf doesnt load when i preview it on the profile surface. If any one has some thoughts to help me out I&amp;#39;d really appreciate it as my eyes have been staring at my monitor for a very long time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>A NEW BEING FOR ME</title><link>http://developer.myspace.com/Community/forums/thread/38926.aspx</link><pubDate>Thu, 16 Apr 2009 00:39:47 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38926</guid><dc:creator>THEMAN</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38926.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38926</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;I WAS ON THIKING ABOUT A NEW THAT WHOULD REDEFIN ALL OF MYSPACE APP&amp;#39;S GAMES MY GAME IS KILL ALL MAN KIND AND EVEY THING THAT&amp;#39;S GETS IN YOUR WAY MAKE GANG&amp;#39;S AND BUISSIENS &lt;/em&gt;&lt;/p&gt;</description></item><item><title>Passing a user specific user chosen variable to flash app</title><link>http://developer.myspace.com/Community/forums/thread/37370.aspx</link><pubDate>Fri, 13 Mar 2009 17:40:42 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:37370</guid><dc:creator>eincerto</dc:creator><slash:comments>8</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/37370.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=37370</wfw:commentRss><description>Hey guys, 

 I am new to both MySpace and MySpace Development. I have been pouring over all the MySpace dev documentation and must admit my knowledge in this area is murky, but is starting to get clearer. 
 
 I have written an actionscript 3 swf movie that needs a user-specific variable passed to it - easily done on standard pages by passing a flashvars to the movie. The whole movie hinges on the variable to define how the movie looks; it is only a 4 digit string. My question is thus, can my app ask the user to input the 4 digit code and have it stay stored on myspace&amp;#39;s end to be retrieved whenever the app is called up.


If this is possible, can anyone help point me in a general direction to figure this out?

 In theory I can see an alternate solution of hosting my own database that links the 4 digit code to the MySpace Id and then spit that back out - but since it is only 4 digits long i see this solution right now as excessive.


Thanks in advance!!!!</description></item><item><title>FlashVars: opensocial_token, opensocial_surface, opensocial_consumer_key</title><link>http://developer.myspace.com/Community/forums/thread/38419.aspx</link><pubDate>Sat, 04 Apr 2009 19:09:18 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38419</guid><dc:creator>Wizzard</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38419.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38419</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;I&amp;#39;m trying to embed flash in osapp with &amp;lt;object&amp;gt;&amp;lt;embed&amp;gt; tags ( and/or SWFObject), how can I know opensocial_surface and opensocial_consumer_key values so I can pass them to my flash with FlashVars?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I found out I can get opensocial_token from opensocial.Container.get().osToken_ is there any simmilar way for opensocial_surface and opensocial_consumer_key?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Getting owner or viewers friends. (AS3)</title><link>http://developer.myspace.com/Community/forums/thread/38099.aspx</link><pubDate>Fri, 27 Mar 2009 15:35:04 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38099</guid><dc:creator>Johan RD</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38099.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38099</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I&amp;#39;m trying to display the friends of the owner or viewer in my flex app, but having no luck.&lt;/p&gt;&lt;p&gt;I have looked at a number of examples but cant get it to work. For example http://wiki.developer.myspace.com/index.php?title=OpenSocial_ActionScript3_Library#A_Note_on_Response_Items &lt;/p&gt;&lt;p&gt;my code has the following functions:&lt;br /&gt; --------&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; public function makeRequest():void&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; MySpaceContainer.instance.init(osToken, osSurface);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var dr:DataRequest = MySpaceContainer.instance.newDataRequest();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dr.add(dr.newFetchPeopleRequest(&amp;quot;VIEWER_FRIENDS&amp;quot;), &amp;quot;get_friends&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dr.send(handleReq);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; log(&amp;quot;Request sent&amp;quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; public function handleReq(resp:DataResponse):void&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; log(&amp;quot;In handleReq:&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; if( resp.hadError() )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; log(&amp;quot;There was an error in the response.&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; log(&amp;quot;success&amp;quot;);&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;----------- &lt;/p&gt;&lt;p&gt;(log is a function to populate a vbox with debug info).&lt;/p&gt;&lt;p&gt;I keep getting&amp;nbsp; &amp;quot;There was an error in the response.&amp;quot;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone help?&lt;/p&gt;&lt;p&gt;Thanks. &lt;/p&gt;&lt;p&gt;Johan &lt;br /&gt;&lt;/p&gt;</description></item><item><title>My Space API / FetchPersonRequest</title><link>http://developer.myspace.com/Community/forums/thread/38884.aspx</link><pubDate>Wed, 15 Apr 2009 16:47:09 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38884</guid><dc:creator>face</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38884.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38884</wfw:commentRss><description>&lt;p&gt;hi there,&lt;br /&gt;&lt;br /&gt;I was trying to build a widget at myspace.com by using Flex 3, I have
read the doc at
http://wiki.developer.myspace.com/index.php?title=Official_OpenSocial_ActionScript3_Library&lt;br /&gt;&lt;br /&gt;I got an error null for the &lt;b&gt;&lt;font size="1"&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Courier New&amp;#39;;"&gt;fields&lt;/span&gt;&lt;/font&gt;&lt;/b&gt; object, I did some invesgations with the code, it looks like the INITcouldn&amp;#39;t be set successfully&amp;nbsp; &lt;font size="1"&gt;&lt;span style="font-size:11pt;font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span&gt;&lt;/span&gt;==&amp;gt;&amp;gt;&amp;gt; MySpaceContainer.&lt;span style="font-size:11pt;"&gt;instance&lt;/span&gt;.&lt;span style="font-size:11pt;"&gt;init&lt;/span&gt;&lt;span style="font-size:11pt;"&gt;(&lt;/span&gt;osToken,
osSurfaceName&lt;span style="font-size:11pt;"&gt;)&lt;/span&gt;;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;You may view the code at &lt;a href="http://www.privatepaste.com/441BSlgBV7" title="http://www.privatepaste.com/441BSlgBV7"&gt;http://www.privatepaste.com/441BSlgBV7&lt;/a&gt; as well.&lt;br /&gt;&lt;br /&gt;Does anyone had this error before? I appreciate for any hints.&lt;br /&gt;&lt;br /&gt;Thank you&lt;/p&gt;&lt;p&gt;------------------------------------------------------------------ &lt;/p&gt;&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;mx:Application xmlns:mx=&amp;quot;http://www.adobe.com/2006/mxml&amp;quot; layout=&amp;quot;absolute&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mx:Script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;![CDATA[&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; import mx.collections.Grouping;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; import MyOpenSpace.*&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; import opensocial.*&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function getViewer():void &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var osToken:String = Application.application.parameters.openSocial_token;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var osSurfaceName:String = Application.application.parameters.openSocial_surface;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; MySpaceContainer.instance.init(osToken, osSurfaceName);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var dr:MSDataRequest = opensocial.newDataRequest() as MyOpenSpace.MSDataRequest;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dr.add(dr.newFetchPersonRequest(&amp;#39;VIEWER&amp;#39;, [&amp;#39;BOOKS&amp;#39;]), &amp;#39;ViewerPerson&amp;#39;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dr.send(onLoadPerson);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; public function onLoadPerson(dataResponse:DataResponse):void &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var person:Person = opensocial.Person(dataResponse.get(&amp;#39;ViewerPerson&amp;#39;).getData());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var fields:Object = person.getFields();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ]]&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mx:Script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mx:Button label=&amp;quot;Get Person&amp;quot; click=&amp;quot;getViewer();&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;lt;/mx:Application&amp;gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="actionscript"&gt;&lt;/pre&gt;</description></item><item><title>loadvars.send</title><link>http://developer.myspace.com/Community/forums/thread/38684.aspx</link><pubDate>Fri, 10 Apr 2009 13:01:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38684</guid><dc:creator>FMXstudio</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38684.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38684</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;My application is based upon copy and paste code that a user puts into their bio.&amp;nbsp; I noticed that the allowNetworking parameter was set to &amp;#39;internal&amp;#39; which restricted which flash api&amp;#39;s could be used.&amp;nbsp; According to flash documentation, only four api&amp;#39;s are blocked when this parameter is set to &amp;#39;internal&amp;#39;, loadvars.send is not one of them.&amp;nbsp; So why would my call to loadvars.send be blocked.&lt;/p&gt;&lt;p&gt;&amp;nbsp;as code:&lt;/p&gt;&lt;p&gt;&lt;font face="Lucida Console" size="2"&gt;var vars:LoadVars = new LoadVars();&lt;br /&gt;vars.songs = stb;&lt;br /&gt;vars.action = &amp;#39;pstoreadd&amp;#39;;&lt;br /&gt;vars.send(&amp;#39;http://www.fmxstudio.com/process.php&amp;#39;, &amp;#39;_blank&amp;#39;, &amp;#39;POST&amp;#39;);&lt;/font&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>SWF and Python data exchange which protection?</title><link>http://developer.myspace.com/Community/forums/thread/38331.aspx</link><pubDate>Thu, 02 Apr 2009 10:50:02 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38331</guid><dc:creator>mike</dc:creator><slash:comments>4</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/38331.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=38331</wfw:commentRss><description>Dear dudes, I write a simply class that writes and reads throught a &amp;quot;REST&amp;quot; api (writen by me) between SWF object and python (JSON answer).

Well I make also a Crypter based on password, but I have fear that someone can decompile my SWF and read the password.

So the question:

There&amp;#39;s a way to transmit data between apps SWF and python in crypted and safe way?

Some suggestion, thanks</description></item><item><title>Myspace support chat toolbar app(like facebook)?</title><link>http://developer.myspace.com/Community/forums/thread/37931.aspx</link><pubDate>Wed, 25 Mar 2009 12:56:31 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:37931</guid><dc:creator>Ryan</dc:creator><slash:comments>9</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/37931.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=43&amp;PostID=37931</wfw:commentRss><description>&lt;p&gt;Does Myspace support a person making a chat toolbar IM&amp;nbsp;app? You know how facebook has a chat IM toolbar that displays along the bottom of every facebook page when users login?, well I&amp;#39;m just wondering if an app for Myspace could be made like this? If the current app policy doesn&amp;#39;t allow this, you should change it. So a person could make a Flash chat toolbar IM app and after users install it, it will always display at the bottom of all Myspace pages once they login, and all their friends will be added to the IM list.&lt;/p&gt;
&lt;p&gt;By the way, is it possible to add a File transfer feature to a Flash chat toolbar IM app? Or doesn&amp;#39;t flash support File transfers of .jpeg,.bmp,.doc, .zip etc?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>