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








Make Scrollpane Transparent


Hello,

My scrollpane works fine, it scrolls one .png.

However, the inside is solid white, and I would rather have it be completely transparent.

So you could scroll the .png, but see the background behind it.

Any help is much appreciated.

- Gabe




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 11-01-2003, 10:00 PM


View Complete Forum Thread with Replies

Sponsored Links:

Make Scrollpane Transparent
Hello,

My scrollpane works fine, it scrolls one .png.

However, the inside is solid white, and I would rather have it be completely transparent.

So you could scroll the .png, but see the background behind it.

Any help is much appreciated.

- Gabe

View Replies !    View Related
Transparent Scrollpane Help
I have found this code to make my scrollpane transparent and i guess i am not putting it in the right place. i put it in the actions on the scrollpane it's self. Anyone got any thoughts on this?
this is the code i am using.

my_scrollpane.boundingBox_mc._visible = false;

my_scrollpane.boundingBox_mc._alpha = 25;


Thanks
JoptionPane

View Replies !    View Related
Transparent Scrollpane
I was wondering if anyone knew how to make a scrollpane with an transparent background. I would like only the text and the scroll bar to show up. Thus showing the other layers in the background. Any help is appericated. Thanks.
Joel

View Replies !    View Related
Transparent Scrollpane
hey...im a noob to flash


im creating a site...and im using a ScrollPane ontop of a background layer.

the only problem is i want the user to see the original background, not the default white and gray ScrollPane.

i also would like to know how to change the color of the scrollbar (much like CSS)


thanks alot.

View Replies !    View Related
Scrollpane With A Transparent Bg?
Is it possible to use a scrollpane but have the background transparent. The only way i could do it was make the scrollplane alpha but then you can't see your buttons to scroll. I basically need to scroll a MC but i still what the scrollpane functionality.
Maybe there is another method

Any ideas?

View Replies !    View Related
Scrollpane With A Transparent Bg?
Is it possible to use a scrollpane but have the background transparent. The only way i could do it was make the scrollplane alpha but then you can't see your buttons to scroll. I basically need to scroll a MC but i still what the scrollpane functionality.
Maybe there is another method

Any ideas?

View Replies !    View Related
Transparent Scrollpane?
Hey, im using the scrollpane component in Flash MX to scroll a movie that will be imported into another movie. Only problem is that i want the user to still be able to see my origonal background instead of the white one i get at the moment when using it.

How do i do this?

thanks in advance
Cokes

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
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
Transparent Scrollpane In MX04?
How do you do this? Wanna get rid of that ugly white box.

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
MX 2004 ScrollPane - Scroll Bar Transparent
Using Flash MX 2004 Pro

I want to set the scroll bar in a scroll pane to have an alpha of 25 yet still have the content that is scrolling to 100

i removed the border using
scrollpane_mc.border_mc._visible = false;

but i dont know what to direct the _alpha = 25
since i cant find any list of object names linked to the scroll pane components. is there someplace where i can view the parts in a scroll pane

in flash mx. it was in the library but no longer in 2004

Adam

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
Can You Make It Transparent?
is there any way of making a .swf transparent???

View Replies !    View Related
How Do I Make My BG Transparent?
how do i make my BG transparent? im just making a button for a html page so i need it to be transparent

View Replies !    View Related
Can't Make It Transparent
did i do sth wrong? i publish the movie using "transparent windowless" and upgrade the player to 6,0,65,0 but it's still show a white background when i click from a link, e.g., click to open flash windowless.

View Replies !    View Related
How To Make Transparent *swf?
I have already Web Site and want lay a transparent *.swf on a Web Site ....
I can do it with Layer.... How to make transparent *swf?

give an example

thank
Ach

View Replies !    View Related
How Can I Make This Transparent?
take a look at the file , this is somewhat of my problem. This a follow up on my problem with help on moving clouds, coz i really can't explain my problem there, maybe this would help ne expalin my prob.

sorry to open a new thread i'm just really desperate

View Replies !    View Related
How Do I Make Something Transparent?
hello!
i have this flash movie, and i want to make the white transparent, so the text in blue appears on the black background without seeing the white flash movie background.
Click here to see the swf

View Replies !    View Related
How To Make Transparent .EPS's?
Normally when creating a logo, I make it using Photoshop since I am more comfortable with bitmap than vector. After I'm done in photoshop, I usually trace over the logo in Flash, create the font layers in Flash, and so on. Once I'm done, I export my vector logo from Flash as an .EPS. Now, my .EPS works fine, but I have a question:

