PDA

View Full Version : Facebook App with Flex Not behaving


armyandy
04-08-2008, 05:14 PM
Hi!

Right this is the problem, I have made a small flex application - based heavily on the coverFlow written by doug mccune. Anyway - the code for it is as follows :


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*"
creationComplete="srv.send()" backgroundColor="white" viewSourceURL="srcview/index.html">

<mx:HTTPService id="srv" url="http://www.lab-cs3.cs.st-andrews.ac.uk/~jh2007a/facebookapp/script/mytube.xml"/>

<local:VideoCoverFlow dataProvider="{srv.lastResult.videos.video}" width="100%" height="100%"/>

</mx:Application>


Now - this works if you head to my test case - which is simply a html version of a page im building for a facebook application:
http://lab-cs3.cs.st-andrews.ac.uk/~jh2007a/facebookapp/myTube.html

On going to that url - you are alerted to some communication or security something or other - on clicking dismiss all - everything works nicely.

However I need to disable this security popup somehow because it does not look professional on the facebook application!

Please help me to rid the popup from hell!

kahuja
04-08-2008, 08:27 PM
Is the link correct? did not open for me!!