Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Anyone Have A Link To A Tutorial For This



Its just the navigation system im interested in. I've looked at countless forums and google searches for hours. (elastic, hanging, swinging) you name it...lol but with no luck... Totally new with script but usually can make heads or tails out of it if i play with one for a while.http://www.capitalcomm.com.my/Thanks in advance..:)



General Flash
Posted on: Thu Mar 01, 2007 5:45 am


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Tutorial Link For This?
Hi guys,

I want to create a map something similar to this:
http://www.bluemountain.ca/village_quickfacts.htm (follow "winter resort trail map" link on the left navigation)

Is there a tut out there that covers the basic principals employed? Any help is greatly appreciated

Thanks
sm

Tutorial Link For This?
Hi guys,

I want to create a map something similar to this:
http://www.bluemountain.ca/village_quickfacts.htm (follow "winter resort trail map" link on the left navigation)

Is there a tut out there that covers the basic principals employed? Any help is greatly appreciated

Thanks
sm

Any Tutorial For Gallery - Link Below
http://www.burberry.com/UK/Collectio...lections.shtml

Any Tutorial For Gallery - Link Below
http://www.burberry.com/UK/Collectio...lections.shtml

After A Chain Link Tutorial :)
Hi guys..

I'll explain this the best i can:

I'm after a tutorial or some sort of easy explanation to do the following:

Imagine a chain if you will made up of a number of MCs (the links). the MC would have two extreme points which link to the last and next point of the adjascent link respectively, as a chain does. I don't see why all links can't have the same rule or function so long as they are named differently.

The only exception to the rule will be the end links, both of which will be attached to a point of a seperate moving MC.

Lastly the links will have a gravity , so it naturally hangs down, but when the seperate MCs move it adjusts itself.

Hope this makes sense... any info at any level welcome

Phil.

Adding URL Link To XML File Of Carousel Tutorial
I am using the Carousel application as designed in the 3 part tutorial. My question that i can't find an answer to online is how to add a URL link in the description text that shows when an icon is clicked. Can anyone advise? Thanks.

Josh Henry

URGENT Kirupa News Ticker Tutorial Link
Hi this is quite urgent and I was hoping someone could help me out.

I am doing an xml news ticker based on the tutorial found here on kirupa. Everything is working fine and I have gotten the ticker to read headlines off an xml file. The problem is, linking to a page from the news ticker. In the tutorial, the url function in the xml file is:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<item>
<news>This is great</news>
<url>http://www.kirupa.com/forum/forumdisplay.php?f=4(0);")</url>
</item>

The thing is, I want the link to open up a javascript window with set properties. What I am trying is:


<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<item>
<news>This is great</news>
<url>"javascript:NewWindow=window.open('wonderful. html','newWin','width=817,height=600,left=0,top=0, toolbar=No,location=No,scrollbars=yes,status=No,re sizable=No,fullscreen=No'); NewWindow.focus(); void(0);")</url>
</item>
</images>


This doesn't seem to do anything...not too sure if I've written it correctly or if there is any other problem. I really need to get this done and any help would be very very much appreciated.

Thank you in advance!

Link To A Specific Frame Of A Flash Movie From An HTML Link
How do I link to a specific frame of a Flash movie from an HTML link?

Button Link Inside Movie Clip Link To Slide #
First let me say I am a very new to ActionScript and Flash, but have a pretty good understanding of the web and a basic understanding of object oriented scripts from CSS and a few other languages.

I have a navigation menu which is a movie clip containing buttons inside it and have a slide presentation as my main content. I am trying to make the buttons link to a specific slide # in a different part of my flash presentation.

You can see the page here: http://brhpc.ericlevay.com

The nav menu is a downloaded source and the slide show is the default canned one from the Flash templates directory.