This is how my vector logo looks when I export it from Flash. It has a solid white background.



This is how I want it to look - notice how the background of the .EPS is transparent.



How can I make the background of my .EPS in Flash transparent so when I export it from Flash and import it into Photoshop the background is transparent?

Thanks in advance

View Replies !    View Related
How Do You Make An Image Transparent?
I have been using Paint Shop pro 7 and can easily make an image transparent but when I import it into Flash it becomes a big block of caca, I just need to know if there is way to make what you want transparent? And how to properly use the Lasso?

Here go to my site for a good laugh - http://www.angelfire.com/games2/frigidwolf

U can also catch me on AIM my s/n is Cybermedown it would be coo if anyone could help me with my probs...thank ya

View Replies !    View Related
Anyone Know How To Make A Transparent Background?
Something where I could run the final application through Jugglor and the final result would have no background? Thanks in advance. =)

View Replies !    View Related
Can You Make You Background Transparent?
Is it possible to make the background of your flash transparent. I have a picture for the background of my webpage. Someone please help, thank you

View Replies !    View Related
How Do I Make A Transparent Movie
I have created a simple animated logo for my website with flash mx, and I wanted to know if it is possible to make it transparent. The logo is simple shapes and text over a white background, and i wanted to make the background disappear, and if i could keep the transparency of the shapes as well that would be better, but if not, just make the white transparent

View Replies !    View Related
How To Make A Transparent Flashmovie
Hi!

I'm trying to do a flashmovie, that has animated movieclips over html-page. How can I make the background of the flashmovie transparent, so that the html-page can be seen.

Seppo

View Replies !    View Related
How Can I Make My Movie Transparent?
Example, I'd like to add my animation/movie to a webpage and have it just blend in to the background of the site. How can I do this? I don't remember seeing any options about background colors (or lack thereof in my case) during the creation of the movie. I'd rather just have it adapt to wherever it gets placed. Any input?

View Replies !    View Related
How To Make Background Transparent...
how can i make my swf file background transparent...The Html tag is not working in Netscape.4 or Older.....Can any body tell me the solution of my problem...without downloading flashplugin for netscape...it should download its self autmatically...is it possible....

View Replies !    View Related
How Do You Make Background Transparent?
Anyone know how to make the background transparent in flash MX? Mine always shows up with color

View Replies !    View Related
HOw Do You Make Objects Transparent?
Hi I'm a n00b and I was wondering how do you make objects transparent ??

View Replies !    View Related
How Do You Make Things Transparent?
I'd like to know how to make things transparent. Can any one tell me?

View Replies !    View Related
How Do I Make Swf Backgrounds Transparent?
As i said in the subject header, how do i make swf backgrounds transparent so that I can make flash buttons and put them in dreamweaver without having white boxes round them?

View Replies !    View Related
Make A Color Be Transparent?
i loaded in a bitmap and converted it to a movie clip symbol. i was wondering if there was a way to set a color in that movie clip to be transparent, because i have a white background/border around what i want to show.

thanks

View Replies !    View Related
How Do I Make An Image Transparent?
I need to make a simple animation of a boat moving from Russia to Cuba on a political map. But the boat must be transparent. I've tried making it transparent in Photoshop, but it seems no matter what I do, the white background is still there. Can someone help me out? Thanks in advance.

View Replies !    View Related
How Do I Make An Object Transparent?
Ive seen several flash movies where they have transparent pictures and characters...
Example
How would i make a picture (For basics sake lets just say a block) transparent?

View Replies !    View Related
Make A Scene Transparent?
Hi,

My project has 3 scenes. Atm i am using some buttons to link between them, but i would also like to turn the scene that the user is leaving (by pressing the button) opaque.

I have used _visible with movie clips before but i can't get it to work with my scene. The scene i am trying to get to is called "scene 2" but i have'nt assigned an instance name or anything, don't even know if you can >.<


Here is my button code:


Code:
on (release) {
Scene 2._visible = false;
gotoAndStop("Scene 2", 1);
}



Thanks for any help!

Ps. How do i change the Scene name?

View Replies !    View Related
[CS3] Make Part Of A SWF Transparent
Hello all. I want to make the border in the following flash file (pictured below) transparent when I put it on a website. The Darkish blue/black portion is the part I would like to make transparent. Is it possible to only make a portion of a SWF file transparent?



Thanks.

