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








? How Do I Remove Background In Scrollpane Component ?


please help...

In Flash 8, how do I remove the background from the scrollpane component so that it's not showing the default white?

Thanks!!!!!!




KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 04-13-2006, 09:09 PM


View Complete Forum Thread with Replies

Sponsored Links:

Scrollpane: Can I Change The Color Or Remove The Background?
I was wondering if anyone knows how to change the background color of a scrollpane, make it translucent, or delete it altogether so you can see graphics behind it.

Thanks!

View Replies !    View Related
How To Remove The External Line In A Scrollpane Component?
hi,

anybody can help me on how to remove the external line of the scrollpane coponent? I'm just a beginner on this software especially in scripting that's why i nid guyz your assistance.

I nid it badly to my project. F u knw any tutorial link regarding to this topic or much better f u give me an example of your work particularly d FLA file. I'll appreciate it alot.

tnx an advnce for all ur help.

View Replies !    View Related
Remove List Component Background
Ok, this might seem easy, that's what I thought at first aswell

I've got troubles removing the background color of my List Components, on both disabled and enabled states. I was able to remove the background color on the enabled state, using the folowing code:
code: _global.styles.ScrollSelectList.backgroundColor = undefined;
But this removes fucntionality aswell.

I'm guessing this is because it's using hitTest somewhere (that's just growse), so if I could set the alpha of the background mc to 0, it should work aswell. However, I can't find this background movieclip anywhere.

The disabled status is a bit harder, since I can't even remove the background at all.

Any help is appreciated
~Sph

View Replies !    View Related
How To Disable/remove Tree Component's Background ?
I am using Flash MX 2004 Professional.

I am building an application which uses the Tree Component over a movie clip.

Is it possible to remove/disable/hide the white background of the tree component, so that it seems as if the tree menu is floating above the movie clip ?.

I am using default Halo Theme.

Please help me.

Thanks in advance.

Kannan.

View Replies !    View Related
How To Disable/remove Tree Component's Background ?
I am using Flash MX 2004 Professional.

I am building an application which uses the Tree Component over a movie clip.

Is it possible to remove/disable/hide the white background of the tree component, so that it seems as if the tree menu is floating above the movie clip ?.

I am using default Halo Theme.

Please help me.

Thanks in advance.

Kannan.

View Replies !    View Related
Scrollpane Component Background Colours
Hey guys,

This question has probably been asked a hundred times but I've been searching all night and can't seem to get a decent answer from *anywhere*!

Is it possible to make the background colour of a ScrollPane component transparent? I know it can be done with various other components, eg the TextArea, but I can't seem to get it to work with the pane.

Help greatly appreciated!!

Cheers.

View Replies !    View Related
Change Background Color Of Scrollpane Component
Hi,
could someone pls teach me how to change the background color of a scrollpane from the component menu please?
Thanks!!

View Replies !    View Related
[F8] List Component - Transparent Background? Or A Custom Bitmap Background?
I have a custom bitmap I'd like to use as the background for my List Component in Flash 8 Pro.

I can't for the life of me find any documentation on how to make the list component background transparent or how to put a bitmap in the background of it.

Can anyone help with this? Please!

FOO

View Replies !    View Related
Remove JPG's Background
I import a jpg but my movie background is black and the jpg bacground is white how do i make picture background black too?. As you can see in the movie the a plug comes from left but having a white background. i gave it a blur effect by using adobe photoshop.But please dont say to make a jpg in black background bcoz i want to make the background color full.

View Replies !    View Related
Remove Transparent Background
Hi all,

I would like to know if it's possible to remove a background transparent of png

- load my png
- copy it in my new Bipmadata with draw

But how i can copy my png without th background ?

thanks all

View Replies !    View Related
Remove Background On MenuBar
Hi, I am currently making a flash website where all of the text is loaded externally from a single xml document. I have now decided to include a MenuBar as my way of navigating. Because I wanted it going down I have stuck it in a for loop, as you can see in the code.

I am in need of one last thing that i can't for the life of me figure out; I need to make the background of the menubar(s) transparent.

Would anyone be able to help me with this?

Many thanks,
Kyle








Attach Code

//*********************
// Create navigation menu
//*********************
for(e=1;e<6;e++){
createClassObject(mx.controls.MenuBar, "navMenu"+e, 20+e);
_root["navMenu"+e].move(500,-27+(e*30));
_root["navMenu"+e].setSize(195, 30);
_root["navMenu"+e].setStyle("color", "0x000000");
_root["navMenu"+e].setStyle("themeColor", SiteContent_colour7);
_root["navMenu"+e].setStyle("fontSize", "13");
_root["navMenu"+e].setStyle("fontWeight", "bold");
_root["navMenu"+e].setStyle("fontFamily", "Tahoma,Verdana,Arial");
}

View Replies !    View Related
How To Remove Background Of An Image
Does anyone knows how to remove the white frame of images I need to combine into a flash MC? Thanks!

View Replies !    View Related
Loading Component Inside Scrollpane Component
Hello,

Can anyone help me out in adding a scrollpane on to the screen through actionscript and after that adding any component inside the added scrollpane component.

Thanks in advance.

View Replies !    View Related
[Component] Targeting Flash 6 ScrollPane Component
Hey All,

Been a while... hopefully somebody can provide some insight into what I am missing here.

I have a Flash 6 ScrollPane - yes, I know it's old, but it is also easy to do custom skinning. I had data loading into it from the library by using createEmptyMovieClip and then attachMovie to grab an MC from the library.

This all worked fine until I had to place the ScrollPane into a MC in the library, dynamically attach it to the stage and then assign the content. Now I can only get my content MC to display on top of the ScrollPane, not in it. Here is a sample:


ActionScript Code:
function showPop(popType) {
    popContainer = _root.createEmptyMovieClip("popWindow_mc", 350);
    popWindow = popContainer.attachMovie("pop", "pop_mc", 1);
   
    popWindow.pop_sp.boundingBox_mc._visible = false;
   
    popScrollClip = popWindow.createEmptyMovieClip("scrollClip_mc", 400);
    popScrollContent = popScrollClip.attachMovie("scrollMC_disclaimer", "scrollContent_mc", 1);
   
    popWindow.pop_sp.setScrollContent(popScrollClip);
};


"pop" is the linkage name of the MC that contains the ScrollPane and "scrollMC_disclaimer" is the linkage name of the MC that is the content to be scrolled.

Any ideas as to what I am missing? Any help is greatly appreciated. Thanks in advance!

View Replies !    View Related
Remove Part Of The Alpha Of A Background
Apologies for the confusing title.

I will try and explain.


Ok first of all I have a picture, and on top of that is a layer whose alpha is set to 85%.

Now another layer I have is a graphic of a mobile phone.

Now whilst using the mobile phone as a cursor, by using startDrag, I am wondering is the following possible.


How would I go about making the centre of the phone remove the alpha area that it is on. For example, the entire picture looks white-ish, but my idea is that when I place the drag the mobile phone over the picture, a small section of the image becomes clear, i.e. the alpha is removed.

Does anyone have any pointers or know how to complete this?

Again my apologies if I havent explained myself any better.

View Replies !    View Related
How Do I Remove Background From Image In Flash? Use Another Program?
i have a background image of a scenery and i have an image of a person. if the person's image has a background to it how can i cut the background out of it so i can just animate the person?

an example of what i am talking about is on the opening part of https://www.amadeodecada.com/Secure.html where u can notice the girl is in in color and looks as if she is a seperate image from the background which is in black and white.

thanx in advance.........

View Replies !    View Related
Can't Remove Pause In Background Music Loop
Hi. I am wondewring how to make a background music loop that doesn't pause when the song restarts. I have seen flash files that loop and you can't really tell where the loop ends and begins again because it imediately begins again. Is this possible with Flash MX 2004 or do I need to use another program?

Thanks

View Replies !    View Related
[F8] Remove Background From Camera/Webcam Input
I'd like to take a webcam input and remove the background (i.e. non-moving areas) for something I'm working on, rather like one of the examples on the gskinner gallery if anyone has seen it or the Nissan Interactive thing.

Is this technique fairly easily achievable? I have seen a tutorial on the Adobe site which explains how to display motion detection which seems quite understandable. I would have thought some modification of that would achieve the desired effect.

Thanks!

View Replies !    View Related
[F8] How To Remove The Background And Stroke Of Input Text?
Hey guys,

Ok I've this customised search bar on this site im building and for some reason whenever i convert the text field to input text it adds a white background and black stroke to the text field. But when its static text it looks perfect. Does anybody know how to take away this bg and stroke?

Thx!

View Replies !    View Related
Remove Background From Camera/Webcam Input
I'd like to take a webcam input and remove the background (i.e. non-moving areas) for something I'm working on, rather like one of the examples on the gskinner gallery if anyone has seen it or the Nissan Interactive thing.

Is this technique fairly easily achievable? I have seen a tutorial on the Adobe site which explains how to display motion detection which seems quite understandable. I would have thought some modification of that would achieve the desired effect.

Thanks!

View Replies !    View Related
Remove Video Background With Blend Mode?
Hi,

Does anyone know if it's possible to remove a white (or black, or specific colour) background from video using blend modes (or anything else!) in flash 8?

Thanks in advance,
Douglas

View Replies !    View Related
How Do I Remove The Background From A Movie / Sound Problems
Apologies, not really sure what I’m doing…

How do I remove the background from a movie I made?

I imported a QT movie at 368/272 pixels, but for whatever reason the HTML jumps up to 550/400.

The movie is still 368/272 but there is a background border making it 550/400. Tried all sorts of settings in Publish but can’t get rid of it. Can I keep the movie (and controller) and not the background?

I can get round it by changing the background colour, but surely there must be another way.


Also: My QT file was fine but the .flv has a stuttering sound, any idea what could cause that?


Thanks, and Thanks!

View Replies !    View Related
Remove Background From Imported Vector (EPS) Images
Okay, I am stuck. I will give the first person who can correctly get me past this problem one free year of web hosting on my server (reasonable bandwidth constraints will apply). Now on to my problem.

I have to import clipart (all EPS format and a lot of it), So far that works just fine, the image background is transparent (so far so good), the interior of the clipart is white and the lines are black, I have figured out how to change the line color from black to other colors,

What I need help with ---- I need the ability to set the white interior to transparent as well as change it to other colors.

This needs to be done in Actionscript. If it would help I can email you a sample EPS image. To request an image just shoot me an email to cnash@ix.netcom.com.

Thanks, and I am not joking about the hosting if you can use it and before I get questions about hosting, we are not a hosting company, we have private servers only for our development clients.

Clint...

View Replies !    View Related
How To Remove Only The Background Of A Video Clip In Flash
The problem which I am facing is that I have a video clip which has a black background. Now the website which I am working on has images in it. When i load this video clip externally by the action loadMovie("fire.swf", 2); the black background of the video clip also starts showing. I want this video clip to be transparent "without the black background".

I have googled it, but all helps explains the "transparent Flash overlay", which is done with the help of HTML tags i.e
<param NAME="wmode" VALUE="transparent">.

I want to do it in flash, not in HTML or DHTML

View Replies !    View Related
Background Less ScrollPane
anyone no how can I have no background and boundingBox line in a scrollPane right now it has a gray line around it and a white background.
I tried stills.setStyleProperty("background",false);
but this just set it to black .
Thanks for help in advance

View Replies !    View Related
How Do Your Remove White Background When Movie Loads In Browser?
Hello
I hope someone can help me with this question. I have seen on other flash websites that the background that they chose for the movie is the only one that appears.
On my movie, let's say I choose black as my background in flash, I complete my movie and then put it up on the web, my problem, is when I load the movie to view it, a white background appears first where the movie will be played, how do I eliminate this white background?
As always, I appreciate the help.
Deb

View Replies !    View Related
Scrollpane With Transparent Background?
Greetings all,

I have been trying to figure out how to use the scrollpane component with an empty movieclip that I use to load different movies into.
I want to be able to see the layer below it thru the movieclip (transparent background on the movie clip).

So far, I have been successful in using
_root.emptyClip.loadMovie("http://www.mysite/mymovie.swf");
to load the different movies into the clip and still see the background thru them.

I have not been so successful in attaching this empty clip to the scrollpane component, and even if I do get this to work right, I'm not sure it will still have a transparent background once attached.

Has anyone used the scrollpane this way with multiple movies?
Was the background solid or transparent?

Thanks in advance for any help.

View Replies !    View Related
Transparent Background Scrollpane Mx6
I want to implement the mx6 scrollpane component in my site. How can I make the background transparent? (for technical reasons I don't want to use the one from mx2004.)
my flash version: mx2004.

thanks

View Replies !    View Related
Scrollpane With A Picture Background?
I was just wondering if its possible to have a scrollpane to have a picture background so when its time to link the items that is to be scrolled, the items seems to be floating on that background. My items I am talking about is pictures, just incase anyone needed to know. I was just wondering if its possible, and how would I do that? Can someone help, please, and thanks.

View Replies !    View Related
Scrollpane With Text And Background Pic
Hi! I was curious about something.


First, you have a scrollpane. In the scrollbox there will be a page worth of text. Is there any way to make it so that the text scrolls over a non-moving background, say like a single photo?

Thank you for getting back to me quickly!

View Replies !    View Related
Transparent ScrollPane Background
Hi there, there seems to be loads of threads about this, but none of the ones I came across helped me:
I'm using a scrollPane v2.0 component and I successfuly customized it (playing with the components assets on the library) and removed the border as well ("my_sp.setStyle("borderStyle", "none");") but couldn't find a way to get rid of the white background (I need to see what's underneath); it should be possible, isn't it?

Thanks for your help!

View Replies !    View Related
ScrollPane Background Globally
I have e.g. 10 of ScrollPane components in my project.
I find one way how to change background color globally for all of this components.

Thanks

View Replies !    View Related
Transparent Scrollpane Background
I everybody,

I have a problem with the background of my customize scrollpane. By default, the background is white and I can't made it transparent... I can change the color
Quote:




_global.styles.ScrollPane.setStyle("backgroundColo r", "0x000000");




but the only way I find to made it transparent is to set the alpha to 0.

It will be a good solution if the movieclip I attach on the scrollpane doesnt have a rollover...
In fact, the alpha = 0 made disappear the rollover.

I try many thing, but all doesnt work


Quote:




_global.styles.ScrollPane.setStyle("borderStyle", "none");
_global.styles.ScrollPane.backgroundColor = null;
_global.styles.ScrollSelectList.backgroundColor = undefined;
mc_scrollpane.setStyle("backgroundColor", "transparent");
mc_scrollpane.boundingBox_mc.backgroundColor = undefined;
mc_scrollpane.boundingBox_mc._visible = false;




etc...

Please, help me to find a solution !

Tks all

View Replies !    View Related
[f8] Remove Component With As
I am having problems removing some movieclips - I have tried the whole swapDepth thing and I think the reason it doesn't work for two of my movieclips is because they contain components.
The movieclips are created dynamically - as are the combobox components.
So I figure if I delete/remove the components I can then remove the movieclips.
but I can't find anyway to make it work
I've tried delete(bkgCombo) and it doesn't work, and searches on here and online, and in the help provide no clues.
Cheers
Boris

View Replies !    View Related
Transparent Background + ScrollPane = Disaster?
Hello everyone. Im quiet new with Flash CS3, and i was recently building a quite simple page when i stumbled apon a "bug".

Heres a screenshot of how the site looks like WITHOUT and WITH transparent background

http://img143.imageshack.us/my.php?image=blatr6.png


as u can see the scrollpane is eaten by 80% or so. Why is this happenin? any clues? i testedo n Safari and firefox and its the same for both.


(yes i know the background is white for both screens. u'll have to trust me on this one =P)

Thanks in advance, and i hope someone can help me with this. Everything else is running OK.

View Replies !    View Related
Changing ScrollPane Background Color
Once again I have ran into another snag with ScrollPane. I thought I could just use


Code:
ScrollPane.setStyle("bacgroundColor", 0xCC0000);
to change the background color of my ScrollPane but I am wrong. It is still the light grey color. Does the setStyle not work in Cs3?
Please shed some light onto my problem. - Thanks

View Replies !    View Related
ScrollPane Background Color / Alpha
Hi all,
Just a quick one.

How the heck do you change a dynamically created ScrollPane components background colour and alpha with actionscript 3.

I want to make a few scrollpanes that look at bit different etc.
e.g. some will have white backgrounds.. some will have grey. (depending on what is inside them.
If someone can provide a simple few line example that would be great. I dont seem to be able to find this answer anywhere.

cheers

View Replies !    View Related
Remove SetFocus From Component
How can i remove green highlit from component.

View Replies !    View Related
How To Remove Attached Component?
hi dude's

i know is a silly question, but i cant get it right,
all i wont is to remove some instanze of component (without using closeHandler). does this removeMovieClip work at all on attached components?

_root.attachMovie("FLoadingBoxSymbol", "save_song_transfering_mc", 100);
save_song_transfering_mc.setTitle("Transferig data!");
save_song_transfering_mc.setAnimation("flb_transfe r");

//doesnt work
removeMovieClip("save_song_transfering_mc");
_root.save_song_transfering_mc.removeMovieClip();

what do i do wrong?

View Replies !    View Related
Remove Component Halo?
Okay so I have already figured out how to get the outline border around a scrollpane component not to display (using setStyle("borderStyle","none");

But when I click on the scroll bar to move it a green outline pops up. How do I get rid of that?

View Replies !    View Related
[F8] ScrollBar Component - Remove Buttons ?
hi guys,

was wondering if any of you lot had any idea how i can get the arrow buttons
on the wonderfully skinable scrollbar component to not be there ?? i've got
rid of them in my new skin but the actionscript code still thinks they are
there and the thumbtrack wont reach the very top or bottom of the scroll track
any one have any ideas ??

cheers

mr tim x

View Replies !    View Related
TileList Component - How To Remove Spacing?
So I've created a tilelist component.

Populated 15 images into it, in a 3x5 grid.

I removed the "CellRenderer" skin from it (that little black border around the images). However, now the images have white space in between them.

How can I remove this whitespace between the images?

View Replies !    View Related
Remove Loader Component Temporarily?
Hi,
I am loading images dynamically into a loader component named myPicLoader.
I want myPicLoader to be "unloaded" when I go to the home page, then reloaded when I go to the image page.
Making the loader visible = false doesn't work since it only hides it.
Any suggestions?

View Replies !    View Related
Remove A Component From The Event Chain?
I have a canvas that listens to mouse events. Inside that canvas is another canvas with an image inside it. I'm finding that the mouse event currenTarget can be the image as well as the outer canvas. I would like to prevent this by, say, taking the image out of the event (target/bubble) chain. Is this possibe?

View Replies !    View Related
Remove A Component From The Event Chain?
I have a canvas that listens to mouse events. Inside that canvas is another canvas with an image inside it. I'm finding that the mouse event currenTarget can be the image as well as the outer canvas. I would like to prevent this by, say, taking the image out of the event (target/bubble) chain. Is this possibe?

View Replies !    View Related
Remove TextArea Component With Actionscript?
I've used something like...

Code:
this.createClassObject(mx.controls.TextArea, "tA"+ntA, ntA);
... to attach a TextArea component to the stage. Now I want to remove it with a button onRelease event, something like...


Code:
btnRemove_btn.onRelease = function(){
// this._parent["tA"+ntA].removeClassObject(); ???
}
...which obviously doesn't work. Perhaps the answer is in the manual, but I tried and tried and just couldn't understand. Could someone please explain how to do this?

Also,while I know how to embed fonts inside a textInput field, I'm really stumped about how to do it with a TextArea component that's been created like the one above. Do I have to use a stylesheet?

~Fingers~

View Replies !    View Related
TextArea Component- Remove Focus
Hi ,

Just when I leave the scrollbar of the TextArea component from HTML page, the whole text in the Textarea component goes 'selected'. How can I remove the auto selection while scrolling ?

very simple issue, but troublesome. Please help


//-Below is the script applied------------

//ta= textarea
ta.html = true;
ta.wordWrap = true;
ta.multiline = true;
ta.label.condenseWhite=true;

//load css
XStyle = new TextField.StyleSheet();
XStyle.load("style.css");
ta.styleSheet = XStyle;

//load in XML
homeContent = new XML();
homeContent.ignoreWhite = true;
homeContent.load("home.xml");
homeContent.onLoad = function(success)
{
if(success)
{
ta.text = homeContent;
}
}





Thanks
Nasih

View Replies !    View Related
TileList Component - How To Remove Spacing?
So I've created a tilelist component.

Populated 15 images into it, in a 3x5 grid.

I removed the "CellRenderer" skin from it (that little black border around the images). However, now the images have white space in between them.

How can I remove this whitespace between the images?

View Replies !    View Related
Remove Border From TextArea Component?
I'm working in ActionScript 3 and, yet again, I'm starting to regret trying to use components as it seems I always run into a brick wall when using them : (

I have a TextArea component instantiated and added to the display list programmatically via ActionScript 3 code (not AS2, which is all I could find reference to on the net about this).

How to disable the border so it doesn't show around the TextArea component? I've tried a bunch of things, like for example:

myTextArea.setStyle("border", "false");
and
myTextArea.setStyle("borderStyle", "none");

but nothing seems to work. Help!

View Replies !    View Related
Remove Dynamic Mc's (+in The Maxscroller Component)
hi

as i am still working on my dynamic sort menu
i need some advice on this on.

so i need to sort like six to eight times per topic.

i attach corresponding mc's through a for loop

now each time i sort again, the new outcome simple adds underneath the allready there mc's

how do i clear those attached buttons, each time i trigger the function again?
the odd thing is, it works pretty nice with out my new experiment

that is, adding it to the hasan maxscroller...
"container" is the scrollable pane that's needed in order to uses hasan's mighty component.

so i made 6 functions with this for loop, because the name_array is devided over 6 databases
there is way more code, but i guess this does it for now.

Code:

   for (i=0; i<name_array.length; i++) {
         var sub_buttons = container.attachMovie("subs", "new_subs"+i, i);
         gutter = sub_buttons._height;
         place4buttons = sub_buttons._height*i+gutter;
         sub_buttons._x = 400;
         sub_buttons._y = place4buttons+i;
         sub_buttons.onRollOver = function() {
            //myfunctions
         };
         sub_buttons.onRollOut = function() {
            //myfunctions
         };
         sub_buttons.onRelease = function() {
            //myfunctions
         };
      }
scroller.size (container._height)
}



i bet this is a comon problem, although i can't find to spot a good way to fix it.
words of advice are most welcome.

View Replies !    View Related
How To Remove Components Form Component Panel ?
howdy~

i'm practising custom components and i found the component i created cant be removed even i removed all files(fla, swc etc), ie that component was always living within component panel, becuase that was a component for testing so i dont want to see it after my experiment, how to get ride of it plz ???

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