I was hoping to use the gotoandStop (slide#) to make the connection between the nav button and the slide but it does not do anything.

I will provide the source if needed...

Thanks!

Html Link And Flash Link On Intro Page
I've noticed that a lot of Flash sites have some kind of detector to see if you have the flash plug in. Is that scripting?
Plus, I see that the intro page of ones site will have an HTML and a FLASH option to choose from to enter the site. Would that be enabled in the publish settings of Flash 5? I am curious to know how that is done because I am designing this young lady's site and she wants the viewers to have the options of HTML or Flash.

Thanks!

Anyone Have A Link On How To Create This Scrolling Film Clip? (see Link)
Please look at this thread at the bottom...they use quick time, I will use jpg/gifs...would love a walkthrough, or even a refernece on what book (FLASH MX BOOK), I could buy that illustrates this.

thanks all.

http://www.dvarchive.com/

/fe

Can Dynamic Text Have An Embedded Link? Or HTTP Link?
I'm using the Flash scroll bar componet, which uses dynamic text, and I want to link part of my dynamic text to a specific frame in my moive. - Is it possible?
- I've tried and it doesn't allow the 'Go TO' funcion.

so,

I created another HTML page and SWF to display the specific SWF screen that I want to show up - now I'm trying to link my dynamic text to '_self' so that when the link is clicked it will look like it is in the same site.

When I use the dynamic text and create the link, it appears to be ok/workable in the Properites panel, but when published, it doesn't work.

Text Flash Link - Button Mouseover & Link
Hi - I'm a basic user of flash mx - I'm redevloping my design site. How do you make text links and how do you do mouseover scripts in flash MX.

Thanks for your help

Hide Cursor When Over Text Link (TextEvent.LINK)
Hi there!

In my application, i have custom graphic cursor. I use Mouse.hide() 'onMouseMove' . There are some special cases though, when the default mouse cursor is still visible. Like for example when:
(1) rolling over an input texfield
(2) rolling over a link: <a event:blabla>link</a>
..in html-formatted textField.

The latter is worst. Is there a way to hide the default mouse cursor in these cases? I haven't found any so far..

Cheers!

Best Way Creat List Of Link & Update New Link Freq
I'm looking for the a way to make a list of Links & Text so that I can

easy update these links? Update using txt file or xml .

Any suggestion or tutorial ? thanks

Link From MySQL Database Then Displaying The Link In Flash 8
How do i create a link in a MySQL table and then how do i make that link display in flash 8? I've tried enabling html text but i don't know how to make the link display as an actual hyperlink?

Any Ideas.

My AS:
Code:

var theXML:XML = new XML();
theXML.ignoreWhite = true;
links_txt.html = true;
theXML.onLoad = function() {
   var itemNodes = this.firstChild.childNodes;
   for (i=0; i<itemNodes.length; i++) {
      var link = itemNodes[i].childNodes[0].firstChild.nodeValue;
      var desc = itemNodes[i].childNodes[1].firstChild.nodeValue;
      links_txt.text += link+"
"+desc+"

";
   }
};
theXML.load("http://www.jacksrambles.com/links.php");

To The Tutorial Writing Staff: XML Portfolio Tutorial
Hi guys!

I'm a basic actionscript user which knows the basics of xml and actionscript. I've been seaching for a tutorial for a long time now how to make a portfolio which is dynamic and loads info from an external .xml file.

Since i couldn't find any tutorial like this i've tryed to make my own script out from this xml file:


Code:
<portfolio thumburl="thumbs/" imgurl="images/">
<project hdline="my first project" client="none" date="2007-01-02" category="website" weburl="http://website.com">
<image url="image1.jpg"/>
<image url="image2.jpg"/>
<image url="image3.jpg"/>
<description><![CDATA[This describes my first project]]></description>
</project>
</portfolio>
I have hade in mind that you should see a bunch of thumbnails first in a table format (like 6 cols and 3 rows) on each page, then you should be able to select page with next and prev buttons. When you press on a thumnail a box with the bigger image shuld pop-up and you should be able to read the other information in the xml file (such as client, date etc etc).

I've tryed to make this but it's to advanced. And my version is very buggy, aswell.

Here is what i've done sofar:
www.vmgcomputers.com/xml/portfolio3.swf

I don't know if this helps but here is a "multiple loader" i found:
http://www.johnnyslack.com/content/d...der_jslack.zip


I think there are many guys who are looking for a tutorial about this so please consider to make one, all professionals out there!

Link Layers? Link Timeline Layer?
Ive been struggling for what seems like forever to figure this out. Is there any way to link layers together, so, when you move one, they all move? also, is there a way to link a layer timeline? so when you move one object, it moves all objects on that same layer timeline? possible way to move everything at once?

Thanks!

Dynamically Loading Link Text And Link
I need some code or reference for Dynamically Loading Link Text and Link from an external .txt file. The number of links could be any depending upon the changes made in the text file.

How do I go about it???????

Flash - Css With Multiple Link Link/hover
Hi,

I am trying to use multiple hover styles in a flash app. Has anyone else tackled this?

Thanks,
John Glynn

Tutorial For Making A Flash Tutorial
I would like to find a tutorial on how to make a Flash Tutorial like this one or something similar.

Any help would be greatly appreciated!

XML - Mix The Squirrel Tutorial And The Portofolio Tutorial
Hello,

I'm trying to mix 2 tutorials: the Squirrel Finder (http://www.kirupa.com/web/xml/exampl...rrelfinder.htm )and the Portfolio ( http://www.kirupa.com/web/xml/examples/portfolio.htm ).

Actually i want to create a list of buttons based on loaded xml and when the buttons are cliked i want to displays information obtained from the xml
associated with that button (this part is ok).Now the things is that i also want to add to each "squirrel" a portofolio but i can 't figure out how to write the AS.

here are my codes

the xml


Code:
<?xml version="1.0" ?>
<menu>
<menuitems sourceurl="http://spot.colorado.edu/~halloran/sqrl.html">
<item type="squirrel">
<species>Abert Squirrels</species>
<location>
<![CDATA[Abert squirrels (Sciurus aberti) are only found in mountain regions of North America. In the United States their range extends from extreme south-central Wyoming to New Mexico and Arizona. There are six valid subspecies including S.a. ferreus, True, the subspecies that is found along the Front Range of the Rocky Mountains in Colorado. Abert squirrels are limited to Ponderosa pine (Pinus ponderosa) forests in which they feed and build their nests.]]>
</location>
<portfolio>
<picturetitle= "Tiny Disk"
thumb= "portfolio_images/thumbs/tinydisk.jpg"
description= "portfolio_text/tinydisk.txt"
image= "portfolio_images/tinydisk.jpg" />

<picturetitle= "Plug"
thumb= "portfolio_images/thumbs/plug.jpg"
description= "portfolio_text/plug.txt"
image= "portfolio_images/plug.jpg" />

<picturetitle= "Disk Collection"
thumb= "portfolio_images/thumbs/diskcollection.jpg"
description= "portfolio_text/diskcollection.txt"
image= "portfolio_images/diskcollection.jpg" />
</portfolio>
</item type="squirrel">

<item type="squirrel">
<species>Douglas Squirrels</species>
<location>
<![CDATA[Douglas squirrels (Tamiasciurus douglasii) are found throughout the coniferous forests of Southwestern British Columbia, western Washington, western Oregon, and western California.]]>
</location>
<picturetitle= "Tiny Disk"
thumb= "portfolio_images/thumbs/tinydisk.jpg"
description= "portfolio_text/tinydisk.txt"
image= "portfolio_images/tinydisk.jpg" />

<picturetitle= "Plug"
thumb= "portfolio_images/thumbs/plug.jpg"
description= "portfolio_text/plug.txt"
image= "portfolio_images/plug.jpg" />
</portfolio>
</item>
<item type="squirrel">
<species>Eastern Grey Squirrels</species>
<location>
<![CDATA[Eastern gray squirrels are found throughout the eastern United States; their natural range extends from Florida, north to Canada, and west to where the deciduous forests meet the great plains grasslands. There are 5 subspecies of eastern grey squirrels, S. carolinensis carolinensis is the subspecies found in most of the south from northern Florida, to North Carolina, west to Missouri, and eastern Texas.]]>
</location>
</item>
</menuitems>
</menu>
the as


Code:
function DisplayInfo(){
menu_mc._visible = false;
infobox_mc._visible = true;
infobox_mc.content_txt.text = this.location_text;
}

infobox_mc.close_btn.onRelease = function(){
menu_mc._visible = true;
infobox_mc._visible = false;
infobox_mc.content_txt.text = "";
}
infobox_mc._visible = false; // start the info box hidden


// define basic variables for setting up the menu
var item_spacing = 28; // how far menu items are spaced veritcally
var item_count = 0; // counts menu items as they are added from the XML
// var for the portofolio
var thumb_spacing = 40;

// load variables object to handle loading of text
var description_lv = new LoadVars();
description_lv.onData = function(raw_text){
description_txt.text = raw_text;
}


// CreateMenu creates a menu based on the XML object passed.
// It loops through all the items with a for loop adding clips to the menu_mc
// movieclip on the timeline, defining the appropriate text where needed
function CreateMenu(menu_xml){
// start with the first item in the XML
var items = menu_xml.firstChild.firstChild.childNodes; // menu -> menuitems -> child nodes array
for (var i=0; i<items.length; i++) {
// only continue if the type of this item is a squirrel
if (items[i].attributes.type == "squirrel") {
// create variables for our elements
var species = items[i].firstChild; // same as items[i].childNodes[0]
var location = items[i].childNodes[1]; // second child node

//function GeneratePortfolio(portfolio_xml){
//var portfolioPictures = portfolio_xml.firstChild.childNodes;
//for (var i = 0; i < portfolioPictures.length; i++){
var currentPicture = portfolioPictures[i];

var currentThumb_mc = menu_mc.createEmptyMovieClip("thumbnail_mc"+i,i);
currentThumb_mc._x = i * thumb_spacing;

currentThumb_mc.createEmptyMovieClip("thumb_container",0);
currentThumb_mc.thumb_container.loadMovie(currentPicture.attributes.thumb);

currentThumb_mc.title = currentPicture.attributes.title;
currentThumb_mc.image = currentPicture.attributes.image;
currentThumb_mc.description = currentPicture.attributes.description;


currentThumb_mc.onRollOver = currentThumb_mc.onDragOver = function(){
info_txt.text = this.title;
}
currentThumb_mc.onRollOut = currentThumb_mc.onDragOut = function(){
info_txt.text = "";
}
currentThumb_mc.onRelease = function(){
image_mc.loadMovie(this.image);
description_lv.load(this.description);
}
}
}

// Create a menu item movie clip in the menu_mc instance on the main timeline
// for each item element offsetting each additional further down the screen
var item_mc = menu_mc.attachMovie("menu_item","item"+item_count, item_count);
item_mc._y = item_count * item_spacing;
item_count++;

// assign text using nodeValue to get the text
// from the text nodes and CDATA sections
item_mc.species_txt.text = species.firstChild.nodeValue;
item_mc.main_btn.location_text = location.firstChild.nodeValue;
// set the onRelease of the item button to the DisplayInfo function
item_mc.main_btn.onRelease = DisplayInfo;
}
}
}



