Why can I see my .swf file in the folder on the web hosting server but it doesn't display on the page?

Go to www.handstool.net, go to "products" tab in menu bar, "clamshells" link in sub-menu.

That's strange.
When I view source directly from your page via the URL you provided even I don't see it.
But when I do a Save As your page and open the html I see following part in your code..look at the part in red (this is not in view source though):
<style type="text/css">
<!--
a:link {
    color: #333;
a:visited {
    color: #333;
a:hover {
    color: #333;
a:active {
    color: #333;
-->
</style><style media="screen" type="text/css">#FlashID {visibility:hidden}</style></head><body class="twoColFixRtHdr">
<div id="container">
  <div id="header">
  <!-- end #header -->
  <img src="clamshells_files/logoClamshells.gif" alt="H&amp;S Tool Clamshells" width="250" height="180">
  <object style="visibility: visible;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" class="headeranim
Strange...very strange.
Regards
Vinay

Similar Messages

  • Why can't I save AAC files to music folder?

    My itunes import settings indicate that recorded songs are saved as AAC files. But in My Documents in the music folder, where my Bose soundtouch wifi app looks for them, the files appear as MPEG-4 format, which the bose app can't read. It can read AAC files. How can I get itunes to save the songs in the AAC version? (or WMA or MP3, all of which should work)

    Newsstand is a "folder" for newspapers and magazines and is not designed to be placed into another folder. However, it can be down bit it is a little tricky. Start with a new folder - anything just create a new one - but once you drop the one app icon onto the other icon to create the folder, you have to very quickly snag the Newsstand app and drop it into that folder.
    It is possible, I have done it. It just takes a little practice and yoy have to be quick. Once yoy create the new folder, drop all of the "Apple" apps from the original folder into the new one and you should be good to go.

  • Project Manager can´t see my .lso files

    Hello logicusers, I am new at the forum and this is my first trouble: Project Manager can´t see my .lso files. I would like to start using PM but it seems to be difficult without seeing .lso files in the navigator window.
    I´ve read the books, I´ve checked here for this tip and got a lot of useful information, but no solution found. I hope somebody could help me please:
    - Macbook white with LP 7.2.3
    - Reinstalled and cleaned all
    - Installed OSX upgrade 0.4.9 manually
    - Installed pro application support 3.1
    - PM Data and logic preferences deleted
    - permissions applied to "all enclosed folders"
    - Performed a complete scan in PM
    If I create a new song from logic, PM can´t see this .lso file.
    If I scan a external hard drive (lacie f.a.porsche) through PM, it only recognizes one .lso file from a lot of old songs, and I don´t imagine why.
    Yesterday I tried this: opened PM, copied a Template song from the Templates folder to the Desktop; renamed it as "Sidload" (my particular "Autoload" term); until here, everything correct, PM seems to be able to manage "Sidload". But when I open Sidload and save the first change, and .bak folder comes, I can´t make more "visible copies for PM" of this file. Finder can see the new copies, but PM not (files that has created "itself"); so I can´t manage a song that has been copied, renamed and saved for first time -through PM, from a Template; invisible, dissapears. No saving PM data, no checking folder, no advanced search helps.
    I wish to have a way to talk to logic support via mail, but I don´t know how. So I came here to beg you friends for your help. Thank you very much for being here.

    yep, I have scanned at every level, from everything to just a single folder that contains song files. After scanning a folder that conatins songs on my SATA B drive (the one that PM can't find songs), still the songs will not appear.
    I have copied over my songs to the drive that PM seems to see songs on and guess what? It doesn't see those songs copied over.
    This is driving me so nuts I have forgotten that I engaged in this thread...
    http://discussions.apple.com/thread.jspa?threadID=1046126&tstart=0
    Does anyone know what the option in the PM's file menu "import file maps" and delete all exported file maps" does? Or what its for?
    It feels to me that some sort of database or referrence list etc etc has gone very wrong, but I have already tried deleting (manually) the PM data file in somewhere in the library folder etc etc.
    Using file buddy I see that PM stores the a PM database as an invisable file on each drive you have connected. Presumably info for what is on that drive. Perhaps these invisable files need to be manually deleted???
    Message was edited by Thomas O'Carroll because this forum doesn't work properly

  • How can I call in swf file to movie clip?

    Hi all ...
    This is my first post for advise, although fairly conversant
    with flash and as2.
    I am developing a new full screen background style website
    and have menu buttons contained within a movie clip (nav_c1) ...
    this re-aligns to the top centre of a page when user scales the
    browser window.
    I then have the content area (centre_content) movie clip ...
    this realigns to the centre of the page when a user scales the
    browser window.
    I have scripted the menu buttons to goto a labelled frame in
    the main timeline but I need, when at the labelled frame, to be
    able to call/load in an external swf file to play 'inside' the
    centre_content movie clip?
    for example:
    If I click my news button the flash file moves to the frame
    label news on the main timeline. This then shows a duplicate of the
    moive clip 'centre_content' which is called 'centre_news'. I need
    to be able to call/load an external news.swf, containing all the
    animated news info, to sit and play 'within' the movie clip
    'centre_news' ... so that it is effectively contained 'within' the
    movie clip file but loaded in place from an external swf file.
    Can anyone help please?
    I can post a rough working example online if need be.
    Many thanks
    A puzzled Adrian
    ps: I don't think I am needing to load the swf to a level 1
    area as I have tried this and instead of the swf file being loaded
    and contained within my movie clip file/area it instead seems to
    sit fixed on the main timeline (ie: not contained within the movie
    clip area).

    Thanks Sketchsta for you code. This looks like we're on the
    right lines as I see what the code is trying to do.
    Unfortunately though I can't seem to get this to work?
    I created a new file to get rid of other scripting that was
    going on and have placed a movie clip called centre_content onto
    the main timeline in frame 1 ... then I have applied your script to
    an actions frame above the movie clip also on frame 1. I change the
    path_to_file line with my swf name (callin.swf) which is a 1 frame
    flash file with some text on it ...
    ... but it doesn't bring in the callin.swf file ... it just
    shows the centre_content clip.
    Am i doing anything wrong?
    I also tried putting the script onto the first frame inside
    the centre_content movie clip but this doesn't appear to work
    either.
    Regarding the pre-loader ... can I simply build this into the
    swf file that is being called in to the movie clip?
    Thanks in advance for your support, it is much appreciated.
    Adrian

  • Why can i see only one picture in the illustration windows with iTunes 10.5.1?

    why can i see only one picture in the illustration windows since iTunes 10.5.1?

    Assuming Apple doesn't eviscerate the files of the secondary graphics with another upgrade, there could be a plug in that reads the graphic and runs along side iTunes..we should get someone or Apple to program an alternative If we have to accept this downgrade in iTunes proper.
    I've developed a quick workaround, and am still hoping Apple will fix this!
    Go To Get Info on the tune you want to see secondary artwork for.
    Go To the Artwork tab
    Drag the back cover to the desktop, and it will create a new jpg you can open with quick viw or prieview where you can see it large!
    you end up with a lot of jpgs on the desktop to discard!

  • Can''t see inbox.mbox file in user library

    For some reason, I can't see a .mbox file for my inbox when I look in my user library Mail folder. I can see a junk.mbox; I can see a deleted messages.mbox, but no inbox.mbox (or sent.mbox, for that matter). Can someone tell me where those messages live in the library? They must be somewhere, but I can't seem to find them. I am about to migrate to a new Mac Pro, and want to make sure everything gets to the new machine. I am currently using my laptop as my main machine, because my aging dual-867 mhz. MDD machine is nursing a dying hard drive, and nothing has been able to repair it, so I stopped using it. Of course, I still have a lot of mail on the old machine, and I wanted to archive the inbox contents to a .mbox file that I could import to the new computer. Are these mailboxes different from other mail folders? Thanks for any help.

    Hi and a warm welcome to the forums!
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot.
    The usual reason why updates fail or mess things up, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates.

  • Can I see my startup file in terminal mode on mac os 10.8.4

    can I see my startup file in terminal mode on mac os 10.8.4
    iMAC 27 inches, mi-2011
    r  2,7 GHz Intel Core i5
    16 Go 1333 MHz DDR3
    AMD Radeon HD 6770M 512 Mo

    What startup file? There are dozens. Why do you wish to do this. If you don't know what you are doing then you risk damaging your installation.
    If you are referring to the preference files used, they can be read by any text editor and are located in /Library/Preferences/SystemComfiguration/ folder.

  • Why can't I turn on File and Font Sync in Creative Cloud?

    Why can't I turn on File and Font Sync in Creative Cloud?

    I'll send an email to that as well but the same issue occurs with file sync. I have this on my personal account but not our CC for teams accounts.
    These are what I see when I click those tabs in my Creative Cloud window.
    Any help would be appreciated.
    Thanks

  • Can I run any .swf file on iphone using AIR SDK 2.6?

    Hi,
    Can I make any .swf file runnable on iphone/ipad using AIR SDK 2.6? If yes then how?
    If not then why? And if I can not run each .swf file on apple devices then
    what type of .swf file I can run on these devices?
    Thanks,
    Sampada

    I have added my xml file there. Specification of icons is not mandetory. So I didnt specify them.
    My .xml file code :
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
        <id>R68BU32HLS.helloWorld</id>
        <versionNumber>1.0</versionNumber>
        <filename>helloWorld</filename>
        <description></description>
        <!-- To localize the description, use the following format for the description element.
    <description>
    <text xml:lang="en">English App description goes here</text>
    <text xml:lang="fr">French App description goes here</text>
    <text xml:lang="ja">Japanese App description goes here</text>
    </description>
    -->
        <name>helloWorld</name>
        <!-- To localize the name, use the following format for the name element.
    <name>
    <text xml:lang="en">English App name goes here</text>
    <text xml:lang="fr">French App name goes here</text>
    <text xml:lang="ja">Japanese App name goes here</text>
    </name>
    -->
        <copyright></copyright>
        <initialWindow>
            <content>helloWorld.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <fullScreen>true</fullScreen>
            <autoOrients>false</autoOrients>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
        </initialWindow>
        <customUpdateUI>false</customUpdateUI>
        <allowBrowserInvocation>false</allowBrowserInvocation>
        <icon></icon>
    </application>
    You can refer :
    http://forums.adobe.com/thread/848449?tstart=0
    Same problem I posted b4 2 days.
    Ok.tell me one more thing that whatever file I will download from net, its dimentions will
    not be the same as iphone (230*480) , so how it's .ipa will directly get run on device?

  • Why can I see photos in photo view, but now event view?

    Why can I see photos in photo view, but not in event view. The event shows up, but when I open the event, it says there are no photos in the event. The only way I can actually open a photo in the event is to be in photo view, and open the photo from that view.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • How can I see that a file has been sent for workflow?

    How can I see that a file has been sent for workflow?
    During the workflow phase, the file is locked for workflow. But when the file has been approved (or denied) it will have the same status as it did before the workflow process (unless you trigger the workflow by changing its location).
    You can see the workflow history in the "My Request" view, but this way of determining whether a file has been approved seems complicated.
    Best regards
    Magnus

    Hi,
    Thanks for the transaction code, but my question is not answered yet.
    For example, I use STMS_IMPORT in the Development environement to see the list of the transport that has been made in that environement.
    I now have a list of these transports, with a status. But I wanna know if that transport that has been created in the Development environement has been moved to the Sandbox environement.
    STMS_IMPORT shows me only the list of transports that has been created in that environement. It doesn't tell me if a transport in DVL has been moved in the QAS, SANDBOX or PRODUCTION environment.
    Thanks again,
    Julien

  • How do i drag media to the menu screens in premiere elements 13? I can't see my audio files and the menu screens at the same time. In prior versions it was easy

    How do i drag media to the menu screens in premiere elements 13? I can't see my audio files and the menu screens at the same time. In prior versions it was easy?
    It is very cumbersome to "re browse" for audio files/pics/movie clips to add to menu screens. Certainly there is a way to view the media and menu screen at the same time so I can drag and drop?

    Jayhawk
    I think I know exactly what you are seeking and believe it cannot be done in Premiere Elements 11, 12, and 13 as it can be done in versions earlier than 11 where the Disc Layout and Project Media are viewed side by side.
    Premiere Elements 13 uses a Movie Menu customization workspace which is not allowing viewing of Project Assets in the Expert workspace at the same time.
    ATR

  • Since upgrading to windows 8.1 I can not see any local files in the files window.

    I have recently upgraded to windows 8.1 and can no longer see my local files in the files window. All remote files for all remote sites are visable.
    If I change sites under local view get error thet dreamweaver can not update cache

    Thanks Nancy
    It certainly worked in windows 8.
    I have deactivated and am trying to reload software inside of windows 8.1.
    Will let you know.
    Thanks again
    Terry
    Date: Fri, 1 Nov 2013 12:13:57 -0700
    From: [email protected]
    To: [email protected]
    Subject: Since upgrading to windows 8.1 I can not see any local files in the files window.
        Re: Since upgrading to windows 8.1 I can not see any local files in the files window.
        created by Nancy O. in Dreamweaver support forum - View the full discussion
    I honestly don't know if DW CS5 is compatible with Win 8.1.  The OS compatibility FAQ only mentions DW CS6 & CC.
    http://helpx.adobe.com/x-productkb/global/windows-8-1-compatability.ht ml
    Maybe someone else can shed more light on this.
      Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5807551#5807551
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5807551#5807551
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5807551#5807551. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Why can I not open PDF-files in InDesign CS4?

    Hi,
    Well then, as I wrote in the headline... Why can I not open PDF-files?
    I get a notification that says that either the file is already open (which it's not) or it is missing a plug-in thingy for this kind of file.
    So, how do I know which plug-in thing I should chose from Adobe which will solve my problem?
    Could it be enough just to update the program? I tried with 6.0.6. upgrade but it wouldn't even open up. I'm not so good at this type of computerproblems (choosing upgrades, plug-in etc.). The program is not upgraded for a long time, unless it do it automatically, but I think we've chosen it not to....
    Please help!
    /S

    See: Zanelli Multipage Importer
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both-pdf-and-i ndd-files.php/comment-page-1

  • Why can't i open video file in photoshop cs5?

    why can't i open video file in pts cs5?
    i've already installed quick time but when i open video file, it appeared this
    can you help me with this problem please?
    ps: sorry for my bad English ToT

    We need to know the exact source of the file and what system you're on. Could simply be an unresolvable compatibility issue/ unsupported format.
    Mylenium

Maybe you are looking for

  • Im facing problem with my back camera.it's keep on hanging

    PLease help me fix my problem regarding my back camera because it keeps on hanging.please help solve this problem.

  • 500 Internal Server Error when trying to add new members

    My Workspace is working correctly but when I try to add new users, I get the following error: 500 Internal Server Error Thanks Michel C.

  • Video demo glitchy when recording

    I am recording a video demo of MS PowerPoint. Each clip is 1-2 minutes at the most. I only have PPT, CP, and Word open while I am doing the demo. As I am clicking around in PPT, my screen will sometimes flicker or another window will suddenly pop up

  • Connecting multiple PAP2T

    I checked the document for back to back connection between two PAP2 adapters w/o a SIP Proxy server.  Has anyone tried intercommunicating more than two in the same scenario? In the document there is a dial plan between the two adapters, so I guess th

  • How should my clients supply username + password ?

    Hi, I need to write a webService with authentication. Namely: client applications must supply username + password ( which will be checked against our LDAP server ). I'm new to this, so I'd appreciated it if someone could tell: how should my clients s