ActionScript 2.0 :: External .swf Button Not Working.

Mar 18, 2009

Ok here is what I have.

randomLoader.swf - It has two layers. One being movieclip layer for loading the external .swf files to. The other is the script layer with the following code:

Code:
filename = ["random1.swf", "random2.swf"];
path = "http://www.domain.com/random/";
i = filename.length;

[Code].....

Now if I just embed randomX.swf into HTML they work fine. But if I embed randomLoader.swf in the HTML to load a different randomX.swf file everytime the page loads/refreshes the button seems to show up but does not function. I get the hand but clicking it does not take you to the URL.

Should I be using Java or PHP instead to load the randomX.swf files? I like how well what I have already is working and I don't have to touch the page to update it to show new randomX.swf files. Just need to get Z buttons to work

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Button Stopped Working On Loaded External Swf?

Feb 17, 2011

the swf that I am loading has a button in it that when I click on it, it will print the screen and it will email it to an email address.Everything works perfectly fine if I use the application(swf) on its own.however, I created a swf file that will load the above swf file in it when a button is clicked. the loading part is fine and it works as it should be. but the button for printing the screen stops working once the swf has been loaded!

View 3 Replies

ActionScript 3.0 :: External SWF Button Not Working On Facebook FBML

Mar 23, 2011

I have a .swf and the external link buttons work fine except when on facebook the clickable buttons do not lead anywhere.

View 7 Replies

ActionScript 2.0 :: Loading External File From A Button Press/ Not Working?

Sep 8, 2010

