[flexcoders] Re: facebook and flex 3

2011-10-08 Thread C Jacquelin
You should better use the Facebook php Api, because the Flex Facebook Api is less updated. Christophe,

[flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-08 Thread ZIONIST
Hi guys, i have changed from using a cfc to using cfm. And when i do a cfdump, i get the feed showing up. When i try to point flex to the cfm, and run the app i get no data. Below is the code. Could someone please help. flex code ?xml

[flexcoders] problem with the sand box on air app

2011-10-08 Thread gusduenas
Hi I have this air app, it is reading a remote flash file with has a security.allowdomain(*); but when it tried to read on the air app, it says this. SecurityError: Error #2070: Security sandbox violation: caller http://leftandrightsolutions.com/iglesiaviewer.swf cannot access Stage owned by

[flexcoders] Re: problem with the sand box on air app

2011-10-08 Thread Scott Fanetti
Have you tried dispatching events from the remote file for doing things like managing the stage - and letting the swf in the local security domain ( app: iglesia.swf ) do the calls for scaleMode and such? Sent from my iPhone

[flexcoders] local swf file on air app

2011-10-08 Thread Gustavo Duenas
Hi I have a local swf file who is supposed to grab a life stream from ustream.tv, it is working perfectly on the local on flash cs4, but when I load it to my air app. It is not working when I do the preview of the app. There is a way to make this working? I've tried everything on the book

[flexcoders] security sandbox for air app

2011-10-08 Thread Gustavo Duenas
Hi I have an air app with a local swf that grabs a live feed from www.ustream.tv and I would like to play it on the machines, but when I try to use it on the preview told me about it: SecurityError: Error #3207: Application-sandbox content cannot access this feature. at

[flexcoders] problem trying to create ustream viewer

2011-10-08 Thread Gustavo Duenas
hi this is my code guys var my_Nc:NetConnection = new NetConnection(); my_Nc.connect(rtmp://1.4705238.fme.ustream.tv/ustreamVideo/4705238); var my_Ns:NetStream = new NetStream(my_Nc, NetStream.CONNECT_TO_FMS); my_Ns.play(videoURL); var my_Video:Video = new Video();

[flexcoders] problem with netconnection and flex3

2011-10-08 Thread Gustavo Duenas
hi I have this code on my flex 3 trying to reach the ustream.tv live feed from my church does anyone know that the error means? var my_Nc:NetConnection = new NetConnection(); my_Nc.connect(rtmp://1.4705238.fme.ustream.tv/ustreamVideo/4705238); var my_Ns:NetStream = new NetStream(my_Nc,

[flexcoders] Re: problem with the sand box on air app

2011-10-08 Thread Scott Fanetti
Read: http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e3f.html It goes into detail about the security sandbox an application exists within. What exactly are you trying to do? Sent from my iPhone

[flexcoders] sandbox problem someone help me

2011-10-08 Thread Gustavo Duenas
Hi is there a way to load a remote swf that calls a live feed from ustream? I have this viewer and I cannot load it inot air, because it keeps telling me of the sandbox violation  even though I did the Security.allowDomain(http://leftandrightsolutions.com;); in the mx:Script part. Someone could

[flexcoders] DataGrid column width to be calculated by headerText

2011-10-08 Thread kg_andrew21
Hey guys, this is my first post, I tried searching for the issue but came up with no matches, so I hope it won't be a duplicate. So what I want to do is this: have a DataGrid that has all its column's width set to the greatest of these 2 values: its typicalItem's width (which without