Green Stripe In Flvplayback
Does anyone know what is the cause of the moving green stripe that sometimes appears in the playbar of the flv playback component?It's not a disaster but if it's avoidable I'd like to know how..
KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 10-12-2007, 05:25 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Stripe Effect How To
Hello everybody!
I'm new to this forum though I've used Kirupa fantastic tutorials several times!
I'm quite a newbie in Flash and I'm italian so many excuses in advance for my bad english! I've seen an effect in a template on templatemonster.com, the template is Flash Template #10054. When you click on "play presentation" an effect of fading stripes start revealing the images below, I think it uses mask and maybe some AS as well. Thanx for any advice!
Sole
Animated Scroller With Image Stripe.....
.... similar to http://www.pixelwurld.com/.
Is there an example of this on FlashKit? I searched the archives, but I couldn't find anything. My head is achey and I can't do the math to come up with this, and it's driving me cuckoo!
Thanks.
Why Is It Green?
I saw that some of the actions are highlighed in green in actionscript library (e.g.ifFrameloaded) can anyone tell me why?
The Green Box?
K. I know this sounds wierd. But there is a green border around my scroll pane.
Go to www.rookrocks.com and look at the scroll pane on the front page. When it is idle there is nothing. But move it up and down and you will see this wierd green border surround the pane.
I have no clue what that is. It completly boggles me to where that came from and why it is there. Any help why this dreaded thing is there?
Green
ok,.. i made skin for scrollPane mx2004,.. but when i load ScrollPane in other move i get green border around whole componet when i click on up-down arrow,.. how can i remove that border?
//KM project
So Green That I'm Covered In Dew
Hi folks, I've just installed this fantastic program Flash5. I have a lot of expierience with AutoCad 2000 and other graphics programs like Corel Draw but I am at the very beginning with Flash 5. What in your opinion would be a good book to purchase? I think I'm a little beyond the "Dummies" style books. I've taken the tutorials and I am working on my own personal website, the reason for my interest is I have family all over Canada and would like to share our photos and family news with them through the web. I want my site to be beyond the ordinary and I can see Flash is the way to go. Thanks for your help!
Glowing Green
How can I make a movie clip of just a square/circle glow green when the mouse is over it and then revert back to normal when the mouse is withdrawn?
Green Component Box
I've designed a form with the mx component text input boxes and I set focus at the first item when the frame loads. The goofy green box is put around the first item, and when i leave the frame, either forward or backward in the timeline the green box (by itself) stays! I can't figure out why! thanks!
[F8] I'm As Green As The Grass At This
Hi, my name is Kim and will probably be a constant visitor here. I am trying to build a website, on it I want to have a beautiful front page with a creeper with flowers appearing (I am probably using the wrong lingo!) then the title appearing letter by letter. Then a main photo which will disappear and others appearing in its place,..then smaller photos underneath, entitled gallery 1, 2 3 etc. Now you have the picture in your head hopefully!!!!! My question is this, do you think a person who has not had much experience could do this? and would it be easier to make in Flash, frontpage, dreamweaver or Swish. I have access to all programs, and don't know which one to put most of my effort into?
Can I use all of these and combine?......take care for now.....Kim
Green Dots
No actionscript - just a trippy experiment.
I'm sure many of u have seen this before, but it spun me out.
Wife is studyiung teaching at Uni, and came across this "eye trick thing"
..So I made it in flash, just to see if it really worked.
Ok, focus on the black cross hair. If it worked, u will see the effect, if not, u must be one of those guys that can never see the stereoscopic images!
View swf - bigger browse area = better chance
View fla - notice the total absence of anything green in the source file?... whack!!!
Green Outline
HI
When i export my movie (flash mx) and save it as a bitmap sequence and 24 bit color, i import it into another program and my image has a outline of my background color from flash , i tried white background, black and green and they all import with the background outline color from flash mx.
Any ideas how to fix it?
thank you
A Green Box Appears
hi every one
once again i have a problem. im using the button compont in a swf but when i load it into another swf file and make the button go to a frame in the loaded swf it leaves a green box where the button was a bit like this
so if you can help thnks because this on got me stumped
FLVPlayback Changing Another FLVPlayback
Hi,
I have a movieclip with an FLVPlayback component and a second movieclip on it. In that second movie clip, there's another FLVPlayback component. I was wondering if there was any actionscript I could use in the second movieclip to change the contentPath of the first FLVPlayback component upon the completion of the second FLVPlayback component.
This is the code I tried, but didn't work:
var listenerObject:Object = new Object();
listenerObject.complete = function(eventObject:Object):Void {
this._parent.flvp1.contentPath = "vid2.flv";
}
flvp2.addEventListener("complete", listenerObject);
(flvp1 is the first FLVPlayback component, flvp2 is the second, and vid2.flv is the file to be played in flvp1)
Also, I know that the listenerObject function is working because I tested a trace() command earlier, and it worked.
If anyone could point me in the right direction, I would appreciate it.
Thanks,
Brad
ABRACADABRA... Turn To Green....
Hello!!
You will surelly ask me why i don`t finally buy a flash book instad of asking this, but please Help my pocket!!
:-)!!!
I want to change the color of a text in a button while clicking on an other button:
I've first made a mc whith the text, so as to change it property, but how do I do It???
I think it is whith setproperty??
Thanks for your help, as I'm the one who is turning to green...
Tangoman.
Green ActionScripter Can't Use LoadVariables
For a while, loadVariables seemed to be working okay, but now I'm not sure what's going on with it. I used the code below:
Code:
loadVariables("./Content.txt",this);
showText(Content);
with a text file called "Content.txt", in the same folder, containing the following HTML code
Code:
Content=<p align="center"><font color="#CCCCCC" size="20"><b><u>Welcome!</u></b></font><br>Welcome to the content pages. While we appreciate that our members need access to the information to be contained herein, this feature has not yet been added. <a href="mailto:CardinalXiminez@att.net">The webmaster</a> assures you that he is in the process of writing the web pages required to gather data and the CGI programs required to parse it. If you desperately need any of the data in these pages, <a href="mailto:CardinalXiminez@att.net">contact the webmaster</a> via email. Please, be sure to check back very soon for new developments!<br></p><p align="right">--<a href="mailto:CardinalXiminez@comcast.net">The Webmaster</a>
, all of which is on one great big line. The function showText() moves the text that's passed in to a text box in another part of the program. I've tried using single, double, and no quotes in the text file, to no avail, as well as taking out the "<br>" tags and using carridge returns. The content of the text box has been completely blank when tested. Any assistance would be greatly appreciated. Thanks!
The Green Guides Of Lurve
This is an oldie, but I did not get any replies (Is this question that lame??)
The question being: Is there any way to set up guides (as in the type to align to for constructing pages/layouts ) globaly. That is, if I have a multi scened movie and I set up guides in one scene to align all my clips, text'n images to etc..Is there a way to have these same guides visible in other scenes??????
Cheers..Cylon
Green Highlight On Components
(Flash MX 2004)
Hi.
Im trying to remove the green highlight that appears on components when they are in focus. the green highlight effect can be seen in the search field on the macromedia site in the nav bar at the top of the screen. When you click into the text field, a green halo appears around it. How do i get rid of it??? I cant find the answer to this anywhere in the help!
Many thanks,
Tim.
How Can I Get Rid Of The Green Border Of The Componenet?
When i use the scrollpane component, and i load from another swf, when i scroll in it. it puts this green halo around it to show it active i guess... and it ticks me off i cant get it to go away
i tried scroll_mc.setStyle("fborderStyle", "none");
but that wont work. that take the borde rout but not the halo.. i tried looking in the help and it doesnt say... any clues???
you can see the halo effect by going here www.brandlite.com/uc and clicking on the GRAPHICS section.
thanks.
Scrollpane Green Highlight?
Hi there
Using MX 2004, I added a scrollpane to the stage of a swf into which I load a movie clip.
When playing this movie, everything works fine.
When loading this movie into another level from a movie on level 0, a green highlight appears around the scrollpane whenever the scrollbars are activated.
Anyone know how to get rid of this green highlight?
I have tried any number of movies containing the scrollpane, and the green highlight always appears when the swf is loaded by another movie.
Border colour, visibility makes no difference.
Thanks a lot
G
Green Highlights How To Disable?
Hey All,
I've been using textArea to load some text, and I learned to disable borders with:
_global.styles.TextArea.setStyle("borderStyle","no ne");
but either way, the problem I have is that when you click on the textArea, there's a green border than appears. This phantom green highlight that does not fit with my design.
go see problem at
http://www.curtisyee.com/homepage
This is driving me crazy! I remember reading something about it earlier, but can't find it now. Any ideas? Please? Thanks.
curtis
Can't Make Ground Green
I'm trying to make a ground for the characters to stand on. I tried to make a parallel line on the bottom of the screen, all the way across, then tried to use the paint bucket to make everythin below the line green. It didn't work. How can I make a ground? Can't I just fraw what I want to use? Help me plz!!!
[CS3] Green Screen Effect
I have a client who is interested in doing a "Green Screen" effect with the following information... I know it can be done, I am not sure how...
Properties:
Source Path - (optional) fully qualified path to the folder containing the source file with the green screen background Source File - file name of the original file with the green screen background (foreground image) Destination File - New File name of the image with the "new" background Background File - File name of background image
Methods:
Get File - retrieve file
Replace Background - Remove the green screen background and replace with the "Background File"
Reposition Foreground - ability to drag the foreground image (original image less the green screen) on top of the new background to compose the image Resize foreground - provide navigation handles to resize the foreground image on top on the new background Save File - Save the newly compose image with the new background to a file
Presentation:
- Provide a vertical thumbnail list of background images on the right, if necessary, a vertical scrollbar to view additional images.
- Show the source file in a picture box in the center screen.
- Either by double clicking on a background image OR drag the background on to the top of the source file (center image) immediately redisplay the center image with the new background.
All Source Files - A dynamic array or a concatenated string containing all the available SOURCE files to be displayed as hyperlinks (this will be fully qualified with the necessary path).
All Background Files - A dynamic array or a concatenated string containing all the available BACKGROUND files to be displayed as thumbnails (this will be fully qualified with the necessary path).
Green Horn Question
Hello,
today I start my tests with ActionScript and I found some Tutorials. But I always found tutorials that talk about "Create a new BUtton and Add ActionScript on the onClick Method"... I develop Applications in Java and I will not use the IDE and the "click-together"-principle.
It is possible to develop AS and without to use the IDE-Feature? Just add Button with AS... and the other stuff... I know that I need the IDE but only the AS-Part.
Thanks for help
Lines Drawn Are Always Green
I am trying to self-teach myself Flash 8 using one of these self-teaching books. I'm baffled by something that, to me, should be simple but I just can't figure out.
After selecting the line tool, no matter what my lines turn out green. Even when I change the line color and stroke height in "Properties" panel, I still get only thin green lines.
Why is this happening? What am I doing wrong? Any help you could give to me would be greatly appreciated.
Thanks!
Edited: 02/08/2007 at 11:50:37 AM by PJLambe
Green Screen Productions
We want to create a talking head on our web page and use the green screen technology for our training videos as well. Which of the Adobe products available will work for this?
ActionScript And Green Screen
How can I write Action Script to change out backgrounds for my flv with Green screen?
I saw a swf demo running on Flash Player 9 where pushing a button let the user change out the background. I am guessing this was programmatically done with Action Script.
How can I write ActionScript to do this? I have Flash 8.
Thanks!
Bob
Green Screen Effect...
I have a client who is interested in doing a "Green Screen" effect with the following information... I know it can be done, I am not sure how...
Properties:
Source Path - (optional) fully qualified path to the folder containing the source file with the green screen background Source File - file name of the original file with the green screen background (foreground image) Destination File - New File name of the image with the "new" background Background File - File name of background image
Methods:
Get File - retrieve file
Replace Background - Remove the green screen background and replace with the "Background File"
Reposition Foreground - ability to drag the foreground image (original image less the green screen) on top of the new background to compose the image Resize foreground - provide navigation handles to resize the foreground image on top on the new background Save File - Save the newly compose image with the new background to a file
Presentation:
- Provide a vertical thumbnail list of background images on the right, if necessary, a vertical scrollbar to view additional images.
- Show the source file in a picture box in the center screen.
- Either by double clicking on a background image OR drag the background on to the top of the source file (center image) immediately redisplay the center image with the new background.
All Source Files - A dynamic array or a concatenated string containing all the available SOURCE files to be displayed as hyperlinks (this will be fully qualified with the necessary path).
All Background Files - A dynamic array or a concatenated string containing all the available BACKGROUND files to be displayed as thumbnails (this will be fully qualified with the necessary path).
Green Screen Video
Not sure if anyone has done this cause no one seemed to answer this before...
WPLJ.com New York and other websites use Hosts on their website..
It's the hosts shot on Green Screen and keyed over the website..
Has anyone done any Green Screen Video Overlays on thier website?
Any insight on how to do it properly?
Also WPLJ Hosts move down the website as you scroll..how did they accomplish that one,
Any input on this is appreciated..
Joe
Green Screen Returns
I have a green screen flv with alpha playing in the first frame of my project. If no links are used the video returns after about a minute with no audio and revealing the green screen. What action script can I use to tell the clip to stop or make it invisible. The problem can be previewed at http://www.americanentrepreneurlive.com
Thanks for any help.
Replacing Green Screen On FLV
What code do I use to change out back grounds with an existing green back ground on an FLV video using Action Script?
I am coding with Flash 8.
Will this same functionailty also work with my FlashLite 3 projects?
Thanks!
Bob
Green Screen Returns
I have a green screen flv with alpha playing in the first frame of my project. If no links are used the video returns after about a minute with no audio and revealing the green screen. What action script can I use to tell the clip to stop or make it invisible. The problem can be previewed at http://www.americanentrepreneurlive.com
Thanks for any help.
A Green Line Through The Middle?
I'm working on V2 of my site, but 2 of the images that I have imported from photoshop have a green line where they meet. This doesn't show up in the .fla nor is it in the .psd or .png. I can't figure out how to get rid of it, I've tried repositioning, and that doesn't work either. Any help would be appreciated
the swf can be found here:
http://www.barbdwyer.com/wip/hightech.swf
thanks
Hunter Green And Burgundy
Can anyone tell me the exact --- or equivalant --- hex codes for the colors Hunter Green and Burgundy?
Thanks!
Scrollpane Green Highlight
I'm having a problem with the scrollpane component... when I press the track a green highlight border appears, how can I get rid of it??? please help!
How Do I Get Rid Of Green Glow From List?
Hey there, I am trying to get rid of the green glow from the list component when it is selected but can't find the property in the adobe doc-
http://livedocs.adobe.com/flash/8/ma...Reference.html
Can anyone suggest how I can get rid of it?
Thanks for any suggestions in advance!
SChm
Default Green-ish Background
When I compile and run my as3 scripts I always get a greenish background color, how i can change this and why I'm on the subject how can change the height and width of the final swf dimensions
A Green Line Through The Middle?
I'm working on V2 of my site, but 2 of the images that I have imported from photoshop have a green line where they meet. This doesn't show up in the .fla nor is it in the .psd or .png. I can't figure out how to get rid of it, I've tried repositioning, and that doesn't work either. Any help would be appreciated
the swf can be found here:
http://www.barbdwyer.com/wip/hightech.swf
thanks
Hunter Green And Burgundy
Can anyone tell me the exact --- or equivalant --- hex codes for the colors Hunter Green and Burgundy?
Thanks!
Scrollpane Green Highlight
I'm having a problem with the scrollpane component... when I press the track a green highlight border appears, how can I get rid of it??? please help!
Components (green Outline On Focus ?)
Flash MX 2004
Yeah, I'm just in the process of learning how to use components. I have a scrollpane with an SWF in it and it works just fine BUT every time i focus the scroll bar to actually scroll the content I get this ugly green (1 pixel wide) outline to the whole scrollpane. Why is this and how can I get rid of it?
Please and Thankyou.
Ptol
Button Doesn't Work W/ Green Hit
Well this is the weirdest problem I have ever come across...
I was working on this dynamic flash website and each page is a separate flash file. In one of my pages, any button that I created just would not work if I put anything in the hit frame. They seemed to be recognised as graphic symbols.
Well after hours of problem solving, the problem turned out to be a rectangle with the color of #00FF00 in the hit area (which is what I always use for my hits.) The button just would not work If I put a rectangle with a color of #00FF00 in any frame, but it would work just fine with any other color. It would also work with an oval set to #00FF00.
I can't show the file now because I don't own permission anymore, but does anyone have a clue to what could cause this weird bug?
Combomox Selected Color Always Green
Hi. I am changing the colors of my combo box using:
_global.styles.ComboBox.setStyle("color", 0x373737);
and
_global.style.setStyle("themeColor","0xBDCEE0");
and
_global.style.ComboBox.setStyle("textRollOverColor ", 0x373737);
But, what ever I do the selectedColor always stays this horrible green.
Does anyone know how to control it?
M@)
The Green Screen Effect - How To Accomplish It?
I know the basic principles of how a green screen works. You film something with a green screen behind it, and then on the computer delete the green part and put the background you want on the layer behind it. What I need to know is how to accomplish this with flash. I can make the background, and make the foreground with the green screen behind it, but how do I delete the green part from the video? That's the question. Can anyone help me with this? Many great thanks to anyone that can help.
How Do I Insert A Green Guide Line?
I've just opened up one of my old Flash files.
It's a got a green line which acts as a guide.
I can't rmember ever putting this in.
But... it's seems to be really useful!
How do I put these in?
I've clicked around and can't find anything...?
Thanks.
OM
Green Screen/keying In Flash 8?
Hey folks... I am a bit confused with the process involved with using green screened video in Flash 8... my boss shot some video on a green screen today and dumped the video out in DV format to use in some flash ads... so now Im going through some tests to see what we need to do to
I have no idea what software he is using for exporting the video, nor what process he is using to export this video.
Do I need to be using other software than Flash to be able to utilize this
feature of Flash 8? So far, all my imports and selecting Encode Alpha Channel
have not removed the greenscreen... no option to select the alpha color or anything? Im used to doing this in After Effects and was led to believe (through an Adobe semiar on Flash 8) that Flash could do this natively...
Do i have to use After Effects or Premier to make this work?
Thanks for any help you can provide.. Im so lost with this.
Green Plant Growing Effect - How Is This Done?
hello,
here take a look at this 2 sites:
http://renaissanceuk.com/index_ok.php
http://fierceangels.com/ecard/angelsfall/
One the first website (Renaissance UK), the header part is a plant that is "growing". How is this done?
One Fierce Angels' site, how are the growing ornament's done???
Thanks for all replies!!!
Martin
Green Screen For Flash Website
Hi
Looking to do some green screen people on a website...ala WPLJ in New York..
1. Green Screen Shots..how hard is it to add the Host (Green Screen) Element to an exsisting website.
2. How do the achieve the effect of the hosts staying on the website anytime you scroll down the page, they stay in frame no matter where you scroll down to on the page..they move as the page moves?
3. Anyone dealt with this before...Hosts on a Website? www.wplj.com
Thank you
Joe
|