myData = new LoadVars();
myData.load("myText1.txt");
myData.onLoad = function() {

[Code].....

I thought i would be able to load the files from the press of a button.

this doesnt work i can load the external files from the btns,

Problem this is not working.I cant understnd the reason why. when the above code works fine. Problem is i do need to load the external varaibles with a button press.

//loading external file 2
myData = new LoadVars();
myData.load("myText1.txt");

[Code].....

View 4 Replies

ActionScript 2.0 :: Take A Static Text Field, Convert It Into A Button, And Use It As A Button,but Button Not Working ?

Mar 7, 2010

I want to take a static text field, convert it into a button, and use it as a button. I need it static, because I changed orientation, and I do not know how to do that otherwise. The problem is, even though I converted it to a Button symbol, it does not work when I test the movie. It works fine with "Enable simple buttons", but when I test it, the button is not there, no change in mouse cursor, no reaction at all.So this is what I did:

Made text. // static, not selectable, Orientation: vertical left to right, / //rotated; Two filters: Drop Shadow and Glow;

Converted text field to Button - Symbol (scrollBT)

Editing the Button,I put the same content (the static text field) in all four frames: No luck, not working. without the Hit frame filled (which I think doesn't really make a difference): No luck, not working.Tried again, converting the static text field in the button into a Graphic Symbol: No luck, not working.Tried again, and put some differences in the frames for "ON" and "OVER" etc.: No luck, not working.Tried again, duplicating a similar, working button, edited it, and: No luck, not working.

To the button itself and the AS: The button will be a scroll-button for a text field, with different scroll speeds on rollover and press, but nothing else. The code for that I have (I think). It's something like (and please excuse my incorrect syntax here, but I'm typing from memory; still, I use the Script-Assistant and my syntax is apparently correct; it's also working with other buttons):

on {rollOver} {
function (scroll) {
textfieldtxt.scroll - = 1;}[code]....

I'm at the end of my wits. The only difference I can tell from other (working) buttons I did the same way, is that the scrollBt does not do anything except scrolling, while all of the others have frame actions (gotoAndplay etc.) associated with them.

View 1 Replies

Professional :: Button Link Not Working In Safari, But Working In Firefox?

Apr 18, 2011

[URL]
 
The ad on the bottom right of the screen (the one with lightning flashing) has an invisible button in its Flash file (CS5) linking to [URL]. This file is imported as SWF in Dreamweaver CS5.
 
The hyperlink works in Firefox, but not in Safari. Maybe it is just my computer.

View 1 Replies

When Create A Button Within Movieclip Layer / Button Is Not Working

Sep 15, 2009

I am having a problem where my buttons on main timeline are working fine. When I create a button within a movieclip layer (a page importeded from  Photoshop as a movieclip) the button is not working once I leave. It doesn't show as a working button when I select Enable simple buttons, when I preview or publish as HTML. The thing is, it is a button, it has an instance name, is that weird blue color... and it works fine when I am double clicked into that movieclip layer. I also tried common library buttons and they work fine until I leave that layer as well, also tried it within other layers and creating a new file and doing it... all no success!

View 5 Replies

ActionScript 3.0 :: Unloading A Loaded External SWF With A Close Button On The External SWF To Unload?

Aug 15, 2011

[URL]I have: main.swf (a menu) and I have module.swf (content)If you navigate to Subsea Wellhead Systems/SS-15 BigBore II and click on that I have it load an external swf which covers most of the parent. So far so good. My problem is unloading the loaded 'Child' swf with the button provided on the loaded 'Child' swf.below is the code I used to load the file but I cant, for the life of me, find a way to unload it. 
 
var bigboreLoader:Loader = new Loader();btnbb2.addEventListener(MouseEvent.MOUSE_UP, bigborecontent);
function bigborecontent(event:MouseEvent):void{var bigboreRequest:URLRequest = new URLRequest("moduletemplate.swf"); bigboreLoader.load(bigboreRequest); stage.addChild(bigboreLoader);
 
I am certain it requires the Child to communicate with the parent somehow but I am at a loss. If I could get a bit of advice or a link to something deal with this, it would be a big help. I just need to have my links load my modules and the remove them when the close buttong is hit on the loaded swf. I promise I have done searches and I admit I have found asnwers but still they are not working. I found the code below:
 
Main FLA: 
function removeF() {
removeChild(bigboreLoader);
}

[code]....

View 10 Replies

ActionScript 3.0 :: Loading In And External Swf And Unloading It From A MC Button Inside The External Swf?

Nov 2, 2010

I used to do this fine with AS2 and now i'm struggling to get it to work in AS3.my code is as follows:

PW1.addEventListener( MouseEvent.CLICK,loader1 );
//==================== PS function =============================================
var ldr:Loader = new Loader();

[code].....

View 3 Replies

ActionScript 2.0 :: Trigger External Swf To Load Into Main Swf From Button In Another External Swf?

Apr 22, 2007

I am trying to get a nav button in one movie (main_nav.swf) to target a my main movie (index.swf) and load a sub nav movie (metals_subnav_infinite.swf) into it. The sub nav movie will do a similar task - loading a portfolio swf into main movie (index.swf). Here is the file breakdown of my working files:index.swf - main final movie which loads "main_nav_infinite3.swf" on startmain_nav_infinite3.swf - loads main nav "main_nav.swf" and scrolls it infinitely (infinite menu)main_nav.swf - main nav with buttons that trigger sub nav "metals_subnav_infinite.swf" to load into index.swfmetals_subnav_infinite.swf - loads sub nav "metals_subnav.swf" and scrolls it infinitelymetals_subnav.swf - sub nav with buttons that trigger "folio.swf" (have not created this file yet!) to load into "index.swf"The script I was focusing on is in main_nav.fla and it is:

metals_mc_bn.onRelease = function() {
reActivateMenu();
this.gotoAndStop(3);

[code].....

View 2 Replies

ActionScript 3.0 :: Use External Button To Close External SWF?

Jan 13, 2009

Basically I have a swf portfolio site. I have to load anexternal swf that's the same size as the main swf site, which meansthat the close button (for the external swf) needs to be on theexternal swf. I have the load and unload code on the main swf, butI'm getting a 1120 error - it's not recognizing the instance of theexternal button....and I don't see how it would recognize it,unless there was some other way of linking the filesbtw - I'm fairly new to AS3 & AS2, but they're at leastmore fun than the Pascal & TSR-80 basic I remember fromelementary & middle school...:0)

View 2 Replies

ActionScript 3.0 :: External Preloader FLA Not Working?

Aug 19, 2009

I export all my stage assets to frame 1, so the external preloader FLA is the approach I've been using for a while to show the nice percentage before the real SWF is loaded. I've just finished with a project and I'm getting errors when the file is done loading.The file works fine as long as it's not it a Loader component (stand-alone SWF), but as soon as I try to get it in the preloader it gives me a ton of errors.

The only major thing I did differently with this project is that a number of classes have their own individual Event.ENTER_FRAME listeners and that *I'm making a lot of stage calls* from various classes to get locations and what-not. I'm thinking it might have something to do with the latter, since I used the stage width/height for a lot of the positioning (stage.stageWidth/2, stage.stageHeight/2, etc).

View 7 Replies

ActionScript 3.0 :: External Interface Not Working In IE7?

Sep 16, 2009

I'm having a problem with Flash and Internet Explorer. I'm trying to close out a browser window with
 
//as code ExternalInterface.call("closeWindow");[URL].. Of course this works in all other browsers except IE, the error that I am getting is:'null' is null or not an object

View 9 Replies

ActionScript 3.0 :: External Swf Code Not Working?

Sep 2, 2009

this is probably a very simple mistake made by many beginners. Basically, I have a preloader loading an external swf. The external swf is an image sequence. I wrote actionscript so you can scrub through the image sequence using the keyboard arrows. This works by itself but does not work when preloaded.

[Code]...

View 8 Replies

ActionScript 2.0 :: External Swf Microsite Not Working?

Oct 15, 2009

I have not been able to get my flash off-line presentation to work properly. I have a list of projects that I have done and I want to present them by using an empty_mc and load the various swf into this empty containers. I have this part sorted, I can load the swfs and unload them. The problem is that most of this swf are games and micro-websites and for some reason some of the buttons or functions whithin the swf dont work properly (they work when I use them anywhere else but not in this presentation). I dont know what is causing this, it could be the code im using, or it could be something related to the level where the swf is loading. I dont know! Im stuck here and is very anoying.

//this code is inside a movieclip called hyo_mc and it tells the swf to load into an empty container called cont_hyo //
stop();
cont_hyo.onRollOver = function () {
_root.createEmptyMovieClip("cont_hyo", 0);

[code]....

load swfs and use them normally. I dont want to create a javascript pop-up in an new window as this presentation is off-line and I would rather have all the content within the presentation.

View 8 Replies

ActionScript 2.0 :: Not Working When Called As External Swf?

Jan 2, 2010

Following is my code in AS2. It works fine when viewed as swf. But when i call this swf from another swf, the code does not work. Have spent a lot of time & racked my brains, but cant figure out.

[Code]...

View 4 Replies

ActionScript 2.0 :: MX 04 External Swf Actions Not Working?

Sep 7, 2005

My main movie is called 'main.swf' and it is importing 'newgallery_1.swf' to the target named 'holder1'. It imports fine some functions work ok for example the movie pans left to right depending on the mouse x position. However when I tried to add something like the mouseOver tool tip I found here on Kirupa to a button on 'newgallery_1.swf' it works when viewed normally but when I import it to 'holder1' it no longer works.

View 9 Replies

ActionScript 2.0 :: Buttons In External Swf Not Working

Jun 24, 2009

I have this weird problem. I'm using a main fla to address all my external swfs into a loader. This is the script:

[Code]...

It loads just fine, but for some reason when I click in every button inside the loaded movie it wont work. Nothing happens, even though the mouse cursor changes to button mode.

View 4 Replies

ActionScript 2.0 :: External Swf Transitions Not Working

Mar 16, 2005

okay, this is driving me crazy. i used this tutorial: [URL] for creating transisitons between diffrent swfs. i have it set up exactly how the tutoral shows me, and i changed the necessary AS to the buttons that i have, as well as the contianer MC. but for som odd reason, when i press a diffrent button from one thing to another, the swf that comes through is still the first one.

View 2 Replies

ActionScript 2.0 :: Loadvars Not Working On External Domain?

Aug 27, 2009

I have Domain1 that is hosting my flash .swf file, and Domain2 that is linking to that .swf file. In the flash file I have a;loadVars.send "POST");command. When the flash file is placed anywhere on a page on Domain1, this works perfectly fine. But when placed on Domain2 (and other domains), this loadVars statement does not work and does not forward to But when I change "_self" to "_blank" - the statement works fine on Domain2.

View 4 Replies

Actionscript 3.0 :: Preloader No Longer Working With External Jpg?

Sep 4, 2009

i tried looking here with the keyword 'preloader', to find answers to my problem but I didn't.I'm a freshman AS3 developer....with a portfolio site to launch asap.

I have a movieClip in my library that is exported to AS (external jpg) - it is loaded separately from anything else in my scene (which is disrupting my normal preloader animation). When I simulate the download my preloader doesn't appear in my preview window, and I have no error message either. At first, not sure what the problem was I tried various preloader tutorials online hoping to find a solution.
I only realized later on that my preloader didn't work because of my external jpg.How can I make my preloader (code below) load everything altogether? (elements in my scene + external jpg)

PRELOADER (first frame);
Code: Select allimport flash.display.MovieClip;
import flash.events.ProgressEvent;

[code]...

View 4 Replies

ActionScript 3.0 :: External Image Loading Not Working On A Mac?

Oct 6, 2009

So I have this slideshow, meant to just cycle through 50 or so images, loading each up for a few seconds before it goes away. It obtains the information for the images from a database.For all my testing, it works as it should in IE, Firefox, Opera, and Safari on Windows.Yet I'm repeatedly told by someone that it does not work at all on Safari on Mac, but instead just forever shows the loading movieclip I have in.Sadly, I don't have a Mac and I don't know anyone, save for this person, who owns one, thus I'm unsure what is going on, let alone how to solve it.You can view it there. I'm just at a loss for why it's having issues. Is it just a single case, or is it Safari on Mac in general, or perhaps Mac itself in general?

View 2 Replies

ActionScript 3.0 :: External Interface - JS > Flash Not Working

Aug 20, 2010

Having a problem trying to get the external interface working with as3. My flash file has 2 input text boxes with instances of 'received_ti' and 'sending_ti' and a button with instance of 'send_button'. My html code has a simple form with 'sendField' and 'receivedField' inputs and a submit with a value of 'Send'.

At the moment i can get the flash file to send text into the html 'receivedField' input but cannot send text from html into the flash file's 'received_ti' text box.

[Code]....

View 1 Replies

ActionScript 1/2 :: Loadvars Not Working On External Domain

Aug 27, 2009

I have Domain1 that is hosting my flash .swf file, and Domain2 that is linking to that .swf file. In the flash file I have a; loadVars.send("another-[URL]", "_self", "POST"); command. When the flash file is placed anywhere on a page on Domain1, this works perfectly fine. But when placed on Domain2 (and other domains), this loadVars statement does not work and does not forward to another- [URL]. But when I change "_self" to "_blank" - the statement works fine on Domain2. Why doesn't "_self" work on external domains?

View 3 Replies

ActionScript 3.0 :: Scrollbar Not Working When Loaded Into External Swf?

Apr 13, 2010

I recently purchased a scrollbar from the exchange marketplace and it works beautifully within it's own swf but as soon as I load it into a second swf (the main "start movie") it doesn't work. When I click on it to scroll, the tracker sticks to my pointer (like a mouse follower) and won't release until I click on a button leading me into another movie. The scrollbar component came with an external caurina file which is where I think the issue is coming from. I think it's having trouble finding the associated code when inside the second movie.  I've tried all sorts of parent vs root scripts to try and get it to jump a level to recognize the source of the original code.

View 5 Replies

ActionScript 3.0 :: Loading External Data Not Working?

Feb 7, 2011

I have a listBox and I want to take data from a php file and insert it in my list box. But I am doing something wrong, because it's not working.
 
The php file retrives data in the following format:
 
echo "nrsongs=" . $nr_songs;
$i=0;
foreach($song_ids as $song_id){
$i++;

[Code].....

View 2 Replies

ActionScript 3.0 :: Banner Ad Not Working As External Loaded Swf

Feb 10, 2011

I built a banner ad which works fine when I test it in flash. I then put it inside another flash movie in which it is loaded as an external swf ,my portfolio, and it it loads and only runs the 1st line of code animation and I can see the text that is waiting (outside the visual dimensions of the banner) I am also getting this error....what is going on?

[Code]...

View 3 Replies

ActionScript 3.0 :: External Swf Unload & Stop Not Working?

Jun 14, 2011

I am trying to load & unload external swf that contain audio & video. Problem is that when I unload the swf's, the sound continues and I get overlapping sound. This is the code I am using:

var swf_loader:Loader = new Loader();
///unload previous swf
swf_loader.unloadAndStop();

[Code]....

View 5 Replies

ActionScript 3.0 :: Loading An External SWF Files Not Working

Mar 23, 2012

So I have a project I am working on in which I would like to teach how to cash a scratch off card. I have made the scratch and made it so it will "scratch"

Before: After:

Now I have saved this out and am trying to load this into my "holder" however I am getting an error:
 
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at ScratchTicket()

When I use this code:

stop();
import flash.events.MouseEvent;
nextPG_btn.addEventListener(MouseEvent.CLICK, nClick);
lastPG_btn.addEventListener(MouseEvent.CLICK, lClick);

[Code]....

View 1 Replies

Actionscript 3 :: External Interface Callback Is Not Working?

Jun 12, 2011

I have been at it for two days now and have not been able to resolve this issue. I am trying to call an AS3 function from JavaScript via ExternalInterface API which is simply not working at all. If I to call a JavaScript function form html loaded swf, it works beautifully.[code]

View 1 Replies







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