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








[F8] Link Bleed Through


Probably not the right words to use for the topic, but maybe it helps. I have a website I am building and the main/home page is stationary, while the other 5 pages shift in and out over the main page when their corresponding button is clicked.

Problem is, while my other pages (example contact page) is displayed, the links to the home page are accessible and usable through the displayed page...hence bleed through! What can I do to solve this problem because I don't want someone thinking they are clicking on one thing and then getting info that is availble from the main page. I can't understand what is causing the bleed through and/or how to fix it.

Since I am not sure how to explain this correctly, here is a link to view the file. As you can see, when you are on the enclosed pages, the links from the home page are accessible through the viewed page. If you move you mouse over the page, you can see what i mean.

http://df33.dot5hosting.com/~accordpr/temp0004.html


Help please!




FlashKit > Flash Help > Flash Newbies
Posted on: 01-18-2007, 12:13 AM


View Complete Forum Thread with Replies

Sponsored Links:

Link Bleed Through?
Probably not the right words to use for the topic, but maybe it helps. I have a website I am building and the main/home page is stationary, while the other 5 pages shift in and out over the main page when their corresponding button is clicked.

Problem is, while my other pages (example contact page) is displayed, the links to the home page are accessible and usable through the displayed page...hence bleed through! What can I do to solve this problem because I don't want someone thinking they are clicking on one thing and then getting info that is availble from the main page. I can't understand what is causing the bleed through and/or how to fix it.

Help please!

View Replies !    View Related
Link Bleed Through?
Probably not the right words to use for the topic, but maybe it helps. I have a website I am building and the main/home page is stationary, while the other 5 pages shift in and out over the main page when their corresponding button is clicked.

Problem is, while my other pages (example contact page) is displayed, the links to the home page are accessible and usable through the displayed page...hence bleed through! What can I do to solve this problem because I don't want someone thinking they are clicking on one thing and then getting info that is availble from the main page. I can't understand what is causing the bleed through and/or how to fix it.

Help please!

View Replies !    View Related
Link Bleed Through?
Probably not the right words to use for the topic, but maybe it helps. I have a website I am building and the main/home page is stationary, while the other 5 pages shift in and out over the main page when their corresponding button is clicked.

Problem is, while my other pages (example contact page) is displayed, the links to the home page are accessible and usable through the displayed page...hence bleed through! What can I do to solve this problem because I don't want someone thinking they are clicking on one thing and then getting info that is availble from the main page. I can't understand what is causing the bleed through and/or how to fix it.

Help please!

View Replies !    View Related
Sound Bleed Over
I'm creating a webisode (online comic) and have some questions.

Example...in each scene, I have a voice-over, an illustrated panel and sound effects. When I publish, I'm hearing some of the voice-overs and sounds effects start to play on scene 1 before I click the 'next' button to scene 2 where they are supposed to play. Also, if I'm on let's say scene 2 and the voice-over is still playing and I click the 'back' button, scene 2's voice-over will finish playing in scene 1 while scene 1's voice-over plays as well. Any help would be greatly appreciated!

butch

View Replies !    View Related
How Do I Flash To Bleed Over Browser
i cant figure this out?
i see sites where the flash movie bleeds beyond the edge of the browser window. i know its bleeding because when i stretch the window and it rescales very small..i can see that there is an inch or so of bleed that is hidden at normal size. Also i get this border around my movie (when placed into a golive html index page)
whats up with that. I want the movie to scale,stay centred and bleed....but how????..............very frustrated..help?

View Replies !    View Related
Buttons On Tabs Bleed Through.
Hey All,

I have two mc's. One on top of another acting as tab. The code is as follows:

mcSkeleton.mcSkeletonTabBackground.onPress = function():Void {
mcSkeleton.swapDepths(1);
};
mcSkinned.mcSkinnedTabBackground.onPress = function():Void {
mcSkinned.swapDepths(1);
};

Notice the tabs are named: mcSkeleton and mcSkinned.

I've opened the mcSketelon movieclip and placed buttons on it. When I test my .fla the buttons work with the movieclip that has the buttons, but when I tab to the other movieclip, my mouse icon (turns to a hand)seems to show the buttons bleeding through onto the other movieclip.

