Adobe Air App That Pulls In Login Details?

Jun 27, 2009

Is it possible to create an adobe AIR app that pull in login passports from forums (PHPBB or MYBB or even SMF)? I am the owner of the forums of course so I have access to PHPMYADDMIN and such. I am trying to mimic BoxeeTV for my own network.

View 2 Replies


Similar Posts:


Actionscript 3 :: The Details Of Adobe AIR File Permissions - Append To A File On The System?

Apr 15, 2012

I need to know what the details are of the file permissions of an adobe AIR app. Specifically, to where can may it write text files? Anywhere on the local system? I heard Adobe has a set of "Sandbox Permissions" but these just confuse me as I don't know where they apply. Additionally I wish to know if you need some kind of special permission to append to a file somewhere on the system.

View 1 Replies

Ruby On Rails :: Flex - Login Using Rails Devise And Adobe AMF3?

Sep 20, 2010

I am trying to login in to my Rails app through an adobe flex application that uses Devise but cannot figure out how to map the AMF request to Devise::SessionsController#New. I tried the following

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="700" minHeight="600">

[code].....

View 2 Replies

Flash Login Page For Multiple Separate Login Accounts

Aug 17, 2009

I have a need to build a flash login page. No big deal, but I need to have six seperate login accounts. For example:
Username: user1 Password: pass = link to [URL]
Username: user2 Password: pass = link to [URL]
Username: user3 Password: pass = link to [URL]
and so on for up to six users.

Again the usernames and passwords would not change, but need to redirect the particular user to a certain page.
stop();
var user_input = "";
var pass_input = "";
login_button.onRelease = function(){
if(user_input == "user1"
&& pass_input == "pass"){
getURL([URL], "GET");
}else{
gotoAndStop (3);
}}

View 7 Replies

ActionScript 2.0 :: Make A Login Form For People To Use To Login To A Certain Area?

Nov 10, 2004

how could i make a login form for people to use to login to a certain area?? like for instance on this website [url]..... at the bottom he has a client login form....how could i do that?

View 4 Replies

Flash :: Adobe Facebook API Facebook.login VS Facebook.ui Popups?

Oct 24, 2010

I'm currently building an application using the Adobe Facebook API and I've run into an issue where for the login method the Facebook login popup displays but when doing a Facebook share/post the popup is blocked.

This code works fine and displays me a Facebook login popup without question (Firefox):

var permissions:Array = ['publish_stream'];

Facebook.login( onFacebookLogin, { perms:permissions.join(',') } );

However, the following code running in the same application throws up a popup blocker (again Firefox):

Facebook.ui( "stream.publish", "popup", params );

Does anyone know of a work around this issue to make the share popup come up just like the login popup?

View 2 Replies

Professional :: Flv Player That Pulls Flv From An External?

Mar 15, 2009

I'm looking for an flv player that pulls flv from an external source, the player needs to have simple pause play controls and either show frame 1 of the video or have the ability to display a static image (clip of the video). looked all over flashkit and cant find what i want!

View 2 Replies

ActionScript 3.0 :: Animation Reaches End And Pulls Scrollbars To The Top?

Jul 29, 2011

I am working on a site that shows a .swf logo inside of other .swf files (it's a as3 xml template from activeden) and it works with several other swf logos and it doesn't do it, however with my logo it takes focus away from the scroll bars for the content whenever my logo reaches the end of the animation to loop.I have been trying for over 2 weeks to fix this and I'm finally breaking down and starting to get discouraged.

View 0 Replies

ActionScript 2.0 :: Pulls A Session Id From A Server Via SendAndLoad?

Jul 13, 2006

I hope someone has an answer for this and that it hasn't been asked before. I have been trying to figure out how to solve this most of the day. Anyway, I have some code that pulls a session id from a server via sendAndLoad, then does a getURL to launch a browser window with a webserver location and some php variables after it, like this:

[Code]...

View 3 Replies

ActionScript 1/2 :: Loading A Text Dynamically From Flash Which Pulls?

Mar 14, 2009

I am loading a text dynamically from flash which pulls the text up from either HTML or txt file and is lacking showing some special characters, more specifically it doesn't show the apostrophe ( ' ) what I am in need for now.

View 1 Replies

ActionScript 1/2 :: Develop An Application Where The Swf Pulls XML Data From My Database?

Oct 29, 2009

I use Flash CS4 (AS2) to develop an application where the swf pulls XML data from my database. I basically used the same script (AS & PHP) in a file which was done in Flash 8(AS2) which is NOT WORKING!.

View 1 Replies

ActionScript 3.0 :: Flash Slideshow That Pulls Images From Folder Without XML?

Jul 14, 2009

I have experience with flash slideshows, but I'm trying to find out if there is one that will read images from a folder. Basically I'm using a cms with a gallery plugin. I would like to be able to view images managed with the plugin in the flash slideshow.

