ActionScript 3.0 :: Send The Last Blog/twitter Post To A Flash Site?
Aug 1, 2010It is possible to send the last blog/twitter post to a flash site? Via xml or something else?
View 1 RepliesIt is possible to send the last blog/twitter post to a flash site? Via xml or something else?
View 1 RepliesI just posted about an hour ago and I realized that there's a better way to explain what i'm trying to do. Basically, i'm wondering if there's a way to create a blog in a flash site.
View 13 RepliesI'm looking to build a Flash site and would like to have a page for a blog so as to upload information, videos and maybe user comments (undecided of yet).
How would I go about this? Should it be done in Flash or would it be better to embed HTML into the Flash?
I have a website with a header and navigation buttons at the top and i want to publish my wordpress on the same page so it looks like its part of the site.
View 6 Repliesis is possible to publish a blog from wordpress in flash, showing the latest posts?
View 5 RepliesAm I using TwitterScript to retrieve Twitter data for inside a Flash site. Due to Twitter's crossdomain policy, I need to setup a php proxy...Firstly I made a simple one
<?php
$url = $_GET['url'];
readfile($url);
?>
but I then get this error
URL file-access is disabled in the server configuration
which is only resolved by getting my host to turn fopen() on, which I don't want to do.
Then I found this
<?php
function get_content($url)
{
$ch = curl_init();
[code].....
How do I get the XML data out of that string?
I have a flashgame, somewhat like moonlander, and at the end of the game I want players to be able to submit their score to twitter.I tried searching the internet and got a code, but it's not completely working as it should.See when you push the button with this code:
ActionScript Code:
on (release) {
gametime = _root.utime;[code]....
All it does is create a new tweet that says"played and scored #".I tried mutiple things to get it to display what it's supposed to show, but if I replace anything between +'s with something else the buttons stops working. what I should put there to get the score calculated, and have the game title etc. displayed in the tweet?(I don't seem to able to post links yet so all the extra .'s are there for a reason)
Im building a reservation form, using actionscript and php. I use sendAndLoad to send variables to php via POST, which returns a different HTTP POST response in case of sucess or not.
Is there anyway to "read" HTTP POST responses with actionscript?
I am trying to make a blog roll program that will put the titles of a client's blog on their homepage. i ran through a tutorial that got most of it working, but when i went to move from the tutorial to the client's program, i started running into some errors. since i have no idea what they mean, i can't even begin to figure out what is causing them.
[Code]...
I just want to know how to add a twitter login in a flex 4 appliation. Bascially on click of a button it should ask for login, and twitter post button which will post the tweets.
View 1 RepliesRecently I came across a long and details blog post or tutorial about creating a music player for air on android, but the audio management was with a native extension.I didn't bookmark it, I have searched quite a bit and I just cant find it again!!!It was only 2 or 3 weeks ago.
View 1 RepliesExample of code which would be used to send a bunch of variables to a PHP script via flashThis would require the PHP script to load when the data is sent.I want to use this for a Flash event calender which triggers more information about the event to appear in a HTML area of the page when an event is clicked on. The PHP file would be the same file that the SWF is embeded in so the FLASH file would reload the page with the variable sent to the PHP. The PHP would use this variable to select the right content from a MySQL database.
View 13 RepliesI'm about to go on a 1000 mile charity cycle ride. I would like to be able to upload my position to the website at the end of each day - and have the site show precisely where I am on a map of the whole route - a sort of rolling image, if you like. I'd also like to be able to upload blog material at the same time. I have ActionScript 3 available.
View 5 RepliesI have developed a facebook application in which I am sending data from Flash to Php.Its actually a game based on Flash 8 and at the end I send data by using
loadVarsNum()
using POST method to flash but the problem is this data can be easily tampered so I want know that how can I secure my data from theft or any hack
i created xml in flex after that creation i post to php via http service but when i add like xml in http service flex throws error msg like Error #1096: XML parser failure: Unterminated element." What did i worng ? How to send xml data flex to php ?
<mx:HTTPService id="createxml" method="POST" url="http://####/admin/?do=storebettingdetails" useProxy="false"></mx:HTTPService>var xm:XML = new XML("**********"); ------ adding child node -- Thend attached xml to service like createxml.request=xm;
createxml.send();
Someone have already done this? I have a solution in mind, but I don't tried yet. Before trying i'm wanna know if it's possible.
My solution is just posting a wall into an html page and getting the source of page in Flash and parsing it.
is it possible for flash widge on site a.com to send POST request to b.com ?If so, couldn't this be quite dangerous ? A user would be performing POST to an unknown host
View 1 RepliesHow can i make form in flash to send info to php by post or get ?[code]...
View 7 RepliesI have developed a twitter API in Flash Professional CS4. It works fine when it plays in the flash player locally. But when I publish the file and play it in a browser it asks for settings to be modified. Since those were the local settings I have modified them and played the file in browser and it worked fine. when I upload the file to server and embed the swf into a html file and try to play it from the server nothing happens. The API doesn't load the feeds from twitter site. The display is always blank.Possible solutions I have tried.....
added security code in flash
1st method:flash.system.Security.allowDomain("*");
flash.system.Security.loadPolicyFile("");
2nd method:added the crossdomain.xml policy file from twitter website.
3rd method:followed any of the above methods along with changing the "Access network only" in publish settings.
I am trying to get my flash application to send a request back to the webserver so that it can get some information. So far after reading on stackoverflow for a while and on the net I have some code written, but its not quite working right. I need just a little help tying it all together.
[Code]....
I am trying to send some variables from my actionscript 3.0 to PHP file.. but if i am using POST method I am getting an error instead if I use GET method it is working fine but then there comes the security issue. All my variables are displayed in URL which I dont want to happen. This is my code:
[Code]...
I have a form in html that I need to send out from flash (in the backend).
How would I do this? The form is a POST form and has an "action" value that I need to send. I know how to pass variables with URLLoaderDataFormat and PHP but I don't understand how to pass that "action" value out from flash.
Basically I need to know if there a way to replicate sending a html form in flash with an action value.
How can post html url, without going to the site? so far I have tested loadVariablesNum,getURL, myvars and SenAndLoad. getURL works fine, but I don't want that flash goes to that URL Basically URL itself sends data to database. Sending works fine with getURL
[Code]...
What I need to do is have a button download a installer using Post with added values to download.What I have to mix is this:Peices needed frokm HTML form:
PHP Code:
<form action="http://website.com/dl.asp" method="POST">
<input type="hidden" name="name" value="CJE">
[code].....
I want to create a movie clip where the user can adjust it selecting various colors shapes characters etc etc...and add someones email address to sent! From that movie clip...a snapshot is taken and sent over to php (in binary code or not) and from there php will send it to that someone the user chose before in Flash... Is it just me or am i thinking the wrong way!?
View 4 RepliesI am having a little trouble sending an xml string to an HTTPService an Actionscript3 (see code below). Basically, I am trying to send a georss xml string for conversion into another format. I am getting an ioError and suspect the xml is causing havoc with the services parser. I know this approach is probably not the best, but this is where I am at.
[Code]...
I'm trying to send some data to PHP using HTTPService POST but for some reason it's not working. The same example works with GET but not with POST:
private function start():void{
var param:Object = {};
param.date = "2010-10-10";
[code]....
But when I change the method in HTTPService to GET and in PHP I get the result as expected - PHP sends back the date:
2010-10-10
question says all really =use POST to send data to a php script?
View 2 RepliesIs this the best way to send post data to a server?
[URL]
if not what is a better way? I don't want to open any web page windows (New Tabs).
I have a very simple form to send user data to a php file
when i run my form from FLASH PROFESSIONAL it send without problem
but when i run SWF or html with SWF no matter on lacal disc or website it doesn't work[code]...