Help with publishing website remotely!

When I look at my website from dreamweaver preview in Google Chrome, it is exactly how I want it.  Working links, etc.  When I uploaded to the remote server...all columns were gone, layout, background, colors etc.  Please help!!

Are your FTP credentials properly defined in DW's Site > Manage Sites panels?
Servers:
Root directory is the folder your hosting provider told you to use.  On some servers the default root folder is public_html or www or htdocs (this varies by host).  Some don't use any folder.  If unsure which settings to use, contact your hosting provider.
Nancy  O.

Similar Messages

  • Help with publishing website through ftp

    hello,
    for some odd reason, i have been having problems updating my website using the ftp server.
    i am getting an error message now stating "incorrect password" when attempting to publish onto the ftp server. this has never happened before and i have not changed my password.
    any help would be greatly appreciated,
    grodr

    To do this you need to publish to a local folder...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and upload the folder contents to the root folder...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

  • Help with publishing website templates and creating a menu please?

    Hello, I’m new to this website and flash so please bear with me.
    I have purchased a website template from istockphoto (example…  http://www.istockphoto.com/file_closeup.php?id=631369 ), which is easy to upload pictures on to, but i have a few questions...
    I have now uploaded my images on to it, but please can you give me some advise on how to publish it on to the Internet?  I have bought my own domain name but I don’t have a clue how to link it to this web template, and I can’t seem to find any specific information.
    Also I want to create a menue with 8 different subject categories, each with a separate image gallery and I don’t know how to link them together and list them in a ‘home page’.
    If you could give me some tips or a link to some information that would be fantastic!
    Thankyou very much in advance! Any help would be very much appreciated as i have been searching for a few days now and i don't understand how it works.
    Donna

    First, after exporting your FLA to SWF, you have to embed it into an html page, then upload both html and swf to your host.

  • I need Help with a website I've created

    I need help with a website I've created (www.jonathanhazelwood.com/lighthouse) I created the folowing site with dreamweaver at my current resolution 1366 by 768. Looks great on my screen resolution but if it is viewed on other resolutions the menu moves and some of the text above and below. How can I keep all content centered and working like it does on 1366 by 768 on all resolutions. The htm to my site is below I started off with a blank template through dreamweaver CS5.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>The Lighthouse Church</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
        background-color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds all other elements ~~ */
    .container {
        width: 960px;
        background: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 10px 0;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position:absolute;
        width:352px;
        height:2992px;
        z-index:1;
        top: 171px;
        left: 507px;
    #apDiv2 {
        position:absolute;
        width:961px;
        height:1399px;
        z-index:1;
        left: 187px;
        top: 1px;
    #apDiv3 {
        position:absolute;
        width:961px;
        height:1001px;
        z-index:1;
        top: -2px;
    #apDiv4 {
        position:absolute;
        width:963px;
        height:58px;
        z-index:1;
        left: 0px;
        top: 101px;
    #apDiv5 {
        position:absolute;
        width:961px;
        height:1505px;
        z-index:1;
        top: -5px;
    #apDiv6 {
        position:absolute;
        width:962px;
        height:150px;
        z-index:1;
        left: 0px;
        top: -1px;
    #apDiv7 {
        position:absolute;
        width:361px;
        height:25px;
        z-index:2;
        left: 35px;
        top: 1308px;
    #apDiv8 {
        position:absolute;
        width:320px;
        height:24px;
        z-index:2;
        left: 200px;
        top: 1479px;
    #apDiv9 {
        position:absolute;
        width:962px;
        height:63px;
        z-index:3;
        left: -10px;
        top: -1292px;
    #apDiv10 {
        position:absolute;
        width:270px;
        height:27px;
        z-index:2;
        left: 200px;
        top: 1478px;
    #apDiv11 {
        position:absolute;
        width:961px;
        height:44px;
        z-index:3;
        left: 195px;
        top: 183px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv12 {
        position:absolute;
        width:295px;
        height:23px;
        z-index:4;
        left: 198px;
        top: 1px;
    #apDiv13 {
        position:absolute;
        width:135px;
        height:22px;
        z-index:5;
        left: 1001px;
        top: 3px;
    #apDiv14 {
        position:absolute;
        width:309px;
        height:992px;
        z-index:1;
        left: 33px;
        top: 479px;
    #apDiv15 {
        position:absolute;
        width:327px;
        height:999px;
        z-index:1;
        left: 324px;
    #apDiv16 {
        position:absolute;
        width:262px;
        height:1000px;
        z-index:2;
        left: 674px;
        top: 477px;
    #apDiv17 {
        position:absolute;
        width:85px;
        height:34px;
        z-index:1;
        left: -379px;
        top: 1001px;
    #apDiv18 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:6;
    #apDiv19 {
        position:absolute;
        width:168px;
        height:31px;
        z-index:3;
        left: 448px;
        top: 1451px;
    #apDiv20 {
        position:absolute;
        width:94px;
        height:33px;
        z-index:3;
        left: 384px;
        top: 1477px;
    body {
        background-color: #000;
        margin-left: 0px;
        margin-right: 0px;
    #apDiv21 {
        position:absolute;
        width:920px;
        height:200px;
        z-index:4;
        left: 19px;
        top: 233px;
    </style>
    </head>
    <body>
    <div class="container">
      <div class="content">
        <div id="apDiv5">
          <div id="apDiv16">
            <div id="apDiv17">
              <map name="Map2" id="Map2">
                <area shape="rect" coords="4,2,77,28" href="http://www.myspace.com/lighthousechurch1" />
              </map>
              <img src="paypal-donate-button.png" width="83" height="33" border="0" usemap="#Map" />
              <map name="Map" id="Map">
                <area shape="rect" coords="2,2,80,30" href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=HgApKd0bxyPQv1ixwBW3HgWXaLxPIiT Po9gSsRELLQp72IZ2-_8uvSmCLRO&dispatch=5885d80a13c0db1f8e263663d3faee8d9384d85353843a619606 282818e091d0" />
              </map>
            </div>
          </div>
          <div id="apDiv21">
            <blockquote>
              <blockquote>
                <blockquote>
                  <blockquote>
                    <blockquote>
                      <blockquote>
                        <p><img src="faithexplosion.png" width="314" height="225" /></p>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </div>
          <div id="apDiv14">
            <div id="apDiv15">
              <div>
                <div>
                  <p> Special Message from Perry Stone </p>
                  <h2> Was Jesus Born on December 25?</h2>
                  <p> 12/20/2010 </p>
                  <p><img alt="iStock_000003631829XSmall" src="http://www.voe.org/images/iStock_000003631829XSmall.jpg" width="300" height="234" /></p>
                  <p>Last   year, in response to the growing number of Christians who celebrate   Hanukkah but hate Christmas, I wrote an article for this website titled   &ldquo;Hanukkah or Christmas?&rdquo; I explained why I think Jesus was either   conceived or birthed on December 25.</p>
                </div>
              </div>
              <div>
                <div><a href="http://www.voe.org/Prophecy-Update/what-happened-to-global-warming.html"> READ MORE</a>
                  <p> Prophecy Update </p>
                  <h2> What Happened to Global Warming?</h2>
                  <p> 12/17/2010 </p>
                  <p> </p>
                </div>
              </div>
              <div>
                <div></div>
              </div>
              <div>
                <div></div>
              </div>
            </div>
            <div>
              <p><font size="2">Special Word</font></p>
              <p><font size="2">January 7th, 2011</font></p>
              <p> <font size="2">Dear Viewers:</font></p>
              <p><font size="2">We have now entered into one of the most trying times; but also one of the most glorious            times in church history.  Many things are coming upon the world and also upon the church and we (the church) must be totally            prepared to take up our cross daily and venture out into the lost and</font></p>
              <p>  <a href="http://sermon.lighthousechurchinc.org/2011/01/07/special-word-1711-evangelist-barbara-lync h.aspx" target="_parent">Click Here for More</a></p>
            </div>
            <p> </p>
            <div></div>
            <div>
            <!--//              weAddFlash("lhi09hdr.swf",800, 100,"true","true","high","showall","true","#ffffff");              //--></div>
            <div></div>
            <p> </p>
          </div>
          <img src="lighthousegraphic2.jpg" width="960" height="1509" />
          <div id="apDiv20"><img src="myspacebutton.jpg" width="89" height="30" border="0" usemap="#Map3" />
            <map name="Map3" id="Map3">
            <area shape="rect" coords="3,2,87,28" href="http://www.myspace.com/lighthousechurch1" />
          </map>
      </div>
        </div>
      <p> </p>
      </div>
    <!-- end .container --></div>
    <div id="apDiv10"><font size="1"><font color="#FFFFFF">Copyright 2011 The Lighthouse Church Inc.</font></font></div>
    <div id="apDiv11">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="#">Home</a>    </li>
        <li><a href="#" class="MenuBarItemSubmenu">Our Pastor</a>
          <ul>
            <li><a href="#">Fresh Word</a></li>
            <li><a href="#">Itinerary</a></li>
            <li><a href="#">Prophetic Word</a></li>
            <li><a href="#">Sermons</a></li>
            <li><a href="#">Special Words</a></li>
            <li><a href="#">Word of Month</a></li>
          </ul>
        </li>
        <li><a href="#">Men Ministry</a></li>
        <li><a href="#" class="MenuBarItemSubmenu">Ministers</a>
          <ul>
            <li><a href="#">Chris Gore</a></li>
    </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Our Church</a>
          <ul>
            <li><a href="#">Contact Us</a></li>
            <li><a href="#">Donate</a></li>
            <li><a href="#">Events</a></li>
            <li><a href="#">Our Store</a></li>
            <li><a href="#">Prayer Request</a></li>
            <li><a href="#">Salvation</a></li>
            <li><a href="#">Subscribe</a></li>
            <li><a href="#">Vision</a></li>
            <li><a href="#">We Believe</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
          <ul>
            <li><a href="#">Prepare for Disaster</a></li>
            <li><a href="#">How to Fast</a></li>
            <li><a href="#">Heaven &amp; Hell</a></li>
            <li><a href="#">Warfare Prayers</a></li>
            <li><a href="#">Wisdom Words</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Prophetic</a>
          <ul>
            <li><a href="#">Article Archive</a></li>
            <li><a href="#">Audio Prophecies</a></li>
            <li><a href="#">Color for Year</a></li>
            <li><a href="#">Major Articles</a></li>
            <li><a href="#">Prophecy Archive</a></li>
            <li><a href="#">Prophetic Articles</a></li>
            <li><a href="#">Word for Year</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <div id="apDiv12"><font size="1"><font color="#FFFFFF">6 South Railroad Ave Wyoming,DE 19934</font></font></div>
    <div id="apDiv13"><font size="1"><font color="#FFFFFF">Phone:(302) 697-1472</font></font></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Look at all the apdiv's you have.  Those are absolutely positioned layers.  I'm assuming by your post that you are very new to Dreamweaver and HTML and CSS.  I would highly recommend not using absolutely positioned layers until you have a better grasp on HTML and CSS.
    Looking at your code I would suggest that you consider using one of Dreamweaver's built in, or downloadable templates as a starting point and work from there. 
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html

  • I need help with the iPad Remote app to connect to apple TV 2

    I need help with the iPad Remote app to connect to apple TV 2 I have the app already on my ipad and when I open it only shows my itunes library and not the small black Apple TV 2 icon! How do i fix this and i know it's something 

    Get the manual at http://manuals.info.apple.com/en_US/AppleTV_SetupGuide.pdf
     Cheers, Tom

  • Help with Publishing to a File - Photo Albums don't appear

    I published to a file. I tested it and it looks good. I burned the folder to a CD in order to view it on another computer - specifically a PC. My webpages look right, but the photo albums don't appear. I can manually open the folders on the CD and verify that the photo jpg files are there. Any ideas? I am using iWeb 2.0.2.

    Are you transferring the index.html file along with the website folder and double clicking the index file to launch the site in the PC browser?

  • Need help with my Toshiba remote control and receiver for Qosmio G30 161

    Hello to all
    I have a Toshiba Qosmio G30-161 and with it I have a Toshiba remote control and a Toshiba remote control receiver, this is the first time I have used it (tried to that is), my problem is the remote is not working on the computer when I press any program buttons the computer does nothing.
    I have installed four brand new AA batteries and the remote works fine its sending signals to the receiver, the receiver the detecting the remote as a red light appears every time you press a button and as for the computer I have checked the drivers and the USB is picking up the receiver as a E-home remote receiver which I have checked with Toshiba and that is correct, so all in all the remote is working, the receiver is picking up signals and the pc has detected the receiver but nothing works, I have installed remote control manager but this still has done anything. I have spoken to Toshiba help and support and the end result is they are not sure what the problem is. Can anyone help I require the remote for slideshows for customers as I??m a photographer.
    Also to confirm I am running Windows XP MCE addition.
    Anthony Worlock

    Hi there,
    this remote contol works, if you use it without any special drivers and special software, only in the Media Center.
    But if you install such stuff like [WinLirc|winlirc.sourceforge.net] then you should be able to get some functions for your presentation.
    Please try this tool and check if it works.
    By the way: If I were you I would first read the Manual and FAQ of WinLirc before starting because its a little bit tricky to handle the program. :) (Too many settings :D)
    Greets

  • Need help with Hp mini remote

    Hi, I bought a new hp Dv3 laptop (dv3-2165ee) few days ago, and I did a clean windows 7 ultimate install, downloaded drivers from hp support site, however the laptop wont detect anything from the remote, the remote is working perfect on my other hp notebook, so the problem is from the IR reciver, i tried installing the ICRdriver many times but no use,
    could i get help with this please,
    thanks in advance

    In SwitchRes X, try building a custom timing using the following values:
    Pixel clock: 134.86 MHz
    Horizontal Active: 1680 pixels
    Horizontal Front porch: 104 pixels
    Horizontal Sync width: 128 pixels
    Horizontal Back porch: 152 pixels
    Vertical Active: 1050 lines
    Vertical Front porch: 3 lines
    Vertical Sync width: 6 lines
    Vertical Back porch: 30 lines
    Put a check mark on the "Positive sync." option for Horizontal but leave it unchecked for Vertical. And you have to have the "Use simplified settings:" box unchecked to be able to enter the above data because otherwise several of the boxes will be greyed out and uneditable.
    The whole trick is to get the pixel clock under 135 MHz. In the standard configuration, the pixel clock is 146.25 MHz as can be seen in the data you posted under "Descriptor #0". That's too high for the mini in some circumstances.
    One more thing; you need to make the above custom addition to SwitchRes X while the HP is hooked up to the mini via the HP's DVI input, not the VGA input. Since you aren't getting a picture when connected by DVI, that presents a bit of a problem. You can try to start in Safe Mode (hold down the shift key during a restart) which should give you a useable screen to work with under DVI, albeit at a pretty low resolution. Good luck.

  • IWeb - Help with Publishing - Please!!!

    Hi all,
    I have designed a website in iWeb and am having severe difficulty in publishing it.
    I have followed some help on YouTube, but each video advises to download DropBox - which I have done, and to simply create a folder on your desktop (which I've done) and to drag it into your Dropbox 'public' folder - a folder that I do not have and happen to read many people not having this famous 'Public' folder.
    Then I am told to choose a location in iWeb in which to locate my website folder and publish to the website.
    I have already purchased my chosen domain name but it just won't publish :-(
    Please, please can I have some help.
    As you'll have already sensed, I am no whiz kid at these things so please speak to me as if I was a 5 year old!...or a 95 year old!
    Cheers in advace,
    Griff

    Make sure you entered the correct URL in the Publishing Settings page and that you have left the Directory/Path field blank as shown on the first example on this page...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    To remove the sitename from the URL...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Need help with publishing -- highlight boxes and recordings

    I'm having a problem with publishing a presentation.  I've recorded audio for PP slides and added highlight boxes.  I've tested these in Edit mode - the recordings work fine and the highlight boxes appear correctly as per their settings.  When I go to publish, some of the recordings and highlight boxes are not working on some of the slides (but work fine on other slides).   Obviously I've missed some setting on these but I cannot figure out what and where.  Could anyone please help??

    Just kidding. Now, the files seem to be uploaded and in the right folder; however, now the page just isn't loading. See what I mean, everything going wrong?!

  • Help with publishing straight to FTP

    Using 3.0.4 on Snow Leopard
    I am trying to upload a site to a root folder of an FTP since it's the main site. When I publish straight to FTP it creates separate folder and that extra folder shows up on the address bar. I want to eliminate that extra folder while still being able to publish straight to FTP. Wondering if anyone could shed some light on that.
    I have to two other sites being hosted on the same FTP. I created that second folder for them that I'm ok with, but I am not able to point the main site to its own folder, so that is why I'm trying to set it up on the root with iWeb. Thanks!

    To do this you need to publish to a local folder...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and upload the folder contents to the root folder...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

  • Help with multilingual website

    Hi, I'm sorry if it's already answered, but I'm new here and I couldn't find it.
    I'm making a website for someone and he's asked me for one that you can change the language with the flagsystem. So the original website is in Dutch and you can change the website to English, French and German
    I know, the flags isn't really the good thing to do it with, but hey, he wants it. So, my question is:
    Can anyone give me an example or a link where there's a good to follow tutorial for it? I know the best way is to do it with php, and that the text in different languages are all seperate files so, when needed to be changed, it can be done easily.
    I've found some codes online, but not really one that's explained how to do things good.
    I'm new to php, but I'm willing and eager to learn.
    Thanx

    Google recommends using different URLs for each language.
    http://googlewebmastercentral.blogspot.com/2010/03/working-with-multilingual-websites.html
    French
    http://fr.yourdomain.com/
    German
    http://de.yourdomain.com/
    English
    http://en.yourdomain.com/
    Spanish
    http://sp.yourdomain.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Need help with a website

    I am using adobe Flash CS3 to make a website. All is going well, but there are one problem, I can't find anything about how to make the website to upload into my liking.
    With this I mean that;
    (the scale (size) is 550x400 pix)
    I want the website to show to the one that look at it;
    100 % width (with other words, it don't matter if you have 1920x1200 or 800x600, it is allways 100 %)
    The high is a diffrent story, I want it to not twist itself at all, so the hight is always 100 % to, but with a scroll. So the website is allways the way it "standard"-stage. I have talked to alot ppl, and it is hard to get a good answer, please help.
    PS. There are surely more then 1 solution on this problem, but I want the most simple one. (it don't hurt anyone if you could write down more then one solution)
    //Zorts

    Hi
    1.Go
    Here
    and read about Active Content Update
    2. Within Flash you can use the Publish options to include
    Flash Detection.
    3. See 1
    Hope it helps

  • Help with publishing Dreamweaver site

    Hello guys, I give up looking for help everywhere else. Sorry for the dumb question but I am a noob.
    I have built a Wordpress website with Dreamweaver CS5, everything works fine in my localhost. Also I have already set up my remote server and tested connection and everything and I know how to upload files to my hosting server, etc. The problem is that I have no clue how to also upload the MySql database that was built in my localhost and this makes some files from the website not get transferred to the remote sever. Can someone point me to some tutorials? That would be appreciated, Thanks.

    Which tool are you using to administrate your local MySQL database,  phpMyAdmin by chance ?
    The problem is that I have no clue how to also upload the MySql database that was built in my localhost
    You need to use your local database administration tool for exporting the tables including the data to, say, an SQL text file. Next use use a browser to navigate to the remote server´s database administration tool (most likely phpMyAdmin) and use the Import function, which lets you upload the previously generated SQL file, what in turn will generate the tables and data on the remote server.
    Most likely you will first need to create a database prior to importing the tables -- and if so, its name must be identical to your local database.
    Can someone point me to some tutorials?
    There are lots of tutorials around, and many of them are based on using phpMyAdmin. Try with googling "mysql database export" or "mysql database import".

  • Need help with publishing for web

    Hi,
    I am a new user to Captivate but am trying to create an
    online demo that will be accessible via a link on a website.
    I have recorded the content and have added the animation.
    I have published the file as an executable and also as a
    flash (export to html). I have then opened the demo on a variety of
    PC systems to see the quality of my project. I am discouraged
    because in an executable and in a web browser my project is much
    larger than what I created and on some slides I do not believe the
    complete image is visible (on some systems). Is there any way to
    control the size of the executable or html final project?
    I am curious to what other have done to produce a high
    quality end result demo. Any suggestions, or advice would be much
    appreciated.
    Thanks,
    Alllison

    Hi Allison and welcome to our community
    What you have posted would seem to suggest you have created
    .SWF output with the .HTM companion page (Export HTML).
    Contrary to what you may believe, the Export HTML option
    doesn't produce a pure HTML version of your movie. Instead, it
    produces an additional HTML page intended to be used to cause your
    movie to display at the size in which you recorded it.
    So again, what you have posted would seem to indicate you are
    linking directly to the raw .SWF and bypassing the HTML page. If
    you do this, the .SWF simply opens at whatever size the browser is
    configured for.
    Or... possibly you recorded full screen. (not best practice
    by any means) If you recorded at perhaps 1024x768, when your user
    plays the movie back, they get scroll bars as the browser area is
    reduced so it can display the "chrome" elements. Buttons and
    whatnot. So best practice in this situation is to record at a
    smaller size that will comfortably play back for your end users.
    Not only from the physical size perspective, but the "weight" of
    the bandwidth needed to pull the movie down. (The larger the
    physical recorded size, the more bandwidth is required).
    Cheers... Rick :)

Maybe you are looking for

  • Which bluetooth headphones?

    Hi all, pretty new here. I've had a look around, and can't really decide which headphones to buy. My b-day is coming around, and was wanting bluetooth earbud, but have heard so many bad reviews on what's available. Have been looking for a while, just

  • I want a report

    I want report for this data :   these are the tables marc,mard,mara,makt. these r the fields matnr,meins from mara,                          matnr,werks from marc,                          matnr,werks,lgort,labst from mard,                          m

  • Scrap in Subcontracting

    Hi all can some one tell me How is scrap accounted in subcontracting ? regards Bhushan.N

  • How do I print actual size?

    I am trying to print a CD jewel case image. Every time I make sure under page setup it says "scale = 100%", but it prints this monstrosity that is way too large. This occurs if I print it within the gimp or the eog image viewer. What do I have to do?

  • Problem with unlimited subscription

    Hi, I have the Europe+UK Unlimited subscription, but I can't call any UK number if I am in UK - why? The message is "you can only call the numbers that are outside your own". Thank you. Regards