Carousel & Transparent Video - Add A Transparent Video In The Center

Oct 30, 2007

there are few comments i hear from other people. some say the axis of the carousel crooked and the icons are pixelated when they are scaled down. i m trying to add a transparent video of myself in the center but when i mask the carousel the embeded swf files also get the mask so i was wondering if there was a way to make the icons have alpha 0 when they are back all the way.. here s the link for the regular website [URL] and below is my actionscript

[Code]....

View 9 Replies


Similar Posts:


Import A Transparent Video File Into Flash?

Jul 19, 2009

can i have a transparent vedio file ( for example avi ) or any other accepted formats into flash ??? I'm using 3d studio to make some antimations and i need to add them on my flash movie and of course they should be transparent. if there is any way other than using a sequence of png image files (( which is a too stupid way because of the large number of frames )).

View 2 Replies

Professional :: Making Video Transparent, Which Tool?

Aug 25, 2010

I have cs4 web premium which doesn't include aftereffects. I need to however make a green/blue backgrounded video transparent (alpha channel, if I got it right) to be used by flash/as3. I'm not sure if I can use either firework or illustrator do the job? another question is, for a short movie clip, which tool can be used to edit the movie frame to turn the non-green/blue clored backgroud into green (then adding alpha channel...)

View 1 Replies

Professional :: Make Video's Bakcground Transparent In Flash?

Dec 21, 2010

I work on flash CS3 I created a video in sony vegas, and imported it to flash, but the background is black, I want it to be transparent, what should I do? P.S: in sony, there is no background, except the original black backgound that we see when we open the projet?

can we make some changes in the flvplayback in order to fix this?

View 9 Replies

Html :: Get An Element To Cover A Flash Video (tried Wmode=transparent)?

Aug 17, 2010

I have a Youtube video on my homepage, and now I need a modal to display on certain events.For some reason, even when adding <param name="wmode" value="transparent"> to the Flash object, it still covers the HTML elements (with higher z-index too).I've got it on JSfiddle.I figured maybe an iframe could solve this, but that would require me to make a new page just to put the video on.

View 2 Replies

Video :: Flash Player Still Blocks The Pulldown Menu Even If Wmode Set To Transparent?

Jan 10, 2012

We know set wmode to transparent in flash player can reveal pulldown menu behind the flash player but this seems not always true. Take a look at this , when the video starts to play, it still block the pulldown menu. I've used browser debug tool to check the code of that video player, it did set wmode to transparent

View 1 Replies

ActionScript 3.0 :: Chroma Keying Realtime Webcam Input, Converting It To A Transparent Video?

Mar 5, 2011

i am taking video input directly input from the webcam, what i want to do is to chroma key the input and run it over another swf, but the problem is i am getting a white background after chroma keying. i have been reading many blogs about how to get it done using bitmap/pixels.but i am just an interaction designer and very bad at coding and stuff

View 1 Replies

Professional :: Transparent Background Is Not Working With Vmode Transparent?

Oct 17, 2010

I imported a video into flash and have a transparent photoshop layer to create an iPod skin. The video works fine, but I cannot get the "stage" to be transparent so that you do not see the flash background color behind the iPod skin.
 
I've read in the forums and have followed the instructions here from Adobe. If you look at my code, I have

[Code]...

View 6 Replies

Actionscript 3 :: Draw Transparent Graphics Onto Transparent BitmapData?

Feb 5, 2012

I'm trying to draw PNGs onto BitmapData that is transparent.

I create my BitmapData like this (using ARGB for the color):

new BitmapData(width, height, true, 0x00000000);

And clean it by using the same ARGB value:

bitmapData.fillRect(bitmapData.rect, 0x00000000);

When I use copyPixels() to draw graphics onto the cleaned BitmapData, I get this result:

If I don't use ARGB for the BitmapData color, it works fine:

But I have to specify a solid fillColor, meaning I can't render what's behind the Bitmap.

How can I make my BitmapData transparent, but not have the above occur?

View 1 Replies

