Invisible Flash?

Hi guys I am trying to figure out if its possible to overlap two flash files in one html page and not have the background showing in the foremost swf? almost like a png with transparent background?
Cheers, Oli.

Another alternative is to use the HTML attribute, WMODE, for the <object>/<embed> tags. (In professional contexts, I use SWFObject (free JavaScript Flash Player detection lib at http://swfobject.googlecode.com) to specify any and all Flash SWF params in HTML. Set WMODE to "windowless" on the topmost SWF and its background will drop out to show anything (HTML elements, including another SWF) behind it. Beware, however, that this behavior places additional burden on the user's computer processor.
HTH.
-Robert
Robert Reinhardt
Creator, videoRx.com
Author, Flash Bible series and Video for Adobe Flash CS4 Professional Studio Techniques
Adobe Community Expert
http://blogs.flashsupport.com/robert

Similar Messages

  • Missing/Invisible flash library graphics

    Hi,
    I recently got the free trial of Flash CC on my computer at home to work on a few projects that I am working on at my schools computers, which have CS5. Recently when I went onto the schools CS5 Flash, I imported my project which was a Flash CC project onto the computer and all of my library graphics apear to be invisible or maybe missing. All I see on stage is the center point (forgot what the little white circle is called) for each of the assets. I can still see the path of the tweens, the white center point is still there, and each graphic is still in the library, its just no image appears. Note, I have done this before (importing CC files onto CS5) and it has worked just fine.
    Update/Edit: Ive noticed that only the graphics that I made from scene two (edit: two and one) of my three mutliscened project are missing. Meaning, I worked on my Scene 2 at my house and the schools computer, went home and worked on scene 3, and then I went back onto my schools computer and now all of my graphics that I made during Scene 2 are invisible...
    Sorry if this is confusing,
    Thanks for the help.

    Update: I am able to see the graphics that are missing/invisible in the library, but I am not able to access them for what ever reason, meaning when I double click the graphic icon next to the name in the library it doesnt open up a new page for that graphic, and also the preview for the graphic in the top is blank. So its almost like they wern't loaded in.

  • Flash drive not visible except in disk utility

    I have a new MacBook Pro running Mavericks 10.9.2.  The invisible flash drive is my main drive, not a USB drive.  Not in list of Devices in Finder, no icon on desktop, no way to see it except by using Disk Utility.  I see that many people are having problems with invisible flash drives but they all seem to be USB drives.  Does anyone know if this is a Mavericks problem, or is it a MacBook Pro system problem?  If Mavericks, maybe it will get fixed with next version. 

    I'm not certain what you mean by "invisible flash drive"?
    If you want your drives to show up on yoru Desktop, set the Finder Preferences to do so:
    Clinton

  • Looking for INTIMATE Flash Player Knowledge, to explain something DELICATE

    Hello ::- ). I have stumbled upon a Flash Player behavior about which I have some assumptions & some questions, but I would like to discuss them with somebody who has VERY good knowledge of Flash Player. If you like a good brain teaser and like to see some living proof about how Flash Player works, read on CAREFULLY. I also present inside this post the SOLUTION, which I managed to find after 10 hours of torment.
    Sorry for the use of caps in this message but I wanted to emphasize some  things. Imagine that as I am writing this, I am outraged and desperate  ::- ).
    Ok, so here is the (very simple) situation:
    1. I got an ENTER_FRAME hooked on the Stage, in which sometimes, when the User moves the mouse, I move all objects on the Stage.
    2. Inside a Timer, I got a hit testing function in which I test against the EDGES of some objects.
    3. When the objects on the Stage are MOVED (in increments of 8 pixels / frame), this is what happens:
    dispObject.visible = false;  //I repeat, that's visible = false.
    dispObject.hitTestPoint(x, y, true); //Returns TRUE. Yes, despite the object being hidden, the hit test SUCCEEDS.
    dispObject.visible = true;
    dispObject.hitTestPoint(x, y, true); //Returns FALSE when the object is VISIBLE.
    Where X and Y are coordinates situated INSIDE the shape of the object, at the extremities (left or right). I got solid proof that they're inside the object, as I dumped the contents of the Stage to a BitmapData and investigated it. Without doubt, the hit testing occurs INSIDE the colored shape of the object but the result is FALSE when the object is VISIBLE=TRUE and TRUE when the object is hidden.
    Also, the Hit Tests that I am doing are based on 2 moving  objects: I am hit testing against a moving object (dispObject), and the X/Y location where I  am doing the hit testing are dictated by the position of ANOTHER moving  object.
    Now... I know very well how hitTestPoint works. The object I'm hit testing is ON the Display List (I only played with the Visible property).
    MY SOLUTION:
    Instead of doing the Hit Test in the Timer, I just queued it in an Array and I moved it inside the ENTER_FRAME event, PRIOR TO MOVING THE STAGE OBJECTS. This makes it work regardless of whether the Hit Tested object is Visible or not.
    QUESTIONS:
    1. Does Flash Player have an internal priority for event types? I am NOT talking about Event Listener Priority but about priority in executing entire TYPES of events.
    2. Case in question: does ENTER_FRAME *ALWAYS* execute PRIOR to TIMER?
    3. Why does hitTestPoint work differently with INVISIBLE objects? Let me rephrase that: why do INVISIBLE objects get moved AFTER the TIMER event??? Becaues obviously this is what happens. When the object is invisible, Flash Player moves it differently, so that's why the Hit Test succeeds. If the object is Visible, it gets moved in ENTER_FRAME and the Hit Test fails, EVEN THOUGH ON THE SCREEN, I actually SEE IT HIT the ACTUAL SHAPE of the object.
    Again:
    So yes, what I'm saying is that visibly, on the screen, it should NOT fail because I drawed some pixels at each location I am shape-hit testing and the pixels actually INTERSECT the SHAPE, but even so, the function returns FALSE. But when the object is HIDDEN, the hit test RETURNS TRUE. Okay, that's about all the ways I can explain it haha.
    Sorry for repeating myself a bit, but I really want to get the point home. To conclude: I managed to fix the problem but I wonder why, God, why did I have to lose so much time with this? So here's to hoping some Guru sees this thread and guides me through the mysteries of Flash Player internals, because this sure as heck isn't documented (I looked everywhere about Event Priorities and STAGE WORKFLOW but couldn't find anything!)

    If you have Flash Player issues you should post them in the Flash Player forum...
    http://forums.adobe.com/community/webplayers/flash_player

  • Version 15 no longer allows copy to clipboard

    We have been setting signed.applets.codebase_principal_support in FireFox to allow copying to the clipboard in Window XP and Windows 7. It has worked fine until version 15, and it no longer works. If we cannot use this feature, we will have to convert all of our users to IE or some other browser that allows us to do the copy.

    So… of what I can tell so far, it is quite true that Firefox no longer allows scripts to access the clipboard, with the exception of making add-ons in the XUL environment. When I first ran into this problem in version 15 on a page I was running locally, the error returned was
    A script from "file://" was denied UniversalXPConnect privileges
    in response to the statement '''netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect')'''.
    Nowadays, you’ll get
    TypeError: netscape.security.PrivilegeManager is undefined
    I first learned of this method of accessing the clipboard from [https://developer.mozilla.org/en-US/docs/Using_the_Clipboard one of the Mozilla Developer docs]. The article begins: “Mozilla provides a number of interfaces for accessing the clipboard”. I’ve not yet found any information about the other interfaces.
    Thanks to Google, I did find a live link for [http://docs.oracle.com/cd/E19957-01/816-6171-10/ Netscape Object Signing: Establishing Trust for Downloaded Software], which [http://www.mozilla.org/projects/security/components/signed-scripts.html Signed Scripts in Mozilla] recommends reading before working with signed scripts. The Signed Scripts article says you should use Mozilla’s signtool, apparently from a suite of programs called [http://www.mozilla.org/projects/security/pki/nss/tools/ NSS tools]. It provides that link to the tools, but the only link for the signtool program is to the source code files that you must compile. The [http://www.mozilla.org/projects/security/pki/nss/tools/ man page] for the program is also at the Mozilla Developer Network. I’ll try to study this material soon and provide a more straightforward guide.
    In the meantime, I found [http://forum.maxthon.com/viewthread.php?tid=79469 a forum] that talks about another approach to accessing the clipboard by way of saying '''[https://developer.mozilla.org/en-US/docs/Rich-Text_Editing_in_Mozilla document.designMode = “on”]'''. This makes every element editable, as though every element’s contentEditable property were assigned to true. In fact, both properties came from IE.
    In the forum I linked to, there’s a JS example were '''designMode''' is turned on and a [https://developer.mozilla.org/en-US/docs/DOM/range Range] is used to select text. The command '''document.execCommand("copy", false, null)''' is intended to actually copy the text, but if you try this in Firefox, you’ll get
    Error: Access to XPConnect service denied
    I also tried toggling '''signed.applets.codebase_principal_support''' to '''true''' and restarting Firefox but, unfortunately, the JavaScript console still reports no '''PrivilegeManager''' property underneath '''netscape.security''', and '''document.execCommand''' gives its same error in '''designMode'''.
    One popular workaround for allowing Firefox to add text to the clipboard is [http://jonrohan.github.com/ZeroClipboard/ ZeroClipboard], which uses an invisible flash movie. You can associate the movie with any element and it acts as a conduit for an element’s access to the event model. I’ve not used it yet, but the example works.

  • SWC PNG's invisible when compression is set to JPEG in Flash Builder 4.7/AIR 3.4

    Moved my ActionScript Mobile Project game from Flash Builder 4.6 / AIR 3.2 yesterday to the new release of 4.7 / AIR 3.4. One side effect was that when my PNG's in my assets SWC were set to use JPEG compression instead of PNG, they are invisible at runtime. I haven't found any mention of this when searching so far. I can just use PNG compression for now, but it's nice to have the choice. Anyone else run into this problem?

    I haven't seen this come up, however you might want to give our latest AIR 3.5 build a try (12/11/2012 - AIR 3.5 Runtime and SDK Update).  If it still occurs, could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.

  • All content invisible in flash AS 3.0

    I am new to flash and was wondering if someone could help with this issue.  Flash cs4 was installed and worked fine until lately. I cannot draw, use pen, shape tools, or load any previous pictures created in flash using the actionscript 3.0 new doc create.  When I click/drag-- the image is there, but as soon as I unclick the image dissapears.  Properties inspector shows that there is content but they are invisible.  .fla files that I hve created and saved before open, but page is blank. The weirdest thing is that when I open a new doc using the AS 2.0 selection, everything works fine.I am somewhat coherent in the basic functionality of flash, and have tried the obvious i.e. fill and stroke colors,  but I don't remember changing any settings.  Hoping I am overlooking something

    I see the rectangle until I unclick, then
    it dissapears. the frame shows an open circle, and
    I do not get a plus sign in the stage area when I click the frame.  fill color is set to black.

  • Invisible Text in Flash Player Using Windows XP

    I seem to have a problem with the Flash Player and invisible text. The Flash Player will load but there will be some buttons that are not labeled with text, so you don’t know what the buttons are, fill-in text boxes that have no text or text description, so you don’t know what to type in them, and drop-down lists that are blank, but there is supposed to be text to select from.
    I tried uninstalling and reinstalling FireFox, that did nothing; unistalled the Shockwave Flash Plug-in and reinstalled it, that did nothing; unistalled Flash and Shockwave standalone Players entirely, leaving only the Plug-in, nothing; uninstalled and reinstalled Flash Player standalone, nothing there either. I cannot seem to find a solution and every browser I have, the same problem occurs – invisible text.
    I was reading on the Adobe Forum that there is this same issue sometimes with Mac and that the problem seems to be font incompatibility.
    This happens with any browser I use – Firefox, Flock, PaleMoon, IE, Opera, Netscape.
    My OS is Windows XP Home Edition
    Main browser is FireFox version 3.6.17
    Shockwave Flash Plug-in version is 10.3.183.7
    I also have the Shockwave Player standalone version 11.6.1.629
    Has anyone, using Windows, had this same problem? Is there any solution?
    Thanks for any advice.

    Invisible text in Flash enabled web pages is a frustrating problem that is affecting Mac Users who play Farm Town (8.5+ million people on FaceBook) and probably many other games too.  See this forum as an example of the problem:  http://slashkey.com/forum/showthread.php?p=2531318
    Before even reading this forum I did everything that appears here with no success and then everything listed in the referenced forum (above) with no success... but the following did fix the invisible text problem and I hope that it will help others too.
    1.  Drag the Font folder from the User directory to the trash  ie. ~/Library/Fonts.  (where ~ is = your User Account Name.)
         Be careful; this is NOT the Font folder in the main library.
    2. Download Font Finagler v1.5 beta for Mac OS 6, and clean the font cashe files following the instructions for this free shareware app.
            http://homepage.mac.com/mdouma46/fontfinagler/
    3. Open the Font Book app which is a new app that is included with the Mac OS Snow Leopard (10.6). (Font Book is in the Applications folder.) Read the Help info for this app and then: Choose "All Fonts" in the left column and then choose "Select Duplicate Fonts" from the Edit menu. Disable or delete all duplicate fonts that this process identifies. After dealing with the duplicate fonts, select "All Fonts" again in the left column and choose "Validate Fonts" from the File Menu.  Deal with the results that it will display using the help file for guidance.  Interestingly, in my case there were no corrupt fonts in my Mac system, but the validation process identified more duplicate fonts that the previous step did not find. Again deal with the findings and disable or delete the duplicate fonts.
    4. Reboot your Mac and get on with using your Flash enabled web pages.  Duplicate fonts seems to be the problem that cause invisible text in Flash enabled web pages.
    Hope this helps you... it worked for me.
    Clark

  • Copied images from flash drive and they are invisible. how do I make them visible

    I have copied some image files (jpeg format) from a flash drive onto my imac. When I go to view the images they do not appear. When I try to copy them again, there is a message that I cannot modify invisible images. These images were originally downloaded to a windows-based computer and copied to the flash drive. Is there a way to make these image files visible? I am trying to use them for a website. Thanks!

    Open Terminal in the Utilities folder. Enter at the prompt:
    chflags nohidden
    After the word "hidden" put a space and type in the path to and name of the file. For example, if they are on the Desktop: chflags nohidden ~/Desktop/name_of_file. Include the file's extension. Press RETURN. If all the files have the same extensions, then use chflags nohidden ~/Desktop/*.jpg or *.jpeg.

  • Invisible Fonts in Flash on Webpages

    Ever since upgrading to Snow Leopard, I've been having problems with invisible fonts in Safari on pages that use Flash Player.
    Here's what I know:
    They're always in flash, but not all fonts are invisible.
    I created a new user account and there's no problem there.
    I'm using the latest version of Flash.
    I've installed all available updates from Apple.
    Text doesn't appear in Firefox or Safari, so it's not just a Safari problem, but appears to be a Flash problem.
    Here's what I've done to attempt to fix the problem:
    Used Font Book to verify all fonts and to remove duplicate fonts installed by Snow Leopard.
    Used Font Book to turn off User Fonts, since there was no problem with the other user acccount.
    Reinstalled Flash (several times).
    Repaired permissions on disk.
    Read about a problem with iWork, so I reinstalled iWork (although I wasn't having a problem there).
    So, now what? Is there a plist or something that I can delete for Adobe Flash Player? If there's no problem with another user account, what do I do? Can I somehow easily move all my stuff (documents, pictures, music, etc.) to the new user account and then delete the old root user account?
    Thanks for any help you can give me.
    Rob
    Message was edited by: Rob Abram1

    Oops, I forgot to include a screenshot. This is from Google's stock page. The little boxes along the lower right of the graph are supposed to have letters in them that correspond to the links to the right of the graph. These show up in the other user account, but not in Safari or FireFox.

  • Flash CS4- Movie clips suddenly invisible on stage? (Same file OK on other comps/CS5)

    Flash CS4 had been working regularly on my Macbook Pro (Intel - Tiger) for a while, and then suddenly, I opened a file and all the movie clips went from being visible "stills" to invisible and represented only by an "o". I have tried settings, preferences, even uninstall/reinstall, but somehow my settings or something got messed up and I can't view movie clips on the stage.
    I have tried a variety of different .fla files and none allow movie clips to be visible on the stage.The files were created in CS4.
    This is true for movie clips that have 1 frame to many frames.
    When I Publish or Test Movie, the clip is visible and normal, but it is impossible to edit the file without being able to see the movie clips.
    I know that the issue is with my installation of Flash/settings being messed up, not with the file(s) because when opened on other computers (CS4 and CS5), movie clips are visible on the stage, as they should be.
    Example below: In Flash CS4, the stage just has "o"s where I used to be able to see my movie clip, but in the Test Movie, everything is there. To be clear, I could see the movie clips in this exact file, and then the next time I opened it I could no longer see them.
    I am hoping there is an obvious solution that I have overlooked. Help is appreciated in designer-friendly (non-developer) terms.
    Thank you!

    Hi,
    Can you please try a few things for me? This will help us narrow down the issue.
    Test 1: Switch from ActionScript 3.0 to ActionScript 2.0.
    1. Open up the file where you see the "o" instead of your movieclips.
    2. Go to File > Publish Settings.
    3. Switch player target to ActionScript 2.0.
    ** Did your movieclips reappear or is it still showing "o"?
    Test 2: Delete user configuration folder and recreate preferences files.
    1. Quit Flash if it is running.
    2. Delete the following 6 files:
    Volume/Users/<username>/Library/Application Support/Adobe/FlashCS4
    /Users/<username>/Library/Preferences/Flash CS4 Preferences           
    /Users/<username>/Library/Preferences/Flash 10 MRU           
    /Users/<username>/Library/Preferences/com.adobe.flsh-10.0.plist           
    /User/<username>/Library/Application Support/Adobe/Flash CS4/           
    /Library/Application Support/Macromedia/FlashAuthor.cfg
    3. Relaunch Flash and these files will be recreated.
    ** Did this solve your issue?
    Please let me know. Thanks!
    Quynh
    Flash Authoring, QA

  • Flash MX - invisible buttons

    I've created my first nav menu using Flash - hooray!
    The nav menu items are invisible buttons with movies beneath
    them.
    It all works fine in terms of navigating the site.
    However, I would like to make it accessible (i.e. have
    shortcut / access key assignments, and tabindex).
    I filled out the appropriate fields in the accessibility
    panel, and the shortcuts & tabbing don't work, either in IE7 or
    Firefox 2.
    I did a bit of research on google, and what I read suggested
    that certain components (invisible buttons included) cannot be made
    accessible.
    Is that correct?

    Answer for question 1:
    For tab index, accessibility panel alone will do.
    For keyboard shortcut, if you read the documentation, you
    will find this.
    Two steps are required for keyboard shortcut:
    i) code the actionscript to create a keyboard shortcut for an
    object...
    ii) select the object and add name of keyboard shortcut to
    Accesibility panel so screen reader can read it...
    You need both actionscript and accessibility panel for
    keyboard shortcut.
    Next, this is also from documentation, "Keyboard shortcut
    functionality depends on the screen reader software used." Do you
    have any screen reader software installed in your computer to test
    your flash? For more info about screen reader please refer to:
    http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveD ocs_Parts&file=00000878.html
    Answer for question 2:
    script looked fine. you have any problem with it?
    Answer for question 3:
    YES, "only if the flash in focus".
    Lets say your html page have 2 two & both of it have its'
    own accessibility info, tab index, shortcut etc. Tab index works
    for which swf in focus.
    Answer for question 4:
    IE and Firefox handle the keyboard shortcut in different way.
    Lets do a simple test, by using IE, open any webpage with swf,
    focus the swf, and press ALT-F, the shortcut key capture by IE and
    the file menu of IE will open. Now try the samething using firefox,
    open webpage with swf, focus the swf, press ALT-F, keyboard
    shortcut capture by firefox, file menu didnt open.
    As mentioned, access key "keyboard shortcut" depends on
    screen reader software. You can find some screen reader plugins for
    your web browser, but do remember that your site visitors might
    dont have the same plugin, the behavior will be different.
    Answer for question 5:
    I believe your footer navigation access key will has problem
    when any swf object is in focus.
    I dont really have much experience on accessibility, part of
    info above are just my own opinion. If you really need to enhance
    accessibility of your website, do more research about it. If you
    just want some shortcut key to work, key listener in actionscript
    would be enough

  • Flash invisible in AIR version

    hello everyone,
    I am using HTML and Javascript to write the AIR program.
    Recently, I have write a HTML page that contain a flash and compile
    it in AIR version. When I change the <systemChrome>to none
    and <transparent> to true in the application.xml 's content,
    the flash in HTML become invisible.
    Is that a limitation of AIR or anyway I can do to make
    surethe flash visible again in AIR version?

    Hi Fenix,
    This is a known limitation of embedding flash within the HTML
    control. See
    http://www.adobe.com/support/documentation/en/air/releasenotes.html

  • Invisible Watermark is destroyed by Flash

    I have signed my images with an invisible watermark. But when I imported them into Flash and created and .swf file. The invisible watermark was destroyed, probably by the compression. I set the compression up to 90% but with the same result.
    Has anybody an idea how I can establish an invisible watermark with Flash?
    @developers: I think it will be a good feature for the future if Flash can create an invisible watermark by itself.
    Looking forward to answers and solutions.
    Photox24

    I just did a security update and when I plugged in my CF Card it started doing it again! Same error.
    What the *&#$*&^ is going on?
    The only way I can safely import photos is to plug the CF Card into my laptop running Snow Leopard and import across WIFI. It took long enough to import via USB, now I have to go through WIFI?
    Is this how it works on Windows?

  • Is it possible to make the background invisible in an flash desktop application?

    Hey there,
    I am currently trying to build a small desktop application in flash which works a bit like the scmpoo sheep (scmpoo - Cute little lamb / sheep on your desktop - YouTube). A screenmate with just a few animations and a movieclip tied together in as3.
    My problem now is, that the animated animal should a least look like it really moves on the users desktop, since I found no way to really place it there.
    I already set it to fullscreen mode, which removes the borders but I can't find a way to make the backgound invisible/transparent. In web-browsers this seems to be quite easy, but does it work for the desktop flash at all?
    And if yes, how do I do it?
    thanks for helping

    window style: custom chrome (transparent);

Maybe you are looking for

  • How To Schedule a Concurrent Request on completion of a Spawned Request

    As soon as the concurrent request submitted through Oracle Form(Consolidation Transfer)is completed we need to schedule another Concurrent Request which had to be kicked off automatically on completion of the First concurrent request. Since, the Firs

  • Runtime error in Business planning role on portal EP7.0

    Hi all, We are using the BI integrtaed planning role from portal.( Ep 7.0) and backend system is BI7.0. 1)I added the role com.sap.ip.bi.business_planning_showcase to the user 2) I created the JCO connections BI_MODELDATA ● BI_METADATA ● WD_ALV_MODEL

  • Sender File channel error

    Hi Experts, We are getting the below error in the File sender channel. Error: com.sap.engine.interfaces.messaging.api.exception.MessagingException:24 This error we are getting for one specific File Channel. Other File channels are working fine. 1 mes

  • Message USB002 "The print quality may deteriorate"

    I do a lot of draft printing.   I have set the properties for my MG2520 to Black,  the minimum quality. Everytime I print I get this warning about quality and the pages won't print until I acknowledge and click OK.  And to make it worse the message s

  • First cycle of MacBook pro retina of battery

    During the first charge of he MacBook pro retina, is it best to fully charge it and leave it on the plug?