Professional :: Possible To Turn On Selectable Text When Making Link / Button
Jun 14, 2010Is it not possible to have selectable text turned on when you are making a link or button?
View 2 RepliesIs it not possible to have selectable text turned on when you are making a link or button?
View 2 RepliesI have this textfield in wich i load some vars when a button is clicked. How can i make a sort of button of the loaded vars? So if i click on the first title; i go to the right txt-file!?
Here's the code so far:
code: //vars instellen
//titels
var title1:String = "Maan Fotografie";
var title2:String = "Vertigo-/zoomeffect-fotografie";
[Code].....
1. The old main logo was not as wide as the new one, so now the entire new one is not clickable (to take you back to the main page). How do I fix this?
2. For the life of me I can't figure out how to make text (or a button if need be) link to a specific flash frame. If you look on the site, there are a couple of spots under "What We Do" that I need clickable to take them to the Contact Us page.
i have a friend who are dentist and ive agreed to do a web site for him. I do it in cs4. Like so: ive made a pretty simple and nice layout i plan to use for all pages with some images an so on .Now ive made lots of buttons wich all opens in a timeline nice and slow (not to slow). On the index page i have a menu called "treatments" wich requir some room. I want to make a button called "treatments" wich can open and collaps to 3-4 minor buttons wich then again can link to diffrent pages describing different treatments. Now i need the treatment button to open up the 3-4 minor buttons one by one smooth(tweened with the alpha slider) with same frame rate as the other ones on the page and collaps again.
View 1 RepliesI have an object on the stage (with an instance called mcBlackboard) that contains two buttons.I'm trying to make these buttons link to pages on my site but I get the following error(s):1120: Access of undefined property buttonAboutUs1120: Access of undefined property buttonFAQsMy guess is that it's not finding the buttons in the movieclip (since the script worked fine when the objects were on the stage).I may have done things in an odd way, but it's the result of days trying to figure this out mysel
Code:
function myButton(button:MovieClip,url:String) {
var buttonPath = "mcBlackboard." + button;
[code].....
I have started to do some reading, but I have a FLA file that I need to add a get URL to. I have spent the last two hours doing tutorials, but all of them show a different view than what I have. with this?Request: To add the ability to have someone click on the button and get an url.Attached: My FLA that I am trying to figure out how to do this with.
View 1 RepliesI'm wondering how to make a link in Flash Professional 8?
View 3 RepliesI have a FLA file with 4 layers 2 of the layers are Text Boxes 2 of them are masks to make the different words "Shine" Is there a way to make the whole file a button so when people click on it, it goes to a different page?
View 6 RepliesRight I'm back on making a video player with selectable dubbing for different languages. On 56k simulator. (3min video.....audiolessFLV =5MB, mp3 = 707KB)using net stream
Preload - ---------------------------------- 19 seconds
aprox "6 Minutes worth of subtitles" (2xmls) + 50% audio -- 1min27secs
NB... this is NOT including FLV download as the DL sim, doesn't account for that.
For saftey lets say 10 second audio buffer delay... so what double/triple accounting for flv? Another issue is sync. According to ns.time and s.position, the audio is half a second early... when in sync.
1-2 moves of the scrubber is ok, but if you start messing around with the scrubber it goes out of sync.
Is the sync issue my code problem or an inhertant issue?
Code:
_root.controlbar.loader.scrub.onPress = function() {
vFrame.onEnterFrame = _root.scrubit;
this.startDrag(false, 0, this._y, 298.3, this._y);[code].....
I want to make it so when the visitor hovers over each navigation link the icon changes from a stop sign to a go sign
how to go about doing this. I have watched tutorials and read up on the internet
this is what I have as code but it opens in a new tab when i click the button
futureBtn.addEventListener(MouseEvent.CLICK,goFutu re);
function goFuture(e:MouseEvent):void
{
[code].....
I am creating this animation. When you click on a button I want it to use facebox to use a pop up. I was talking to my coder friend and he gave me this code to maybe useSo I am trying to basically use this kind of coding into flash. The only thing is that I am not that great a coding so I have no idea what I am doing. The only coding that I have is a stop (); at the end of the animation so it doesn't loop.
View 1 Repliesnot sure how to do this...i also need to set it up so that my title is the link, and the url comes in in a separate node? or what's the best way to do this?
View 12 RepliesI'm trying to create a homing missile in AS3. Easy enough when you want it to simply follow a point perfectly - but I'm trying to make the rocket have to turn around if the destination (target) bypasses it. Here's what I've got - it almost works, but as you can see it's quite glitchy (particularly if the mouse is to the left of the rocket (seems to work OK if it's moving right). [URL]
Here's my Rocket class:
package {
import flash.display.Sprite;
import flash.geom.Point;
import flash.events.Event;
public class Rocket extends Sprite {
[Code] .....
I know it's played out, but does anyone have a link or FLA of the flash page turn/flip book?
View 7 RepliesI'm having a little trouble using URL links in text. If I select a part of the text and give it a URL link (I'm using mailto: links here), strange things are happening to all the text in that text box at runtime in some cases the leading changes, other times some or all of the text disappears. But it only happens at runtime, so I have no way of knowing if or how to compensate. And simply removing the offending link or linked text doesn't fix the problem once the link has been created the only way to fix it is to create a new text box with no links.
View 4 RepliesIt seemed like a simple process but I cant seem to get this right... I got a button there, but the URL wont go, i.e., the click does nothing. I imported a PSD layered image to Flash CS3, into a new blank layer. I need basically an area of this PSD to be "image mapped" so what I did was create a rectangle with the rect tool, over the area I needed the hot spot. Here I tried to do a transparent box and border (alpha 0) but the outline is still there even though the box is "empty." (I did select the transparent box, no color, and tried alpha, both same result). I made that into a symbol, then I double clicked into there to fill in the key pts for the over, hit, etc., states.... I don't have any effects here btw, as simple as we can get.
After that I right clicked on the button and entered the action script ("reserve" is the name of my button symbol)
reserve.onRelease=function(){getURL("[URL]");}
Which gave no errors on validation. When I preview in Flash, everything looks good except the thin black border and the fact that when the button is pressed, nothing happens.
i need to create an ebook where the scenes are linked via buttons.
View 1 RepliesIs there a way to have Dynamic Text non-selectable and not have a white background? Such as a transparent background?I'm looking to dynamically change text over a coloured background.
View 1 RepliesI found if I make the text selectable, the SWF ignores format such as bullet points indention, spacing between paragraphs. How can I keep both?
View 0 RepliesI gave my button an instance name of "O2Online" on frame 1076. I found AS3 code online and customized as follows:
[Code]...
I have a flash video playing on an html page. Is there a way to turn the sound off of the flash video from a link outside the SWF file (on the html page)? I want to open a new pop-up window with a new flash file and turn off the sounds on video playing on the starting page, with an html or java script link.
View 1 RepliesHow do I make a selectable photo scroll bar like the one on URL... under the nav. I want to make one similar on a music web site, but am unsure how it's done.
View 2 RepliesHow do I make a selectable photo scroll bar like the one on[URL].. I want to make one similar on a music web site, but am unsure how it's done. I just need to know what I need to do, I'll figure it out from there. DO I jus bring the png photos in seperately? Do I just use a scroll bar component? I just need to know where to start
View 3 RepliesI have a button on frame #1. On that frame, I used the following code I found on the web (which I tried using both AS2 and AS3):
stop();function buttonClick(event:MouseEvent);void{gotoAndPlay(2);
I get errors of varying sorts. What should I use? AS2 or AS3? And what code should I assign to the button (or that button's frame?) to get it to go to frame 2 once clicked?
Flash CS5 on Windows 7 I have a problem with a project I am creating. I have created 3 buttons which when clicked open other movieclips for each button. On each of the movieclips that the buttons send them to, all have a back button to return them back to the original view.
This back button works fine apart from once they are back at the original view, the 3 buttons stop working.
I searched and searched.Anyway, I have a swf sitting in a layer above html text. It's set to wmode transparent, and looks fine. it stays small until rolled over, then the buttons slid out as expected. However, when the swf buttons are still hiding, the html text in the area that the swf buttons will eventually occupy is not selectable when directly clicked.
View 10 RepliesI'm working on a project where I add a text field as a child to a sprite on the stage.
Even though I make it selectable and it's text field type "TextFieldType.INPUT", I still can't select it.
How do I make text selectable (so I can copy) in a DataGridColumn?
View 2 RepliesI'm working on a project where I add a text field as a child to a sprite on the stage. Even though I make it selectable and it's text field type "TextFieldType.INPUT", I still can't select it. When I tried adding it as a child to the stage, it worked perfectly and I could select it.
View 8 Replies