ActionScript 2.0 :: Flash8 : Cannot Get The Http Links To Work

Dec 21, 2009

I have created a flash menu for my new website but i cannot get the http links to work.

[URL]

The Flash Actions code is below:

stop ();
var links = data.links.split (";");
for (var i = 0; i < links.length; i++) {
var parts = links[i].split (",");

[code]....

View 2 Replies


Similar Posts:


Flash8 :: Drop Down Menu Links Don't Work

Jul 22, 2009

I have a drop down menu on my website and it works perfectly fine except for some of the links. i don't have the other pages made yet but i still have the links to the pages in the buttons in my drop down menu. For some reason when i click on the buttons in the drop down menu, they don't go to the pages, they don't do anything. But when i click on the buttons in the sub drop down menu in side the main drop down, they work

the code for each button is the on(release) get url code, is their a different code i can use that will make these buttons work? here is the link to the website so you can see what I mean. the paralegal services button is the one with the drop down.[URL]

View 1 Replies

Flash :: HTTP Requests Won't Work On Localhost

Jun 11, 2010

First off, I'm trying to fix something that I didn't build to begin with and the guy who's project it was assures me it was working fine when he left, although a version I haven't touched since he left seems to have the same issues. I'm also a bit new to programming in general so let me know if I've left out important information in my first post and I will try to add more info.

I have a flash application hosted on-line that acts as a client for a server application written in Delphi. Most of the communication is done using sockets, which work fine. Uploading data files and downloading results files is done using HTTP requests, which work fine as long as the user is making use of an instance of the server on another computer. However, if the user has the server application installed on their own computer and attempts to use it specifying localhost as the url, the socket communication still works, but the HTTP requests don't.

All the socket based communication works fine and, when it is not on the localhost, all the HTTP requests work fine as well, which is why this is so mystifying to me. I've tried changing the flash cross-domain policy file that the server dispatches to be completely permissive, all ports, all domains, all http-request-headers, and still no luck. The Flash app will sit waiting for localhost indefinitely most of the time until I close the server application, and then give this error message:

[Code]...

View 1 Replies

Can't Get Links To Work

Mar 23, 2009

i have a flash that I have tried to add my html link to the aboutus.htlm, billboard.html, and contac.html and it is not working? I am still new but would like to email the flash file for someone to tell me why its not working- I added the link for aboutus.html but its not working.

View 6 Replies

Links From Swf Will Not Work

Apr 14, 2009

alright, here is the deal: i have published a .swf AND a macintosh projector file and the only thing the movie contains is one button with a link to a web page. here is my actionscript:

on(release) {
getURL("http://www.google.com");
}

i click on the button and absolutely nothing happens. has anyone ever come across something like this? is this a settings problem?

View 6 Replies

Links In Movieclip Don't Work

Apr 23, 2009

I'm making my website at the moment. I made a little mill which goes around, in there I made a movieclip which has two frames, one with links and one without. I made it so that if you are staying on it (rollover) it stops and you can click the links but the links don't work. this is the fla file:

[URL]

View 3 Replies

XML Links To Work On Server

Sep 2, 2009

I'm currently doing a spot of error checking with a website I've made. I've found a few problems with linking from action script to an external xml document when the files are uploaded on to a server (The files work just fine off line). The site is [URL], the pages in question are the blog page [URL] Again, both seem to work fine when I preview them locally. The blog page links to an rss feed on a myspace page and the sounds page should display an mp3 player and link to an xml playlist. I've searched this forum for similar problems and found some suggestions (File sizes of content to load and file structure) but neither seem to be responsible for this problem.

View 1 Replies

ActionScript 1/2 :: Can't Get Url Links To Work?

Dec 29, 2009

I have watched Jen Deehan's official Adobe tutorial and followed it religiously. Every time I try to link my banner it doesn't work.I used her exact code that I downloaded from the adobe tutorial site.Here is the compiller error:

[Code]...

What ever happend to a stupid link button like every other program ever made by Macrom or adobe? Even this forum has the link button. Why do I need 5 lines of code to make a link?

View 4 Replies

Links Will Not Work Under Flash?

Jan 14, 2009

I have a flash movie launch over my webpage when the page loads what the problem is is that when the flash is completed and unloads in the area where the movie showed up the links are not clickable. I have my wmode set to transparent and even have the unloadMovie at the end of the movie, this problem only occurs when using firefox how can I fix it?

View 1 Replies

ActionScript 2.0 :: Flash8 Input Does Not Work

Dec 13, 2010

[Code]...

but ut returns "no!" even if I write into the inputtext area which has the var ordet. What could be wrong?

View 1 Replies

ActionScript 2.0 :: Flash8 Why Can't Ever Get Hittest To Work

Mar 28, 2011

i am making a game where a ninja runs through a course, every thing is running smoothly. EXCEPT hittest will not work, hittest never works on ANY of my projects. I know im doing it right, because ive even tried copying and pasting working ones. Look at the attached fla file to see what im talking about.is it my computer that wont let it work, because the exact codes worked for all of the people on youtube that used it.

View 2 Replies

IDE :: Mailto: Links That Work In All Browsers But IE?

Feb 9, 2009

and used to work in IE, now displays a 'Navigation Cancelled' IE window even though it also still opens the email client.

View 1 Replies

IDE :: Drop Down Menu Links Don't Work

Jul 22, 2009

I have a drop down menu on my website and it works perfectly fine except for some of the links. i don't have the other pages made yet but i still have the links to the pages in the buttons in my drop down menu. For some reason when i click on the buttons in the drop down menu, they don't go to the pages, they don't do anything. But when i click on the buttons in the sub drop down menu in side the main drop down, they work

the code for each button is the on(release) get url code, is their a different code i can use that will make these buttons work? here is the link to the website so you can see what I mean. the paralegal services button is the one with the drop down.

[URL]

View 3 Replies

IDE :: CS4 Links In SWF No Longer Work After Import?

Apr 7, 2011

I have an swf that I created that contains links to other pages on our site. I can test this and it works fine. However, I then import that swf into my main fla's library. However, after I add it to the stage I test the main movie and the links that worked before in the imported swf no longer work. This seems like it should be a no brainer but for some reason it just isn't working.

View 12 Replies

ActionScript 2.0 :: Flash8 OnRelease Doesnt Work?

Nov 16, 2009

I have a mc that you should drag to the right mc.The mc that you have to choose from are sometimes a little close so I made a code that the mc that you drag will xscale so it will be smaller.But then if I press on the end of the mc before dragging the mc is outside the mouse and you cant use the OnRelease code.How to avoid that.Enclose a small fla, and the code is:

function god ( t,t1,t2){
t.onPress = function(){
this._xscale = 20;[code].......

View 2 Replies

ActionScript 2.0 :: Flash8 Xml Ticker - Script Does Not Work?

Dec 26, 2011

I have it all working sound wise (except you cannot skip through the track) but the main problem is making a scrolling title. the title is loaded from an xml file but i cannot seep to add a ticker/marquee movement.this is the script i have made and it doesn't work at all,

Actionscript Code:[code]......

there is more code after this for playing the track, i will post if needed.

View 1 Replies

Flash8 :: If Condition On Button Doesn't Work

Feb 10, 2012

I have a button on which an effect will play (_root.loc.gotoAndPlay part) but i only want this to happen once (the first time you roll or dragover the button)So i thought i'd do this by making a variable on the root (the lettlook variable, which by default is "no") and then on the rollover, dragover first play the loc movieclip and then set the variable to "yes" (so it'll never trigger again after the first time)so this is the script i made

Code:

on (rollOver, dragOver) {
if (_root.lettlook == "no") {
_root.loc.gotoAndPlay(2);

[code]....

Problem is, of course, that it doesn't work. It doesn't play the loc movieclip and it doesn't change the lettlook variable to yes.

View 2 Replies

ActionScript 2.0 :: [Flash8] Tween Classes Just Won't Work

Dec 18, 2009

I can't make the tween to work. I've tried hundreds of tutorials and such (and they are all basically the same), I even followed the troubleshooting section of this tut with no results.If I download any file with that same script it works, if I copypaste it and do the exact same thing it doesn't. Maybe is something very simple that I just can't see but this is driving me nuts.

Partial code from flash tutorials:

Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
new Tween(ball_mc, "_x", Elastic.easeOut, 0, 300, 3, true);

View 4 Replies

ActionScript 2.0 :: [CS4] Flash Player - Links Won't Work

May 9, 2010

I am building a site, and I used the script assist to make links (on release) and the links won't work, i click on them and nothing happens. Do you think this is a coding problem or a flash player problem.

View 10 Replies

ActionScript 1/2 :: Cant Make Buttons/links Work?

Jul 26, 2009

I have a flash that I am trying to make the buttons/links towork on and no matter what I do they just do not work. I have many hours into it so far and just had no success weather using my CS3 how to book of the forums information.I not sure what I am missing. Never had this much trouble before. the first one I tried is HOME, have not gone farther since I can make the 1st one work.[URL]..

View 1 Replies

ActionScript 1/2 :: HTML Links Won't Work On Webpage

Aug 4, 2011

I made these Flash movies( the 4 at the top of the page). The links don't work live, but did work as a stand alone while making.

View 7 Replies

Professional :: Links Work In Dreamweaver But Not Online?

Aug 12, 2011

I am trying to figure out why my flash files work correctly locally but don't after I upload them. I am using Mac Flash CS4 and AS2. (They were CS3 files originally)
 
When I use Safari to view the uploaded files and check the Activity window it shows the files load but they don't show up. I have a main swf and others are loaded into it using:

[Code]...

View 4 Replies

SWF - Flash Links Do Not Work Cross Domain

Apr 6, 2011

I have a flash accordion embedded using SWFObject. The SWF and related XML file are hosted on one domain. I have about 10 sites embedding this SWF from it's hosted location, both the SWF and the XML. The accordion links to various pages of my domains. The domain in which the SWF and XML file are hosted, the links work as expected. The other domains that the SWF is not hosted on, the links do not work at all. I verified it's a cross domain issue by placing the SWF and XML files locally on each domain and they worked, but this is not how I want it setup. I attempted to use crossdomain.xml and allow access from all hosts but that didn't work either.

View 1 Replies

Professional :: Links Work In Stand Alone Movie But Not When In Html?

Jul 24, 2010

I have a huge problem. I have a menu in Flash MX (AS2), it's pretty straightforward: It's a list of links but each time you mouseover one several related ones highlight (the client really wanted this). The code on each button is:

[Code]...
 
This works fine in IE8, it works fine in the preview in flash, but in FF/Chrome the rollovers work but the link is not clickable. Nothing happens on click. I thought this was perhaps a plug in issue, but when I loaded the movie in FF but not embeded into html it worked fine, it's only when it's embedded into html that the links won't click. The movie is here and the movie in a plain html page is here.[URL]..

View 3 Replies

ActionScript 1/2 :: Flash Menu: Unable To Get Links To Work

Aug 9, 2011

I purchased a website template that has some flash in it however the auther of the template lacked to include instructions and seemed to have left it unfinished (The links don't work, of course).
 
I can't seem to locate the actionscript he talks about: [URL]
 
[code]....

Notice that nothing there with clickable links :

I cannot find the actionscript that deals with onRollOver actions I would be absolutly ecstatic.
 
Download source files: [URL]

View 8 Replies

Flash - Make A Projector Movie That Links To A Pdf. Im Able To Get It To Work On A Pc But Not On Mac?

Aug 25, 2011

Im trying to make a projector movie that links to a pdf (in the same folder) on a CD that needs to run in both windows and mac. Im able to get it to work on a pc but not on mac. here is the code for the button i used in the projector.

on (release) {
fscommand ("exec", "manual1.bat");

and bat file open a pdf file.so i want to do the same thing for mac, that is using the fscommand to open up a pdf in acrobat. I read messages here that use applescript but i dont understand it too well so what id like to know if possible is the applescript, what it does and do i apply it to the button in my projector or do i tell the button to look at the applescript or what? I guess thats it for now.

View 1 Replies

Javascript :: Shadowbox Never Activates; Links Only Work As Normal

Dec 1, 2011

Following the official Shadowbox usage instructions, I appended just a few lines of CSS/JS:

[Code]....

And yet, when I click on my thumbnail, it does not generate a Shadowbox overlay. Instead, my browser follows an ordinary link to the animation. I've also tried Lightbox, Greybox, and Lightbox2, working at this problem for about twelve hours. My understanding of Javascript objects and classes is very limited. Web Development is not my career path.

View 2 Replies

ActionScript 2.0 :: Image Gallery - Set Thumbnails To Work As Links

Mar 20, 2005

I wrote a bit of actionscript to dynamically create an image gallery based on how many images are in a given directory. As of now, I've got it to display thumbnails in rows. My next step would be to get these thumbnails to link to the fullsize images.

Code:
endingNumber = new LoadVars();
endingNumber.load("end.txt", 0); //loads text file with # of images in directory
endingNumber.onLoad = function(success) {
if (success == true) {
var num1 = endingNumber.e1;
[Code] .....

So as of right now, I have a rough-looking set of thumbnails that don't function as links. is there any way to make those thumbnails act as links, using only actionscript? or, is there any better(easier) way to create a dynamic image gallery with flash so that my client will never have to open an .fla file to add more images?

View 7 Replies

ActionScript 3.0 :: Can't Get Links To Work Properly From A List Of Websites In An Array

Jul 19, 2009

I have an array called "webSite" that has a list of website addresses (url..).I have this code snippet that works great except that all the siteButton moviclips all go to the last website address in the "webSite" array.I need each button that is created to go to the proper website in the array. (siteButton[0] goes to webSite[0], etc.).Here is the shippet of the code where I am having the problem.[code]...

View 2 Replies

ActionScript 1/2 :: Page Links From External URLs .txt File Don't Work?

Mar 5, 2010

I'm working on a flash header for a website with the page links contained in an external .txt file, and I'm experiencing a strange problem.The site is both in English and Italian: I worked first on the english version, I modified the AS code for the new .txt file and then I saved the project with another name and translated all the text into Italian.I also changed the name of the external .txt file as well as all the page links contained therein.Problem is when I click a page link in the Italian version of the site, the links are the same of the English version; seems like the .swf file "remembers" the old links just as I never changed the file name.This is the "_urls_IT.txt" file:

url1=index.html&url2=servizi_stefania_muggianu_traduttrice_interprete.html&url3=curriculum_vitae_stefania_muggianu_traduttrice_interprete.html&url4=campi_di_specializzazione_stefania_muggianu_traduttrice_interpre

[code]......

View 10 Replies







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