In the advanced search page you can specify 'near' a specific location and this 'near' parameter shows up clearly in the query string.However, Twitter does not support the use of 'near' in the public search api.Apparently you need to supply a geocode value.Can anyone suggest the best way for obtaining a geocode in Flash?
I am creating a Flex3 app to return some results from the Google Geocoding API. I am using the HTTPService Events sample from TourDeFlex as a reference guide to mimic. For now, I have hardcoded the response from Google to use this XML response: [URL] Network Monitor suggests that I am getting a valid response from the XML, but I imagine I have not referenced it correctly for populating my DataGrid?
So I have this mc: this.slidingMenu it's a mc of a ring shaped menu, which turn around when 2 button get clicked. When the button on the right, mc goes forward until stop(), when the button on the left mc goes reverse until the stop(). In the first case i use gotoanplay, and everything goes fine. For the second I use prevFrame, like this:
i am fresher to the flash devekopment. i'm using Flash Develop IDE. i am creating a simple slide show. it works fine in FD when running. i'm moving that swf file ,required image folder and xml file to desktop.now we run that swf file it's working fine. it shows
I built this nifty little weather/clock app as a way of learning to work with API's and incorporates both the yahoo weather api and the flickr api. Now that it is in functioning order, I decided I would port it over to a playbook app via a Flash Builder 4.4 ActionScript Mobile project. I was able to get it installed on the playbook simulator just fine however when the app launched it showed a blank stage. After several hours of research I determined it was a runtime error.After several more hours of research I found it was a security error when making a call out to the flickr api. The debugger reports the following error:
SecurityError: Error #3207: Application-sandbox content cannot access this feature. at flash.system::Security$/allowDomain() at global$init()[C:UserspoorpaddyAdobe Flash Builder 4.5ScriptsflickrGrabber.as:43]
When I try to load an external image in the same folder with a Loader object, I receive the error SecurityError: Error #2000: No active security context.My code is :
var urlImg = String("img.jpg"); var imgLoader:Loader = new Loader(); var _lInfo:LoaderInfo = imgLoader.contentLoaderInfo;
Possible Duplicate:Error 2000 in flash SecurityError: Error #2000: No active securitycontextand nothing else; no other errors or traces, just that message in my debug flash player. Now the code I have inherited for this project is huge so I have no idea where the issue could be. I already knocked out a few security issues by embedding my xml and css during compile, and I've reached a dead end.I do load swfs dynamically but everything is local to the main swf. Now I should point out that the customer is loading the swf by simply putting the address of it on a file server into their browser (its not in a web page - yes I know this is bad practice but its what they want).
the PolicyFile's url is like this :[URL]and my restful webservices address is like this : [URL]crossdomain.xml include my flash's host url.the weird thing is flash still tried to load the [URL] like this first is right and response 200. the second response 400 .finally, the flash still told me SecrityError#2048
I am trying to load a swf file which contains xml based image gallery on 25th frame of the timeline inside flash professional cs5.5 using actionscript 3. while doing so i'm getting this error "SecurityError: Error #2000: No active security context". Below is the as3 code:
I wanted to put a search box in my flex app that would act just like google or google finance: you start typing and a drop down list just below starts filtering the results dynamically. Does anyone know how to do this in flex? I am using flex and php so as the user types it will pull results off the server dynamically.
Place a 100px by 100px box on the stage (not a movieclip, just a simple shape).
Now apply a vertical skew of 30 degrees. You should get this...
Click outside of the shape to release the transformation data. The degrees for skew resets to 0 (this is expected), see image below
But What skew would you apply to the shape to return it to its original shape. Initially I would've thought it was -30 in the vertical skew, but this seems to return a weird hybrid shape.. See below:
I have done around 6 or 7 searches along the lines of passing variables, sql and flash, sql flash and php, and when I submit the search, the only result I get is a damm server error about memory issues.
The question is this. Does anyone have a very, very simple php vars passed to flash to display file that I may view?
I know how to do this with a text file, but am not entirely sure if it is the same routine.
Does the Flash have to be on the same page as the php, or just link to remote files?
Also, what are the security issues with passing from Flash to php? Say for instance passwords. From php i can do a MD5 hash before it leaves the system to a server... well what about between the Flash and the php. Everyone says do it in the php, but if it is insecure I wanna know, so I can do it in the Flash.
And finally, can the flash be used to edit the php vars? Say, a Flash form, username and password, to the php, php does the querrying, and says yes or no, flash then gives t3h finger. I am pretty sure it can be, as I have seen it before, however every search I have done for something of this nature seems to be chating about ASP, which I have never touched in my life. And don't plan touching it at all.
Well I did, I have done around 6 or 7 searches along the lines of passing variables, sql and flash, sql flash and php, and when I submit the search, the only result I get is a damm server error about memory issues.The question is this. Does anyone have a very, very simple php vars passed to flash to display file that I may view? I know how to do this with a text file, but am not entirely sure if it is the same routine.Does the Flash have to be on the same page as the php, or just link to remote files? Also, what are the security issues with passing from Flash to php? Say for instance passwords.
From php i can do a MD5 hash before it leaves the system to a server... well what about between the Flash and the php. Everyone says do it in the php, but if it is insecure I wanna know, so I can do it in the Flash.And finally, can the flash be used to edit the php vars? Say, a Flash form, username and password, to the php, php does the querrying, and says yes or no, flash then gives t3h finger. I am pretty sure it can be, as I have seen it before, however every search I have done for something of this nature seems to be chating about ASP, which I have never touched in my life. And don't plan touching it at all.
I'm having trouble playing an swf file in my website and i cant work out whats wrong. I'm using Dreamweaver CS4 along with Flash CS4 after i've added the swf (in the root folder i have the .fla file, the .swf file and the flvplayback skin) but i keep getting the'SecurityError: Error #2148' error message. Im confused because when i test the published html file from flash, it works great, same when i double click the .swf, works great but testing the page from Dreamweaver i get the error message. What does this mean and how can i solve this?
Well I just have to pass variables from flash to php then back from php to flash I've used the following sintax thousands times but now it has decided not to work any longer.
I'm trying to port an existing web app (ActionScript 3 only project) to AIR, to run as a standalone application. One of its features is opening urls in a browser window. But calling navigateToURL(new URLRequest(url)) throws this SecurityError:
Adobe's reference on Security Sandboxes states that any AIR application running with Security.sandboxType==Security.APPLICATION (which my application uses) should be able to connect to any domain, but apparently that doesn't count for me.
Iam try to load swf files from another directory. it is creating security error how can i solve this problam
SecurityError: Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. app:/Main_Air.swf was attempting to load file:///E:/Main/images/background.swf. at flash.display::Loader/_load()[code]......
Trying to make an image appear by loading a .jpg from my project's folder on my computer.
This happens: SecurityError: Error #2000: No active security context.
Other topics for this error involve timers, wrappers and bugs. What I am wishing to do here seems so basic it couldn't possibly require such complication. By default my local playback security is checked to "Access local files only".
I spent 3 weeks reading about ActionScript so I can make a game and I can't even load an image from an assets folder onto the stage. All I can do is trace a note to myself in the output window. I may not have even structured this code effectively. A lot of examples have features I would rather avoid until I have this basic task accomplished.
I was just wondering if there was any code that makes flash player play the timeline in reverse. For example, if you made a movieclip in frame 1 to go to another place on frame 10 using motion tween, could you possibly make a button and code it so that it plays backwards to a 'stop' point or the start?
I'm building a page flip catalogue that calls in individual swf's... everything working perfectly except for one thing... I'm trying to call in a net stream to a video object and I'm getting the following error.
SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: [URL]cannot access null. No policy files granted access. at flash.display::BitmapData/draw()
[code]....
There is a crossdomain xml file on the server so I'm not sure what else to try, Have tried all the normal checkPolicyfiles = true; etc but still no joy.
Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.Attempting to launch and connect to Player using URL D:iagora ovoguestgbook_v5.swf[SWF] D:iagora
I've created a small application that is loaded by a preloader. The preloader loads the app then loads some json data it passes the data to the application and then puts the application on stage. Everything works fine in FDT 4 but once I put it on a server it gives me this error - SecurityError: Error #2028: Local-with-filesystem SWF file. Does anyone know why its happening and what setting I need to change to stop it? I have set the load arrguments -use-network=true and false to no availe. The json data is coming from an external web address when I change and put it locally with the application I get SecurityError 2148.