How can I make my Clock.swf file disappear?

Hi,
How can I make my Clock.swf file disappear? The following code works great for movie clips but throwing an error while using for .swf files.
Introduction_mc.visible = false; >>> This code works fine
Clock.swf.visible = false; >>>> This code throws an error (How to resolve this problem?)
Please help.

The easiest way is by targeting the Loader object.
l.visible = false;
or
removeChild(l);
will both work.  And you can make it visible again if need be using the opposite of those commands.

Similar Messages

  • How can I make a small swf file out of InDesign

    I have a 200 page book (PDF). I am trying to make a flip book to preview in web browser. How can I make a small swf file out of InDesign with the PDF I have?

    There is another point:
    if you are using JPEG images together with SWF as output file format, you could get smaller images by:
    1. using the Export For Web menu for generating size optimized JPEGs in PhotoShop opposed to Save As JPEG
    2. stripping all color management (ICC) information off the files (SWF is not very good in color management besides sRGB, I think…)
    Uwe

  • How can I change the insert SWF File, I need to add a few things and make it better?

    How can I change the insert SWF File, I need to add a few things and make it better? Is there an option inside of the dreamweaver menu that I am not looking at. It would make it easier on me if I changed some things around and didn't have to do it all myself each time I used it. Just incase you was needing to remember what swf flash was, It is not a swf video either.
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480">
        <param name="movie" value="Sonic Kaboom.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="9.0.115.0">
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="Sonic Kaboom.swf" width="640" height="480">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="9.0.115.0">
          <param name="expressinstall" value="../Scripts/expressInstall.swf">
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    If I understand correctly, Sonic Kaboom.swf needs to be edited in a separate Flash authoring program and then reinserted into your HTML document. 
    As Murray said, Flash is dead.  Nobody uses it anymore.   We use HTML5, CSS3 and JavaScript animations which have universal support from Smartphones, Tablets and other web devices that can't support Flash.   Look at Edge Animate.
    HTML animation | Download free Adobe Edge Animate CC trial
    Nancy O.

  • How can i make calculation in two file using two parameter

    how can i make calculation in two file using two parameter
    Solved!
    Go to Solution.

    i am having two differnt file, both file having no and time , i want to make programme that when, number and tiome is same in both file give that index onle  in , i am going to attached the file
    Attachments:
    iisc11-jan2010extract.txt ‏1253 KB
    sp3.xlsx ‏12 KB

  • How can i make sure the graphic file from my subcontract create is really llegal?

    how can i make sure the graphic file from my subcontract create is really llegal?
    They have creat the PNG file which creat from Adobe Illustrator CS5.
    I have try checking on Metadata In Adobe Bridge, and it seem to be blank.
    So i would likt to know how can i make sure the graphic file from my subcontract create is really llegal?
    Thanks

    I have try checking on Metadata In Adobe Bridge, and it seem to be blank.
    So i would likt to know how can i make sure the graphic file from my subcontract create is really llegal?
    shoo: if i had to do that for every file i get  i would go insane, as scott said, post contract: files that they (sub contractor) supply you, presume them ok unless you KNOW otherwise, or a copyright flag pops up contradicting ownership.
    G

  • How can I make Spotlight show the file path

    How can I make Spotlight show the file path in the Spotlight menu for selected file?

    Via Finder certainly, but not in the menu.  You can view the file path in the Spotlight search results display by pressing the ⌘ key (while hovering over a file in the results), though.  The path will display at the bottom of the Quick Look output, or cycle through that location.

  • How can i make quicktime play avi. files?

    pls..how can i make quicktime play avi. files? because i have some avi files on my ipod or data cd but i can't play them on my laptop. pls help me..
    and also, im trying to make a music video but i dont how to select different clips from a movie.

    Hello,
    You can get from Microsoft, the flip4mac free player. Since Windows Media Player for Mac is no longer supported, this is the way to go.
    http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx
    In my opinion, it is by far the best solution for playing .avi or .wmv files, because you get all the advantages of Quicktime.
    regards,
    Jeff
    PowerBook G4 15-inch Double-Layer SD (with lines) 1gb Mac OS X (10.4.6) 3G iPod, iPod Nano, 5G iPod

  • How can I make a CC Illustrator file open in CS6? Save as does not give an option to save as a CS6.

    How can I make a CC Illustrator file open in CS6? Save as does not give an option to save as a CS6.

  • How can i make hyperlink to local file for dowloading

    How can I make hyperlink to a local file for downloading it, it seams that only www links work in web Ui.
    Thanks

    If we assume that you have a LabVIEW application running on your cRIO that is exposing some data through web services, there are a couple of possibilities.
    You can create a web service call that returns the log data. In order for the browser to treat this as a file, you must set the correct content type in the http header. To do this you can't use the default form of data output. Instead you must create an "httpRequestID" input to your web service VI. With this you can call "Write Response.vi" to give the log data and "Set HTTP Header.vi" to specify the type (text/text probably works for a log). You can look at "examples\comm\webservices\address book\FindContacts.vi" to see an example of calling these 2 VIs. Once you create that web service entry point, you can set that as the URL of the hyperlink control and it should work.
    Another option is to have the cRIO application write to a log file that is under the root of the web server running on the machine. (This is the same place the xap for your Web UI Builder application is put.) This file could then be served up through the web server just like any other file.
    With either of these solutions there may be concerns about the browser caching results rather than requesting new content each time. There are additional values that can be set in the http headers with the first solution that can help with this, but I think there is still some variation between browsers.

  • How can I make an editable pdf file from Indesign?

    I have created a Indesign dealer catalog for my company and exported it into a interactive PDF for the Engineers to use when helping a customer with ordering. Now they would like to be able to edit the PDF with notes whenever they want. How can they do this?

    PDFs are not designed to be editable. Your engineers can make comments using Adobe Reader without any extra steps provided they use the highlight and sticky note comments. If you want them to have access to the full range of comment markup you will need to use Acrobat to apply extended rights to the file.

  • How can I have a Flash SWF file to load a HTML page?

    I'm looking for a way to have Flash (CS5) to load and display a very simple HTML web page. Basically, the SWF file would be a standalone document sent by e-mail (or people would post on their web pages), and this SWF would display the content of another web page (consisting mostly in a live video on a black background)
    How can I have Flash CS5 to do that??
    Thank you!
    -sv

    Yeah maybe I wasn't clear enough... Here's the big picture.
    I run a live TV station, broadcasting 24/7 on the web via a Flash application (a projector basically). The video feed is streaming on my site, as well as on numerous web sites across the net. A Flash projector is also available as a standalone application, people download and use it to watch the movies without opening a web page.
    I am currently changing the broadcast method, from Flash stream to HTTP stream. But since my TV is already posted and linked in many places, I want to change the Flash object on my server with a new one, that has a HTTP stream instead of the Flash stream. It seems that HTTP stream cannot be embedded in a SWF, but it can be displayed on a HTML web page. The solution I came up with is to have a HTML page to load in the Flash player. All I would need to do is to have that HTML page to display the HTTP stream.
    So from there, most of my audience would not need to change anything to watch my streaming TV, while those who downloaded the old Flash projector would need to download a new one.

  • How can I make this a smaller file?

    Hi,
    I was wondering how I can make this movie smaller.
    I don't understand why it is so big.
    The sound is a .wav that comes in at 596 kb recorded at 22.5
    khz in mono.
    The rest must be the video. How can I get this smaller?
    Thanks
    The movie is at the link below:
    www.kapowdesign.com/leosbday.htm

    Here are tools that can help you reduce the size of your SWF
    http://www.flashjester.com/index.php?section=faq&cPath=50#318
    Try it.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • How can I make iTunes authorize Audible files?

    I downloaded an audio book from Audible.com to my desktop computer at home.  Now I am traveling, using my wife's MBP, and have my iTunes library with me on an external drive. iTunes is pointed at that library and open.  I am trying to sync my iPod Touch and in the books seciton, I have specified the audio books to be copied onot my iPod, but I get the message that “some of the Audible files were not authorized to be used on this computer.”  How can I overcome this?

    Hello bobgoldstein,
    Thanks for the question.
    You may need to authorize your audible account for this computer. To do so, click Store > Authorize audible account.
    iTunes Store: About authorization and deauthorization
    http://support.apple.com/kb/HT1420
    Using Audible spoken word files with iPod
    http://support.apple.com/kb/TA26591
    Thanks,
    Matt M.

  • How can i make my normaly hidden files hidden again?

    I own a 2013, 27" iMac,  w/ i7 processor etc.etc. Love it, I enjoy poking and prodding about to no end. I try and buy loads of interesting apps at the App Store, in general find out what makes my OS X tick. Sometimes during my excursions I trip some wrong switches. Nothing ventured, nothing gained, it's how I've learned
    many interesting techniques. However, I made a decision to change the look of my desktop and whatever I did, wound up with all my hidden OS files displayed
    in any open window. I haven't been able to correct this problem yet and thus, getting a little frustrated. It happened once before but I can't remember just how I  corrected this. I know there are a very few of you that have experienced this same problem once....or twice (in my case). If you could please nudge me in the right direction, you would spare me a lot of sleeplessness as well as embarrassment. Thank you in advance!!

    If you've used the usual approach to enable this display, then launch Terminal.app from the Applications > Utilities folder and issue the following two commands:
    defaults write com.apple.finder AppleShowAllFiles FALSE
    killall Finder
    Here is a slightly fancier solution.
    Have current backups of your data, if you're experimenting.  There are some commands and some (easy) command mistakes that are not recoverable, short of rolling in backups.

  • How can I make Firefox 4's "File Upload" window start in the same directory across all sites?

    I upload webcomic image files to multiple sites every day--the same file to multiple sites--through the "File Upload" window that comes up in Firefox when you click on a site's "Browse..." file request field.
    In Firefox 3 (under Windows XP), when I used Firefox's "File Upload" window to upload files, the "File Upload" window would come up showing the last directory from which I'd uploaded anything to ANY site.
    In Firefox 4, on the other hand, the "File Upload" window comes up showing the last directory from which I last uploaded to that specific domain.
    I'd like to know if there's an about:config setting--I couldn't find one when searching for "file," "upload," or "dir"--to revert to the Firefox 3 behavior. The reason is that now in Firefox 4, because I typically upload two files to four different web sites per day--one file to all four sites, then later in the day, a second file to all four sites--I have to switch from the first upload directory to the second upload directory in each of the four "File Upload" windows for the second file, whereas in Firefox 3 I only had to do that once. Here's how it used to go:
    In Firefox 3:
    # "File Upload" for file 1 at smbhax.com: have to browse to the local directory where the file is located, since it's a different location than file 2 from the previous day.
    # "File Upload" for file 1 at drunkduck.com: desired local directory is already selected.
    # "File Upload" for file 1 at smackjeeves.com: desired local directory is already selected.
    # "File Upload" for file 1 at comicfury.com: desired local directory is already selected.
    # "File Upload" for file 2 at smbhax.com: have to browse to the local directory where the file is located, since it's a different directory than file 1.
    # "File Upload" for file 2 at drunkduck.com: desired local directory is already selected.
    # "File Upload" for file 2 at smackjeeves.com: desired local directory is already selected.
    # "File Upload" for file 2 at comicfury.com: desired local directory is already selected.
    and here's how it goes under Firefox 4:
    # "File Upload" for file 1 at smbhax.com: have to browse to the local directory where the file is located, since it's a different location than file 2 from the previous day.
    # "File Upload" for file 1 at drunkduck.com: have to browse to the local directory where the file is located, since it's a different location than file 2 from the previous day.
    # "File Upload" for file 1 at smackjeeves.com: have to browse to the local directory where the file is located, since it's a different location than file 2 from the previous day.
    # "File Upload" for file 1 at comicfury.com: have to browse to the local directory where the file is located, since it's a different location than file 2 from the previous day.
    # "File Upload" for file 2 at smbhax.com: have to browse to the local directory where the file is located, since it's a different directory than file 1.
    # "File Upload" for file 2 at drunkduck.com: have to browse to the local directory where the file is located, since it's a different directory than file 1.
    # "File Upload" for file 2 at smackjeeves.com: have to browse to the local directory where the file is located, since it's a different directory than file 1.
    # "File Upload" for file 2 at comicfury.com: have to browse to the local directory where the file is located, since it's a different directory than file 1.
    So basically, where under Firefox 3 I only had to browse through my directories twice per day to upload two files to four sites, under Firefox 4, I have to browse through my directories eight times per day to accomplish the same thing.

    You can use the Remember Password bookmarklet: <br />
    https://www.squarefree.com/bookmarklets/forms.html#remember_password <br /> ''Has worked for me when I have needed it to save a password on a web site that used autocomplete=off.'' As far as the Bug that '''cor-el''' linked, I can't remember ever running across a website that did it like that.
    Or, you can use the Saved Password Editor extension, which includes a means of manually adding Username/Passwords to Firefox. <br />
    https://addons.mozilla.org/en-US/firefox/addon/60265

