ActionScript 3.0 :: Multi Images With Different Hyperlink?
Aug 21, 2010how to code actionscripts3.0 for multi images with different hyperlink on Flash CS4?I tried but only 1st image work. There is error for 2nd and 3rd image
View 1 Replieshow to code actionscripts3.0 for multi images with different hyperlink on Flash CS4?I tried but only 1st image work. There is error for 2nd and 3rd image
View 1 Repliesi got a problem with building a Menu for my website, i'm using CS3, Actionscript 3 and i've a lot of buttons for one page, but i don't really know how to code them, because i juz know how to code single Button example :
btn1.addEventListener(MouseEvent.CLICK, goToEnter);
function goToEnter(event:MouseEvent):void{
navigateToURL(new URLRequest("http://www.exaple.com"));
}
so this is for single button, how if there are 5 buttons?
I have created a flash file named "test.swf" and this file will call the "getdata.asp" file to retrieve the data from the database. There are multiple rows of returned data.
Code Description
----- ------------
A1 Notebook <button>
A2 PC <button>
A3 VGA Card <button>
A4 Projector <button>
How do I make the hyperlink to each of the <button> so that whenever a <button> is clicked, the "http://localhost/getdetail.asp?code=<key>" will be called, whereby <key> is the code associated to each of the row.This is the code in my Flash file.
for (i=0; i<ids_length; i++) {
codes
duplicateMovieClip(codes, "codes" add i, depth);[code].....
with this code(below) I am trying to load images into multi-dimensional arrays that will be used in another class... hopefully my code will explain my intent. Anyways, at runtime I'm getting the Error #2044 Unhandled IOErrorEvent: Load Never Completed. I've got this error many times before, and I somehows always fix it, but have never been able to figure out the problem... I've been working on this pretty much all day so my brain may be fried and I'm missing something simple, but regardless, it's quite annoying.
[Code]....
I want to do is add a simple hyperlink in my xmlhtml hyperlink in my xml.how to do a hyperlink in xml.This is what I do know,you can add the <a href="http:[url]...but that does not work for me,when i save and preview my fla, it takes away my scroll bar that i have.I have also seen somwhere you can use the <?[[DATA tag, but this aswell doesnt work for me in my FLA, is there somewhere i need to reference hyperlinks before I can modify my xml?
View 38 RepliesThe carousel itself is OK, everything works, including the click the icon to read the description.The only problem is that I need to have a hyperlink in one of the descriptions. I know how to hyperlink in HTML, and tried that in XML, but it didn't work. I also tried XSL or something to link but that just screwed up the SWF file itself. Here is my XML code.[code]....
View 4 RepliesI am using a Carousel i found online , everything is working fine and it also uses am XML file which contains the icons and the tooltip . If somebody could explain how i would add a hyperlink into the XML file , so each icon points to its desired location , my XML is as follows :
Quote:
<icons>
<icon image="icon1.png" tooltip="Other Species"/>
<icon image="icon2.png" tooltip="Contact us!" />
[Code]....
can someone explain how to hyperlink a mc in as 3.0?
View 5 RepliesI need to add a hyperlink to and advanced data grid. I would usually would us a renderer to do this, but in this case the columns i need to have hyperlinked will not have values in it until a "calculate button" is clicked. It's when I click the calculate button that the values to display in the hyperlink are created. So, what AS3 code could I add in the button.click handler to add hyperlinks.
View 0 RepliesI'm looking to create a hyperlink outside of my flash website. Does anyone have the Actionscript 3.0 to code an instance of a button? or a better way to code this???
View 3 RepliesI want to add a hyperlink link button to my site, but it keeps buggering up the flow.Here's is the code for my site so far (minus the link code):
stop();function trans(event:MouseEvent):void{ gotoAndPlay(event.target.name);
}
[code]............
So there are three menu buttons, and the page flys in animations depending on the button pushed.I have another button named LINK, and I thought it would just be a matter of inserting the following code somewhere:
LINK.onRelease=function(){ getURL("http:url....); }
But no matter where I put it, it just makes my site play through all the animations one after the other regardless of whether buttons have been clicked or not, and the link won't work.Where should I put this code and is it correct? Also, once it's working, I want to copy it and make another button for creating an email.Is that just a matter of having a mailto: link instead of a hyperlink?
Does anyone know how to create a hyperlink on an swf file? i think it can be done using actionscript during the creation of the fla, but i want to see if it can be hyperlinked AFTER creation, just using the website code.
View 11 RepliesI have a movieclip within a flash website and I want to have the browser go to a different website when the movieclip is clicked. Is there a way to do this in actionscript 3 or in the flash timeline?
View 6 Repliesow to do a hyperlink in xml This is what I do know, you can add the <a href="http://www.google.com">click here</a> but that does not work for me,when i save and preview my fla, it takes away my scroll bar that i have I have alsoseen somwhere you can use the <?[[DATA tag, but this aswell doesnt work for me in my FLA, is there somewhere i need to reference hyperlinks before I can modify my xml??
View 5 Repliesyou can see the SWF here:I'm trying to make some of the text in the SWF hyperlinksBelow is some of the XML -- how and where do I add the code to link?
<?xml version="1.0" encoding="utf-8"?><root difference="10"><node><year>1970</year> <text>Stephen Galvano installed as pastor at 421 Child St. </text> <pic>1</pic></node>
<node><year>1971</year> <text>The Inaugural International Missions Convention. </text>
[code].....
how to do a hyperlink or button to another page?
View 3 RepliesI have a movie that, at the end, has an image that can be clicked to go to a site. I need to change the URL and have no idea where to proceed. So far, I have found the object in the library and it's called a "sprite" and has something in the "linkage" field next to it. I've right clicked on it and tried both the Edit and Properties options and can't find what I am looking for anywhere.
View 4 RepliesI'm working on updating a flash file and i have to add a hyperlink to a word but i'm having no luck. can some help, the bit of code is:
but6="Renewable Energy - Solar Panels";
but6bt="Installing and using renewable energy technologies like wind turbines, solar panels and biomass heaters offer an alternative to fossil fuels. It will reduce your homes CO2 emissions and energy bills and depending on the technology you could even paid for the energy you generate, or take advantage of the schemes that some companies offer. Find out more here";
The word here thats bolded is the word i need to add a hyperlink to.
I want to make a flash movie which will load image and its hyperlink dynamically from external source. I know this is very common over the internet and as per some of the tutor I've done loading the image part but not able to sort out how to hyperlink that Below is the code
Code:
myData = new LoadVars()
myData.load("anastasio.txt")
myData.onLoad = function(succes)
{
[code]....
The text file "anastasio.txt" just have this line "image=photo.jpg". "holder_mc" is a blank movie clip. The image is loading properly but I dont know how to hyperlink that!! Can any one let me know how to do that dynamically.
Also, this is a very simple way of loading the image from text file but in real this will come from DB. The Admin will insert the image name and the url in DB and uploads the image to a specific folder from where the flash will load that image. I'm thinking what could be a better way from below to do the above stated task:
1) On insertion into DB, I need to create an XML file from DB fetching the image name and url and writing them to XML file. And every time the flash will load these from XML file instead of connecting to DB server.
2) No XML file. The flash will communicate with a PhP page which will fetch the records from DB and give it to flash for loading
I know both the ways for loading data into flash i.e. from XML or DB. I just wanted to know which could be the best!! In my opinion, XML file would be a better option since no DB connectivity every time on website but there will be only one record at a time which will get changed once in every month which is preventing me from creating XML file for just 1 record!!!
Because I have altered the images in a slideshow using flash derived from a website and its working properly but I can't remove the hyperlink from that swf file. I'm not good at flash action script. The php code to embed in the page is: <?php
[Code]...
At the moment, I have the following regex for replacing a URL to a HTML hyperlink:
[Code]...
You know how when you click on youtube's video it takes you to a youtube page with the video. i am trying to make the same thing for my video. basically, i need a way to make an invisible frame put it on the entire stage, and decide when to show it.( when it becomes clickable and when not.. )...so i am guessing an invisible BUTTON?
View 2 RepliesI need to have a hyperlink in an XML file, that would be loaded into my Flash Movie.
View 2 RepliesI created a table in flash that holds some informations in rows (something like: Date, Company, Article - per one row). All entries are made by one single XML file. My objective was to create a DOWNLOAD ARTICLE button, or at least hyperlink TEXT so one can download a file related to the information given.
I made an intelligent trick I've putted invisible buttons in every row and hyperlinked them (in Flash, not XML) with general names (01.doc, 02.doc, 03.doc...) as this table is meant to be updated.
If you don't understand what I'm talking about, enter here to see the table in function [URL]
how to pass a hyperlink through XML in flash i am using xml
[Code]...
I am working on a new rotator for an RSS feed. One of the fields I am displaying in the rotator is an article description. After the description, I would like to add a hyperlink that links to the page referenced. The link path, as well as all the data displayed, exists in the XML RSS file. I would like to append the link to the end of the article description and to display it in the form of the word "More".
Currently I am pulling in the description fine. I would now like to add the link, but I'm not sure how to append it. I don't know if I should create a button and try to put that on the end of the XML data, or is there a way to just create a text variable with a value of "More" and assign it a URL request.
the code to get my description looks like this:
PHP Code:
NewsBox.description.htmlText = xmlItem.description;
How do I append a text hyperlink onto that?
simple i got a script that open the a hyperlink in a new window, what i want is to open the hyperlink in the same window
Code:
a1.addEventListener(MouseEvent.CLICK, goWhere1)
function goWhere1 (evt) {
var url = "inisial.php"
navigateToURL(new URLRequest(url))
}
I have been given an .swf file that needs to be added to an HTML page - no problem. That file then needs to link to another site. Is this something that needs to be added to the file before it is loaded onto a website?
I've seen the following code provided in other threads, but either it is meant to be used when creating the file, or I'm not using it correctly when I try adding it to my .asp page.
on (release) {
getURL ("<URL here>", "_blank");
}
If I'm not trying to do something impossible, edit the code below to make this file link:
<html>
<BODY BGCOLOR="#ffffff" TEXT="#000000" marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 rightmargin=0 id=all>
[Code].....
I have a Flash image gallery containing both images and captions fed by an XML sheet. I have an HTML hyperlink in the XML (wrapped in CDATA tags) that I want to control the Flash movie with, i.e. go to frame 70 when link is clicked.
I found this piece of code but it didn't work:
Code:
<![CDATA[<a href="$70" target="_blank">Link</a>]]>
I bought this template, and am trying to make some of the pictures when clicked have hyperlinks that go to other websites, i am turnong the picture into a button and adding this code in the action script [code]
View 3 Replies