Re-positioning a swf file in dreamweaver?

Hi,
I am Graphic designer currently learning the ropes of webdesign..so this may be a noobish question as i have NO IDEA when it comes to html code...
I created a design in photoshop and saved my pages, images slices etc in html and opened it in dreamweaver.
My Problem is... i have a "swf flash slide show file" which i want to re-position roughly in the center of the html page, which for the life of me i cannot do!
I have tried aligning it center etc...but the swf file only seems to move around the edges of my html page.
Is it possible for the swf to be centered within my html page.
Here is the Dreamweaver code I have currently :
<html>
<head>
<title>Natina_Web_12</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
background-color: #1b1b1b;
</style>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body leftmargin="50" topmargin="50" marginwidth="5" marginheight="5"><!-- ImageReady Slices (Natina_Web_12.psd) -->
<div align="center">
  <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="375">
    <param name="movie" value="slide.swf">
    <param name="quality" value="high">
    <param name="wmode" value="opaque">
    <param name="swfversion" value="8.0.35.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="slide.swf" width="800" height="375">
      <!--<![endif]-->
      <param name="quality" value="high">
      <param name="wmode" value="opaque">
      <param name="swfversion" value="8.0.35.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>
  <img src="images/Collections.jpg" alt="" width="1600" height="1100" align="middle"><!-- End ImageReady Slices --></div>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>
Any HELP would be greatly appreciated
THANKS

