Flash .swf file not appearing in browser when publishing from iWeb 3.02

I have been working on a site for the last couple of months that i created in iWeb 2.0 and had successfully had small flash movies that I embedded via html snippets from code provided by numerous sources and youtube videos demonstrating how to get flash movies into one's site.
The url is
www.almafoods.com
Today i upgraded to 3.02 and had to make a change to the home page. The domain opened up fine with all the HTML code and .swf on the page exactly as I had it in version 2.0
When I now publish to a folder, first of all it doesn't copy over the .swf file unless I create a link to the file, but even when I upload all the directories to my ISP's remote server, the movie isn't not showing up in the browser. The html code file and .swf file are in their correct directories on my ISP's remote server
I'm baffled as to what is going on here as its the exact same domain that worked perfectly in 2.0 and this has peed me off no end
Does anyone have any suggestions or encountered the same problem in 3.02?
Any advice would be very much appreciated

Your .swf files are in the same folder as the widget-markup files.
Keep your custom files OUTSIDE the folder with the sitename iWeb creates.
iWeb will overwrite everything when it needs to do that, wiping out your custom files.
Put the files in a separate folder and determine the link to these files.
Read this : Using the iWeb HTML Snippet
Besides that, to display these tiny pictures I wouldn't use Flash.
Read this : Create a Banner Slideshow
And then look at this page : My House

