ActionScript 2.0 :: Embedded Video Color To Gray Scale?
Mar 6, 2008Is there a way to make an embedded video within flash gray scale rather than color?
View 9 RepliesIs there a way to make an embedded video within flash gray scale rather than color?
View 9 Replies i want to change a colors tint and store that color for later use to apply to dynamically created sprites, for some reason the code changes my place graphic as expect but when i draw a square using the Colortransform.color property the color always in gray scale?
Code:
package{
import flash.display.*;[code].....
I have embedded a flash video on my website. [URL]...I am having the problem that it seems to rescale fine in Firefox on the Mac, but in Firefox in Windows it just crops the video.
Here it my HTML
<object width="650" height="500">
<param name="movie" value="How To Add A Location">
<embed src="http://www.fribblesoft.com/zs-content/How_To_Add_A_Location.swf"
width="650"
[Code]...
I need to create a color formula converter that goes between HEX, RGB, CMYK and Gray Scale.
With wonderful help from members of this site, I have the HEX to RGB to HEX portion working. Particular thanks to JSEBRECH on color formula conversion and previously to GIBBERISH for helping me master updating arrays from changed input text fields, and with other important help from DEADBEAT, VREELPOWER and PAEREZ. You have all been very helpful and generous.
how to convert either HEX or RGB to CMYK or to Gray Scale?
Is there anyway to create an alpha mask out of a grayscale image in flash?i am using the color adjust filter to create a bleached out kind of image. I would like to make the white transparent.
View 1 RepliesI need to create, from a given Bitmap/BitmapData of a PNG file which has transparent and semitransparent pixels, another BitmapData which is a copy of it, but all the pixels (well, the pixels that are not alpha 0% actually) must have a specified grey color value (0xdddddd).
View 2 RepliesThe colorpicker component is missing the gray color range ... is there a way to add the gray color range in the component?
View 2 RepliesI am using lightbox++ to load images outside of flash in order to make that work I have to set wmode=transparent in the object properties But doing this lightens the gray color used in the swf.. Without adding wmode=transparent Screenshot with wmode=transparent
[code]...
I'm a student currently trying to learn Flash CS3. However I've encountered a problem with the paint bucket. In my assignment I've created a simple rocket, each part with it's corresponding layer. Now I need to go back in and fill the body in a light gray color. I did so successfully with the nose cone. The problem now is that the bucket won't fill any other area no matter what I do, or which layer is selected.
View 10 RepliesI am trying to make a toggle button where, when the user clicks it, it changes from grey to red. I am using movie clips rather than "button" symbols because, when switching between states, buttons look kind of bouncy after you click them. I have everything working, however, because I am using movie clips the "hand" cursor does not appear when I hover over the buttons. I am using very basic code:
[Code]....
I'm playing around since days with the Color.Matrix.Filter and cant get it working. The Problem is that i have to implement it to a existing project which was done by someone else.If i do it from scratch it works.COLOR TWEEN FROM GRAY TO COLORED ( Normal ) ON MOUSE ROLL OVER Existing Code ( not on Frame one of the Project, its inside a Movieclip which will be placed on frame one of the main stage / scene.
//Original Values
originX = this._x;
originScale = 48
[code].....
I'd like to gain read only access to the following parameters of embedded Flash videos located on sites that I do not own through my own custom browser extension/add-on:
Time location of playback head (so I can display the current time in the browser extension via HTML5/JavaScript) Frames (so I can make capture them to an image file, save it and display image in browser extension) Original Dimensions in pixels (so I can display the original video dimensions via JS/HTML5 in browser extension)
Is this possible by using Javascript and HTML5 from a browser extension?
Would I have to use something like the SWFObject Javascript API [URL]
basically i got this video i need to make interactive, where the user will be able to click on hotspots in a video as it scales -- any possible ideas or directions?
The idea i got is if i know my hotspot is initially at x:700 y:300, and the video scales, i just move it over by that much of a factor -- from what my current resolution was to my new resolution?
I am looking for a way to create a sliding scale, not unlike a horizontal scrollbar that changes the background colour of a page as it moves left or right. Whats the best graphics software for this?
View 1 RepliesHow do I create a custom color scale ideally in Hex? say from yellow to red, depending on the height of an object? is this a correct way to achieve this or is there a better way without having to convert it at the end?[code]...
View 1 Repliesi have loaded a colorful image. when i rollover this image, then the image has to change in grey scale.i think it can be done with filter adjust color, but i want to do this with scripts.
View 3 Repliesi have loaded a colorful image. when i rollover this image, then the image has to change in grey scale.i think it can be done with filter adjust color, but i want to do this with scripts.
View 2 RepliesI have trouble in choosing between external video with playback component and embedded video . I have tried adding video to dynamic page and everything is perfect .This video I have imported using the option File ->import video -> external video with playback component. If I try to execute flv on another system , the video is not playing eventhough it is in library.
So, I have imported video using the option of embedded video and this worked fine on another systems as it embeds video. The video plays for only 2 min 54 sec. I have compressed the bit rate to how much ever I can in premier pro. It resulted in reducing the size of the file but still I see the video occupying more than 3500 frames in the timeline. I feel this is not optimal.
basic coding plan for scaling up and down the video at run time when I open a digital scrap book.The idea is very simple.. I have a Digital Interactive scrap book which will flip to the page which has the event housed on that page and will show a Thumbnail of the event. In the meantime the Loader will keep loading the movie file and show a progress bar. Once when the loader is done with, I want the Video to scale up to the size of the Stage and then play the video and once the file has reached the end it should scale down the video and go back to the Index page-the home page whioch started this..
View 1 RepliesIt's a simple video player that opens a netStream which setups a client callback object onMetaData.The size is off when video is scaled.Example 1:
ActionScript Code:
trace("width: " + data.width, "height: " + data.height);
if(data.height > 240)
[code].....
Im just a few week into AS and scripting in general so Im not sure why what I've got is working.
I want to create a scaling video that is full screen - from scratch.
I later want to dynamically load a graphic and tile it over the video - I've done that here
I was at the point that the video I was loading would only resize to the stage when the stage Event.RESIZE fired. I need the video scaled when it loads - so my approach was to try and do something with the onMetaData height and width values. I was going to create a function which returned the proportionally scaled native values back to Video(). However I'm not savvy enough to know how to get those values back into the playVideo function.
Along the way I stumbled on something that seems to work - but I dont really undersand why! - or if its 'best practice'.
Code:
import flash.net.URLRequest;
import flash.events.Event;
//variables
[Code].....
Im trying to take on board around methods, objects, callback functions and how to create variables that are more then a known values.
I honestly need a video of some guy with a chalk board drawing arrows to demonstrate how all these things connect
I'm not using flvplayback. I'm using a simple video player that has a pause button on top of it. I want the pause button to just look exactly the same. I've got a ton of other elements on the site, but I just want the video to go fullscreen and the pausebutton to stay the same size...
View 2 Repliesi have an embedded video in my .fla. It's like the "background" of the scene. I need to slow down this video in a specific keyframe, and then return to the normal speed.
View 2 RepliesI have a video on a page and I cannot get the play list control to appear above it. I have set the z-index of the play list to 99999 but the video is still being rendered on top of it.
Here is an image that shows the problem and the CSS. I have tried setting the z-index of the video to -1, 1 etc. So my question is, how do I force the flash video to appear below the play list?
i'm trying to figure out how to get an embedded video I have to when it completes start a new function. For example I have running.flv embedded in a movieclip timeline called p2. And I want to have actionscript know when the video ends and start a new movieclip
View 2 RepliesI have a flash header built that contains a embedded video how can i stop the embedded video but not the rest of the movie?
View 1 RepliesThis is driving me nuts folks. I've imported a video clip to my stage, added a skin for stop, play, pause etc. I test the Flash file using Control --> Test Movie and everything appears exactly as I want it to.
The problem is that when I upload the files to my server the embedded video clip does not appear, nor does the skin. Just a blank space
I'm working with Actionscript 3.0 and I'm working on a project that requires me to know where a certain point in a video is at all times and have it relay that information to me via trace. I'm having a hard time figuring out how to select a point within the video and getting that point to move with the subject.
View 3 RepliesI'm building a flash website where I'll show my tv commercial works. In the flash project I placed a FLVPlayback component that will play different flv videos. Those videos look very good and crispy when played in quicktime player. But when I export the swf from flash and play it the videos look bad with a lot of compression artifacts and pixelation.To show you what I exactly mean you can go to my website (url...) and click the 8th video in the scroll panel. Compare it's quality with the link to which refers the (url...)
View 1 RepliesI have created a preloader, to load a single swf file, that has embedded video and sound.It works when I test it, using Air 2.6 settings. But when I compile it, the swf plays, but the sound and video are missing in the swf. I addded the swf, the mp3, and flv files to be included in the Air app. Do I need to add a reference to them as well in the code, or is there some other reason they may not be appearing? Do I need to load the src files into the library of the preloader?
If I play the original swf, that is being called and loaded, it plays with the sound and video. The original swf, the sound src and the video src are all in the same directory with the preloader.fla.
Here is my code for the preloader. It is all in frame 1 of my flash file.The file does not have anything else, other than the dynamic text instance "percent" on the stage.
[Code]...