ActionScript 3.0 :: Remove Transparent Pixels From Transparent Png?

Feb 27, 2010

I am creating a map in flash cs4 with all the countries on it. I used photoshop for creating the map and separated countries. Now I imported all pngs in Flash and I want to give Mouse CLICK event and Mouse Hover on all pngs, but as the transparent pixels are overlapping the other states, it is getting difficult. So, I converted all pngs in movieclips and now then I broke up pngs. Now I want to delete all pixels having alpha 0 using eraser tool, as per the borders. And I have to do it manually for individual countries. So is there a way to remove transparent pixels from the bitmap data?

View 2 Replies

Javascript :: Video With Transparent Background On Page Above Image Background?

May 2, 2010

I want to embed some video into my HTML page. As background I want to use big picture. And above it I want to insert loop video with (i.e.) walking man.So, can I embed video (without flash and any player controls) in page?Can I decode video with transparent background? Is there any codecs which support transparent background (alpha-channel)?

View 1 Replies

ActionScript 3.0 :: Transparent Png Not Acting Very Transparent?

Oct 6, 2009

I have two png's that kind of look like paint brush strokes. they have some transparency in them that lets the stage colour bleed through a bit.

I am adding two of these images to the stage in AS 3. One adds quite fine - looks as expected. The second one however doesn't have any transparency other than around its edges. What i mean is it looks more like GIF than a PNG. Rough around the edges, no transparency "inside" the image itself (where there should be)

i have tried re-creating the image (yes it IS a PNG) which did nothing. I ensured the library item is not being treated as a JPEG. I also even tried externally calling the PNG to see if that made a difference. Unfortunately it did not.

why this second PNG doesn't seem to have a transparency set?

View 8 Replies

ActionScript 3.0 :: Youtube And Flash - User To Be Able To Click On A Video Thumbnail And That Video Plays Back In The Center Of The Document

Jan 12, 2009

In my CS4 flash document I have created a media gallery. It's a very simple interface that has mouse overs on thumbnail pictures, and then the larger picture will fadeUP in the center of the document. (With use of framelabels in the timeline).

In the same document, I want the user to be able to click on a video thumbnail, and that video plays back in the center of the document. Several questions: If the user clicks on the thumbnail "onrelease," the time line goes to the player, is it possible to stream this video from a youtube clip into my media player on the screen? If not and I have the document in a fl4 format, is there a simple process to have this video open? (I currently do not have the document in fl4 format).

View 0 Replies

ActionScript 3.0 :: Flash Video Sites - Add Video And Resize The Video Acoording To The Page Size

Aug 18, 2011

Recently i have visited so many video enriched flash site like this one [URL] Most of them shows video in full size. I downloaded the video using FF plugin. Video framesize is very small compared to the stage size. When i tried to add video and resize the video acoording to the page size , it slows the browser. I tried to embed the flv inside an swf and loaded the swf using normal loader and plyed it.. but the quallity and performance comapred to these site is very low..

View 3 Replies

Center Video At FullScreen With NoScale

Jul 23, 2009

I'm trying to center my FLVPlayback video programmatically in AS3 but I'm having a hard time with it.[code]This code isn't working, does anyone have any ideas how to get this to work?

View 4 Replies

ActionScript 3.0 :: Video Loop - Made A Video In After Effect And Export It To Flash As A FLV Video

Dec 18, 2010

I made a video in After Effect and export it to flash as a FLV video.. and write de code to load it into flash.. but I need it to loop.. Here is the code

[Code]...

View 1 Replies

ActionScript 3.0 :: Make A Video Class So Can Put In Src And Video Dimensions To Load Up A Video

Oct 13, 2011

Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way

[Code]...

View 2 Replies

Actionscript 3 :: Center Aligning SWF In Flash Breaks Video Prompt Request?

Jun 25, 2010

I'm using swfobject to inject my swf. My SWF basically initiates a webcam and prompts the user for access to the cam. Problem is whenever I center align the div that contains the swf object the Allow/Deny button seems to be unresponsive/not clickable. It's the oddest thing.

