ActionScript 2.0 :: External Links Within A Loaded SWF Not Working?

Aug 18, 2009

I have my parent swf created with the external swfs loading properly.once they are loaded, the links within the externally loaded swf's are not working. Here is the code I am using:

on (release) {
//Movieclip GotoAndStop Behavior
this.gotoAndStop("first");
//End Behavior

[code]....

View 3 Replies


Similar Posts:


IDE :: Links Within Dynamically Loaded MC Not Working?

Apr 17, 2009

I have several external SWFs loading into another SWF shell that contains all the files. The problem that I am running into is when some of the external SWF's are loaded into the shell the links stop working. I am using the getURL script to call a javascript function on one link and the same getURL on another link to call the mailto function.

When I test these files on my system and the web, both individually and in the shell, everything works perfectly. However, as soon as I embed the shell SWF into an html page these links don't work and won't do anything. But other links in different external SWF using the getURL script to simply navigate to another html page works perfectly.

View 1 Replies

ActionScript 3.0 :: Links To External Sites Working Only In The Www Version Of The Site?

Mar 1, 2010

When going to the links on the flash banners at the bottom work perfectly. there is an increased frequency in people visiting the site and only typing and in those instances the links do not work.

View 2 Replies

ActionScript 2.0 :: HTML Links From An XML Document - Links Not Working

Apr 21, 2011

I've got a PHP script that searches for links in a block of text and converts them to HTML values. The $message variable is then entered into my database using a simple INSERT. So far, so good. Then I have Flash parse the message using XML:

ActionScript Code:
function messStyling() {
messCSS = new TextField.StyleSheet();
var messCSSURL = "include/links.css";

[Code].....

The problem, however, is that my links don't work. The rollover works from the CSS styling, but the links don't actually go anywhere. When I rollover the links, the hand cursor doesn't appear, and clicking only serves to change the color back to the non-hover value.

View 9 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 :: 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 :: Form And Buttons Within External SWF Not Working When Loaded?

Oct 20, 2010

I'm currently working on a flash site, which consists of a "Main" SWF file that has buttons to load external SWF files. I figured out how to make the external SWF files show on its own layer below other layers on the main time line of the Main SWF. I created a blank movie clip file on it's own layer of the main time line and used this to call out to it:This worked perfectly. The website so far works perfectly with each page of the website being an externally loaded SWF. The problem I came across today though, is that buttons and text fields within the external SWF files don't work when they are loaded onto the "Main" SWF. They only work when I open the external SWF files individually. I really need to figure out how to make buttons and the text fields within the external SWF files when loaded onto the "MAIN" SWF.

I first came across this problem when I tried adding a form that I created to one of the external SWF files called guestlist_page_swf.swf. The form works on its own when I open that SWF individually, but when I try to load that SWF file with the form as a page on my "Main" SWF, the mouse doesn't even recognize that the submit button is a button, and it doesn't allow me to click on the text fields. Here is the link to the site I am having the problem with:

processing_mc.visible = false;
// Clear the form fields
first_name_txt.text = "";

[code]....

View 2 Replies

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 :: Loaded External MP3 Player, StartDrag Not Working

Oct 23, 2010

all of the other buttons on an external movie are workign but the volume slider is not...

when i load the external file (the mp3 player) it works fine.

Code:
/* volumeStartDragging(event:MouseEvent):void
* Returns a mathematical value that we can use to adjust the volume
* the value is the relation of the volume ball to the line

[Code].....

View 1 Replies

Actionscript 3.0 :: Form And Buttons Within External SWF Not Working When Loaded

Oct 20, 2010

I'm currently working on a flash site, which consists of a "Main" SWF file that has buttons to load external SWF files. I figured out how to make the external SWF files show on its own layer below other layers on the main time line of the Main SWF. I created a blank movie clip file on it's own layer of the main time line and used this to call out to it:

this.mySWFLoadingClip.addChild(loader);

This worked perfectly. The website so far works perfectly with each page of the website being an externally loaded SWF. The problem I came across today though, is that buttons and text fields within the external SWF files don't work when they are loaded onto the "Main" SWF. They only work when I open the external SWF files individually. I really need to figure out how to make buttons and the text fields within the external SWF files when loaded onto the "MAIN" SWF. I first came across this problem when I tried adding a form that I created to one of the external SWF files called guestlist_page_swf.swf. The form works on its own when I open that SWF individually, but when I try to load that SWF file with the form as a page on my "Main" SWF, the mouse doesn't even recognize that the submit button is a button, and it doesn't allow me to click on the text fields. Here is the link to the site I am having the problem with, and the problem page is the Guest List page:
[URL]

Below is the code from my Main SWF file and the External SWF file with the form on it:

MAIN SWF:

var Xpos:Number = 0.0;
var Ypos:Number = 192.5;
var swf:MovieClip;

[Code].....

View 5 Replies

Links Not Working From Cs3 To Cs4?

Aug 28, 2009

I opened my flash movie in CS4 that was created in CS3, added additional scene, andrepublished but all links failed to work.

View 2 Replies

IDE :: Links Are Not Working?

Apr 18, 2010

I am using flash CS4, i have created a small flash presentation , it has some hyper links to external web site . All the links are perfectly working in my system but the links are not working when i tried into other system(system does not have flash installed ).

View 1 Replies

IDE :: How To Get Links Working

Apr 22, 2010

I've been building a website in flash for the first time and I'm struggling how to get the links working, this is how I've been doing, putting the whole file name into the link under options then link, the links when i open the swf files don't work at all. But the htmp pages work on my computer but on an other computer the links don't work cos I have linked the html pages to my folder on the computer I'm working on.

View 11 Replies

E-mail Links Not Working

Jul 12, 2009

Where is it that I have to add the link to have the e-mail work? Is it in the action script or the up over down hit?

View 6 Replies

ActionScript 2.0 :: Links Not Working On PC

Aug 3, 2002

For some reason the links from my home page are not working on some computers (could be a PC thing). This is the basic layout of the action script used on each section's button.

I created this site on a Mac G3 with Flash 4.

[URL]

On (Release)
Get URL ("javascript:Websites=window.open('RezWebsites.swf ','Websites','height=421,width=650,toolbar=no,loca tion=no,scrollbars=no,status=no,resizable=no,fulls creen=no'); Websites.focus(); ")

[Code]....

View 14 Replies

Links Not Working...on A Deadline?

Jun 7, 2007

I am a newbie to Flash. I am working on a template website with a deadline. I was able to change the text, remove items I did not need and add some additional text.....but I cannot get any of the links in either of the two top flash animations (the menu and the header) to work. I am using Flash CS4 (and Dreamweaver CS4). I have tried to add a link to the text, and in the AS. But then they do not seem to be working at all

View 1 Replies

Flash Banner Links Not Working?

Aug 20, 2009

i have created some flash banners with a url embedded in them, so when they are placed on a web page the banner links through to my website when clicked. Fairly simple.But, i tested them on a website on my server to link to another website on the server and they worked fine. When i gave them to a client to embed on their own website (the flash files are hosted on my server still), the links no longer work.

Is this a security issue to stop the links working? i also checked it in linux and the banners worked, but in windows they do not. I dont want the client to have their own local copy of the flash file, as i may update it in the future and dont want to chase up lots of different copies everywhere.

View 3 Replies

Flash :: Links Not Working ... On A Deadline

Feb 22, 2010

I am a newbie to Flash. I am working on a template website with a deadline. I was able to change the text, remove items I did not need and add some additional text.....but I cannot get any of the links in either of the two top flash animations (the menu and the header) to work. I am using Flash CS4 (and Dreamweaver CS4). I have tried to add a link to the text, and in the AS. But then they do not seem to be working at all.

Here is a link for a zip'ed file with the index.html webpage, the swf files, and the fla files. Webpage_and_Flash_Files.zip/ I am on a deadline to get this up,

View 6 Replies

ActionScript 3.0 :: Links Not Working Locally

Aug 10, 2010

I have CS3 movie that opens links to other sites.It works fine when publshed to the web server but when I test it locally (opening it from my own files) the links don't work - is this a security settings issue? I tried opening settings manager and "allowing" files for that file location but it didn't fix it.

View 2 Replies

ActionScript 3.0 :: Links Not Working In Flash CS4 ?

Dec 29, 2010

My website links and 2 out of 6 pdf's don't load when I test the movie in Dreamweaver.As far as I can tell everything is correct and all of the names are correct.Each button has an instance name and has been modified.Are there any other possibilities? Here is a sample of the script

menventures.addEventListener(MouseEvent.CLICK, menventuresurl)
 function menventuresurl (evtObj:Event):void {var menventures:URLRequest = new URLRequest("http://menventures.com/");flash.net.navigateToURL(menventures, "_blank");trace("The menventures button was clicked");}

View 1 Replies

ActionScript 3.0 :: Button Url Links Not Working?

Sep 14, 2011

I have 6 buttons, for some reason only the first button(my_home) works 
 
my_home.addEventListener(MouseEvent.CLICK, myBtnClicked1);
function myBtnClicked1(e:MouseEvent):void {var url:String = "http://www.weedwarriors.co.uk/";var request:URLRequest = new URLRequest(url); 

[Code].....

View 5 Replies

Professional :: Some Links On Side Menu Bar Not Working

Jan 6, 2010

My problem is that I just recently start working on the company website. They a have menu bar on the side of the website. Some of the links dont work. Where would I find the hyper links in the file to change them to make them work?

View 5 Replies

ActionScript 1/2 :: Site Audio Links Not Working?

May 21, 2010

I have  built a site  for a client using AS2 which contains links to streaming mp3s. The audio  loads and runs just fine in Safari but malfuntions/doesn't even play in  other browsers.

Here  is the site in question: [URL].. I'm hoping that one of you lovely gurus out there can help me resolve  this problem. If needed, I can supply the .fla.

View 3 Replies

Professional :: Flash Links Not Working In HTML

Aug 28, 2010

I am building a website through flash. For the past couple of weeks all of the links have been working fine up until now. I have no idea what I could have possibly done to make this happen. In HTML none of the links work. They are all linked up fine, I even re-linked some of them. Nothing happens. The buttons do nothing.

View 7 Replies

Professional :: Flash 8 Links Stop Working?

Aug 31, 2010

I use Flash 8.I'm making this very simple Nav Box where on certain links open in a new window/tab. Those links work great.But most of the links are set to open in the same window that the Nav Box is on. When saving the SWF and HTML, the links work great.
The problem comes when I place it on other pages/sites. The "Self" links never work. Here are samples.

[URL]
 
Neither page nor link in the Nav Box requires a Iframe nor anything "special" to work.Here are to version of the AS2 code I've tried (Using the Day Of Victory Ministries link as a sample)
 
#1 
on (release) {getURL("http://www.dovm.org/DOVM_AVP.html");
}
---------------------------------------------------------------------- -------------------
#2

[code]....

Unless I'm mistaken, the way flash works, it matters not which server it is on so long as it's directory is public. This enables the flash to be placed on any page (via it's root link / Embedding code) and still have it's buttons work.

View 3 Replies

Professional :: Links Are Only Working On Local Computer

Nov 21, 2010

I created a flash movie and published it to get the html file and the swf.  The html file works fine on my local computer that I created it on but I went to email the html file with the swf file, the links within the movie are not working?

View 7 Replies

Professional :: Flash Flipbook Links Not Working?

Dec 12, 2011

I am creating a flipbook application for a magazine. I am using Flash CS4(AS3) to build a navigation interface which contains a UILoader that loads magazine pages in SWF format created by InDesign CS5.Initially I was loading one large SWF file for the magazine pages. Internal links on the table of contents worked great but the load time was ridiculous.  Now I am loading individual SWF files for each spread (adjacent pages) and the load time is great, however the links on the table of contents no longer work, which I expected.
 
The links still appear to be on the page however they don't appear to do anything. I have managed to interrogate the display list objects within the SWF file and the links appear to be of SimpleButton type. Some are even recognized as having HTML significance, they are given an instance name of "Hlnk#" instead of just "Instance#".I think my problem is that I can't/don't know how to get to the event that is triggered by the link/SimpleButton object. If I could see what page it is referencing I could load it.

View 2 Replies

ActionScript 3.0 :: Dynamictextfield With Image Links Not Working?

Mar 27, 2009

How come I cant click the image in my dynamic textfield when i've wrapped the <a href> tag around it? Nothing happens? I've searched on google, but couldn't find a decent answer.

View 2 Replies

IDE :: HTML Links Below Flash Object Not Working?

Apr 9, 2009

I am calling one flash with transparent bg in an HTML page.. Now the HTML links which are below the flash area are not working. So how can I make them work. I knw though I am calling flash with transparent bg but still the object�s area is same.. n all the links which are there on the HTML page that comes under that area stops working as they no longer remain selectable. To have a clear picture of what I am tryin to do have a look at the following url : [URL]

this is just a sample file you can consider..Have a look at the register now button..It will be in HTML how can I make it work..as flash comes above it.

View 2 Replies

ActionScript 2.0 :: Possible To Add Other Attributes To XML Loaded Links?

Jun 14, 2007

I was wondering if there is someway to add attributes to a link in Flash such as the name=" " attribute, rel=" " attribute or title=" " attribute.All I know is the target attribute but I really need to add others.

View 7 Replies







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