View Replies !    View Related
Make Pixels Transparent
i have a ractangle bitmap, and want to make it's four corner pixels transparent. so that it looks like the border has been cured and the corner is transparent.
how to do that using as2.0? thanks!

View Replies !    View Related
Is There Any Way To Make A Button Non-transparent?
I can't seem to find a way to make a Button (not SimpleButton) have a non-transparent background. Is there any way to do this? Or is the alpha channel built into the button skin? I think this may be the case as the alpha attribute on the button appears to do nothing. The text is opaque but the button itself is %50 transparent no matter what I do.

View Replies !    View Related
Publishing GIF To Make Transparent
I'm having difficulties trying to publish a graphic I made in flash to a gif for web (logo) use. I've tried grouping, turning into a symbol putting a transparent box behind the image etc and then publishing the thing to a gif, selecting transparent, to no avail. it still has a white box behind it the size of the stage..what's up? I've also tried exporting the flash doc to a gif trying to make it transparent by selecting the box to no avail, any suggestions...i'm sure I'm missing something simple. Thanks in advance...sorry if I posted in wrong section.

View Replies !    View Related
Make FLVPlayer Transparent
I'm hoping one or more of you may have done what I'm looking to accomplish.

I use the FLVPlayer (version 3.8) on our Web Site and would like to modify it to make it transparent. We are just starting to work with .flv's that have a transparent alpha channel and need that feature for design purposes. Basically the same effect that was seen in an Adobe Acrobat presentation a little over a year ago. We want to have an flv player that lets us have a clients talent appear to walk accros the Web Page and deliver a short video message. A transparent player is key to the project.

I read that if I removed the "back" from the FLVPlayers .fla file I would get what I'm looking for but sadly it is still not transparent.

Any suggestions will certainly be appreciated. If you've done this before can you give me a push in the right direction. It's my first attempt at using CS3.





























Edited: 05/19/2007 at 09:40:49 AM by JimIdaho

View Replies !    View Related
How To Make Picture Transparent?
how to make picture transparent?

View Replies !    View Related
Gradient : How To Make It Transparent?
Oh My,

I need some help on the basics of making a symbol.

When you insert a symbol, and you make a Gradient. How do you make the end of the Gradient Transparent so the the layers below will be shown even if with the gradient Symbol is placed on top?

Confusing? Let me show you my problem........

View Replies !    View Related
Make An Animation Transparent?
Is it possible to make an animation transparent?
As you can see at the bottom of my web page. http://mysite.verizon.net/tee.de
I made a clock. Is there anyway of making it transparent?

View Replies !    View Related
Gradient : How To Make It Transparent?
Oh My,

I need some help on the basics of making a symbol.

When you insert a symbol, and you make a Gradient. How do you make the end of the Gradient Transparent so the the layers below will be shown even if with the gradient Symbol is placed on top?

Confusing? Let me show you my problem........

View Replies !    View Related
How Do I Make The Bg Transparent On Swf File
I need to import a swf file into dreamweaver and i need the bg of the swf file to be transparent. Is this possible. Thanx.

View Replies !    View Related
Make An Image Transparent
In Flash5, Is there a way to make an image that has a gradient transparent? When I select the image and try to make it transparent it makes the whole image one color. Also I tried importing a jpg image and making it transparent but that doesn't work either.

View Replies !    View Related
Make A Movie Background Transparent
Hell-O Everyone

I finally started to built our music band site (www.decent.fr.fm). I try to do it the best I can (so don't laugh if you visit it). However I know thanks to an interactivity tutorial that it is possible to publish a transparent movie background so you could see the html background.

The tutorial says : just put this code line between your HTML tags <param name="wmode" value="transparent"> That's what I do and it doesn't work at all ??

I tried to join the tutorial publisher but he do not answer.
Can someone help me please ?

Thanks

Saddek

View Replies !    View Related
How Can I Make The Browser Window Transparent?
I know there is an option "Transparent Windowless" that making the output Flash object transparent like GIF89a. But I wonder if I can do this with my browser window (bgcolor=transparent)???

This is a picture of what I mean... "Transparent"

http://www.geocities.com/jasonyfchiu/sim.jpg

Should I use Javascript, CSS, DHTML... or whatever?

I think it would be cool if I can make my flash animation like the outlook of Winamp, PowerDVD, WMP7...

Please! I really need your help!

Marcus

View Replies !    View Related
How Do I Make A Gradient That Fades To Transparent?
Flash 5

How do I make a gradient that fades from a solid color to a transparent state.

I think I've managed it before but have recently been stumbling over recreating it. Thanks

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