The site's main area is the 3D AS2(oldschool) carousel(Lee Brimelow model) and one of the icons, when clicked, adds the content to the cooresponding textbox like the tutorial. I want the names of the URL's to be hyperlinks. So in essense, one of the icons is a portfolio link area, where I have the content= text like this:
Code: Select all<icons>
<icon image="icon1.png" tooltip="PORTFOLIO" content="Please, feel free to visit some of our projects around the web we've done for clients:[url]....
I obviouysly want the url's to link t that URL.This issue has not been directly answered from what research I have done today(ALL FREEGIN DAY!)
I adopted the tsunami effect that i've got from this link [URL] but the problem is how can i plug the title on each icon, showing up on an icon when i point on it (on rollOver)
when I try to make text or a button into a hyperlink within that tooltip, it doesn't seem to be usable in the preview. I click on the text/button, and it just doesn't do anything. I've tried coding it several different ways, and looked for an appropriate tutorial, but I haven't been able to find any luck. Is there something I'm missing? Can I even make hyperlinks in a tooltip that's made with that simplified code, or will I have to find another way to make them?
I have a banner ad that cycles back and forth between two ads, and am trying to set it up so that when the first ad is up (5 seconds or so) and the viewer clicks on it, it goes to one URL, and when it changes to the second ad and the viewer clicks, it takes them to a different URL.
I created an interactive document in InDesign CS5 that I exported as a .swf and inserted it into a html based webpage. I would like the buttons I created with url actions to open the url in the same broswer window and not in a new broswer window. Is this possible in ID CS5 and if not how can I get it done. I have enough knowledge in flash to be dangerous.
can someone just tell me the EASIEST way to make a text field or a buttohyperlink to another page on a site, a text anchor or another web site altogether?I don't know why Adobe has made this so un-intuitive and difficult. InDesign has a hyperlinks panel that makes it easy.I'm trying to modify a nav menu template that someone else created
I recently made a .swf file which is hosted here [URL] as you can see the hyperlinks work fine and go to the correct sites. My question and impass is that whenever I post this same file as a forum signature it works fine but when I click on the hyperlinks they don't bring up the websites they act like they are dead.
btw the hyperlinks are just Text that I changed to Dynamic text with urls.
My flash is incide an iframe. The problem is that the hyperlinks incide the flash are opening in a new window or incide the iframe.I want the link to load in the current window.
I need to add as many number of hyperlinks to a custom "pop-up". The properties for customised Pop-up are as follows:
A pop-up is a retangle shaped figure with BackgroundColour = #FFFFCC, Width=170 and Height= 275 respectively mentioned in Properties Window. Here, Pop-up is a MovieClip and its instance-name is"myPopup".
Now, i need to add text(which must act as hyperlinks, i.e., they must capture MouseEvent_CLICK event, should listen to the event and should produce response on clicking on the hyperlink) in vertical manner viz., the width,height and x-position should not change and only y-position for placing th text-field should change.
My code for creating a TextField with required width,height,x-pos and y-pos is as follows:
function createTextField(x:Number, y:Number, width:Number, height:Number):TextField { var result:TextField = new TextField();
I am creating a flash banner ad with 5 images that will rotate in view. How do I place a hyperlink with each image that apperas? Is that through image maping or anchor tags? or is it a type of script i need to write?
I have a dynamic textbox on the 3rd level of a flash movie. The textbox has some hyperlinks for which I used this AS2 code as a test:[code]When I test the scene it works well on all levels apart from the root level. When I test the whole movie, the link does not respond. On rollover the mouse converts into a text cursor, and I have to click several times, until randomly a hand comes up and the link opens. I don't understand why on all sublevels (in the movieclips), the link works perfectly (on rollover mouse becomes hand and click loads URL int browser), but not on the root level. Btw, I placed the movie with the textbox on top, so there is no layer above that in the root timeline.
I'm currently having a problem with hyperlinks in menu done in flash.Menu button hyperlinks work when www is added to browser address bar and do not work, when www is not addedI'm using following actionscript:
on (release) {getURL ("http://www.dione.ee/index.php?option=com_content& task=view&id=11&Itemi d=12", "_self");
I use a content management system [CMS] here at work so am to a certain extent restricted in terms of web design. In Dreamweaver I can easily create 'hotspots' on an image so there are hyperlinks all over it, however inserting this image in the CMS so that all the 'hotspots' work isn't possible (well I can't make it work). However, it is possible to embed Flash into the CMS by using appropriate code in an html portlet.
Consequently, if I have a .PNG image how do I convert that to a movie in Flash and then create lots of hyperlinks all over the image? If Flash is not the best way to do this, should I use Fireworks? In Fireworks I am able to add hotspots to an image, but when I save the image with the hotspots in my 'web folder' and view the url, the hotspots don't work. The onlt way I seem to be able to make the hotspots work in Fireworks is to save it as a .htm and then view that url, but obviously that is no good as I can't insert that as an image on a webpage in the CMS as it isn't an image
I've just begun to dabble in Flash and created a neat little project first up as an experiment, but now want to learn how to take it to the next level.
I watched this tutorial...
[URL]
and am now wondering how I can hyperlink the main images?
Im have data retrieved from a API, there are hyperlinks within this data, so i want the hyperlinks to be 'clickable' I read up many ways of making a textfield clickable links but they all made you type in he specific link you want. I need it to be clickable if there is a link recieved from the data..
The swf files has many hyperlinks. And this swf files are downloaded from an external source. So cannot change its source code. My question is that from javascript, jquery be made that all the hyperlinks that appear in the swf be open in a different window also which starts with an http:// location
I am using MX 2004. I have an external text file loading text into a dynamic text box. I want to put a link in the text file, which when clicked, loads a new text file in place of itself.
I created a table in flash that takes datas from XML file. It's a list with 3 attributes. The problem is that I can't manage to hyperlink one of these attributes (via XML).
I have a database popping out XML documents. I need to access those docs from Flash and parse through them. The docs occasionally have <a href="bla.xml#ID(123)"> formatted links.
I need to convert that to work in Flash but I cant change the XML. I figured that I will have to parse through things line by line and strip out values of ***.xml and the ID# but I have no idea how to construct a link that will load, retarget the myText object and then jump to the anchor in XML/html format. Are Anchor tags allowed?
I have a movie that consists of one image that scrolls across the screen. It all works beautifully. Although it's one image (jpeg) that has been saved as a movie clip, the single image is actually made up of a number of logos. What I want to do is to make each of those logos a separate hyperlink that will link to different external URLs. As the logos scroll across the screen, you can pick any one that happens to be showing at the time (the actual movie clip is larger than the stage) and then go to the relevant site.
If I save the jpeg as a button, I can't then make it scroll across the screen in the same way and I don't want to break up the image into indivdual files, as it will then not scroll as a single unit with the Actionscript that I'm using.
Is it possible to control aspects of a movie clip using hyperlinks within a dynamic text box?I am using LoadVars to import text from an external .txt file into a dynamic text box,and although I can create simple hyperlinks (using <a> tags) within the box that can redirect the current page to a new URL, is it possible to have links which work within the flash movie - i.e. navigating to another scene?
Im retrieving tweets, so i have dynamic text, but i the tweets occasionally contain hyperlinks. I know you can find the hyperlinks in text. But every technique i have tried has failed, i think its because there searching through an array and then converting that to a string
Well heres my code:
function userTimelineResult(e:TwitterEvent):void { for (var i in e.data) {