View 1 Replies

ActionScript 2.0 :: Making Flash Chatroom With Video Without Flashcomm/media Center?

Dec 16, 2006

is there anyway to make a flash chatroom with video webcam capabilities without using flash comm / media server?

View 4 Replies

Load A Video Into A Video At Certain Cue Points Along The Main Video?

May 31, 2009

I would like to load a video into a video at certain cue points along the main video.  Does anyone know how to do that?

View 20 Replies

IDE :: Carousel Control Alternative To Distance From Center?

May 3, 2010

I just copied the code from my new bff Lee at gotoandlearn for carousel rotation (but instead of changing direction based on the mouse's distance from center, I'd like it to change based on distance from a center line at a 45 degree angle.

Code:
var numOfBalls:Number = 365;
var radiusX:Number = 360;

[code]....

View 2 Replies

Make A Transparent SWF?

Aug 5, 2009

is it possibel to make a transparent SWF, or not? i want to make a word glow but have no background you see?

View 2 Replies

Transparent Stage In CS4?

Aug 9, 2009

Id like to create a transparent stage for my site hosted here... [URL]so i can change the background in html to a pattern and it will look like the flash bit is sitting on top of it.

View 2 Replies

ActionScript 2.0 :: Use Gif Or Pgn To Get A Transparent ?

Nov 16, 2006

I'm the admin for this site (in swedish) and I'm thinking of redesign it soon.I thought Flash would be one of the best ways for the "square menu" but I wanted to ask you before i decide. Here's some pro's and con's Ive come up with

smaller file size?

easier then fiddling with alot of divs

more options to make cool animations

no need to use gif or pgn to get a transparent bg

View 6 Replies

IDE :: XML, Transparent Images?

Jun 11, 2009

I have an XML file that loads in JPG images great, but if I try to load either a PNG or GIF instead of a JPG - it simply does not load at all.Does ActionScript & Flash not allow for transparent files, or even these formats of images to be brought in via XML file?BTW:I used this tutorial, step 1-9, and all works well but if I change the images to my personal PNG - the only thing that displays is the preloading bar as if the file just doesn't want to file/load the image. The text does come in though.

View 4 Replies

ActionScript 3.0 :: BlendMode Vs Transparent Png

May 21, 2009

So you've got a transparent png. Rather than importing that png with its alpha channel, I've always assumed it's better to import it with a black or white matte, then use Flash's blend modes (lighten, darken, screen, multiply) to show the transparency.Am I right on this, or does it make no difference in terms of cpu usage?I do believe that in terms of filesize, the matte saves quite a bit over the alpha channel.

View 5 Replies

How To Make A Background Transparent

Jun 9, 2009

A friend and I are working on a Flash game. He is programming it and needs the different character animations in SWF form. The problem is when he places them in-game, they are surrounded by the white block that was behind the character animation.

How do you make the background of the SWF/flash file transparent so they white block will no longer be visible. I know how to do it in HTML for the web, but this must be different.

View 4 Replies

Fade Movieclip To Transparent

Sep 16, 2009

I have made a slideshow from this tutorial: [URL]

I have added a reflection, and it works just great. But i would like to make the right and the left side fade to transparent. I have tried to make a little demo here: [URL]

The first movie looks good, but only because I have faded from nothing to black and the background is black on the home page. And as you can see, the movie does not look that great, when the background is white.

I found this link: [URL], but I can't figure out how to implement it into my already "working" slideshow.

View 5 Replies

CS3 How To Create A Transparent Banner

Oct 17, 2009

well ive been tryin to create a small site with a banner using flash. i went to publish settings and changed the setting to transparent, published it and embedded the code into my html page on the page there is a white part at either side of the banner that shouldnt be there and doesnt look right, ive attached a picture

View 2 Replies

Static Background And Transparent SWF

Feb 3, 2010

What I need to is to alter the html flash generated to have a static background that fills the browser, doesn't tile or scale that my movie can load over. I have messed with all the publish settings and I am sure I am just making all the wrong choices.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved