ActionScript 3.0 :: On Entering First Frame, Get Shared Object Values, Enter Into Variables

Apr 7, 2011

I am trying to create an AS3 Fla to score a quiz's results. The quiz is a separate swf that stores its results to a shared object ("G1"), and both the quiz swf and this new scoring swf would reside on the same website.
 
I've tried scripting the AS3 in the new scoring Fla but I keep getting error messages.
 
So far, here's what I have that doesn't work.

[Code]....
 
The goal is to open the scoring swf, populate some variables with the values from the SO, then (not yet tried in the script) apply some if/else conditions to show specific results based on scores.

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Enable The Timeline To Automatically Enter A Frame Label On Entering A Certain Frame

Jun 11, 2006

is there an action script code that enables the timeline to automatically enter a frame label on entering a certain frame.

View 1 Replies

Flex :: Set Values In Cookie And Get Values From Cookie Not Using With Shared Object?

May 18, 2010

I need to save email-id in my login form through the cookies. if I use shared object I am able to save but my requirement is need to save in cookies. How can I save? I got sample code from net. Attaching that code `package com {

import flash.external.ExternalInterface;

/**
* The Cookie class provides a simple way to create or access
* cookies in the embedding HTML document of the application.

[Code].....

View 1 Replies

Flex :: Get Property Values From Shared Object In Client's Load Event?

Mar 5, 2010

I am using shared object to share data between two users. First user connect to shared object and set some value in shared object. Please consider that second user has not connected with the shared object yet.Now when second user connects to the server and try to get that property set by first user, he could get shared object but could not get properties of Shared object set by first user. I observed few times that Second user can get these properties within "Sync" event between two users. But I would like to get these values for Second user in any stage (i.e. in load event etc.). Whenever Second user tries to get the property of Shared object, the object will reset the actual property value and then return reset value.

1) Is there any way to get all the properties of shared object before sync event called, as I want to get it immediately when second user connect to the application and perform next task based on the values stored in shared object.

2) Is it possible for second user to check whether any property has been set by first user? So that second user can use the property instead of reset it.

View 1 Replies

ActionScript 3.0 :: Multiple Frame Labels - Shared Object Not Working

Sep 13, 2009

I'm working on AS3 on main timeline. I have 20 frame labels parte1 to parte20. On parte1 I have a preloader and SharedOject code. The preloader works fine. On parte8 I have a movie clip (whole_master), which contains three frame levels (g_level_1, g_level_22, and g_level_33). Each frame contains a level of a game. My sharedObject doesn't work.

Code:
//Saving data
var so=SharedObject.getLocal("learningGames", "/");
so.data.whole_master=whole_master;so.data.g_level_1=whole_master.g_level_1; so.data.g_level_22 =whole_master.g_level_22;so.data.g_level_33 =whole_master.g_level_33;
//testing if shared object exists
[Code] .....

View 2 Replies

Flash :: Reading X & Y Co-ordinates Of Tweened Object On Enter Frame?

Apr 15, 2011

explain why the lines drawn between the circles in the code below are not aligned with the centre of the circles? It seems the x and y properties of the circles are not up to date with their actual positions but how can this be?

import flash.display.Sprite
import fl.transitions.*;
import fl.transitions.easing.*;
var mcs=[];

[Code]...

View 1 Replies

ActionScript 3.0 :: Rewind To First Frame On Entering Certain Frame / Stopping In Frame?

Mar 4, 2009

What command do I enter for the movie to rewind to first frame on entering a certain frame / stopping in a frame?It's my first time using Flash, and I'm working on a double menu (second menu has a "close" button, where I want to get back to the first menu).

View 5 Replies

ActionScript 3.0 :: Listeners - Entering A Frame And Leaving A Frame To Call A Function?

Dec 14, 2010

OK, I am trying to get the following functions to load and unload the video to my main timeline when I go in and out of a frame. I tried on Enter_FRAME but it is now working properly and load many instances.
 
What are the listeners I need to do to call the functions of oCoach when enetering a frame and fclickCV when leaving a frame?
 
[code]...

View 3 Replies

ActionScript 3.0 :: AIR Shared Object Shared Between Flash & AIR?

Mar 13, 2009

I created a very simple experiment to attempt to access the same shared object in Flash Player and AIR.

A Flash SWF creates a local shared object.

A AIR application (being tested from CS3 or installed) opens the same shared object.

The data does not persist. Is this theoretically possible?

View 1 Replies

Navigate To Url When Entering A Frame (no Buttons)

Jan 24, 2010

I have a flash movie with a kind of intro to enter the website. I need a script to navigate to a new url when the animation reach the frame 500. I don't have any buttons. I am saying that cause I already know how to make it work with a button but not with a frame number. What do I need to change in the script? Here's a button script I have;

btn_1.addEventListener(MouseEvent.CLICK,a);
function a(e:Event){
var request:URLRequest = new URLRequest("http://www.website.com");
navigateToURL(request, "_self");
}

So what should I change to make it work when it entered the frame 500 instead of when a button is clicked?

View 1 Replies

ActionScript 3.0 :: Navigate To Url When Entering A Frame (no Buttons)?

Jan 24, 2010

I have a flash movie with a kind of intro to enter the website. I need a script to navigate to a new url when the animation reach the frame 500. I don't have any buttons. I am saying that cause I already know how to make it work with a button but not with a frame number. What do I need to change in the script ?Here's a button script I have;

btn_1.addEventListener(MouseEvent.CLICK,a);
function a(e:Event){
var request:URLRequest = new URLRequest("http://www.website.com");
navigateToURL(request, "_self");
}

So what should I change to make it work when it entered the frame 500 instead of when a button is clicked?

View 2 Replies

ActionScript 3.0 :: Clear Stage When Entering A New Frame?

Oct 9, 2009

I am making my first website in flash based on frames. When you go to an other frame the Stage fades out. When you enter the frame you see nothing at all. So how can I clear the stage when entering the frame or even better it fades into the frame with clearing the objects & code of the previous frame.[code]...

View 1 Replies

ActionScript 2.0 :: Hide The Cursor Upon Entering A Frame?

Jan 31, 2003

is it possible to hide the cursor upon entering a frame. i know you can hide the cursor when you use a custom cursor hideCursor=true but what about like .... if you have a button and on the over state you have a movie, upon entering the movie the cursor hides?

View 2 Replies

ActionScript 2.0 :: Can't Get Functions To Work After Re-entering First Frame?

Jun 11, 2008

I don't know what's going on here. I have some onRelease functions on movieclips that work fine. However one of them takes the user to a contact form in another frame but after selecting another button to go back to the first frame of the movieclip none of the functions work again.Here's a link to my swf so you can see what I mean:

http:[url].....It's kind of glitchy because it's on deviantart and I took out a lot of stuff so the .swf would be smaller.And here is the action script I'm using:

Code:
stop();
Stage.scaleMode="noScale";
Stage.align="TL";[code].....

I'm thinking because the actionscript is located in the _root of the whole .fla and all the action is happening in the img movieclip that something is off.

View 2 Replies

ActionScript 3.0 :: Clear The Stage When Entering A New Frame?

Oct 9, 2009

I am making my first website in flash based on frames. When you go to an other frame the Stage fades out. When you enter the frame you see nothing at all. So how can I clear the stage when entering the frame or even better it fades into the frame with clearing the objects & code of the previous frame.

Code:
/*buttons naar frames*/
homehome.mouseChildren = false;

[code].....

View 1 Replies

ActionScript 3.0 :: Navigate To Url When Entering A Frame (no Buttons)

Jan 24, 2010

I have a flash movie with a kind of intro to enter the website. I need a script to navigate to a new url when the animation reach the frame 500. I don't have any buttons. I am saying that cause I already know how to make it work with a button but not with a frame number. What do I need to change in the script? Here's a button script I have;

[Code]....

View 4 Replies

ActionScript 3.0 :: Clear Drag Objects When Entering A New Frame?

Nov 29, 2009

I need to clear drag objects from the stage when entering new frames. Here is the code I have for my drag and drop:

var startX:Number;
var startY:Number;
var counter:Number = 0;

[code]....

View 2 Replies

As3 :: Professional - Stop A FLV Video On Entering The Next Frame (cs5 - AIR2.5)

Jan 5, 2011

I have a magazine of 40 frame. each frame is a different page. in one page (frame) i have imported an flv video from a url. but when i publish it and go to the next frame the video keeps playing, even if im not seeing it.

View 7 Replies

ActionScript 2.0 :: Access First Element Of Array First Entering Frame

Oct 5, 2009

How would I access the first element of this array first entering the frame. I want to get buttons[0], or brandingbtn, to be activated as of right now its not working.[code]

View 1 Replies

ActionScript 2.0 :: On Rollout - Keep Playing Until Entering Wanted Frame?

Aug 23, 2010

On rollout I need the already ongoing movieclip to keep playing until hitting the wanted frame. Upon which the timeline will continue from another specific frame. And this, to prevent my animation from glitching between start, hold and finish while quickly hoovering the mouse over the whole thing.

[Code]...

View 3 Replies

ActionScript 3.0 :: Video Keeps Creating Another Instance Of Itself On Entering Frame

Sep 6, 2008

I have been looking around but couldn't find a good tutorial or solution to my problem. I have a slideshow type application (for my portfolio website). I have 4 "slides". I wanted to use video, I added it on slide #3, and it plays fine, control buttons seem to be connected, but when I click to go to the next slide, without pausing the video, it still keeps playing..., even though there is no instance of the flv playback on that frame. If I go back to the video slide, a new video starts on the top of the old one.... On exit from the slide I would like the video to stop. And on re-entering the frame the video would just sit there, after clicking play/pause it would resume.

View 5 Replies

ActionScript 2.0 :: When Entering A Number 1-10 In The Text Field The MC On The Stage Will Go To That Frame?

Sep 15, 2009

How would I code this so that when entering a number 1-10 in the text field the MC on the stage will go to that frame? Ie if I enter a 9 the MC playhead will gotoandstop on frame 9. I have attached a .zip file to illustrate

View 0 Replies

Flex :: Enter Default Values Into FieldContainer?

Feb 21, 2011

I am using a Field Container to enter a new Contact information, and I would like to populate some of the fields with values.

I can do this for normal fields like Phone and LastName, but ti does not work for lookup fields like ReportsTo and Account.

This is th code I am using:-

var acc:DynamicEntity = new itemClass("Contact");
acc.Phone="8888";
acc.LastName="Nieddu Srl"
acc.ReportsTo ="0012000000RsJYb"
acc.Account="test"
_createFieldContainer.render(acc)

Is there any way to populate a lookup field with a default value when the field container is called?

View 1 Replies

Actionscript 3.0 :: Animate An Object Entering The Stage When A Button Is Clicked?

Jan 11, 2009

i want to animate an object entering the stage when a button is clicked but when another button is clicked i want the object to exit with an animation..I can do it in the timeline but idont know how it is done with code....

View 7 Replies

Actionscript 3 :: ENTER FRAME Event Still Firing When Frame Changed

Oct 26, 2010

Why won't this ENTER_FRAME event stop firing when I call view_stats_exit before going to view_start? public function view_start [code]

View 1 Replies

Actionscript 3 :: Flash - MC Enter Frame And Advance To Next Frame Of Root

Dec 14, 2011

I have a series of MCs in my root timeline. On each frame in the root, I am simply running 'stop();' to allow the MC within the frame to play through all the way. Once the timeline within the MC reaches the last frame, I have the following AS to go back to the root and play the next frame (each frame is labelled):

[Code]....

View 1 Replies

ActionScript 3.0 :: Instance Names - Get The Values That The User Will Enter Into Matrix By A Loop

Aug 23, 2010

i have a simple matrix form that consist of 3*3 textfields. my problem is how to get the values that the user will enter into it by a loop, i mean not using a long way such:

[Code]...

View 7 Replies

ActionScript 3.0 :: Save Visual Object Data In Shared Object?

Jan 22, 2011

I'm using a loader for people to use to upload their own images for a background, and I want it to remember the image the next time they come to the page, so is there any way to save the loader data in a shared object? I haven't tried just using something like

Code:
sharedObject.data.dataName=loader

because I assume it doesn't work that way.

View 9 Replies

ActionScript 3.0 :: How To Use Shared Variables

Dec 13, 2011

Anyone know how to use shared variables?would have to make a simple script, I have two swf on different computers and want to put a button on one, when I click, appears in the other a 1 and when I click again, a zero appears.

View 1 Replies

ActionScript 3.0 :: Making Panels/windows So The User Can Enter Numerical Values Then Submit Them Via A Button?

Apr 25, 2011

I'm currently underway in designing the UI for my game's level editor, I'm not using Flash's build in UI components instead I'm doing it from scratch using OOP.I want to have buttons, drop down menus, panels/windows that contain text fields and buttons.

At the moment I have the buttons down whenever one is created it is added to a static class's static array, and given a unique id number dependent on how many buttons have been created and added to the array so far.I figured this would be good as whenever a button is created I could apply an Event Listener looking for a MouseEvent.CLICK. Then just using the event.currentTarget.getID(), to find out what button has been pressed.

I'm about to start making panels/windows so the user can enter numerical values then submit them via a button, which will also close the window. I was thinking about doing more of the same and having static classes for each input type which lists all instances of that type of object.

View 7 Replies







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