Complete code below, copy and paste into new Dreamweaver document, and save to your site folder. One point I can't help thinking that at 1600px wide your main image is too wide, most will have to scroll right to see the whole page. I would limited the width to around 980px.
<!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>
    <title>Natina_Web_12</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <style type="text/css">
    body {
background-color: #1b1b1b;
#main_image {
background-image: url(images/Collections.jpg);
background-repeat: no-repeat;
width: 1600px;
height: 1100px;
#flashWrapper {
width: 800px;
margin: 0 auto;
height: 375px;
margin: 80px 0px 0px 400px; /* top,right,bottom,left */
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body leftmargin="50" topmargin="50" marginwidth="5" marginheight="5"><!-- ImageReady Slices (Natina_Web_12.psd) -->
    <div id="main_image">
    <div id="flashWrapper">
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="375">
        <param name="movie" value="slide.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="8.0.35.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="slide.swf" width="800" height="375">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="8.0.35.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.g if" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
      </div><!-- end flashWrapper -->
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>

Similar Messages

  • Can't view .swf files in Dreamweaver

    I'm using CS3 versions of both Dreamweaver and Flash and when
    I import a .swf file into dreamweaver it works perfect locally but
    doesn't show at all when I've uploaded the file into my webspace.
    What am I doing wrong? I never had this problem when I used the CS2
    versions of both software and it's driving me absolutely nuts!!!
    Any advice would be most gratefully received.

    On the other hand, if it's not working in CS3, then there is
    an error
    somewhere, since I know that CS3 does it properly....
    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
    ==================
    "Baxter" <baxter(RemoveThe :-)@gtlakes.com> wrote in
    message
    news:fpid4r$jic$[email protected]..
    >I would just use Dreamweaver 8 to do my flash stuff.
    > I have not upgraded to CS3 so I can't give you a answer
    for that, I'm
    > waiting for the next version before upgrading,Sorry.
    > Dave
    > "CJR 2007" <[email protected]> wrote in
    message
    > news:fpddif$1is$[email protected]..
    >> Hi, thanks for the reply. Yes, I have uploaded the
    scripts in the scripts
    >> folder. I also just tried inserting the .swf file
    into a document created
    > in
    >> Dreamweaver 8 and that works fine after uploading to
    my server so
    > something's
    >> going on with CS3.
    >>
    >> What do you suggest now?
    >>
    >> Thanks.
    >> Chris.
    >>
    >>
    >
    >

  • Load Fail of SWF file in Dreamweaver CS4

    Hi,
    Could you tell me what I am missing in my files?????
    I am missing my Top Banner and  the .swf file in Dreamweaver? I can see it in the source files but that's it.
    I have supporting files from my Flash-Slideshow-Maker, but can only see my flashshow if I embed the file from SkyAlbum.com (Album# 247097)  which is very slow to load.
    Have I not loaded all the files for it or  something?
    http://www.aeroadvertising.ca
    Thank you!

    Mark A. Boyd wrote:
    MyNameIsEmmy wrote:
    I don't know what I did wrong, I can see all the files in my root folder, but  I did give up trying until I find the tutorial for it...
    Really? I still get 404 "Not Found" for all of them, same as yesterday.
    http://www.aeroadvertising.ca/aeroimages.html
    HTTP/1.x 404 Not Found
    http://www.aeroadvertising.ca/fs_aux.html
    HTTP/1.x 404 Not Found
    http://www.aeroadvertising.ca/aeroslides.xml
    HTTP/1.x 404 Not Found
    http://www.aeroadvertising.ca/aeroimages.swf
    HTTP/1.x 404 Not Found
    Do YOU actually see something with those links?
    I decided to embed the skyalbum code, but the banner files are still missing?  ACE said it was a poor path, but now that I deleted it why won't my top banner images work now-on either page?
    Deleted what? Do you mean this?
    http://www.aeroadvertising.ca/elements/aero_banner.jpg
    I see it fine on http://www.aeroadvertising.ca/ and http://www.aeroadvertising.ca/aero_location.html (if that's what you mean by "either page".
    Mark A. Boyd
    Keep-On-Learnin' :-)
    OK, Uncle, I give up.
    There is no top banner, on my firefox, on either page...   Do you know where the beginner tutorial is for all this?
    Em

  • Gap after inserting .swf file in dreamweaver

    Hi,
    I inserted two .swf file in dreamweaver. First .swf file is ok but when i insert other file, it shows a little 1px or 2px gap and looks inconsistent formatting.
    I developed layout on photoshop and created swf file in flash.
    Please help.
    thanks
    AkV

    Thanks for reply. Appreciate your resposne.
    Below please find the code for the same.
    <html>
    <head>
    <title>Etc Web3</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (Etc Web3.psd) -->
    <table id="Table_01" width="1025" height="769" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="8">
       <img src="images/logo.gif" width="450" height="111" alt=""></td>
      <td colspan="2">
       <img src="images/Etc-Web8_02.gif" width="410" height="111" alt=""></td>
      <td colspan="6" rowspan="2">
       <img src="images/25_yrs_logo.gif" width="164" height="139" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="111" alt=""></td>
    </tr>
    <tr>
      <td colspan="10"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="860" height="28">
        <param name="src" value="images/marquee.swf">
        <embed src="images/marquee.swf" pluginspage="http://www.adobe.com/shockwave/download/" width="860" height="28"></embed>
         </object></td>
      <td>
       <img src="images/spacer.gif" width="1" height="28" alt=""></td>
    </tr>
    <tr>
      <td colspan="6" rowspan="3">
       <img src="images/Etc-Web8_05.gif" width="119" height="15" alt=""></td>
      <td colspan="5" rowspan="4">
       <img src="images/Further-Links.gif" width="743" height="42" alt=""></td>
      <td colspan="5">
       <img src="images/Etc-Web8_07.gif" width="162" height="4" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td colspan="5">
       <img src="images/social_media.gif" width="162" height="7" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="7" alt=""></td>
    </tr>
    <tr>
      <td rowspan="2">
       <img src="images/social_media-10.gif" width="83" height="31" alt=""></td>
      <td rowspan="2">
       <img src="images/linked_in.gif" width="24" height="31" alt=""></td>
      <td rowspan="2">
       <img src="images/fb.gif" width="23" height="31" alt=""></td>
      <td rowspan="2">
       <img src="images/twt.gif" width="23" height="31" alt=""></td>
      <td rowspan="2">
       <img src="images/social_media-14.gif" width="9" height="31" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
      <td rowspan="11">
       <img src="images/Etc-Web8_14.gif" width="37" height="276" alt=""></td>
      <td colspan="2">
       <img src="images/home.gif" width="44" height="27" alt=""></td>
      <td colspan="3" rowspan="2">
       <img src="images/Etc-Web8_16.gif" width="38" height="50" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="27" alt=""></td>
    </tr>
    <tr>
      <td colspan="2">
       <img src="images/Etc-Web8_17.gif" width="44" height="23" alt=""></td>
      <td rowspan="7">
       <img src="images/Etc-Web8_18.gif" width="1" height="171" alt=""></td>
      <td colspan="2" rowspan="11">
       <img src="images/Etc-Web8_19.gif" width="598" height="551" alt=""></td>
      <td colspan="7" rowspan="2">
       <img src="images/Etc-Web8_20.gif" width="306" height="48" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="23" alt=""></td>
    </tr>
    <tr>
      <td colspan="4">
       <img src="images/about_us.gif" width="68" height="25" alt=""></td>
      <td rowspan="6">
       <img src="images/Etc-Web8_22.gif" width="14" height="148" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="25" alt=""></td>
    </tr>
    <tr>
      <td colspan="4">
       <img src="images/Etc-Web8_23.gif" width="68" height="27" alt=""></td>
      <td colspan="7" rowspan="10"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="306" height="539">
        <param name="src" value="images/news.swf">
        <embed src="images/news.swf" pluginspage="http://www.adobe.com/shockwave/download/" width="306" height="539"></embed>
         </object></td>
      <td>
       <img src="images/spacer.gif" width="1" height="27" alt=""></td>
    </tr>
    <tr>
      <td colspan="3">
       <img src="images/products.gif" width="65" height="23" alt=""></td>
      <td rowspan="4">
       <img src="images/Etc-Web8_26.gif" width="3" height="96" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="23" alt=""></td>
    </tr>
    <tr>
      <td colspan="3">
       <img src="images/Etc-Web8_27.gif" width="65" height="21" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="21" alt=""></td>
    </tr>
    <tr>
      <td colspan="3">
       <img src="images/services.gif" width="65" height="26" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="26" alt=""></td>
    </tr>
    <tr>
      <td colspan="3">
       <img src="images/Etc-Web8_29.gif" width="65" height="26" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="26" alt=""></td>
    </tr>
    <tr>
      <td rowspan="3">
       <img src="images/Etc-Web8_30.gif" width="2" height="78" alt=""></td>
      <td colspan="5">
       <img src="images/Our-partners.gif" width="81" height="28" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="28" alt=""></td>
    </tr>
    <tr>
      <td colspan="5">
       <img src="images/Etc-Web8_32.gif" width="81" height="21" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="21" alt=""></td>
    </tr>
    <tr>
      <td colspan="5">
       <img src="images/contact_us.gif" width="81" height="29" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="29" alt=""></td>
    </tr>
    <tr>
      <td colspan="6" rowspan="2">
       <img src="images/Etc-Web8_34.gif" width="119" height="338" alt=""></td>
      <td>
       <img src="images/Etc-Web8_35.gif" width="1" height="302" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="302" alt=""></td>
    </tr>
    <tr>
      <td colspan="3">
       <img src="images/copyright_line.gif" width="599" height="36" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="36" alt=""></td>
    </tr>
    <tr>
      <td>
       <img src="images/spacer.gif" width="37" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="2" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="42" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="21" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="3" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="14" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="1" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="330" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="268" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="142" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="2" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="83" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="24" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="23" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="23" height="1" alt=""></td>
      <td>
       <img src="images/spacer.gif" width="9" height="1" alt=""></td>
      <td></td>
    </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

  • SWF file in Dreamweaver will not indicate link

    When setting up SWF files in dreamweaver (images), I cannot
    get the arrow to switch to a hand indicating that it is an active
    link to the user. Any suggests...I think this must be a simple fix
    but cannot find it. I want the SWF picture to have a hand over it
    to indicate that it is a link.
    Dan

    You cannot apply a link to any applet in HTML. That would
    have to be done
    in the Applet's respective scripting, and in your case, that
    would be the
    Flash Actionscript. Bear in mind that you should never use an
    Applet for
    site navigation anyhow, unless you also provide redundant
    equivalent HTML
    navigation, both for SEO and for accessability purposes.
    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
    ==================
    "DanofNewJersey" <[email protected]> wrote
    in message
    news:fpsb9t$ifo$[email protected]..
    > When setting up SWF files in dreamweaver (images), I
    cannot get the arrow
    > to
    > switch to a hand indicating that it is an active link to
    the user. Any
    > suggests...I think this must be a simple fix but cannot
    find it. I want
    > the SWF
    > picture to have a hand over it to indicate that it is a
    link.
    >
    > Dan
    >

  • Add hyperlink or hotspot to swf file in Dreamweaver?

    Hello how can I make a hyperlink (or a hotspot) on a swf file
    in Dreamweaver. I don't want to use flash to create the hyperlink.
    Help!
    Pete O'Connell

    You can't
    SWF files will always migrate to the top of the layer pile so
    anything
    created will be behind the movie. Only way to do this is from
    within Flash.
    Sorry.

  • Is it possible to place an object on top of a SWF file in Dreamweaver?

    I have a slideshow that I would like to float on top of the bottom half of a SWF file that I have created.  Is this possible in Dreamweaver CS6?  Can anything be floated on top of a SWF file (JPG,PNG, etc.)?

    Yes you can do this by using css with z-index and position.
    For example:
    <div id="bg" style="width:100px; height:100px">
    <div class="swf" style="width:100%; height:100%;"> swf file here </div>
    <div class="slide1" style="z-index:1; position: absolute; height:20px; top:0"> object slide1 here </div>
    <div class="slide2" style="z-index:1; position: absolute; height:20px; bottom:0"> object slide2 here </div>
    </div>
    Hope this help you.
    Visit my site: nuoc hoa, mua ban oto

  • I can't run swf files in dreamweaver cs6, they place in the page fine, but can't be viewed.

    I've created an animation .swf file in Flash and inserted it on a new webpage. When I go to view it in live mode, it's blank. When I view it in the IE browser I keep getting a message that I need a newer version of Adobe Flash player, which is not the case, and even going through the install process doesn't help. When uploaded, it doesn't appear on the webpage. This is Dreamweaver in the CS6 release on a Windows 7 64 bit system. The animation file runs fine when viewed from the original folder, but does not funciton (blank screen) when opened from the copied file Dreamweaver puts in the site folder. Can anyone offer any suggestions? Also, is there a way to loop a .flv file? This could be a work-around if I can't resolve the .swf issue.
    Thank you in advance for any help you can offer.
    Mark

    Hi Jon,
    Unfortunately not. The website is actually an HTML module logded in a third party program. Even in the development stage though I can't see the .swf file in either the live mode or by viewing with IE. Flash video files play fine as have the other graphics I've incorporated. It seems like a file is missing to make the .swf animation work properly. When I copied the file over from the original folder, Dreamweaver also placed "expressInstall.swf " and "swfobject_modified.js" in a scripts folder. I'm wondering if there should be another or different file to make this work.
    Mark

  • Adding multiple swf files to Dreamweaver

    I'm trying to upload multiple .swf files to my website with
    no luck. I've done this with previous versions of Dreamweaver but
    with CS3 I'm finding it won't happen. I've done the Insert ->
    Media -> Flash action as before and exported my files to be read
    in Adobe Player 8 but nothing then happens after the files have
    been uploaded yet locally everything works fine. I've uploaded a
    scripts file also but all of the .swf files are linked from
    different folders, could this have any effect?
    What am I doing wrong?
    Chris.

    CJR 2007 wrote:
    > I'm trying to upload multiple .swf files to my website
    with no luck. I've done
    > this with previous versions of Dreamweaver but with CS3
    I'm finding it won't
    > happen. I've done the Insert -> Media -> Flash
    action as before and exported my
    > files to be read in Adobe Player 8 but nothing then
    happens after the files
    > have been uploaded yet locally everything works fine.
    I've uploaded a scripts
    > file also but all of the .swf files are linked from
    different folders, could
    > this have any effect?
    >
    > What am I doing wrong?
    Generally making sure that the SWFs are at the remote
    location where you think they are supposed to be (and where the
    code thinks they are supposed to be) as well as making sure that
    the active content JavaScript file(s) are uploaded and are present
    where the page is expecting them to be. Beyond that, for anyone to
    see what is wrong with your page(s), you have to post a link to
    your page(s).
    Danilo Celic
    | Extending Knowledge Daily :
    http://CommunityMX.com/
    | Adobe Community Expert

  • Missing Images in swf file in dreamweaver

    Hello,
    I was hoping someone could help me. I made a image slide show
    in Flash (CS3) and wanted to put in in Dreamweaver (CS3). I
    published the file in flash and went over to dreamweaver and did
    the insert - media - flash command and added the .swf
    When I test the movie, the buttons and the frame shows up but
    not the images. Any ideas on why? When I test the html file, it
    works fine. When I test the movie its self, it works fine too. Its
    only when it is in the Dreamweaver file do the images disappear.
    1. I have the required AC_RunActiveContent.js. file with my
    swf.
    2. I tried copying the code from the html file that was
    generated by my swf, but when I test the file in dreamweaver, an
    error comes up saying that i need the AC_RunActiveContent.js.
    3. I have flash files on the site that work just fine, it is
    just this one that is being stupid. I published it as flash version
    7, 8 and 9. Nothing works.
    Thanks for your help in advance!
    Gab

    You haven't told us whether you are using RH for Word or RH HTML to generate your CHM.
    Please read Before You Post as it has been written to help you get a quicker reply. I will shortly be travelling and unable to pick up your reply for most of the day so unless anyone else can chip in once you advise us which, there will be a delay in helping you.
    If RH HTML:
    Your problem sounds like this one - http://forums.adobe.com/thread/490223?tstart=0 as there the images show in Windows Explorer but not in Project Manager or the WYSIWYG.
    You say
    When I generate the chm file there is mentioned that no graphic is loaded.
    Do you mean there is an error message? What exactly does it say?
    See www.grainge.org for RoboHelp and Authoring tips

  • White square for .swf file in dreamweaver site

    Hi
    Apologies if this is a very basic question.
    I have built a dreamweaver site and embedded a .swf file (a
    slideshow of photos created in flash) into the page.
    When I view the page online, the .swf file takes a few
    seconds to load, and while it is loading I get a white square where
    the slideshow should be (the dreamweaver and flash documents have a
    black background).
    Question - how do I either
    a) get the white square to be black
    b) get a loading bar to show that the flash video is loading
    Many thanks

    Thanks so much Tom - I now have a black background!
    The only problem is that my .swf is taking ages (8-10sec) to
    load and now its all the same it looks like nothing is happening!
    I have looked at the preloader threads and customised a
    preloader, but I can work out from the search results/threads what
    to do with it.
    How do i link the preloader into my .swf file. Do I need to
    know actionscript (I dont!) to do this? (I have Studio 8)
    The other gist I picked up from the threads is its better to
    avoid the preloader all together. I'm creating a photography
    website - hence big .swf - but do you have any hints for optimising
    the .swf - the flash publish compression is all I've used so far
    Many thanks

  • Previous/next navigation for .swf files in dreamweaver

    Hello.  I would like have a previous/next navigation that allows the user to cycle trough a series of sequential .swf files (as in computer based training).  will th e image veiwer suffice (even though im not fond of the default navigation bar)?  Or better still how do i get the button to advance to the next .swf file?  Many thanks:)

    Prettyphoto uses the jquery framework for lightboxes, galleries etc.,  It also allows you play flash movies with a forward and back arrows... take a look at this samples here - it could be what you're after:
    http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Insert Photoshop Web Gallery swf file into Dreamweaver

    So i tried to take a shortcut, and created a flash photoshop
    web gallery and placed the "gallery.swf" file into my html file in
    Dreamweaver. However, it is showing a blank white screen (i'm
    guessing it can't find the images?) but when I view it on my hard
    drive, it is working fine, just not in dreamweaver or any browser,
    even after I upload to my server. Any help would be GREATLY
    appreciated!! I've also tried pasting the body html code from
    "index.htm" that photoshop creates, as well as move my image files
    to the root folder where the swf is, but that doesn't work either.
    I have my scripts in the same directory, and not in
    subfolders.

    Kizat727 posted in macromedia.dreamweaver:
    > and the link is
    >
    > www.micromediapubs2.com/dyers/portfolio.html
    That page is very different from the code you posted and I
    know nothing
    about Geoff Stearns' FlashObject code.
    For the above link, I see nothing in the source code that
    attempts to
    load a .swf file. However, it is linking to
    AC_RunActiveCon.js file in
    the wrong place:
    GET /dyers/assets/flash/pages/AC_RunActiveContent.js HTTP/1.1
    Referer:
    http://www.micromediapubs2.com/dyers/portfolio.html
    HTTP/1.x 404 Not Found
    The file is actually here:
    /dyers/Scripts/AC_RunActiveContent.js
    So if you actually do have a page in the dyers/ folder that
    links to a
    .swf file, just make sure the link to the .js file is
    correct.
    Most likely, change this:
    <script src="assets/flash/pages/AC_RunActiveContent.js"
    type="text/javascript"></script>
    to this:
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Edit .swf file in dreamweaver cs3

    hi frends i am new to adobe flash. I am using dreamweaver to edit a .swf flash file.I selected the flsh in design window then selected the "edit" button.The adobe flash cs3 opened it but i want to edit this flash. Please tell me how to edit it as i am only displayed with the flash in a window. how t edit its components like adding new pics to it or making other changes to it.

    A .swf file can´t be edited with e.g. Flash CS3, because this type of file is the "end product" which is generated when exporting your work from Flash (File -> Export -> Export Movie...)
    What you´ll need instead is the corresponding Flash "source file", which has the file extension .fla -- and this type of file is usually editable from Dreamweaver,
    Cheers,
    Günter

  • Flash:  Video--  Flvplayback--using SWF file in dreamweaver.

    I have placed a video into flash cs3 and made the swf file
    using the flvplayback, and i have put the swf or published it
    ...putting it in dreamweaver, I can see the video and hear the
    sounds when I preview in firefox or iexplore however once I put in
    my server I cannot see anything or hear anything. It does not show
    up,. Can anyone help me with this problem. I just took the SWF file
    and uploaded it through dreamweaver using the insert, media,, flash
    and placed in my template.

    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','1000','height','400','src','descarga
    total1','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','descarga
    total1' ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="1000" height="400">
    <param name="movie" value="descarga total1.swf" />
    <param name="quality" value="high" />
    <embed src="descarga total1.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="1000"
    height="400"></embed>
    </object>

Maybe you are looking for

  • I wanna dots instead of displaying it as a whole line in Linechart

    Hi Folks, I had one small doubt in the output of this program. The program is related to LineChart..Actually, Im getting the output as Line in the chart, but my requirement is to display only dots instead of displaying as a line... I just want only d

  • Administration header could not be found error in Mobile Apps

    Hi All, Our company is using Sybase as the mobile application. Now we have a requirement to stop an opportunity from being saved upon certain condition. What I did: ~ I implemented ORDER_SAVE, method CHECK_BEFORE_SAVE ~ Inside the method, for some co

  • BoxLayout + preferredSize?

    Hi there, does anyone know if or how BoxLayout sets the preferredSize to the panel it is added to? Thx Sincerely Karlheinz TOni

  • Report after Broadcasting

    Hi, After Broadcasting thru email, the report i'm getting has different colors(dark blue). Its not even readable. Can we change this & how? thanks -raf

  • What is going on with tethered support for the canon 70D?

    I just saw the release of Lightroom CC, and it appears that the Canon 70D is still not supported for tethering. This camera has been on the market for almost 2 years, and there have been several releases of Lightroom, including this major one. What i