IDE :: Give Links From Homepage To Icons?

Apr 20, 2009

all this pages are in one movieclip called PAG with appropriate names to moviclip and frames. I am having problem with Home page i hv some icons which shld take user to links. but its not working . and same link works fine with training page.

_root.pag.training.gotoAndStop("t2");
}

now how to give links from homepage to icons .

View 1 Replies


Similar Posts:


Professional :: Links Opening To Same Popup - How To Give Each Its Own

May 18, 2010

Each page has like the first page "Welcome" followed by a brief paragraph followed by a "read more..." link/button which opens to a small popup window with additional 3-4 paragraphs. So the main page has "WELCOME" > small paragraph > read more button.

Below that has "LATEST WORKS" > small paragraph > read more button

Both of those "read more..." lead to the same popup window but have their own title "Welcome" and "Latest works"(don't know where the mini title file is) but the paragraphs are the same which I don't want. I want each "read more..." to open to its own little popup.

Still learning script but is their anything in the script to change or something on stage? Or just redo everything somehow
on (rollOver) {
gotoAndPlay("p1");
} on (releaseOutside, rollOut) {
gotoAndPlay("p2");
} on (release) {
_root.popup.gotoAndStop(2);
_root.popup.label.text = i;}

View 1 Replies

ActionScript 1/2 :: Give Dynamic Links Using XML"?

Jun 3, 2010

I am new to flash. I have a Dynamic USA flash map. If i roll over on state it zoom in and roll out Zoom out. I want to give dynamic link for each state using XMl. Please help me out. Below is the code which i am using..

[Code]...

View 1 Replies

ActionScript 3.0 :: Create A Slider That When Changed Either Adds Icons Or Subtracts Icons?

Dec 10, 2009

I am trying to create a slider that when changed either adds icons or subtracts icons.Here is what I got:

Code:
package
{
import flash.filters.*;
import flash.ui.*;

[code].....

View 5 Replies

ActionScript 2.0 :: Can't Select The Links Which Animate Out A Menu That Holds A Couple Of Links?

Mar 23, 2004

I have a menu once clicked it animates out a menu that holds a couple of links, but with my code I can't select the links.

[code]...

View 9 Replies

ActionScript 3.0 :: Set Homepage In Flash?

Jul 13, 2011

been looking around for a while for this, searched for it here at as.org, scanning every article and archive I could find from the last 10 years. It just seems like how to do it right is not currently out there. Assuming coding has improved, and all of us are much smarter and more experienced than we were last decade, I bring it up once more.

View 7 Replies

ActionScript 2.0 :: How To Get 3D Carousel To Appear Only On Homepage

Mar 9, 2009

I just built a carousel using Actionscript 2.0 in CS4 via an awesome tutorial on this site. I've added this carousel to an existing site and works beautifully on the home page but the problem is, when I click on a button to go to a new page, the carousel appears there as well obstructing the page content. Also, when I click back to home the carousel multiplies. My question is, how do I get the carousel to appear on the homepage ONLY and not multiply each time I click back to the home page? I'm a new Flash user.

View 1 Replies

ActionScript 3.0 :: Slideshow With Links - Incorrect Links After 1 Replay?

Aug 17, 2011

i created a flash slideshow with pictures of events and link each picture with its own event (ie. each pictures has its own links to the website). I created the fade in and fade out effect using the class motion tween. With the link, I created a layer with a button that has alpha= 0 (so the user don't see it) and then I used code snippet to make another layer with the action script "click to go to url."

When the slideshow goes to the last picture I made it fade out and the first picture of the slideshow would show up and then the slideshow would replay itself (by default?). My goal is to make a continuous slideshow.

When I tested the swf file, the first time it runs, everything is right. The urls and the pictures are in correct order. However when the slideshow replays itself automatically, I notice that the links are incorrect. In the first play, when I click the picture of the event it would open the url of that event.However when the sldieshow replays, clicking the pictures would only open the url of the first event picture. When I click on the 2nd, 3rd, 4th, etc.pictures the browser opens only the link of the first picture of the slideshow.

View 11 Replies

ActionScript 3.0 :: Disabling Links And/or Redirecting Links In HTMLLoader?

Oct 30, 2009

code for disabling and redirecting links in the HTMLLoader:

Code:
import flash.html.*;
import flash.net.URLRequest;

[code]....

View 0 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 :: Putting External (4) .SWF's On Homepage CS4?

Aug 11, 2009

I've got a question/request concerning my first flash website.If you look at my site you will see 4 .swf's loaded in from the sides. This effect is made possible by Jquery script. But because of lack of compatibility with Opera & Internetexplorer. I have to integrate this all in one swf. But I've got not a clue what kind of code I need to make this effect working.So to be clear what I want is Containing 4 swf's 25% height & 100% width. The slide in function is something I also would like to have (but maybe that's asking for just to much). If you want to see the code of the actionscript from the swf''s you can check it out at the included zip

View 11 Replies

ActionScript 3.0 :: Video Background For Homepage

Nov 17, 2009

I want to make a video background for my homepage as a welcome page. I found this code on the internet that seems to work more or less... problem is it just stretches out and fills out to much, it only stretches out to perfectly fill on the with of the swf, but goes way over the boundaries on the length... the video fills the page exactly but when the expands according to the size of the browser?

[Code]....

View 5 Replies

Professional :: Incorrect Navigation From Homepage?

Dec 1, 2010

I am using AS3.0.I have created simple forward naviagtion from my homepage to my second screen using the code below and a simple button (click1)

//handle events for buttons...
click1.addEventListener(MouseEvent.CLICK, clickSection1);
function clickSection1(evtObj:MouseEvent){[code].......

Slightly modified code is used on consequent pages to navigate forward through my site.I have also created a home button that navigates me back to my first screen (called screen2) using the following code...

home_btn.addEventListener(MouseEvent.CLICK, clickhome1);
function clickhome1(e:MouseEvent):void
{gotoAndStop("screen2")
}

However, when I return to the homepage and click forward, instead of taking me to the next page and the next page, it jumps me forward directly to the 5th. screen.

View 5 Replies

ActionScript 2.0 :: Set As Homepage And Bookmark Button?

Feb 20, 2009

I have 2 buttons in flash.. and i need one that allow me to set as homepage for that webpage when i click. and another one allow me to bookmake that webpage when i click.

View 0 Replies

ActionScript 2.0 :: Different Homepage Load On Different Connection?

Mar 25, 2008

is there a code or anyother way to make different homepage load on different connectionone homepage with flash 4 TI boardbandone homepage that is plain and simple 4 56k dialup

View 1 Replies

ActionScript 3.0 :: Flash Intro Automatically Go To A Homepage

Apr 23, 2009

I'm sorry if this is the oldest flash question in the book, but I created an intro in AS3 and I don't know how to get the movie to automatically go to home page after it plays through. I added a skip button and have that part working, but I don't get the other part.

View 1 Replies

Take A Snapshot Of The Homepage Of The Flash Site For Portfolio?

Jun 25, 2009

I have recently created a flash site and I am trying to update my online portfolio. How do I take a snapshot of the homepage of the flash site for my portfolio?

View 2 Replies

Loop Fading Random Image On Homepage

Jan 19, 2010

The loops fades a random image, which works great the first time round, if I go to another page and then back the home page (which is where this code is on frame 1) the first image loads but the random image code does not continue. I think it has something to do with nextHolderBool.

var numbers:Array = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20];
var numRemaining:Number;
var randomIndex:Number;
var currNumber:Number;
var nextHolderBool:Number = 1;
[Code] ......

View 7 Replies

ActionScript 3.0 :: Play A Movie (flv) Then Go To The Website Homepage?

Apr 11, 2010

I have an flv movie clip imported into a nice swf skin and it looks and performs wonderful. When it's done I want to immediately navigate to the home page of my site..
 
 
 

View 2 Replies

Professional :: Swap Images On Homepage With A Control?

Oct 15, 2010

I am looking to create an area on my homepage that swaps images every 5 seconds and also has a play/pause and next feature for the view to choose if they want to click through or pause on an image. I am looking to create swaping images just like the following link under 'Top Stories'I am using Flash CS4.

View 2 Replies

Make A Cool Homepage Content Slideshow?

Oct 25, 2010

How to make a cool homepage content slideshow like this one[url]...

View 2 Replies

ActionScript 3.0 :: Viewing Homepage On Different Peoples Computer

Jun 9, 2011

I've Build this little page URL... the problem is that on my computer everything works perfect on others it dosen't show anything on some it loads and the video background works, but when you push the button "show" only the button changes and not the video background. and at some when you push "enter" only a black square appears?

View 2 Replies

ActionScript 2.0 :: Setting Homepage Button In Flash

Jul 8, 2011

How does one program in AS2/AS3 a "set as homepage" button?

View 1 Replies

IDE :: Simple Logo - EventListener To Go To Homepage When Clicked

Jun 19, 2009

For my site I've got a logo in flash. But I don't got enough knowledge of actionscript 3.0 to get it working properly. What I want is an eventlistener to go to my homepage when clicked on. [URL]. This is the code I've got until now.

Code:
logo_mc.buttonMode = true
var url:String = "[URL]";
var request:URLRequest = new URLRequest(url);
try {
navigateToURL(request, '_self'); // second argument is target
} catch (e:Error) {
trace("Error occurred!");
}

View 2 Replies

ActionScript 2.0 :: [MX] How To Do The Type Of Effects On The Adobe Homepage

Mar 17, 2004

how to do the type of effects on the Adobe homepage? (the promo movie of a sprouting flower for Photoshop CS).

View 3 Replies

Coding - Links Linking To Wrong...links?

Sep 14, 2009

I'm writing some code in Flash MX 2004 and everything works fine except for the last button (4DSystemsProducts).According to the coding if none of the drop down buttons work it should go to products.php, but for some reason it goes to 4DSystemsProducts.php. All of the other menus are coded the same way and work fine, if I take out that button it works fine,or if I take out button 7 and switch 4DSystems to button 7 everything works.Here is the code to clear up this explanation. [code]....

View 5 Replies

Actionscript 3.0 :: Trial Links To Html Links?

Apr 14, 2011

I want to add links to 3 different external html pages in the place of th 3 my trial links(which are on the timeline) Here is code, this creates the three buttons listed in var catBtmmenu_label Array:

Code: Select all// Catalogue Bottom Button
//stop();
//hide button on the stage[code]..........

I dont know how to assign links to dynamic created buttons.

View 1 Replies

ActionScript 2.0 :: Geturl Function Only Opens Browser Homepage

Jul 8, 2009

I have a button with some transition/easing on it...and a geturl function. However there is something weird happening, when the button is clicked, it sees the geturl alright, and the browser opens...but cant seem to get any further than that! [code]...

View 1 Replies

Professional :: Importing Another Swf File Into The Flash-homepage (swf Is A Gallery)?

Aug 9, 2010

i downloaded a free of use gallery from (this gallery) and i'm trying to load it in my flash site .. now, the gallery works if i open it directly (i open the swf file)when i try to load the external swf file into my siteloadMovie("image_gallery.swf", box);then the movie loads .. the gallery is displayed the message "loading xml file" displays and then when the xml is loaded the message "loading image 1/7" displays and only the first image loads.

once the first image is loaded it will not be displayed (it remains outside of my swf file .. i can see it when i resize the window) and no other images will be loaded.if i open the gallery.sfw file again everything works fine .. the problem is only if i try to load the gallery.swf in another swf ..something must be wrong ..i tryed to opern the gallery.fla file and copt everything directly in my site and the problem remains the same .. only 1 image loaded and not displayed in the gallery

View 3 Replies

Web Development :: Using Flash On A Website Homepage Considered Bad Practice?

Jan 6, 2010

We are revising our company website and I wondered if it considered bad practise to use flash on the home page.This would cause issues for those users who dont have flash installed (and maybe dont want flash)

View 3 Replies







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