Flash Slideshow-Image Fade-CS4 help!

So thanks to this place I have figured out how to a an image slideshow...but I would like the image to like go white... fade out..and then turn into the next picture,possible seeing the next image bleed through the fade... I am not able to figure it out..where am I not looking, what is the effect called? Im using CS4 if that helps.
Thank you!

Download the template I made and posted on this thread, should get you started,
http://forums.adobe.com/thread/563921?tstart=0

Similar Messages

  • Widget: Flash Slideshow (Image Viewer) - Modifications Help!

    I created a Flash photo slideshow using Dreamweaver CS3's Insert > Media > Image Viewer. It can be seen here: http://cba.ua.edu/~ckent/ImageViewer/imageviewer.html.
    All and only relevant files can be found in the following directory: http://cba.ua.edu/~ckent/Image_Viewer/.
    Then, I added a Web Widget to my iWeb '08 site, using the entire code from image_viewer.html as the HTML Snippet (after changing relative links to absolute). Everything works beautifully.
    However, I have a few questions for you Flash aficionados out there:
    1. Is there a simple way to modify the code such that the images appear at random, instead of in the same order every time? Dreamweaver does not provide this as an option. I can do this easily with PHP, but of course that is not allowed with iWeb, so I'm looking for a quick and non-complex technique to add to/modify the existing code.
    2. The images load quickly for normal bandwidth speeds, though with slower connections you sometimes see the loading dialog for a second or two. Is there any preload or other technique I could use to alleviate this?
    3. Look at this page: http://cba.ua.edu/~ckent/ImageViewer/image_vieweralt.html. The green is a border that exists due to left-over space where titles and captions were supposed to be presented. Everything has been adjusted such that the minimum amount of space is left within the border. The images are 640x360, but the Flash element has to be set at 654x380 to display the full image size.
    Is there anyway to completely collapse the border around the image viewer? I think this is a function of the actual SWF file, so I doubt it is easily possible considering Dreamweaver creates it on the fly.

    Download the template I made and posted on this thread, should get you started,
    http://forums.adobe.com/thread/563921?tstart=0

  • Creating slideshow in CS4. help!

    Hello.
    im trying to make a flash slideshow using Fireworks CS4. the only problem is that when i try to choose an export path i choose a path and it doesnt select it in the box.. the export path just shows as empty/blank and because of this i cannot creat the slideshow. Any reasons why it wont properly show the export path that i choose? please help!
    thanx

    Hi there,
    I don't use this functionality of FWs, but there is a tutorial here that may be of some help:  (for earlier version of FWs, but it may work with CS4).
    http://www.adobe.com/devnet/fireworks/articles/fw_album_creator.html
    There's a list of other tutorials listed here:
    http://community.adobe.com/help/search.html?q=flash%20slideshow&hl=en_US&lr=en_US&l=firewo rks_product_adobelr

  • How to get rid of the large slideshow images in Web gallery (CS4)

    Here is the deal.
    I've created a flash web gallery/ But the new CS4 has the option for slideshow with this flash stuff. CS3 use to create thumbnail and large images folders. The new one creates 3 folders: 1. thumbnails, 2, medium images, 3 large images (for the slideshow). That's great, until I go to upload process. I have pretty limited space. So I'm ready to get rid of the slideshow option, but there's no such option in gallery creating process. The only solution I have in mind is to redirect slideshow images to the medium size folder. But thats pretty annoying process during the creation of each gallery.
    So does anyone has an idea how to skip the slideshow creation or another method to skip creating 3 folders, all with the same images?

    Extend DefaultListCellRenderer, not BasicComboboxRenderer. Here's an example that wraps the original renderer and uses it where possible (i.e. instanceof JLabel). No 'white square'.import java.awt.BorderLayout;
    import java.awt.Component;
    import java.text.DecimalFormat;
    import javax.swing.*;
    public class ComboRendererTest {
      public static void main(String[] args) throws Exception {
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        SwingUtilities.invokeLater(new Runnable() {
          public void run() {
            new ComboRendererTest().makeUI();
      public void makeUI() {
        JComboBox comboBox = new JComboBox();
        comboBox.addItem(new Double(1));
        comboBox.addItem(new Double(2.25));
        comboBox.addItem(new Double(3.5));
        comboBox.setRenderer(new TwoDecimalRenderer(comboBox.getRenderer()));
        JFrame frame = new JFrame();
        frame.add(comboBox, BorderLayout.NORTH);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setSize(200, 200);
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
    class TwoDecimalRenderer extends DefaultListCellRenderer {
      private ListCellRenderer defaultRenderer;
      private static final DecimalFormat FORMAT = new DecimalFormat("#.00");
      public TwoDecimalRenderer(ListCellRenderer defaultRenderer) {
        this.defaultRenderer = defaultRenderer;
      @Override
      public Component getListCellRendererComponent(JList list, Object value,
              int index, boolean isSelected, boolean cellHasFocus) {
        Component c = defaultRenderer.getListCellRendererComponent(list, value,
                index, isSelected, cellHasFocus);
        if (c instanceof JLabel) {
          ((JLabel) c).setText(FORMAT.format(value));
        } else {
          c = super.getListCellRendererComponent(list, value,
                  index, isSelected, cellHasFocus);
          setText(FORMAT.format(value));
        return c;
    }db

  • Help with Image fades

    Hi,
    Haven't used Flash in a couple of years now, and it has
    changed a lot...so I am a bit behind with the times. I need to do a
    site with a each section of the website having a background, that
    fades in when the user goes there. I want the transition from
    section to another to be smooth, and the new background image fade
    in on top as the other fades out (at the same time!)
    Also how do i make some of the links on my website HTML pages
    and some flash? I need to be able to link back to the flash section
    of a site when clicking on the flash section. I found an example on
    the Louis Vuitton site, if you click on your account or newsletter
    and then click back to the Services it will go back to that
    specific section of the flash site.
    http://www.louisvuitton.com
    - check it out to see what I mean.
    Hope you can help, I want to start developing my flash skills
    again.
    Thanks

    Hi,
    Haven't used Flash in a couple of years now, and it has
    changed a lot...so I am a bit behind with the times. I need to do a
    site with a each section of the website having a background, that
    fades in when the user goes there. I want the transition from
    section to another to be smooth, and the new background image fade
    in on top as the other fades out (at the same time!)
    Also how do i make some of the links on my website HTML pages
    and some flash? I need to be able to link back to the flash section
    of a site when clicking on the flash section. I found an example on
    the Louis Vuitton site, if you click on your account or newsletter
    and then click back to the Services it will go back to that
    specific section of the flash site.
    http://www.louisvuitton.com
    - check it out to see what I mean.
    Hope you can help, I want to start developing my flash skills
    again.
    Thanks

  • Flash Slideshow Feature: Help?

    I am having trouble with Dreamweaver's Flash slideshow
    feature. All the Flash elements work properly (as I have set them)
    except the *imageLinks* and *imageLinkTarget* options. Regardless
    of what I enter (or leave blank) the resulting Flash show makes the
    images clickable with www.adobe.com being the linked site. I don't
    want any links on my slideshow but I cannot get rid of this feature
    even when my elements panel indicates no (or other settings).
    Help?

    I too have been having problems with the ImageViewer. I have
    posted a question in this forum about how changing the
    ImageUrlTarget actually does make clicks on the slide show image
    open a larger image, but not in a new window, even though this
    parameter has been set to "_blank".
    I believe the problems with the ImageViewer may be caused by
    how the in page Embedded Code and SWF relate. Specifically, it
    seems as if you need to re-do everything from scratch, then save
    the file/web page to get it to work. It seems like unless a new
    Flash Movie (SWF) is built, none of the changes stick. I have not
    been able to confirm this. I WISH A FORUM MODERATOR WOULD LOOK AT
    OUR POSTS. Thank you.

  • Need help switching Flash slideshow

    I admit it, I need help!
    Here is my problem, I want the links on the left to change the Flash slideshow on the right when clicked.
    I want to stay on this page, so only the Flash slideshow changes.
    This is the site I'm working on.... http://www.hwas.com/A-events-page-3.htm#
    I am using CS4.
    HELP!

    Shouldn't matter what version ... that hasn't changed much and is done pretty much the same way as long as I can remember. Which seems to be getting shorter and shorter all the time. 
    Anyways, nice site though. Well done.
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

  • Can I make an image display instead of flash slideshow on explorer with high security?

    I am a total flash beginner.  I created a simple flash slideshow that I want to appear on my website.  It works fine in firefox., but when viewed in explorer with high security, nothing displays unless the viewer specifically allows it. The slideshow is very prominent, and the site looks very bad when only an x shows up.   Is it possible to have a static image display in place of the slideshow, and then have the slideshow start if the viewer allows it? Is there any other way to get around this? 
    Thank you for any assistance.
    EJ

    Have you tested it with IE online or only locally?  Locally IE will usually prohibit displaying Flash content.

  • Does anyone have a Flash Slideshow generator?

    Hi-
    I'm looking for a relatively simple uber-app that might help me build out some slideshows that need to be delivered via web page.
    I need to build 5 or 10 "slides" (composed of images, text, etc.) and each slide has a corresponding sound file that will narrate and describe the slide. No background sounds or soundtracks needed. Simple fade transitions from slide to slide would also be nice but not required.
    Navigation from slide to slide would be nice, as would a sound pause/mute button, but not required. If all I get is a simple movie that plays end to end so be it.
    I've Googled this and see that there are a lot of standalone apps out there that seem to do this, and I've actually downloaded 1 or 2 but they're not documented very well and ultimately, they simply didn't work. And most are Windows based.
    I'm on a Mac, own Flash/DW/After Effects (CS4).
    Anyone have any experience with anything that might help me? I'm trying to avoid "rolling my own" when right now I just need the content, less the coding and scripting behind the scenes. I'll be banging out about 200 of these slideshows so any help is greatly appreciated.
    Thanks in advance,
    Rich

    ... actually....
    has anyone ever heard of or used http://www.mediaworkssoftware.com/products.html
    or
    http://www.dwuser.com/flashslideshow/v3/
    I've actually used the dwuser product, and for the most part it worked pretty well but again, it wasn't quite polished and ultimately gave me a headache when attempting to fine tune some settings, stuff just didn't match up. If they were to publish another version I'd probably consider giving it another try.
    Thanks,
    Rich

  • Image-to-Image Fade Using External Files

    Hi all,
    I'm trying to create a fairly basic random image-to-image fader.  I've got a LOT of images that need to rotate through and they've all been optimized, however the swf file just becomes too big w/all of them.
    So what I was hoping I could do was use AS3 to load up a random jpg from an XML file, apply the fade effect, preload the next one it's planning on grabbing while the current one is being displayed, and repeat the process indefinitely.  By doing this I'm hoping to keep the footprint of the application extremely small.
    Is such a thing possible (I'm using a trial of CS5 at the moment) and if so, can someone point me in the right direction?  I'm pretty new to AS3 so any amount of help would be greatly appreciated!

    Yes, it is possible to do.  You can probably search Google using terms like "AS3 XML slideshow tutorial" to get the whole thing in one package.  Though what you might want to do is take it in steps so that you can come to understand how each aspect works.
    The basic elements would involve loading an XML formatted bit of data into an array and using the Loader class to load the images, using a COMPLETE event listener so that you know when an image is loaded and ready to be processed into an object within the show.
    Then you would want to look into using some actionscript tweening to get the alpha fading effect working for you.  Flash has its own Tween class, and there are thrid party tween classes as well. I'd say use the Flash version first just to eliminate one level of complication for now (installing and using an external class). Many people recommend the thrid party tweening classes over Flash's.
    You might also want to incorporate some form of Timer (the Timer class) to help manage when things change and/or when they load. If you have optimized your images already, then it would take less time for them to load, which means you probably do not want to use loading status to control the timing, but only as logic to enable timed actions.

  • Dreamweaver CS3 Flash Slideshow problems

    Hello,
    First off, my name is Mike and I would really appreciate anything that you can do to help me.
    I'm attempting to use Dreamweaver CS3's Flash Slideshow on a site that I'm building for a friend and I'm having troubles.  I have two major issues:
    1. I've uploaded my page to a test folder located on my own site.
    http://www.mikebailey1979.com/NoahTest/Main.html
    As you can see when you go to that page the Flash Slideshow is not appearing.  I've attempted to figure this issue out as much as I can, but I'm not getting anywhere.
    Using Dreamweaver to test I've deleted the AC script and it appears exactly like how it does now that it's live, so I believe that the problem lies in the Slideshow being able to find the script.  What I don't understand is that the AC_RunActiveContent.js is in a folder titled '..Scripts' (which is located in the same 'NoahTest' folder as the 'Main.html')and there should be no problem with it sourcing the Script.
    I'm perplexed as to why it's not reading the .js file.
    2. When I preview the site in my Dreamweaver Preview it works fine, except for the fact that it looks like it's padding the size of the pictures.
    I have all of the dimensions specific to the size of the slice in my site.  The slideshow should be 924x668 to match the slice exactly, so that's what I told it to be in width and height.  I've turned all borders to 0, frame thickness to 0, and I've even tried to add a command to change cell padding to 0, all with no effect.  I've made a still screen capture for you to see my problem.
    http://www.mikebailey1979.com/NoahTest/WhiteBorderProblem.jpg
    I've left the Background White so you can see how it's not sizing the Slideshow correctly.  So the White Border isn't really a border, but a sizing/spacing issue.  I don't know what could be causing this.
    If you could help me with one or both of these issues I would be so grateful.  Thanks for your time.
    Respectfully,
    Mike

    So, bemdesign, you're not seeing the white padding-like effect that I snapped a screen shot of?  See here:
    http://www.mikebailey1979.com/NoahTest/WhiteBorderProblem.jpg
    I've tested the page 'Main.html' that I have live right now using Firefox, IE8, and Safari, and it's still doing this padding issue for me (if that's even what it's supposed to be called).
    After a little research I found a post on another site where tons of people are having the same problem as me:
    http://brianchau.wordpress.com/2007/07/17/where-is-the-flash-element-in-dreamweaver/
    The very last post someone mentions that they fixed the issue that I'm experiencing by adding div tags specifying width and height.  I've tried implementing this, but since I'm somewhat novice with coding still I'm not sure if I'm doing it correctly.  Adding the div tags in various places seems to have either no effect or it changes the w & h values of the entire page, both of which not being my intention.
    Can anyone here who is more advanced at coding than me who can tell me the proper way to implement the div tags in my situation?
    This is the code for my page:
    <code>
    <html>
    <head>
    <title>Main</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body {
         background-color: #353535;
    -->
    </style>
    <script src="../NoahTest/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (Main.psd) -->
    <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
         <tr>
              <td colspan="4">
                   <img src="images/Main_01.gif" alt="" width="1024" height="50" border="0"></td>
      </tr>
         <tr>
              <td rowspan="2">
                   <img src="images/Main_02.gif" alt="" width="50" height="718" border="0"></td>
      <td colspan="2"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','924','height','668','src','Assets/Main_Flash','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',showControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageURLs:[\'Assets/Main_Flash_01.jpg\',\'Assets/Main_Flash_02.jpg\',\'Assets/Main_Flash_03.jpg\',\'Assets/Main_Flash_04.jpg\',\'Assets/Main_Flash_05.jpg\',\'Assets/Main_Flash_06.jpg\',\'Assets/Main_Flash_07.jpg\',\'Assets/Main_Flash_08.jpg\',\'Assets/Main_Flash_09.jpg\',\'Assets/Main_Flash_10.jpg\',\'Assets/Main_Flash_11.jpg\',\'Assets/Main_Flash_12.jpg\',\'Assets/Main_Flash_13.jpg\'],slideLoop:true,frameThickness:2,frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flash_component','ImageViewer.swc','movie','Assets/Main_Flash' ); //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="924" height="668">
        <param name="flash_component" value="ImageViewer.swc">
        <param name="movie" value="Assets/Main_Flash.swf">
        <param name="quality" value="high">
        <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['Assets/Main_Flash_01.jpg','Assets/Main_Flash_02.jpg','Assets/Main_Flash_03.jpg','Assets/Main_Flash_04.jpg','Assets/Main_Flash_05.jpg','Assets/Main_Flash_06.jpg','Assets/Main_Flash_07.jpg','Assets/Main_Flash_08.jpg','Assets/Main_Flash_09.jpg','Assets/Main_Flash_10.jpg','Assets/Main_Flash_11.jpg','Assets/Main_Flash_12.jpg','Assets/Main_Flash_13.jpg'],slideLoop:true,frameThickness:2,frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}">
        <embed src="Assets/Main_Flash.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['Assets/Main_Flash_01.jpg','Assets/Main_Flash_02.jpg','Assets/Main_Flash_03.jpg','Assets/Main_Flash_04.jpg','Assets/Main_Flash_05.jpg','Assets/Main_Flash_06.jpg','Assets/Main_Flash_07.jpg','Assets/Main_Flash_08.jpg','Assets/Main_Flash_09.jpg','Assets/Main_Flash_10.jpg','Assets/Main_Flash_11.jpg','Assets/Main_Flash_12.jpg','Assets/Main_Flash_13.jpg'],slideLoop:true,frameThickness:2,frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="924" height="668"> </embed>
      </object>
    </noscript></td>
      <td rowspan="2">
                   <img src="images/Main_04.gif" alt="" width="50" height="718" border="0"></td>
      </tr>
         <tr>
              <td>
                   <img src="images/Main_05.gif" alt="" width="689" height="50" border="0"></td>
      <td>
                   <img src="images/Main_06.gif" alt="" width="235" height="50" border="0"></td>
      </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>
    </code>
    I've tried adding <div style="width:924;height:668"> both before and after the
    <td colspan="2"> tag of the AC_FL_RunContent section, but to no avail.
    Thanks again to all of you!
    -Mike

  • Flash SlideShow

    I have been asked to building a flash slideshow template for
    the company I work for to make it quicker and easier to produce a
    photo slideshow which changes the speed at which the images fade in
    and out. Some of my colleagues spend days fine-tuning this using
    tweens and lots of key frames. There must be a better way!
    I was wondering if anyone could help point me in the right
    direction or at least inform me if this is possible in flash. I
    have looked online for tutorials but as yet not found anything,
    which comes near what I am trying to produce.
    I look forward to any replies to this post and appreciate any
    assistance.
    Kind regards
    David.

    Hi,
    You can create your slideshow in a separate SWF file and load
    it into your main Flash file.
    Hope this helps

  • Rotating images fade-in

    i managed to create a rotating image banner with the help from this website
    http://www.communitymx.com/content/article.cfm?cid=651FF
    but without the fade-in fade-out effect it doesn't look very nice. how can i make the images fade-in like in the below website
    http://www.flipflopflo.co.uk/home
    i found some help here
    http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
    but (as i am not professional user) i dont understand what to do with the scripts shown there. for example on "Step 2" it says
    "Step 2: Then, insert the following sample       HTML for 2 sample Fade In slideshows:"
    insert where?

    free flash tutorials sites list here
    http://www.links-mylinks.com/2007/10/flash-sites-free-tutorial-templates.html

  • How can I get a Flash Slideshow to show in a browser?

    Running Mac Leopard, CS3. Created a simple Flash slideshow using the Modern Photo Slideshow Template. Placed into DW page as dynamic Flash element. Slideshow is 2 photos, and uses manual buttons only. When viewed in DW preview only the first frame shows and buttons don't work (when viewed in Flash preview, it works as expected). When viewed in browser, nothing shows (although the space is visible), unless I turn off Javascript in the browser; then the first frame shows but nothing else works.
    I've tried this with 4 different browsers and DW, and all work the same way. What am I missing? Any help appreciated.
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','<?php echo $row_rsDispatches2['Image']; ?>','width','450','height','350','src','photos/<?php echo $row_rsDispatches2['Image']; ?>','loop','false','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','play ','false','movie','photos/<?php echo $row_rsDispatches2['Image']; ?>' ); //end AC code
    </script><noscript>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="<?php echo $row_rsDispatches2['Image']; ?>" width="450" height="350">
      <param name="movie" value="photos/<?php echo $row_rsDispatches2['Image']; ?>" />
      <param name="quality" value="high" /><param name="PLAY" value="false" /><param name="LOOP" value="false" />
      <embed src="photos/<?php echo $row_rsDispatches2['Image']; ?>" width="450" height="350" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" play="false"></embed>
    </object>

    If turning off the javascript makes the file at least appear, then that part of the problem likely means the AC_RunActiveContent.js file is not where it needs to be (if it is not coded directly into the html page).  In the head of your html page should be some indication of where that file needs to be (if it is not coded into the head section directly).  Turning off javascript is forcing the <noscript> section to load the file.
    As for nothing working anyways when you view it in a web page, it may be because of the location of the file.  Your code indicates that the swf is located in a folder named photos.  If that swf loads the images dynamically from that same folder, then the problem arises when you load the swf into a file in a different folder.  Once the swf is planted into a file in a different folder, that folder becomes its frame of reference for loading content dynamically.  So if the swf originally loaded files using targets like...image1.jpg, image2.jpg, etc.... when it is placed into parent folder's file, it needs to target them as if it actually lives in that folder using... photos/image1.jpeg, photos/image2.jpg, etc...

  • Integration of a Fireworks CS4 Generated Slideshow Into Dreamweaver CS4

    Hi,
    I'm new to this forum and this is my first post. I am no dreamweaver expert so I came to you guys for help. 
    I'm making a layout in photoshop that is going to be exported to dreamweaver. The thing is I want a flash slideshow to be integrated into the layout. But in a way that its is partially covered with a Layer.
    You will understand if you see the image below.
    http://www.mediafire.com/?sharekey=4...75f6 e8ebb871
    I want it to be in the top right corner. I think I can make the flash slideshow no prob, but how to get it there I have no idea.
    I thought maybe I could add a layer in Fireworks for the section covering the slideshow (I dont know if thats possible) and then leave the space in photoshop blank. Then I could maybe import the slideshow to dreamweaver. Can I do that? and how? or is there a simpler way?
    (BTW I am slicing the Photoshop layout to export)
    I hope I made some sense.
    Thanks in advance.

    Hello again Pziecina, just wanted to say a very quick thank you. I think I can get the slideshow to work if I remake parts of my site, but I have 5 assignments on the go and thats not really feasible right now, but what really interested me was the links you posted yesterday regarding CSS. As mentioned I have 5 live assignments and have been spending my mornings/afternoons/evenings whittling them down, and when I posted here yesterday I was a little worn out, and my focus was not what it could, or should be. But late last night I took an hours break and had a proper look at the CSS tutorials you posted, and would like to say a very big THANKYOU, although its a bit off topic, I was a little apprehensive of CSS, but one hour into the first tutorial and Im hooked, thats not to say Im anywhere near proficient, but really enjoyed myself following the tutorial, (even though it was at the expense of assignment time ), so, very glad I came here with my slideshow problem, and thanks again

Maybe you are looking for

  • Urgent : Deleting a row in a sql report region

    Hi I have an SQL report, i must have an icon "delete row", when clicing this icon the row must be deleted from the report, what I have do but not sure of this : in my query I am containing some html in witch I have an icon, when the user click on thi

  • Flash player not playing Adobe TV content anymore

    I was ungraded to version 11.6.602.168 of flash on my 64-bit Windows 7 system and can not longer view content from Adobe TV website in Firefox, Chrome, or Iexplorer. Note that video from youtube still works. What now Adobe, especially since I just up

  • I've replaced my 2Wire ATT DSL Router/Modem with a new AT

    I'm trying to set up Time Capsule with my AT&T DSL modem, can I connect all PC's in the house wirelessly or does one need Ethernet?

  • How to suppress forms Message?

    When I use NEW_FORM from within a form, before exiting the current form it asks me to save the changes, how do I supress this message? I tried on-message, but doesn't work! Any help is appreciated. Thanks! null

  • Controlling Planned versions

    Hi All, Is it possible to copy the Planned versions in controlling without Operating Concern objects? if Yes, what is the impact? If No please expline the process. thanks in advance