var squirrel_xml = new XML();
squirrel_xml.ignoreWhite = true;
squirrel_xml.onLoad = function(success){
if (success) CreateMenu(this);
else trace("Error loading XML file"); // no success? trace error (wont be seen on web)
}
squirrel_xml.load("squirrel_finder.xml");
Thanks for the help

Press On Link And Have It Display Right Next To Link
Hello. i don't know how else to word this, but what i am looking for is on my portfolio i am making if flash 8 to display the work right next to the link.

the links are on the left side and i want it so when u click on the link, on the right side of the screen, my work comes up. i just was wondering what is the best way to go around doing that without making everything messy in the timeline. if i posted this in the wrong section, let me know and i'll repost it when it should be.

thank you in advance for your advice.
nick

Continuous Sound From Link To Link
I have a site where I have loaded a few songs to specific pages and they play fine when I get there, yet I was wondering how to add a song that would play on the rest of the pages, and also so that when they go to anyone of these pages, the song doesn't start over again but is continuously playing without breaking. I am new to this flash thing so I need all the help i can get.

thanks

Adding Thumbnails <link></link>
hello

I need help with the tutorial.
It works fine but on the fist page of the tutorial the flash photo is clickable how do you do that?
It has something to do with the <link></link> tags in the xml file and I need to make a onRelease event in the code but how??