Maybe you are looking for

  • Hi. Where/how do order a new bottom cover for my macbook pro year 2009 ?

    Hello, the bottom cover of my macbook pro (model 2009) is too much scratched and is looking horible already, i would like to echange it. Any ideas what would be the process? Cann i find such a piece online on apple site and order it or i would need t

  • Since the most recent update (yesterday), periodically I am redirected to random sites when I click on a link from a Google search.

    I opened Firefox yesterday morning, and it asked me to wait while it updated. When it was done, I was asked whether I wanted to enable "XUL Cache 1.0". It looked official enough, so I enabled it. Almost every time I clicked on a web link from a Googl

  • Domains .Mac Fetch

    Okay, I have spent the whole day experimenting to figure out my problem asked in a previous question. I have not used CNAME yet for Godaddy but two of my sites work using forwarding and the iWeb addresses. I tried to add the third and it didn't work.

  • VB:  Scheduling a report

    Hi All, I need to be able to add a user/group to a report, change the option to either shortcut or copy, and then schedule the report to the user's/group's inboxes?  Can someone help please..... Private Sub Schedule_Click() On Error GoTo Err_Handler

  • Configuring a HA service on Sun Cluster 2.2

    I am a Product Manager working with customers using Oracle software on Sun Cluster 2.2. My question is, how can I configure a service to bind to logical/virtual address, so as to make it available at the same address after failover? Are there cluster