Similar Messages

  • Firefox does not appear on screen when started from the start menu, but task manager says the process is running

    Firefox does not appear on screen when started from the start menu or the shortcuts, but task manager says the process is running.

    No - I get the message basically saying "Can't run program while Firefox is running. Please close down Firefox & try again".
    I rebooted my computer and it all works now - but that's weird it was happening before. Kinda weirded out that it happened at all.
    To avoid that happening again, I still wanna know what to do to avoid it or fix it for next time. Thanks

  • Swf file not playing in browser

    I have a problem with a swf file which will not play in web browser.
    It played fine until I updated my site. I therefore suspected a pathing issue within dreamweaver and looked thorugh that forum for an answer.
    I tried typing the absolute path to the swf file in the browser address bar and found it straight away. When I clicked on it the screen stayed blank.
    I checked the path to the file and the flv file was relative to the document and not the site.
    swf plays fine in flash player, flash, and locally on dreamweaver.
    I moved the swf up the file tree and changed the links accordingly but still would not play.
    I also tried saving it as a new swf from flash, but that doesn't play either.
    I added another swf to the containing folder and that played fine in the browser.
    When I open the fla file in flash it only shows a flv playback movie, not the elements, I think this is because it was created in after effects.
    Here is the link to the containing folder, the swf file is Home_page_movie_V2.swf
    http://www.joinerycadsolutions.com/Flash/01 Home
    I have other swf files playing fine and this swf played ok originally so I still think it's a pathing problem but I am not that savvy on flash and cannot figure it out.
    Any help would be greatly appreciated, just bear in mind my low level of ability.
    Thanks
    Stuart

    The .swf is loading just fine... but it is expecting to load a .flv video file.
    The path inside the .swf to the .flv file is not correct. The path inside the .swf to the .flv file needs to be relative to the .swf as it's located on the Web page, NOT the physical location of the .swf.
    Here is the absolute address of the .flv:
    http://www.joinerycadsolutions.com/Flash/01%20Home/Home%20V1.flv
    Here is a test player using that address:
    http://www.cidigitalmedia.com/tutorials/flash/cidm_simple_vid_player.html
    So unless your .swf is broken, it just a pathing issue.
    From an old post:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • The Path to nowhere - help! swf files not showing in browser

    i need help with getting a swf file to show in the browsers. (it previews in dreamweaver)
    created a website in dreamweaver cs4. created a simple slideshow in flash 4.
    on the index.html page inserted the flash file.
    it previews in dreamweaver BUT when i text in browsers it shows as a white box.
    have been reading through all the info about paths etc.
    can you simplify this entry below from adninjastrator on the adobe forums sept 19 2011???........
    "Still looks like a pathing problem to me. For review:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    adninjastrator"
    here is my code...
    <div align="center">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="200" id="FlashID" title="2812gtbroslides">
              <param name="movie" value="/2812gtbros.swf" />
              <param name="quality" value="high" />
              <param name="swfversion" value="6.0.65.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="/2812gtbros.swf" width="350" height="200">
                <!--<![endif]-->
                <param name="quality" value="high" />
                <param name="swfversion" value="6.0.65.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>
            <br />
    thanx
    wwwww1325

    i am not sure why this sounds so foreign to me.....
    i understand the page code instructs the browser to find and load the flash file from a path.
    i do not understand "/2812gtbros.swf (i.e. start at the root of the site and look for that filename in that location)
    i have the html fla and swf file in the folder on my computer named 212GTflashpics (2012freelance/2012gtbrothers/212GTflashpics/2812gtbros.swf) and i have it in the website folder GTbrothers1 with all the images scrpts sprys and html files
    the files be in the website folder o
    in your previous Question...
    "This line -
    <param name="movie" value="/2812gtbros.swf" />
    is telling the browser to look for the flash file in the root of the website.  Is that where it is?"
    what is before the / in the value=" /2812gtbros.swf? wouldnt that tell us the path of the file?
    thanx

  • Flash SWF file not playing as HTML snippet!?

    Any Flash gurus out there? I'm trying to get a SWF flash file to play as a HTML snippet but it doesn't seem to be working. I'm using Artotems Flash code within the snippet. The SWF file was encoded using Flash v9.0 and it plays on it's own when I open it the file directly from a web browser. However, when it's referenced from my website through iWeb nothing shows up!? Any ideas? Here's a screenshot of the code I'm using. Maybe you gurus can tell me if my syntax is incorrect?
    http://i40.tinypic.com/2na7iq9.jpg
    Message was edited by: dropscience

    You're not using the full URL to the file.
    You have "/Media/knowledgereignssupreme.flv" in both instances where it should be...
    "http://www.websitename.com/Media/knowledgereignssupreme.flv"
    You can also open it with a simple iFrame code like at the bottom of this page......
    http://www.iwebformusicians.com/MusicPlayers/FlashskinsPlayer.html

  • Flash swf file not loading on webpage

    Hi there,
    I have put an swf onto my web page and everything works fine when i test it in my browser through dreamweaver.
    When i go online to my website:  http://www.organicgrowshop.co.uk/     it doesn't load
    I have uploaded the two script files to my webhost. I have the latest version of flash on my comp. I can get an FLV file to load ok in its place.
    What am i doing wrong??
    Any help is much appreciated!
    Thanks,
    Matt

    Hi there,
    Thanks very much for taking the time to help me!
    Sorry, i have been messing around trying to get different things to work with no luck.
    I did have the script files and the swf uploaded directly to my root folder, this didnt work so i tried making a scripts subfolder in my root folder to put the scripts in. This hasnt worked either.
    The files are definitely in my root folder. Can you take a look again for me?
    I dont understand why i can get it to work with an FLV file but not with the SWF file?
    Thanks again,
    Matt

  • Index.html - SWF file not working in browser

    The navigation button on my Flash/SWF intro page (www.benscarrillustration.com) isn't working in web browsers. What am not doing correctly.
    I have the following 3 files in my cPanel File Manager....
    1. index.html
    2. Ben Scarr Illustration.swf
    3. Ben Scarr illustration.html
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="Ben Scarr Illustration.swf" width="1214" height="717" id="Ben Scarr Illustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="Ben Scarr Illustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <a href="http://www.adobe.com/go/getflash">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                    </a>
                </object>
            </div>
        </body>
    </html>

    Thanks for the information about Flash no longer being the best or contemporary way to design web sites. This shows me how long I've been away from designing them.
    I will redesign my web site in Dreamweaver very soon, as I would like it to play on iOS devices.
    But at the moment I would just like to see my Flash page working in a browser.
    I have inserted my Flash page in to Dreamweaver, and new code has been automatically added. But still the navigation button doesn't work.
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717" id="benscarrillustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="benscarrillustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <embed src="benscarrillustration.html" width="1214" height="717" quality="high" bgcolor="#ffffff" play="true" loop="true" wmode="window" scale="showall" menu="true" devicefont="false" salign="" allowscriptaccess="sameDomain"><noembed><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></noembed></embed>
                    <a href="http://www.adobe.com/go/getflash">
                    </a>
                </object>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1214" height="717" id="FlashID" title="benscarrillustration.swf">
                  <param name="movie" value="benscarrillustration.swf" />
                  <param name="quality" value="high" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.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="benscarrillustration.swf" width="1214" height="717">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.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>
        <script type="text/javascript">
    swfobject.registerObject("FlashID");
            </script>
        </body>
    </html>

  • SWF file not showing in browser

    Hi all,
    I have inserted a swf file into a webpage in dreamweaver CS5 that needs to have a transparent background.
    I have done all the necessary things in flash and set the "wmode" to "transparent" in the parameters section in DW.
    This is where the problem arises. It displays with an opaque backbround but when I change it to transparent it disappears completely.
    here is the offending page:
    http://www.makeupbydoll.com/
    I had the same thing working on a previous version of the site but can't seem to resolve this issue.
    Any assistance much appreciated!
    ~Alister~

    Looks like your swfobject embed method is not working correctly. Turn off swfobject and test again without it.
    In the <head> just rename the swfobject file so that it won't load.... easy to change.. test... change back again:
    Change this:
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    to this:
    <script src="Scripts/swfobject_modified_off.js" type="text/javascript"></script>
    you'll see I just appended "_off" to the file name, then save and test the page... quick and easy way to turn off that file... then test again.
    Best wishes,
    Adninjastrator

  • Files not appearing in browsing dialog

    I am using a PVII extension (Image Gallery) that brings up a dialog for selecting files. This worked fine with DW CS4 on XP. However, now that I'm on Windows 7 all I get for any selected directory is "No files found".
    The PVII support folks directed me to an Adobe extension called "Dreamweaver browseForFolderURL" which seems to be intended for this situation. However, after installing and enabling it, still no luck.
    Any suggestions for where to go from here? I really wanted to use that extension to put up a page of photos. I'd also hate to have to spend the $$$ to update to a later DW version just for this.

    See if this helps -
    http://forums.adobe.com/thread/158251?decorator=print&displayFullThread=true

  • Photos not appearing in iPhoto when importing from SD card

    On the first instance of using my camera to import photos to iphoto, I used the SD card reader integral on the new iMACs; this worked fine - all photos appeared, I selected import and there they were. Since then, when I insert the SD card, it appears on the desktop and iPhoto launches. Iphoto then shows all the photos on the card that were previously imported, but not any new photos taken. If I open the SD card itself, the new pictures are there. So, why is Iphoto now not recognising new photos that I've taken?

    Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.
    Regards
    TD

  • Images not appearing on slide when converted from Powerpoint to Keynote

    My Pastor's Powerpoint slides converted nicely to Keynote except 2 pictures at the top of one slide. He saved just that slide as a separate ppt file and I could see the images in the thumbnail, but they're gone when it's opened in Keynote. I'm thinking a layering problem, but I'm new to iMac and Keynote. Any suggestions?

    Hi Lilybiri,
    I have (again) requested my IT dept to take a look at what is going on.
    If they cannt/wont help, then I may well take up Rick's very kind offer.
    The more I think about it, the more I believe my problem(s) stem from having to link up to Adobe when working on-line.
    It takes about 30 seconds from the time I open the initial Captivate start screen (attached) before any of the links become active.
    That strikes me as way too long and might be the cause of the problem.
    Any idea if this "link to Adobe" can to turned off? What do I need the link for anyway...day to day?
    Noel

  • SWF does not appear when returning to browser tab

    I got an odd bug report on a web app we are developing.
    The swf appears fine for the most part, but is the user has multiple browser tabs open, moves to a differnt tab and then returns to the tab with the swf, the swf does not appear until the mouse scrolls over the swf.
    At first glance it would look like the swf is not being redrawn until the user intereacts with it (we are doing a good amount of mosue polling).  It it as if to save memory the browser stops displaying the image, and does not redeisplay until we explicitly redraw the stage. 
    Has anyone run into a similar situyation?  I am not sure where to start with this.
    Some potentially relevant apsects of the swf:
    Most of the objects on the stage have chachAsBitmap set to true and we are applying a gradient mask to most of the stage, so there is a good amount of processing going on and I know thishas caused some other redraw oddities. 
    The frame rate is set to a very slow 4fps, and movie is controlled from a timmer.
    Any leads would be appreciated.
    The tester reporting this was using Chrome 9.0.597.107 and Flash player 11.3.300.26

    Thank you very much! I was not aware of the ThrottleEvent, I'll try forcing a redraw when I recieve it. 
    Reading the documentation, it says the frame rate drops typically to between 2 and 8 fps.  If I am running at 4 fps, with the swf still throttle down and back up?  After reading this document http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-8000.html  I assume yes, but do you know if that is the case.
    Hopefully the client will let me up the minimum player version to 11.2
    Thanks again

  • Flash swf file with web link only opens my safari home page not the link

    I have a flash swf file with a simple web link. when i load the swf file and click the link it opens safari then loads up my homepage. It does not go to the link i clicked. if i choose internet explorer as my browser the swf file works fine.
    I am running 2 G4's 10.2.8 & 10.3.9
    safari 1.0.3 & 1.3.1
    PLEASE HELP

    Type '''about:addons'''<enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Disable a few add-ons, then '''Restart Firefox.'''
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    If the problem continues, disable some more (restarting FF). Continue until
    the problem is gone. After, you know what group is causing the issue.
    Re-enable the last group '''ONE AT A TIME''' (restarting FF) until the problem returns.
    Once you think you found the problem, disable that and re-enable all the
    others, then restart again. Let us know who the suspect is detective

  • Flashing marker does not appear in search box when starting Firefox

    When I start Firefox the flashing marker does not appear in the search box. If I reload this sometimes sorts the problem

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Flash buttons don't appear in browser

    I insert a Flash button. It is visible when I preview the
    page in a browser that I access from Dreamweaver. But it does not
    appear visibly when viewed in a browser independently of
    Dreamweaver. A sample of this problem is here:
    http://www.newtoncornerneighborhood.org/test.html
    I seem, more generally, unable to get any .swf files to
    appear visibly using Macintosh Dreamweaver CD3. I did not have this
    problem using Dreamweaver MX. Can you help me understand what's
    wrong? how to fix this?
    Thanks.

    > But it does not appear visibly when viewed in a
    > browser independently of Dreamweaver
    You mean when you browse to the file LOCALLY and open it with
    the browser?
    This is what you SHOULD get if you are using root relative
    links, since the
    browser has no idea where the root of your site is. In this
    case, you would
    only see that SWF when you browse to it in DW *AND* you have
    enabled preview
    with temp files.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ProfessorBob" <[email protected]> wrote in
    message
    news:frjegg$rll$[email protected]..
    >I insert a Flash button. It is visible when I preview the
    page in a browser
    > that I access from Dreamweaver. But it does not appear
    visibly when viewed
    > in a
    > browser independently of Dreamweaver. A sample of this
    problem is here:
    >
    http://www.newtoncornerneighborhood.org/test.html
    >
    > I seem, more generally, unable to get any .swf files to
    appear visibly
    > using
    > Macintosh Dreamweaver CD3. I did not have this problem
    using Dreamweaver
    > MX.
    > Can you help me understand what's wrong? how to fix
    this?
    > Thanks.
    >

Maybe you are looking for

  • Shl script to ftp a file

    I have to write a shl to ftp a file from a directory to UNIX, the problem is that the file not always have the same name in the server: \\OCELOT\VOL1\ORGS\FINANCIAL AID\CSS\0910 Data\loaded idocs\3526_331322.dat> The filenames are, for example, 3526_

  • Why does my bridge photo downloader keep crashing

    Hello, I'm running Adobe CS5 on a Mac OS X 10.6. For some reason my bridge photo downloader keeps crashing in the middle of trying to import pictures from my iphone camera. Is this something to do with iphoto preferences maybe? I believe I've set my

  • Calling one java program from another

    Hello, How can I start another java program from one? Lets say I want Second.java to start by calling it from First.java. How do I do it? The two programs are given below. Any help is appreciated. Thanks, Amanda First.java import java.io.*; import ja

  • How can I find out if BT have cancelled my landlin...

    How can I find it out if BT have cancelled my landline BB and vision due to faults 

  • Silent headphones.

    Hi there! Please forgive my ground-school english ! I have this annoying thing .... when recording with my isight build-in camera and using an external microphone, I get no sound in my headphones connected on the computers left side, while recording