i'm new in the hole flash, actionscripting, site building thing sorry

thanks
steve
hifyah.be

<name="DWG" Link=""/> If Link Is Null Dont Link
Trying to load in some xml stuff and caught on something. I am checking if link is null but it still attempts to fire even if no link is present.
XML:

Code:
blah..blah....
......
<name="DWG" link=""/>
<name="ABC" link="http://www.abc.com"/>
<name="GDW" link="http://www.gdw.com"/>
.......
my if:

Code:
if (link != null) {
function here (
}
}
How can you escape it if there but not set? I have tried undefined, null or != ' ' ;... They all get read out from php grab from db just some have links in the link attribute and some dont. How can you escape that?

Active Link Color / Visited Link Color
Good day,
I have a simple navigation question. I've seen sites which allow buttons to have various states. Like in praystation.com- you click on a date, that date turns green. You click on another date- the old date turns red (indicating that you have already visited that link) and the new date becomes green.

How do you do that! Anyone know how that's done? It's nagging at my brain, I want to learn how, but I'm too much of a newbie to figure it out.

Any help would greatly appreciated.

Need Tutorial/ Fla
Any body know how to scroll series of image relative to mouse position (like shown at http://www.chris-bailey.com) ?

Anyone Know Where This Tutorial Is?
Some time this month I saw a tutorial about loading random movie clips with actionscript to create more interesting intros etc.

Anyone know where this is please

Looking For A Old Tutorial
Hi i'm looking for a tutorial with small picuters in row. The row allows the user to scroll in either the left or right direction.When the mouse is over the picture the picture is magnified and when the user clicks on the picture it come up.

thanks in advance

Tutorial
Hi, is there a tutorial where I can find out how to do all of the flash effects on this site

http://www.fallnangels.de/newsite/vorlagen/set.htm

thanks

Tutorial
Does anybody have a "for stupid people" tutorial that I could access? I want to learn ActionScript but I need something that will explain it in ENGLISH. I mean, stupid things, like, what is a variable? How do you write a variable? Why do you write a variable? Where do you put a variable? Can it have spaces? Does it have to be before all the rest of the actionscript? How is a variable read? Why does it read the way it does?...balh, blah, blah...I need a beginning tutorial. Can you help? Thank you in advance....

Randy

P.S. Remember...it's like talking to a child....

Looking For This Tutorial...
I'm not sure that there is a tutorial on this, but if there isn't it would be appreciated if you could tell me how. I need to know how to make the flash part of a site appear seperatly from the site itself. Where it is in it's own window and you can move it around. Thx for the help.

Jason

Need An Tutorial Or Help With...
Hi.

I am making a site it is all done in flash. Now it will have buttons which u press and another box shows up. Now I want to make a scroll bar, but i want it to scroll where u JUST put the mouse over it .. no clicking.


So i need a tutorial to make the scroll bar that u just put the mouse over to scroll. Thx.

Does Anyone Know Where This Tutorial Is?
I saw a tutorial for making a marquee with actionscript, anyone know where it is cuz I can't find it.

Help With Tutorial
Please take a look at this tutorial:
http://www.flashkit.com/tutorials/Ac...41/index.shtml
I'm a total noob, so can anybody translate it to Flash 5?
Thanks a lot

Where Did That Tutorial Go?
Hi All,

Im looking for the tutorial for a vertical scrolling menu, like the one on the eStudioworks site..

Cheers,

dvdvault

Mx Xml Tutorial
Been tinkering with the the xml menu tutorial in Flash MX - no real problems so far with changing the structure and links but does anyone know how I get the menu text to align right instead of left. I have been playing with the text box and it will accept changes for font and size but not allignment. Thanks...

Looking For A Tutorial
one to open a movieclip or a flashwindow [not java ] from a button

Looking For A Tutorial
it gives the effect of motion. an example is this subway: http://www.directiondesign.nl/flash.html

same idea
any idea where i can find it?

Looking For XML Tutorial
I've been looking for a good XML tutoral that explains how to read and format XML data into flash, and possibly how to pass it back to a script. I found one on flashkit written for flash 5 which I can't get to work. Most of the other articles or tutorials I've found have very little description and just provide you with code to copy/paste. If anyone knows of any good XML tutorials that explain what the code means I would appreciate it, Thanks.

New BIT-101 Tutorial
for anyone interested, i just posted a new BIT-101 tutorial on making the infamous creatures that show up from time to time on BIT-101.

check the site. http://www.bit-101.com

Best Tutorial
i know this is a HUGE longshot, but does ne1 know of a tutorial site that can help me in being able to make a site in flash? and if not, does ne1 know of a good tut. site?

Looking For A Tutorial To Help Me
I have been scanning this site for a tutorial on how to build a site entirerly in falsh 5, but i am having great difficulty in finding anything that can halp me.

My main concern is how big should i have my working area so that the site is not to small.

The Best Tutorial EVER
i am an idiot when it comes to flash, but this is a life saver, makes it seem sooooo easy. If you are interested in saving variables like cookies go here: -

http://www.macromedia.com/support/fl...s/local_so.htm

Thnx for giving me this link Mirandir

~Ollie

Need Tutorial
I need a good tutorial for how to make objects smap into place...


thanks!

Tutorial...
Hey, i just started out using flash mx and i was trying to follow one of your tuts.

http://www.flashkit.com/tutorials/Ge...38/more3.shtml

And i can't figure out how to get the frame properties menu up and change it like the tutorial says for MX.

Please help! thanks

Help With Tutorial
Ok, I have "the basics" of flash down, but dont really know too much about action script. I know other programming languages etc. But my problem is i get through this whole tuorial (short one) on how to make a scrolling nav bar. Then at the very end it says to insert the action script, so i do. The Drop the "movie clp" into my main timeline. What i am confused with is i dont think ther ever was a movie clip and even when i do drop it in my main time line and add the action script what does it do DOH! If you guys would look at this tutorial:http://www.flashkit.com/tutorials/Interactivity/Navigation/Horizont-Jeremy_B-744/index.shtml

and tell me what to do on steps 4-6 in a ore detailed explanation it would be MUCH APRECIATED! I've been at it for a couple days now : thanks - EnS

Re: Tutorial For MX; Can Do In 5?
Thanks for your help ahead of time!
I have used general help area lots of times and it has always been so useful.
I've been asked to set up a script in Flash that would allow the user to input a number; as in days of the month; ie.7. This number would enter an equation that would create a sum (number) that would then be automatically represented by an updated graph bar.

I found this tutorial, which is almost perfect, but it is for MX, not Flash5.
http://www.flashkit.com/tutorials/Ac...14/index.shtml

Can anyone help with a Flash5 work around?

Thanks,
Kevin

Copyright © 2005-08 www.BigResource.com, All rights reserved