View 3 Replies

ActionScript 3.0 :: Loader Class Pulls In External Information?

Apr 30, 2010

I have a question about the loader class.I was reading some of the documentation on the follow web page:http:[url]....And I didn't get very far before I had my first question about how the loader class pulls in external information:

Quote:The loaded display object is added as a child of the Loader object.

Question one: By "display object" they are referring to your external content (.swf / .jpg / .mp3) correct?

Question two: "is added as a child of the Loader object" Dose this mean that you could define one instance of the loader class, and then have several URLRequests that plug into that one loader class.So in other words can you have multiple forms of content from different directory's being loaded through ONE loader class instance?I'm a visual person so I mapped my current understanding of this process in the follow Img.

View 2 Replies

Data Integration :: Create A Slideshow That Pulls Information From A Database?

Apr 22, 2011

I want to create a slideshow banner that will showcase our products. The slideshow will contain the image of the product, the name, the price, the item code and the link when someone clicks on it. Each week we update the best sellers and it can be from 5 to 15 different products. Similar to what we have now in our website www.deiequipment.com which now is static, we want to animate it and rotate the products like a slideshow.The problem we are encountering is that we have to manually update the slideshow content.
 
We would like to know if there is a way through scripting or catalyst to connect to a database and simply update all these fields automatically. So for example if the database has 5 items, automatically will pre-fill each field listed above and the slideshow will have 5 products.
 
If we update the database now with 10 products, to update automatically. That way we can create 1 slide show, the time it takes to rotate to the next product, and add simple button controls to the slide show for next and back that will simply go through the loaded items.I tried to do a research on how to do it online but some takes me to scripting, others to catalyst dabases, but none are specific to what I need.As a note, the image will just be an image holder that will be updated with the image field in the database that points to the URL location of the image.

View 10 Replies

ActionScript 2.0 :: Downloaded Flash Application Pulls Website Image W/ It?

Nov 1, 2007

I'm developing a downloadable flash application that I want to include an image associated w/ a specific user w/ the download.Basically, I want the user's website image to be pulled down or pointed to when the .swf or .exe file is downloaded to a user's computer

View 1 Replies

ActionScript 3.0 :: Create A News Rotator That Pulls Info And Images From A XML File

Nov 10, 2009

I am trying to create a news rotator that pulls info and images from an XML file.I made something similar a while back which pulled just the headlines which worked great and I am trying to adapt this same idea to a current project. pull all the info from the XML and push them into separate arrays based on the type of information it is. ie title, description, image etc.From there I have a function which is supposed to display the all of the info and another which cycles through it based on a timer.Like I said before, this worked great with just the headlines, but when trying to add images its getting thrown off. The function which intends to parse the data and pushing it into separate arrays.

Code:
function onLoaded(evt:Event):void {
xml = new XML(evt.target.data);
var il:XMLList = xml.channel.item;

[code]....

I'm aware that it has something to do with either how the info for the images is being parsed (or not), and/or how I am going about displaying it.I was able to write a separate function which displayed one image as intended, but then wouldn't cycle through as the news changed.

View 1 Replies

ActionScript 3.0 :: Pulls An XML Feed From A Site - Display A Number In A Dynamic Text Box

May 19, 2011

I have an AS3 file that pulls an XML feed from a site. All the file does is display a number in a dynamic text box. On my desktop it works fine the feed is parsed in the output window and in the dynamic text box, joy! I upload the file to the CMS we are using and, no joy all I get is 'Loading' in the window. I get Loading because I input that in the tf so it wouldn't be blank.

So the question is, is there a fundamental flaw in my code or is it more likely to be the CMS? Im hoping it is the code, otherwise it is back to the drawing board.

[Code]....

View 2 Replies

ActionScript 3.0 :: Function That Pulls In Values To Save Writing 15 Separate Functions?

Nov 18, 2009

I have just started learning AS3 (2-3 weeks) and I have to say its very enjoyable!I am trying to make a function that pulls in values to save me writing 15 separate functions!I have a "street mc" which has 15 "house mc's" inside.When the user hovers over a house I want the resident to appear above the house.The house instance name is house1 and there is a mc in the library linked using the MrsRoy() class.This is my code so far:

Code:

var house1Res:MovieClip = new MrsRoy();
function resIconIn(e:MouseEvent):void{
var currentHouse = "street." + e.target.name;
var currentRes = e.target.name + "Res";

[code]....

I get the error:

TypeError: Error #1006: value is not a function.
at Dignity_drive_fla::MainTimeline/resIconIn()

View 1 Replies

ActionScript 2.0 :: Flash Photo Gallery (XML) - Pulls Image Urls From An External XML File?

Feb 20, 2008

I've built a flash photo gallery that pulls image urls from an external XML file. The gallery has different image catagories that load their own set of images.The user decided which catatgory they'd like to view by clicking an HTML button in the flash movies parent page...using javascript, this button click sends a variable to the root level of the flash movies with the new XML location...

Trouble is, onces the initial XML file is loaded, the movie has no need to refresh (and read the newly sent variable) ...*Unfortunately the catagory buttons MUST be outside the movie on the page...

View 4 Replies

ActionScript 2.0 :: Make A Horizontal Scroller, That Pulls Images From An XML Document, And Scrolls Them Infinitely?

May 9, 2008

Im trying to make a horizontal scroller, that pulls images from an XML document, and scrolls them infinitely.I have 2 problems with this and I have been looking everywhere for a tutorial, or example that shows how to do this and I always find something that is close to what I want but not quite.Here is what I have so far:

Code:
var mcLoader:MovieClipLoader = new MovieClipLoader();
var mcListener:Object = new Object();[code]....

What I'm wanting to do is instead of using 490 (underlined), I want to be able to get the width of each loaded image so that I can line up the next image right up against it regardless of its width (490 just happens to be the width of all of them right now).I'm trying to use the onLoadInit() function, but I know I'm doing something wrong. When I try and trace my mainLoader variable, it traces the right amount of times, but they are all the last object in the group.What do I need to do to be able to get the widths of each image as it loads, then use that variable to position the next image right after it?

also (a semi unrelated help request), what I'm doing right now is loading them ALL in creating one giant line of images, then loading in another giant line of images and just alternating between the 2 each time one is almost to the end of its length. Is there a better way to do this so that only the right amount will load, and scroll, at the beginning adding the one right before it enters stage, and as they move off stage they are removed, then when it's near the end it just adds the first one back to the end?

View 6 Replies

ActionScript 3.0 :: Get The Details Of FlashPlayer?

Jun 13, 2009

I am new to Flash & AS3.0 platform. I am using Flash CS3 with ActionScript 3.0.How can I get the details (like version, etc.,)of Flash Player being used by the application using ActionScript 3.0?and, What are the classes(with full package names) that contain the properties and methods of the details of Flash Player?

View 3 Replies

ActionScript 3.0 :: Getting Client Details?

Jul 22, 2009

Is there a way to get client hardware details like Processor Speed & amount of RAM using action script (Based on Flex AIR application). Are there any new classes included in Flex SDK 4.0 for this purpose ?

View 2 Replies

ActionScript 3.0 :: Get Details Of FlashPlayer Using It?

Jun 13, 2009

I am new to Flash & AS3.0 platform. I am using Flash CS3 with ActionScript 3.0.

How can I get the details (like version, etc.,)of Flash Player being used by the application using ActionScript 3.0?

and, What are the classes(with full package names) that contain the properties and methods of the details of Flash Player?

View 2 Replies

Flex - Details On The MXML Tag <mx:SetEventHandler?

Dec 29, 2009

Can anyone give me some details on the proper use of the tag <mx:SetEventHandler /> used when switching states? The Flex documentation is not very elaborate on this subject. Especially removing event handlers has my interest.

This question is a more specific formulation of my preceding post:[URL}..

View 1 Replies

ActionScript 3.0 :: Get Details Of Custom .NET Error

Dec 10, 2009

I use WebOrb and RemoteObjects to communicate between my Flex app and some .NET libraries.

I use this to determine what happens on result and faults:

Code:
var responder : mx.rpc.Responder = new mx.rpc.Responder( onResult, onFault );

Where onResult and onFault are

Code:
private function onResult( e : ResultEvent ) : void
{
responder.result( e );

[Code]......

where 100 is a custom error code. I would like to access this error code in my Flex application.

View 0 Replies

ActionScript 2.0 :: Loadsound Compression Details?

Apr 28, 2006

was wondering how sound files are compressed when they are retreived using the loadsound command? do they use the original file compression or does flash muck about with it? The reason i ask is that an audio file is coming out sounding very different to the original

View 1 Replies

ActionScript 2.0 :: [Flash 8] Zoom In The Map To See More Details

Apr 27, 2008

how can I creat a movie in flash 8 that zoom in something. I want to do a map and then let the user to zoom in the map to see more details

View 2 Replies

Arrays :: Flex Debug See Object Details?

Mar 21, 2011

Does anyone know how I can see my object details as in an array or some sort while debugging instead of [Object object]?

View 2 Replies

ActionScript 3.0 :: Get Monitor Details From EDID Registry?

Feb 17, 2011

I want to get monitor details from EDID registry.Is there any way in flex to read from registries?

View 1 Replies

ActionScript 2.0 :: Detecting Users Details (e.g. OS) Within Flash?

Mar 30, 2011

I was just wondering if it is possible to detect and display any or all of the following of someone visiting my site, preferably just using AS:

[Code]...

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved