ActionScript 2.0 :: Window Pops Out, Starts Over From The Beginning And Pops In?

Mar 12, 2010

I'm working on this flash site This is my first time using the loadVars command, so I'm guessing I'm doing something wrong with it.I have a movie clip that acts as a window, it has an animation of popping up, once it does it has a text box in it thats set up to display html. It then loads the html from a txt file, which works fine. The problem is, when the user clicks on another page, the window pops out, starts over from the beginning and pops in, this time loading a different txt file for the html. This also works, however, if you select the text or click on it at all and then switch the page, anywhere you click next will make all the text in the box vanish. You can click and hold onto the scroll bar and scroll down, but the second you let go it vanishes.

Here is the loading code on the frame in _root:

[code]...

I can't think of any reason why this is happening, and all of my debugging attempts have failed.

View 3 Replies


Similar Posts:


ActionScript 3.0 :: Flash Window Pops Up And Everything Goes Dark Around It

Apr 15, 2009

how some websites you click on something, a flash window (I'm assuming it's a flash window) pops up and everything goes dark around it (and you can't click anywhere) until you close the window.

View 5 Replies

ActionScript 2.0 :: Pop Up Window Also Pops Up Behind My Original Window?

Mar 22, 2004

I was following the tutorial on this site for the pop up window and was having some problems. When I click on my link to open the pop up window I also get another window that says [object].The pop up window also pops up behind my original window. I launching the pop up window from a swf loaded into another swf.

View 2 Replies

ActionScript 2.0 :: When The Link Is Clicked, It Pops Up A New Window - UNDEFINED At The End?

Jun 25, 2010

When the link is clicked, it pops up a new window with the path of the fla file in the address bar and an UNDEFINED at the end...

Code:
on (release) {
getURL(_root.clickTag, "_blank");
}

With this AS on the button the link does not pop up at all

Code:[code]...

I've used clickTag, clickTAG, ClickTag, and ClickTAG all with the same results... not that it should matter as long as the flash and html match.I've tried to add the clickTag in the html like this

HTML Code:[code].....

And none of that is working so maybe SWFobject would work?

View 1 Replies

ActionScript 3.0 :: Flash - Movie Where Click On Something And A Window Pops Up?

Nov 20, 2010

I know how to make a symbol "clickable" to where it brings you to a URL, but I need to know how to make my game (I made for a virtual world) to pop up when I click on a laptop (not in a new link).

View 2 Replies

Actionscript 3.0 :: Flash Form, Home Page Pops Up In New Window?

Apr 22, 2009

The form is done and works. I set it up to send an email when the "submit" button is pressed. The problem is that after the form is submitted the home page pops up in a new window. I need it to send the email without a new window popping up. Here is the code.

var address:String = "/gdform.php";
var url:URLRequest;
var variables:URLVariables = new URLVariables();

[Code].....

View 6 Replies

IDE :: Rollover / Rollout - When The User Move Mouse The Pops Up 'window' Disappears

Jul 20, 2009

what i am trying to achieve is have a rollover on a button that pops up a 'window' with some text on it (i have this bit worked out) then once the user has finished reading the text they rollout from the 'window' and the image behind is restored. i have attached the .fla so you can see what i mean.

what is going wrong is that the active part of the rollover on the button is only very small and as the 'window' expands and then reveals the text, the active part of the button remains small. so when the user moves his or her mouse the 'window' disappears. i'd like it to stay open until they rollout from the entire text window.

View 3 Replies

Professional :: Creating Dynamic Lead - Move Mouse Over The Squares And It Pops Up A Little Window

Jul 31, 2010

I strolled across something neat on a radio website [URL] and I really like how they do the flash on the top left. Below is the link to the actual SWF for bigger so that you can see what the SWF looks like. on the link above, you can move your mouse over the squares and it pops up a little window. You can even click on that. Here is the link to the SWF. [URL]

[Code]...

View 9 Replies

Professional :: Menu Pops Onto The Screen?

Mar 31, 2010

I dont have flash experience but would like to create a navigation bar like the one on this website http:[url]... I like the way the menu pops onto the screen but dont know what that effect is called so am having trouble finding a tutorial.

View 2 Replies

Actionscript 3.0 :: White Box Pops Up Before Loading?

Jan 26, 2011

I designed a site in AS3 and real quick in less then a second the 800x800 size of the flash template pops up in white then the preloader shows up to load the site.

View 3 Replies

ActionScript 2.0 :: Automating Pops Up A Box Display

Feb 12, 2007

I have a button that pops up a box display But I have so many its driving me nuts. Someway to auto array this somehow would be nice... reading but just need a pointer somewhere

[Code]...

View 1 Replies

ActionScript 2.0 :: Make A Menu That Pops Up On(rollOver)

May 5, 2005

Im trying to make a menu that pops up on(rollOver) but when I add script to the buttons they don't work.

View 7 Replies

ActionScript 3.0 :: Make A Loading Screen Where Every 5% Loaded Something Pops Up?

Jun 5, 2010

I want to make a preloader, and I know how to make basic ones (where a rectangle gets bigger as the amount of loaded content increases), but I would like a little more complicated one, like this: I have 20 letters in my website title, and when you go to my website you don't see anything, but as it loads, for every 5% loaded, a letter will blur in.

View 6 Replies

ActionScript 3.0 :: Error 1009 Pops Up On Frame 15 Of First Scene

Nov 19, 2011

Every time I get to frame 15 of my first scene, Error 1009 pops up in the output panel.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at shooter_fla::MainTimeline/frame15()

Here is my code for that scene:
import flash.events.MouseEvent;
stop();
combat.addEventListener(MouseEvent.CLICK, real);
function real(e:MouseEvent):void{ gotoAndStop(1, "Combat")}training.addEventListener(MouseEvent.CLICK, GoT);
function GoT(e:MouseEvent):void{ gotoAndStop(1, "Training")}

Clicking to go to the Combat scene works fine, but going to Training doesn't work.

View 3 Replies

Flex :: Error Premature End Of File Pops Up When Accessing A URL?

Apr 5, 2010

I am using Coldfsuion 8.0.1 and Solaris 10 and when i try to run this URL,I am receiving an error message "Premature end of file".And when i hit the same URL from browser it shows:

<amfx ver="3">

<body targetURI="/onStatus" responseURI="">

[code].....

View 1 Replies

ActionScript 3.0 :: Preloader Pops TypeError: Error #1009?

May 2, 2011

I've made preloaders in the past, but now I'm getting this error, and I don't know what is exactly the problem. TypeError: Error #1009: Cannot access a property or method of a null object reference at com.mugui::Footer().If I erase all references of the footer from my Main Class the flash works normal. So the problem comes from my footer, but why?.My main class:

Code:
public class MuguiMain extends MovieClip
{
private var contentHolder:Sprite = new Sprite;[code]..........

View 3 Replies

Actionscript 3.0 :: Fading Volume Creates Clicks And Pops?

Jun 22, 2010

when using a timer to fade volume, I get clicks and pops in the sound.The fade goes from 1 to 0 in 30 ms. Is there any way around this? Could it have something to do with the fla file's frame per second? This is set at 100.The fader timer is inside another timer (which varies from 150 to 1000 ms)

View 2 Replies

Actionscript 3.0 :: Preloader Pops TypeError: Error #1009:

May 2, 2011

I've made preloaders in the past, but now I'm getting this error, and I don't know what is exactly the problem. TypeError: Error #1009: Cannot access a property or method of a null object reference at com.mugui::Footer()

If I erase all references of the footer from my Main Class the flash works normal. So the problem comes from my footer, but why?.

My main class:

Code: Select allpublic class MuguiMain extends MovieClip
{
private var contentHolder:Sprite = new Sprite;
private var mainContent:MainContent = new MainContent();

[Code].....

View 3 Replies

ActionScript 2.0 :: Secuirty Settings Pops Up And Doesn't Allow To Play?

Jun 28, 2005

when i import my flash doc into frontpage and view in IE...a secuirty settings pops up and doesn't allow it to play. i have windows XP

View 4 Replies

Button Open Menu - Shape Pops Up In The Middle Of The Screen

Jul 29, 2009

this is hard to explain, but I can't find out how to make it so when I press a button, a menu pops up in the middle. How would this work for an online game? Since I don't want it to go to the next frame, how could this be done? when I push the button, a shape pops up in the middle of the screen.

View 4 Replies

Css :: Popup Menu Pops Under Flash In Chrome,Opera And Safari

Dec 13, 2010

I've created a popup navigation menu at: [URL] In firefox and internet explorer everything works fine - the menu pops over the flash. But in Chrome, Safari and Opera the menu is behind the flash.

View 1 Replies

Actionscript 3 :: Force PHP Download Script Pops Up A Blank Page

Feb 9, 2011

The PHP file is ran with headers to force a download (from flash/as3 project), but it also pops up a blank page. Is there a way to close that after?I don't think users want blank page popups springing up.[code]

View 1 Replies

ActionScript 3.0 :: Making An Interactive Map When Press On A Button An Info Box Pops Up Using

Sep 2, 2010

i'm making an interactive map when preess on a button an info box pops up using. This is code for this. This works.

[Code]....

View 8 Replies

ActionScript 3.0 :: Flash App Where Click A Movie Clip And Picture Gallery Pops Up

Jan 20, 2009

I am trying to make a flash app where you click a movie clip (a picture frame) and a picture gallery pops up.Here is what I have so far. Click the Picture Frame movie clip and a shape tweens (for 24 frames) out to make the background for the gallery and I have a new key frame with a picture on it and left and right buttons. Then I have key frames following the first picture that just have images in them.At this point I use stop(); on that frame and stop the movieclip on the first picture. Now I'm trying to get the buttons to go forwards and backwards. It seems an easy enough task, I just can't figure out how to get the currentFrame and the totalFrames for my movie clip symbol.[code]I have also noticed that even when I replace the entire function with nextFrame (); it only restarts the movie clip symbol from the shape tween up to the first keyframe with a picture.

View 1 Replies

ActionScript 2.0 :: Contact Form - Get The Email But An UNDEFINED Message Pops Up On Status

Mar 15, 2010

i created this contact form in flash 8 and i get the email but an UNDEFINED message pops up on my status i cant get rid of it here is my action script for the submit button

[Code]....

View 1 Replies

Flash :: Error Pops Up In Ther OUTPUT Tab When Runnig And Pressing A Button : TypeError: Error #1006: RemoveListeners Is Not A Function?

Feb 24, 2012

when pressing on a button that error comes up in the OUTPUT tabthe file is in the linkError #1006.rarThis is the navigation_actions code where are the codes of the navigation bar (the buttons)

var buttonArray:Array = new Array( );
var currentButton:Object = new Object;
var navContainer:Sprite=new Sprite ;

[code].....

View 1 Replies

ActionScript 2.0 :: Song Starts From Beginning On Home Section

Jan 20, 2010

In my flash video I got music playing. The song needs to play on all sections on my site if you hit the play button. If you have stopped the music nothing need to happen in any of the sections. The problem is right now, that if you are browsing around with the music played and click on the home section the song starts from the beginning. Furthermore, if you hit the play button twice two songs are started, hit it thrice 3 songs are started, etc.

The code I use in the home section is:
stopAllSounds();
var sndMusic = new Sound();
sndMusic.attachSound("mySound");
sndMusic.start();

And for the play button:
ActionScript Code:
on (release){
sndMusic.start();
}

View 1 Replies

ActionScript 2.0 :: LoadSound Starts Fine, Then A Second Starts Replaying Again?

Apr 8, 2006

I've got a site that is using loadSound to play some mp3s and it works fine. however, the sound starts to stream, and then replays itself like a second later. my guess is that its playing faster than the load is going and when it gets to the point where it hasn't loaded enough, it starts to replay it, but i'm not sure that that is the exact problem. my code:

[Code]...

now, i tried making a playTrack function that i can call with setTimeout and i put that in the onLoad in place of track.start(), but that didn't work either (i was hoping to not start playing the track for 3 seconds to give it some time to buffer).

View 1 Replies

Raised Cap At Beginning Of Paragraph?

Sep 11, 2009

I got some scrollable text in flash and want the first letter of the paragraph to be a largeer pt.

View 1 Replies

ActionScript 3.0 :: Mute In The Beginning Of A Flv?

Sep 23, 2010

I have an flv file that i am loading externally and want to start the video of with no sound and let the user click the mute_btn to turn the sound on. I am having problems with the code. the video starts with sound on and i want it to start silent. what do i have to add to my code to make this happen?

[Code]...

View 0 Replies







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