Actionscript 3 :: Flash - Create User Accounts, Sign-ins And Admin Accounts?

Feb 25, 2010

How would you, in actionscript 3 make a way to create, log-in, sign-out, etc. of user accounts? I'm mostly looking for an API i can use and if there is, how would I use it?Alternatively, if there is no way to do it in AS3 as that is a longshot, how could I do it in html using dreamweaver?FYI: this is for a website.

View 1 Replies


Similar Posts:


Professional :: Allocator Race Detected, Adobe Flash Pro CS5 On Mac OS X 10.5.8 Using Network Accounts?

Nov 3, 2011

I manage a number of academic computer labs, three of which are Mac OS X 10.5.8 units with Adobe Flash CS5 installed. Users log in using AD credentials and the client computers are managed with settings in OD Workgroup Manager (MCX records). The AD plugin is set to not force local home directories and users' home directories are located on network storage. ~/Library/Caches/* has been redirected locally, but no other folders are redirected.
 
Users have been reporting an issue where Flash sometimes appears to freeze during loading. I've been told this has been happening for about two semesters, but I was not aware of the issue until today. It sounds like students have been powering off the machines and logging back in, and hoping Flash will work on that attempt. When a 'freeze' is encountered the Flash splash screen appears and the status below the "Adobe Flash Professional CS5" text states it is "Copying First Run Files..." Checking the console, I can see that Flash appears to be attempting to access files, but is encountering issues. Dozens of times, I see errors like the following:
 
11/3/11 3:17:41 PM /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5[2801] Allocator race detected: transaction is not verified for -112/2 - Library/Application Support/Adobe/Flash CS5/en_US/Configuration/ProcScripts/svg/LineBrushArt10.svg [code]....
 
Messages like these, but listing different files, have been going on since I launched Flash at 11/3/11 3:06 PM.

View 2 Replies

ActionScript 3.0 :: Signed Up For Two Unlimited Hosting Accounts?

Sep 23, 2009

wanted to know does action script work on Linux or windows what is the best platform to choose for integration. I have signed up for two unlimited hosting accounts, with [URL]..

View 2 Replies

ActionScript 3.0 :: Detect Multi-accounts On Webpage?

Dec 27, 2010

I want to do the same as chatroulete does to ban people but in my case i want to detect multi-accounts on my web page with that.

This is what i want to implement: I want to save a value on the data base (that corresponds to the user that logged in) and i want to save it too on flash cache the only problem is that i don't know how to save values in cache.

Other question is: Is that possible with javascript to receive values from Action Script, how?

View 6 Replies

Ajax :: Google Analytics With Asynchronous Calls To Two Different Accounts?

Mar 28, 2011

I have a flash site that calls a JavaScript function to track events inside of the application, the _gaq is already implemented in the section of the html and it works perfectly fine with one account:

function customTracker(clickEventName)
{
_gaq.push (["_trackPageview", clickEventName]);
}

but now my customer wants to include special events from 3rd party companies and needs these to track into a different GA account. Before I try this out on the live server I wanted to ask if this would work:

function customTracker(clickEventName)
{
_gaq.push(["_setAccount", "UA-XXXXXXXXX-X"]); // the regular account
_gaq.push (["_trackPageview", clickEventName]);

[code]...

View 1 Replies

ActionScript 2.0 :: Run A Little Slower Due To The Many Accounts And The Volume Of Server Traffic?

Oct 28, 2009

We have recently had to change servers for reasons beyond our control. The server we were on had limited accounts and what we are using now seems to run a little slower due to the many accounts and the volume of server traffic.Anyways, I have a couple Flash pages where customers can listen to audio clips. This is one of them:I have never had any issues with this before but on this new server, when you choose a song and click "listen", more often than not, a brief blip of the audio plays, stops for a few seconds and then resumes.This is the code I am using for the Listen button:

Code:
mySound = new Sound();
mySound.loadSound("SongLists/Audio/" + _parent.selectedSong + ".mp3", true);

[code].....

View 0 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

Looking For Gallery Component W/ User Sign In & User Uploads

Nov 8, 2009

Id like to find a gallery with user sign in , and user uploads but how difficult would it be to put in a gallery component ,and make a button to allow users to upload straight to a folder on the server? once th epicture is on the server the gallery will do the rest auto

View 1 Replies

Interactive Form - User Sign Up For Date?

Nov 12, 2010

Wondering if I can do a form where people would sign up for a date? I have MX 2004 Pro.

View 4 Replies

Flex :: Change ToggleButtonBar Dataprovider On User Or Admin Log In?

Jul 13, 2009

I'm trying to change Flex 3 ToggleButtonBar dataprovider on user or admin log in. I'm trying to use 2 viewstack, and I've got a component where the login form is in the component. What should I do to define the dataprovider based on user log in?

View 1 Replies

Media Server :: Admin API Fail :: NetConnection.Admin.CommandFailed

Nov 1, 2009

I want recieve infomation for recorded stream in FMS Server. so, i tried use Admin api(getRecordedStreams or getNetStreams). but, returned below code : NetConnection.Admin.CommandFailed . 

Below  my code :
 
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.*;

[code]....

View 2 Replies

XML Modifier - Create An Admin Page To Modify An XML File?

Jan 30, 2009

Is there a script to create an admin page to modify an XML file? Currently- I'm going in and having to manually change 4 ID fields everytime I want to update. I'm looking to make it more accessible for everyone to update it.

View 1 Replies

Professional :: Create A Customizable Interface For A Custom Sign Service?

Feb 5, 2010

am building a site in DW CS4. The site is for a custom nameplate service; once they choose a design and colorway, I'd like to allow customers to preview their name on the sign with, say, 6 different font options to choose from. I've never done any kind of interactive Flash--other than simple mouse actions, so I am at a total loss as to where to get started. Has anybody seen a template that might work?

View 3 Replies

Server Side :: Create A MySQL Database In Which People Can Sign Up/log In?

Dec 13, 2003

First: I want to create a sort of webshop and I want to create a MySQL database in which people can sign up/log in.How can I create this in FlashMX + PHP + MySQL.I want people to log in, sign up and the database should register what people bought the last time(s) they visited.

Now for my second question:For this shop I have a section on the homepage with news.This sections needs to display the news and have a link to the archives.Each newsitem is an images that contains the news.How can I make Flash loads in the news dynamicaly and let Flash detect if there is an archive (archive = more than 3 newsitems in folder) and if there is one, display it?

View 3 Replies

Actionscript 3 :: Object Pool - Create Ball Objects When The User Holds Down The Mouse Stops When User Lifts Up Mouse?

Dec 24, 2011

I've been reading a lot about the benefits of Object Pooling. Found some "tutorials" online, all above my skill level. Can anyone please show me an extremely simple example of an Object Pool. What my game does is creates Ball objects when the user holds down the mouse, stops when user lifts up mouse. I need to store these Ball objects in an array(or Vector), and hit test them with other objects, removing them from the stage when the hit another object. I'd like to create a pool of say 20 of so, created once, and recycle them.

[Code]...

View 1 Replies

ActionScript 3.0 :: Flash & Create User Interface For Crestron System

Aug 30, 2009

I'd like to know if someone of you guys has any experience in using Flash (and AS 3.0) to create user interface for Crestron system. I'm experiencing few problems with the management of feedback join

View 2 Replies

ActionScript 2.0 :: @ Sign In Flash Movie?

Aug 24, 2009

When I enter my e-mail address in an input text field in the flash movie, some funny character appears before @. How do I solve this? I googled a bit and found out thatActionScript Code:System.useCodePage = true; could cause this, and I was told by someone else that @ sign wasn't included in the system character set. So, which one is true and how do I avoid it?

View 0 Replies

ActionScript 2.0 :: LoadVars: Load "&" Sign Or "%" Sign

May 21, 2008

i was just wonder if there is a possible way to do this? If you can actually load these signs % or &.

View 3 Replies

Flash :: Showing A Pound Sign From XML File?

Oct 5, 2011

I've downloaded a template flash slideshow, and the client want's to display a price on the text the appears with the pictures. No problem I thought. Dollar signs work fine, but pound signs, no. Reading round on the net, this has something to do with embedded fonts ?

I emailed the developer who said I needed to add the pound sign to the text fields in the source file. Ok so I look through the source file, I can see one thing that looks like a text field. Forums say choose properties and the should be a font's dropdown.

View 2 Replies

ActionScript 2.0 :: PHPList - Get A Sign Up For To Work In Flash

Apr 4, 2008

im trying to get a sign up for to work in flash. One attrib which is email and simply sign up. Here is the code that i have at the moment

[Code]...

View 3 Replies

Create A Website That Is Basically A Flash Toolbar That Directs The User To Different HTML Pages At The Bottom?

Oct 10, 2009

I'm trying to create a website that is basically a flash toolbar that directs the user to different HTML pages at the bottom, much like this website here.
 
[URL]

Do I build the bar in Flash and then the HTML portion in dreamweaver or do I build it all in Flash?  Would an iFrame work for this sort of website? 

View 1 Replies

Flash :: Convert Text To American Sign Language?

Jun 11, 2011

I want to convert text into American sign language (ASL). I am thinking of creating a set of videos first and then map to some words.

But is it possible to generate a sign language video through direct text by using a 3D model and making it to animate?

View 3 Replies

Actionscript 2.0 :: Flash Will Not Display Pound Sign In Dynamic Text

Nov 16, 2006

Reading in text from a text file and flash seems to refuse to display the pound sign (£). Tried doing the url encode thing (%A3) but his dosent seem to work either. Can anyone shed any light on this?

View 8 Replies

Flash :: Admin Console Shows No Applications On Media Server?

Jan 12, 2010

My employer has a Flash Media Server that I wrote a little streaming video app for a couple years ago.Well, the videos have stopped working and I've been asked to troubleshoot.  I fired up the fms_adminConsole.swf and connected to my server.  Now, it's been a long time since I've messed with the server, but if I remember right, there was a big list of apps on the list on the left hand side of the "View Applications" view of the console.  When I log in, there are no applications listed.  If I hit the "New Instance" button under the empty list, I'm presented with a list of all the apps I think I should be seeing in the Applications list.  If I select any of these, a new application instance appears in the applications list, and I'm prompted to give it a name, the default being "_definst_".  If I hit enter to create this instance, it remains on the list and instance data appears on the right panel until the console refreshes, and then all that vanishes and I'm back to an empty applications list again.

Going to "Manage Servers", I do see a list of applications under the applications tab that I expect to see.  The app that streams the video that's having problems is there on the list.

Is this typical behavior for the Flash Media Server Console?  Shouldn't I have a list of apps in the "View Applications" section of the console?  I've created about a dozen to date, and they're all listed under Manage Servers > Applications, but not under "View Applications".  Can anyone point out if I'm doing something wrong here or missing something?Or can someone confirm that I SHOULD be seeing something under "View Applications" and that there is indeed something weird going on with the server.

View 2 Replies

Media Server :: Returning Values From Admin API / Connecting To FMS Without Flash?

May 26, 2010

I am trying to connect to an FMS application without flash (no SWF). To the best of my knowledge,the only way to accomplish this is thru the admin APIs, is that correct? If so, how do I return meaningful values from the admin API? I can call functions and stuff using the broadcastMsg API call but I can't seem to get back any values. All that is returned is a useless "Success" type message. I have tried using shared objects and the getSharedObjects API call, but the call doesn't return any info on the contents of the shared objects, just their names and some info on their persistance.
 
Is there another way of accomplishing my goal outside of the Admin API? If not how do I return meaningful variables from the Admin API? Is there a way to hack or extend the admin API?

View 2 Replies

Flash :: Admin Which Feeds Images Through An Application/octet-stream

Jun 21, 2011

The situation is, this resize code has always worked for me because I was using local images. I am now using a third party admin which feeds images through an application/octet-stream.

Whereas previously, I was loading the image with the Loader::load method but I am currently using the Loader::loadBytes to load the binary data because I am being fed a stream instead of an image/jpeg.

By switching to the stream, the code now fails to get past this line:

resizedImageData.copyPixels(e.currentTarget.getChildAt(0).bitmapData, cropRect, new Point(0, 0));

[Code]...

View 1 Replies

Unable To View Flash Content With Flash 10,0,22,87 As A Non Admin

Jul 2, 2009

We currently have an issue with in our Citrix farm with Windows 2003 Servers (x64, R2, SP1) Where Flash Flash 10,0,22,87 is installed and working fine when logged in as a Domain administrator but will not work as a normal (non administrative user) to confirm I've given a user who it did not work for Domain admin rights and it started working straight away. I'm using (and published within Citrix) the 32bit version on IE for compadibility reasons and have also tired this on a Window 2003 Server (x86 R2 SP1) and am getting the same results so I have to assume the issue is with Flash and not with my setup.
 
I've tried the following recommendations:Remove with Adobe Flash removal tool and Reinstalling via website with an Domain admin login using the change user /install command Remove with Adobe Flash removal tool and Reinstalling via install_flash_player_ax.exe installer with a domain admin account using the change user /install command Allowing Domain users Modify Premissions (to both the Directories and Files) to the M:WINDOWSsystem32MacromedFlashswflash.ocx & M:WINDOWSSysWOW64MacromedFlashFlash10b.ocx Following KB article [URL] and applying the premission changes recommended Following KB article [URL] and checking the registry premissions on these items I've enabled all ActiveX and Java related IE options in Group Policy to allow the to run for the Internet Zone When going to [URL] either as a Domain admin or a Regular user it confirms that "You have version 10,0,22,87 installed" Still I cant seem to get flash components of websites to load when logged in as a non Administrative User.

View 1 Replies

ActionScript 3.0 :: Create Search Field / Where End User Inputs Text Into A Field And Flash

Aug 24, 2009

I want to make a search button on my site. I have a bunch of pdf files in a specific location on my site. I want to create a search field where the end user inputs text into a field and flash locates and opens the corresponding pdf file.

View 1 Replies

Flash - Webcam Service For A Website: User To User Directly?

Mar 14, 2010

I wonder wether on a website like chatroulette for example, the streaming video is going directly from user to user or wether it is going through a server.

In other words I wonder wether it is possible to offer a webcam service on a website, so that the streaming video goes directly from user to user, without overloading the system.

View 1 Replies

ActionScript 3.0 :: Flash Sending User-generated Info To The User

Feb 22, 2011

We have a sort of game, generated with Flash in AS3, on our website where the reader is invited to eliminate the California Budget Deficit. It's connected to a database where we keep track of the responses and print them in chart form and post the results on the website so everyone can see the most popular budget items the readers want to cut.

See the interactive in question here:

[URL]

We've had many, many requests to have an option where the reader can get a copy of his/her choices that he/she can print out. I've thought about having a movieclip pop up that shows those choices (and that would be simple enough), but in addition to that, what I'd really like to do is have a way to download those choices to the reader's computer as a text file or maybe have a "Print" button on the movieclip showing the choices that would print just that movieclip. The database we have wouldn't really be suitable because it's set up to simply show which were chosen and which not, and the names of the submissions and choices are variables that don't really mean anything except to us when we put it all in an excel file.

View 1 Replies







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