Have Transparent Background In Flash Application Built With Flex 4?

Nov 13, 2010

Is there a way to have a transparent background in a flash application built with Flex 4? I need to put it on a webpage where the html background is visible through the flash.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Drawing Application And Transparent Background?

Apr 10, 2010

i've created a simple drawing application with colors, a clear button, and a save function, but my problem is i want what people draw to become the head of a character in my animation.I would LOVE a transparent backround too to whatever they draw,

View 3 Replies

ActionScript 3.0 :: Amateur Trying To Accomplish Transparent Background In AIR Application

Feb 9, 2011

I am new to AIR and just trying to comprehend what it is capable of. Just wanted to know if it is possible to set the AIR application's background to 0% opacity.Simply put I am trying to create a desktop buddy. In theory a remote control UI will be positioned in the top right of the screen with 200x200 dimensions. When you press the btn_flyIN, it tells this buddy to fly onto the desktop. The desktop need to be visible and not just a screenshot.

View 2 Replies

Flex - Possible To Have Transparent Background In Fullscreen Flash?

May 31, 2011

Is there a way to get transparent background when in fullscreen mode in flash? I tried the following:

<!DOCTYPE HTML>
<html><head>
<style type="text/css">
body{background:#666;}
</style>
[Code] .....

View 1 Replies

Flex :: After Importing A PNG With Transparent Background It Shows Up With White Background

Dec 28, 2010

As the title already states i have a (big) problem importing a PNG in a Flex 4 application.Created a PNG file in Photoshop with transparent background. Loaded in Flex application using this code:[code]So when the complete event fires the data has been loaded and it is possible to assign the data loaded to the image component named Thumbnail:[code]Unitls now everything works as expected!But when i try to send the Thumbnail component's data to a WCF service i receive a photo with white background:[code]

View 2 Replies

Flex :: RemoteObject After Application Built - No Fault No Result

Jan 25, 2011

When i run it in Flash Builder (debug mode) the remote object called successfully. but whenever i build the application (AIR application), then the remote object will return no result nor fault, the busy cursor is showing about 3 seconds. then no clue at all. how to get advance fault or something than regular fault event or result event? or anyone have the same experience?

UPDATE: Actually it was failed only for ONE service method, for other method (some of them took longer time to call) the service call is work fine. CASE SOLVED So the problem was not on the service call, but on my result conversion that cause the advanced datagrid failed to render.

View 1 Replies

Bypass The Cross-domain.xml Requirement For An Adobe AIR Application Built With Flex?

Apr 23, 2010

Is it possible for an Adobe AIR application to connect to a remove webservice that does not expose a cross-domain.xml file? If so, how do you configure the security sandbox within Air to allow this?

I have attempted a socket connection and received the following error:

[Code]...

View 1 Replies

CS3 - Make Background Flash Background Transparent In Dreamweaver?

Apr 10, 2009

I've designed a Flash site in CS3 using Action Script 2.0 that has a main flash movie sorta floating in space over a gradient background. I want the gradient background to re-size with the browser, so I thought that the easiest way to do this would be to delete the gradient background in Flash and instead recreate the background in Dreamweaver using the repeat background option and then make the Flash movie's background transparent. (I hope I'm making some amount of sense here).

I've found a few tutorials on how to do this, but so far I just get a white background instead of transparent. I've tried choosing "Transparent - Windowless" under Window Mode on the HTML tab in Publish Settings. And I've tried selecting the movie from within DW and clicking the parameter button and adding a "wmode" parameter with "transparent" as its value.

View 2 Replies

Android :: Transparent Background In Flex Air?

Jan 14, 2012

Can a Flex Air Android app have transparent background, like the Android Theme.Transluscent? I've tried adding:

<systemChrome>none</systemChrome>
<transparent>true</transparent>

to the -app file but that just makes the background white.

View 3 Replies

Flex - Transparent Background For SWFLoader?

May 20, 2009

I created a "Loading" spinner in a SWF. I display this spinner in my main application SWF using SWFLoader.How do I make the SWFLoader transparent? Currently it uses Flex's default background color even though I've set backgroundAlpha="0".

My spinner SWF's main MXML: (Note the use of backgroundAlpha)

[Code]...

View 2 Replies

IDE :: Windows Application Built With Flash Function While Other Apps Running?

Jan 13, 2009

Is it possible to build an application in flash that can then be exported as say an exe and then be used in the background while another application is running? I know that sounds complicated so let me further explain. I currently dj with an application and would like to create another application with flash that allows users to play some custom sounds (drops) while running the primary dj application. I believe someone out there already has created an application via flash that does this (have to read up on it more). But from the research I did do there is no way to interface with the flash application unless you alt-tab to it. Is there someone way to build a flash application that can be assigned windows shortcuts (say f1 funuctionality) while another windows application is running?

View 5 Replies

Flex :: Take A Snapshot Of A Movieclip With A Transparent Background?

Sep 13, 2010

I am coding in AS3 and I am using BitmapData to take a snapshot of a movieclip. Is there a way to have the end result BitmapData to support transparency?

How do I take a snapshot of a movieclip without any background?

View 2 Replies

Flex3 :: Set Flex Titlewindow Background To Transparent

May 24, 2011

I have a modal Flex dialog and want to make the background not of the window itself, but the semitransparent modal indicator transparent. (Yes I tried to convince the client they don't want to do this, but apparently they really want to do it). Is this even possible?(prefer a solution using Flex 3's TitleWindow, but Spark/Flex 4 TitleWindow is acceptable)

View 3 Replies

Flash :: Filling Flex Application Background With Pattern?

Aug 17, 2010

We are trying to fill our Flex 3 applications background with an image pattern by repeating the pattern throughout the background.

The pattern is a very small "bulleted"-background.

The Flex App seems to just stretch the image pattern even though we've specified in the CSS the following:

Application
{
background-gradient-colors: #ffffff, #ffffff;
color: #000000;

[Code]....

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

Flex :: Disabling The Transparent Background Overlay On A Popup

Mar 22, 2010

I have a button in my flex app that creates a popup overtop of everything. However, it seems like flex automatically puts this transparent overlay overtop of the stage when this happens. How do I disable this? I have tried contentBackgroundAlpha="0" and backgroundAlpha="0" with no luck. anyone know what the proper syntax is for disabling this transparency? I have been searching through the docs for a 30 minutes now looking for it.

View 1 Replies

Flex :: PopupManager: TitleWindow: How To Make The Background Transparent

May 12, 2010

I'm using PopupManager to display (not modal) popups in Flex.How can I make the background of my TitleWindow popup completely transparent?Now it is semi-transparent.. see picture with semi-transparent background (i.e. I just want the label inside visible):

[URL]

Maybe, instead of making it transparent I could try to reduce the padding, in order to make only the children visible ?

View 2 Replies

Flex :: Transparent Background On Spark DataGrid Headers?

Jul 14, 2011

I almost got it, but the part that's giving me trouble is making the header background transparent. I am making a custom MXML skin based on the default Spark DataGrid skin. I tried setting the contentBackgroundAlpha to 0 on the columnHeaderGroup and the headerRenderer, but that didn't work. I tried setting visible to false for either of those, but that made it so that the text didn't show up either, so that didn't work. There is no setting for backgroundAlpha in either of those two, so I'm not sure what else to try.

View 2 Replies

Flex :: Make The Modal Transparency Background Absolutely Transparent.?

Aug 22, 2011

I am using the below given code to try to make the transparency 0, but I still am unable to make the background become absolutely transparent.

<mx:Style>
global {
modalTransparencyBlur: 0;

[code].....

View 1 Replies

Flex Tile List Transparent Image Showing With A White Background

Dec 29, 2011

I have a tile list that loads images from a folder within the app.

When i load images with a transparent background it gives the image a white background is there any way to get the image to be transparent? [coded]...

View 1 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

Flash File With Transparent Background

Jul 26, 2009

Is it possible to make flash file with transparent background. I want to make animated buttons on transparent background, so you can see background image in wordpress under the buttons.

View 5 Replies

ActionScript 3.0 :: Flash CS3 Transparent Background

Sep 11, 2008

I have been trying for weeks on this project but I know it can be done. I shot a subject in front of a green screen and he wants a Flash movie of just him (the subject) and no background. I told him it could be done. I shot a 1 mintue video using the old DV rack to make the green screen fairly good. I imported the avi clip to Premiere Pro 2 and used the chromakey ( Color key on some tries) to remove the green screen whereas the background was black. I saved it and exported it as a quicktime movie, animation compressor codec, millions of colors square pix. Then I used Flash CS3 and imported the video to the library by On2 VP6 codec with the alpha channel selected. I created two layers, layer 1 a jpeg image. I highlighted layer 2, dragged the FLV playback to the stage and made sure layer 2 was about layer 1. I saved and tested it but the background is still there. I have tried several ways; saved a flash file from Premiere Pro2 and imported it with CS3 Flash encoder following the same steps. I even loaded and older version of PPro 1.0 and followed a tutorial exactly. The FLV plays well but I can't see the image from layer 1 because the background is black and not transparent. All I want is a transparent background where the subject is there without a background. I have Ultra 2, Visual Communicator, I can make a background of anything but I can't seem to make a background transparent!

View 6 Replies

Flash - StageWebView With Transparent Background?

Feb 25, 2011

I have a Flex Mobile Project with a View in it. I placed a background image on that view. Now I want to add a StageWebView on it to render an HTML file, in such a way that the contents of the HTML scroll while the View's background is visible. However, when the StageWebView gets rendered, it has a white background. I didn't find a Background property on it to modify. I tried to change the stage's alpha, but it didn't work.

View 1 Replies

IDE :: How To Get Flash Gallery Transparent Background

Mar 13, 2010

I want to make flash gallery's background fully transparent. Now it looks like it is like 30% transparent. This is the code for flash movie on my page:

<div id="content">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL]" width="800" height="600" id="gallery" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="gallery.swf" />
[Code] .....
Looks like this on page (Flowers and white square):

View 1 Replies

Flash :: Transparent PNG Background + Hover Div Menus + IE

Apr 23, 2009

I'm working on [URL] and I'm having problems with the semi-transparent png backgrounds when I embed flash into the page, but only in Internet Explorer. See attached. notice how the semi-trans white seems to fade out away from the top left in the drop down, and in the 5-pixel border encircled. On pages without flash, it's fine. In Firefox, Safari, it's fine. I tried using the Unit PNG fix, and that made the image backgrounds look perfect, but then my drop-down hover menus became buggy, i.e. they would hide if you moused over link text in the menu and then moved back into the white empty space in the menu. Argh. I'm running IE 8.0.7077.0, Firefox 3.0.9, on Windows 7 build 7077 x64

View 1 Replies

ActionScript 2.0 :: Give The Flash A Transparent Background?

Dec 9, 2010

I have an animation that uses a button to call the animation.However, I am placing this flash movie on top of html as I want the animation to play as users hover over a div.I wanted to ask if it is possible to have a transparent button because at the moment the flash is appearing on top of the HTML. I have managed to give the flash a transparent background, but not figured out how to have a transparent button.This is my actionscript:

PHP Code:

// Action for button on rollout
button.onRollOut = function() {
Dog1.onEnterFrame =function () {[code].....

View 8 Replies

Create A Flash File With A Transparent Background?

Jun 5, 2009

I was wondering if anyone knows if you can create a flash file with a transparent background. Ultimately i would like to insert my flash file (which is a website) into dreamweaver but i want it to interact with my background image in dreamweaver (which fills the whole browser page edge to egde) so it shows through my flash file which will have an opaque backgorund?

View 3 Replies

Professional :: Make A Flash With A Transparent Background?

Feb 12, 2010

I've created a flash to go in an html page with a colored background. When I put images with the appropriately desinated colors in flash, it changes the color ever so slightly when it runs in the page. It's JUST enough for it to be noticable. Is it possible to designate a transparent background?

View 2 Replies

Professional :: Flash Making A Transparent Background

Oct 13, 2010

Don't ever tell me that its the window mode set to transparent in the html setting in publish settings and don't tell me I need to change the html code of the published product in dreamweaver because I don't have dreamweaver.How is one to make an swf file file that has no background in it without Dreamweaver and without a publish setting that doesn't work?After that can be answered, how then are you to make an avi. file thats transparent?How do you edit your discussion so I don't have to post the same topic twice with new information?

View 3 Replies







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