Is there a way to make the buttons for each tabbed movieclip independent of the other tabbed movieclip?

GOAL:
2 tabbed mc's with respected buttons.

PROBLEM:
Currently mc's buttons are accessible through to the next mc.

Hope I explained myself good enough.

Thanks.

View Replies !    View Related
Loaded Movie Shows Bleed
Hi!

I have a loaded movie(Flash Player file) onto the parent movie.

Although the demension of the loaded movie supposed be much smaller than the parent movie below, when it's loaded, it shows all the unnecessary elements outside of it's dimension and thus covers some of interface area of the parent movie.

I would appreciate your help!

View Replies !    View Related
Publishing Site At Full Bleed
Hi
I am having difficulty getting my flash site onto the net in the right dimensions, i have banners in every corner and i want this to fit exactly into the corners of the browser window. So far the flash publish settings have not worked,
is there something i can do within dreamweaver? like code

please help
cheers matt

View Replies !    View Related
Full Bleed Flash - Still In Browser
How would one get something to follow the mouse even outside of the percieved flash area?

I know this seems weird but have a look here:
http://www.mostlybeendoing.com/

the circle that follows the mouse, yet the content area scales with the window and it's all flash!!

how is this done?

View Replies !    View Related
Full Bleed Flash - Still In Browser
How would one get something to follow the mouse even outside of the percieved flash area?

I know this seems weird but have a look here:
http://www.mostlybeendoing.com/

the circle that follows the mouse, yet the content area scales with the window and it's all flash!!

how is this done?

View Replies !    View Related
Making Image Bleed To Edge Of Browser
Hi, just a quick question.

Each time I publish my design in Flash, I am left with a quarter inch white border inside the browser window. I would like to have my design touch the browser window, ie in print terms, 'bleed' - anyone know how to make this happen?

I am using Flash MX - any help is appreciated.

View Replies !    View Related
Preloader Swf Causes Loaded Swf To Have Root Issues And Shows Bleed.
Hello actionscript community!

I have a large swf (website.swf) that is being loaded inside a Preloader_mc (preloader.swf). The preloader is your standard preloader:


Code:
//create clips to hold your content
this.createEmptyMovieClip("progressBar_mc", 0);
progressBar_mc.createEmptyMovieClip("bar_mc", 1);
progressBar_mc.createEmptyMovieClip("stroke_mc", 2);
//use drawing methods to create a progress bar
with (progressBar_mc.stroke_mc) {
lineStyle(0, 0x000000);
moveTo(0, 0);
lineTo(100, 0);
lineTo(100, 10);
lineTo(0, 10);
lineTo(0, 0);
}
with (progressBar_mc.bar_mc) {
beginFill(0x666666, 100);
moveTo(0, 0);
lineTo(100, 0);
lineTo(100, 10);
lineTo(0, 10);
lineTo(0, 0);
endFill();
_xscale = 0;
}
progressBar_mc._x = 434;
progressBar_mc._y = 295;
// load progress
var mclListener:Object = new Object();
mclListener.onLoadStart = function(target_mc:MovieClip) {
progressBar_mc.bar_mc._xscale = 0;
};
mclListener.onLoadProgress = function(target_mc:MovieClip, bytesLoaded:Number, bytesTotal:Number) {
progressBar_mc.bar_mc._xscale = Math.round(bytesLoaded/bytesTotal*100);
};
mclListener.onLoadComplete = function(target_mc:MovieClip) {
progressBar_mc.removeMovieClip();
};
mclListener.onLoadInit = function(target_mc:MovieClip) {
target_mc._height = 591;
target_mc._width = 969;
};
//Create a clip to hold the image.
this.createEmptyMovieClip("image_mc", 100);
var image_mcl:MovieClipLoader = new MovieClipLoader();
image_mcl.addListener(mclListener);
/* Load the image into the clip.
You can change the following URL to a SWF or another image file. */
image_mcl.loadClip("http://www.myURL.com/website.swf", image_mc);
(told u standard preloader )

However when I use this it causes two major issues:
1. objects bleeding off the edge are showing in my Loaded movie (Website.swf)
2. all the Root objects seem to not work and there are huge problems with the loaded movie (website.swf)

#1 is there a publish setting I am missing to not show bleed?

#2. I have read that I have to change everything from _root to "this", but I don't think that will necessarily work....and it definitely will make developing this very complex (for me at least) swf impossible to preview at a local level.

Is there a global command I can get to set the timeline in my loaded movie (website.swf) back to Root w/out having to redo this entire website?

regards, and thanks for any help in advance!

View Replies !    View Related
Making Your Movie Bleed In The Browser Without Effecting Pixel Fonts
Hi guys, I have looked throughout the forum but did not find any topics referring to, if there is any way I can bleed my movie in the browser from top to bottom without effecting pixel font. I have a movie 800 x 600, on each side of the movie I have a vertical bars that go all the way from top to bottom. When I publish my movie, on top and bottom I have a blank spaces between bars and the browser. I have also used this code in html page;

leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align=center>,

but it dose not solve the problem. I’m also using a pixel font and if I try to stretch a movie, the fonts are loosing its sharpness. So if anyone might have any solution, please help me. Plan “B” is to use a .gif in the html page, however I wanted to check with you if there is any other way to do it. Thank you to all of you ahead of time.

View Replies !    View Related
Full Bleed (full Size) Swf In The Browser Window
Hello and thanks in advance for any advice you may have.

I'm working on a small flash site and I want the swf file to have "bleed" or to go to the very end of the window so that the swf isn't just ploped over top of a background. here is a site which does what i'm talking about

http://www.510madison.com/

View Replies !    View Related
Sound Bleed From Scene To Scene: Newbie Needs Help
im just learning flash mx

i have a simple scene with a background sound looping on a layer continuously.

once that scene is done the next scene loads up with its own back ground sound

my problem is that the first scenes background sound bleeds into the 2nd scene.. and so on..
it does end eventually
but how do i make it stop exactly when that scene is done.??

this must have an easy explanation

please help the newbie

View Replies !    View Related
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?

View Replies !    View Related
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!

View Replies !    View Related
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!

View Replies !    View Related
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

View Replies !    View Related
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.

View Replies !    View Related
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

View Replies !    View Related
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!

View Replies !    View Related
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

View Replies !    View Related
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");

View Replies !    View Related
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!

View Replies !    View Related
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???????

View Replies !    View Related
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

View Replies !    View Related
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

View Replies !    View Related
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

View Replies !    View Related
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

View Replies !    View Related
<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?

View Replies !    View Related
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.

View Replies !    View Related
Link
This is a question I haven't found anywere and belive me I have looked for some time. I was just wondering how you make a link on the movie to take you to another scene on the movie. I know that is confusing but what I mean is I have a homepage and I want to go to the 'about page' under 'scene 3' so how do I make a link to get there from the homepage.

Thanks in advanced,
Dave Lucas

View Replies !    View Related
URL Link
Help... If I want to create an opening screen with a link to open the index.htm file to a website. However the website is on the hard drive and on drive c: when copying to cd it will have a different drive letter.

Is it possible to link locally and burn the whole thing as a demo cd?

Thanks for any help.
hvon
hvon@canada.com

View Replies !    View Related
Best Link
Hi,

I have a qeustion; I have a movie for example flash.swf
know my question is: How to link to that movie. I mean shloud I link to the .swf file or to an .html file which contains the swf file.

I have heard that there are some disadvantages when you link to an .swf file and would like to know which ?

Thank you

View Replies !    View Related
Swf Link
hey. i kinda need some help building my website. I have an swf file i want to be a link to my site, and i want to put it on an html page.. how would i put this swf file on an html page and make it lead to my website?

just incase you guys wanted to see it, the URL for the swf file i want to be the link to my site is is http://www.angelfire.com/ca7/volcoms...9/Swift3D2.swf
and the URL for my site is http://kickme.to/kamyab
i want the swf file to take place of the text link i have

any help would be VERY appreciated.. please help

View Replies !    View Related
Pdf Link
any one know how i might go about linking to pdfs from an swf? i am puttin together a cd rom project that will have these pdfs in the folder with the exe/swf and my script wants to launch ie. and i want it to launch acrobat. the script i'm currently runnin is an fscommand and it looks like this......


on (release) {
fscommand ("exec", "my.pdf");
}


any help?

thanks

View Replies !    View Related
...how? With Link...
can anyone help??
i have this MC with many checkboxes(say A-Z), if a user selects any one of this checkbox, there will be an icon for that particular checkbox, which pops up on another MC(call it miniclip). everytime another checkbox is selected one more icon will be added to the miniclip. this should happen irrespective of which checkbox is chosen. moreover the icons should appear in sequence.
i have tried this by making MC's visible, but am restricted as the MC does not fall in sequence.
it would be xtremely helpful if anyone can shed some light.
http://www.geocities.com/xtreemnumb/4test.swf
this is just a dummy as the whole file is too huge.

View Replies !    View Related
Link To URL
Oh! Oh! I managed to get the "mailto" workin. But now I have come across the problem where the action I created from my flash page to go to my other page is not working. Please can someone help?
This is what I have tried..

On (Release)
Go To and Play (1)
End on
On (Press, Release)
Get URL ("www.netrover.com/buttrfly/index2.html")
End On

Any one Please?
Thank You

View Replies !    View Related
E-link
how can I create a email link from a button?

View Replies !    View Related
Please HELP Me... How Do I Link Swf's On For A Cd-rom
I need help with this...

I have 4 swf's that i have on my comp. I can link them with an URL but I want to put them on a cd-rom so i can give it as a gift. Where the heck and how can I do that.

Should I make them in to exe- files and where in the actions can I link them together?

Or should I make it into 1 file? But then my Q is how can I make them go seperate and not let the swf or exe take them all at once?

Please help me with this.

View Replies !    View Related
Link
its been best part of a year since i last used flash so can someone please tell me how i can make a site open when i click on a button. i tried looking at the help but it just crashed it

View Replies !    View Related
Here Is Link Of My .fla, Please Help Me Fix This..
hey yoz
i don't know wth is wrong
everythign seems perfect
but when i publish i don't see the animation i made with the masking involved.
please take a look and publish to see if you get the same error.
its also a great change to learn something you don't know maybe
thanx
http://www.geocities.com/blacklaser006/javaEBOOK.fla
http://www.geocities.com/blacklaser006/javaEBOOK.fla

View Replies !    View Related
To Link Or Not To Link...
...I've tried to search Flashkit and I've tried the MX help-file, but I couldn't find what I was looking for, so I hope that any of you guys know how to do it:

I want to link to a different frame / scene from dynamic text, I know how to make a link to an other file (html, js, et cetera) but I can't figure out how to do it when the destination is another frame / scene.

Hope you can help me,
Luc

View Replies !    View Related
Link .exe?
Anyone know if you can link an .exe to a Flash file? If so, how?

View Replies !    View Related
Link
hi,

I have designed a rotating button in flash. On mouseover the color rotates. I have inserted the swf file into my dreamweaver file. But how should I give linke to that button so that it goes to my other html page.

Please advise
thanks

View Replies !    View Related
Link From One Swf To An Other?
How do you create a link from a swf loaded on level 1 that takes you to a frame in the main swf, level 0?
I am loading small movies into my main movie on different levels. I need to make a button in the small movie that unloads that movie and goes to a specific frame in the main movie.

View Replies !    View Related
Url Link In A Var?
Hi guys, im trying to dynamically insert a URL from an external text file ie......

External txt ---------------------------------------

link42=www.flashkit.com

flash movie --------------------enterFrame--------------

link = _root.link42

button---------------------------------------

//this is placed on a button in the movieclip

getURL (_parent.link, "_parent");

The prob is the link is in the Var which is fine but its just not intiating from the button press??

Is it possible to do this or am I totally barking up the wrong tree!!

Thanks in advance!

View Replies !    View Related
Any Have A Link?
A link for a tutorial or some help on building a flash only web site ? thanks

View Replies !    View Related
Link Help...
ok,
my site is too big to load up on the post baord so i am trying to put a linkk you you can download that ... How do i do that??? do i just up load it and say www.southwestern.edu/~hubnerp/"filename"????
or do i have to incorporate it in something...
thanks
Peter

www.southwestern.edu/~hubnerp
"site not completed"

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved