Slide show swf ?

I'm new to Flash and an amateur at making pages so keep it
simple for stupid me.
I have a html page that has a space on it that I would like
to show a rotating image ( like a slide show a image would fade in
and then be replaced by another, maybe in a window shade like
effect in the loading )
I was going to put a layer over the are in dream-weaver and
put a swf movie of the "slide show " into it.
Maybe about 8 different images, and have it loop.
Is this a good way? If so, How do I make the swf in flash?
Thanks for any help or direction

Wow My question was bad, Let me try again.
Here is what I want to do.
I have 8 photographes .jpeg's
That i want to load in a space that is on my front page like
a slow slide show.
Can I make a flash movie out of these photographs where one
image gets replaced by the next ( fade in fade out ) every 4
seconds and continues to loop.
I'm guessing but I could then float the flash movie in a
layer over the front page image anyplace I would like?
If so, any tutorials on how to do it?
If not how should it be done?
Thanks and sorry for the mix up.

Similar Messages

  • "Image Viewer" slide show wont work.

    I am trying to do somthing very simple...creat a slide show using the image viewer option in Dreamweaver.  After uploading the Image "urls" it wont even play within dreamweaver.  What could be the problem?

    1.  Have you uploaded the Scripts folder to the remote server... because if you try and view it, there's an error message that it can't be found:
    The requested URL /http://www.thebloomsociety.net/Scripts/AC_RunActiveContent.js was not found on this server.
    2.  This link: index/slide show.swf
    The requested URL /index/slide show.swf was not found on this server.
    Validation errors for the page can be found here:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.thebloomsociety.net%2F

  • Clickable slide show with external SWFs

    Hi... I would really apprecaite some help with the slide show please.
    I have a slide show that loads 3 external SWFs. (The External SWFs have buttons and action script of their own as well )
    I've gotten the SWFs to load and to switch automtically as well as on the button Click (going to next SWF in array). What  I would like to do is the following:
    - Have the buttons 1,2 and 3 go to respective SWFs (and not just a next button option)
    Also, as far as transitions (just basic fade in and out) is that something I should do within the external movie Clip?
    Thank you very much I appreciate all the help. Here's my code:
    // Array of external clips to use. Variable index refers to next clip to be displayed.
    var clips:Array = ["page1.swf", "page2.swf", "page3.swf"];
    var index:int = 0;
    // Stuff to load swf files
    var thisLoader:Loader = new Loader();
    thisLoader.contentLoaderInfo.addEventListener(Event.INIT, doneLoading);
    var thisMC:MovieClip = new MovieClip();
    stage.addChild(thisMC);            // Add empty MC initially so the nextClip function can be generic
    // Removes old MC and gets the next one, waiting until when it has initialized beore adding it to the stage
    function nextClip():void {
        thisLoader.load(new URLRequest(clips[index]));
    // Tell AS that the loaded file is a movie clip and add it to the stage.
    function doneLoading(e:Event):void {
        stage.removeChild(thisMC);
        thisMC = MovieClip(thisLoader.content);
        thisLoader.unload();
        thisMC.addEventListener(Event.ENTER_FRAME, runOnce);
        stage.addChildAt(thisMC, 0);
        thisMC.gotoAndPlay(1);
    // When thisMC has finished - the next MC starts
    function runOnce(e:Event):void {
        if(thisMC.currentFrame == thisMC.totalFrames) {
            thisMC.removeEventListener(Event.EXIT_FRAME, runOnce);
            index = (index + 1)%(clips.length);
            nextClip()
    // "Next button" just calls a function that goes to the next file name (mod the number of files in the list)
    MovieClip(parent).bttn1_mc.addEventListener(MouseEvent.CLICK, playNext);
    function playNext(e:MouseEvent):void {
        nextClip();
        index = (index + 1)%(clips.length);
    Thank you!!!

    Have you ever successfully saved anything to that external drive? My first two thoughts are that the drive isn't formatted for the Mac or that you don't have rights to save to the drive.

  • Export indesign slide show as swf/pdf

    Hello,
    I try to export a slide-show containing buttons and flv-movies as pdf and as swf.
    SWF-export:
    In the exported swf file when viewed with the Firefox browser (Flash Player 16 installed) the movies disappear when I try to play them. However everything else including the buttons do work fine. The same problem I have with other browsers (Internet Explorer, Opera) as well as the “Standalone Flash Player” and the freely available “SWF Player 2.6”. Only when I play the swf-file with “Adobe Flash Player 11.2 r202” (outside the browser) the movies are streamed when clicked on. However here the movie frame has not the correct size and is moved to the upper left corner.
    PDF-export:
    When exporting the same indesign file as PDF and viewed via Adobe Acrobat Pro (Version 10.1.13) the buttons to switch to previous or next page do work fine. Also the movies are streamed when clicked on. However now the buttons to switch to next or previous status of multistate objects do not work.
    System specifications: Indesign CS6, 64bit, Windows 7
    Thank you for any suggestion,
    Finn

    Bob, here are statistics from Adobe's Flash Product page
    • More than 500 million devices are addressable today with Flash technology, and it is projected there will be over 1 billion addressable devices by the end of 2015.
    • More than 20,000 apps in mobile markets, like the Apple App Store and Google Play, are built using Flash technology.
    • 24 of the top 25 Facebook games are built using Flash technology. The top 9 Flash technology enabled games in China generate over US $70 million a month.
    • More than 400 million connected desktops update to the new version of Flash Player within six weeks of release.
    • More than three million developers use the Adobe Flash technology to create engaging interactive and animated web content.

  • SWF slide show does not play

    I need some help with a Fireworks swf slide show.
    This is the web page:
    http://www.shortlifeweb.com/DrTedScott/index1.html
    And here is a hard link to the slide show:
    http://www.shortlifeweb.com/DrTedScott/images/slideshow.swf
    The slideshow.swf works fine, so I think the files and swf
    are properly located.
    However, in the index1.html, the slideshow does not play.
    Any help would be appreciated.
    Ken.

    To make things simple, I created a blank page - no template,
    no formatting. And it still does not play.
    According to some of the tutorials I have seen, the slide
    show should play within Dreamweaver, but it doesn't play there
    either.
    Thanks.
    http://www.shortlifeweb.com/DrTedScott/slideshow_test.html
    I am including the entire html code.
    <!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>Untitled Document</title>
    </head>
    <body>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550"
    height="400" id="FlashID" title="showing_photos">
    <param name="movie" value="images/slideshow.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <!-- Next object tag is for non-IE browsers. So hide it
    from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    data="images/slideshow.swf" width="550" height="400">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <!-- 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>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

  • Export to flash swf from Slide Show module

    If I work on a stunning slide show, with music et al, It would be perfect if I can export to a swf file and put it on a web site or left to clients on a CD.
    Otherwise, as is now, I have to work twice: create a slide show and then a web flash site...

    There is nothing you are doingt wrong, the web people need to check their Flash stuff, most importantly realyl include al lthe files you provide them with. there's a reason why it spits out 4 files...
    Mylenium

  • How do I re-order pictures in the slide show feature?

    I am wanting to periodically add pictures to the slide show. Is there a way to...1. re-order the pictures? and 2. Have the latest one added be the picture that is the one first seen when the page is opened?
    Thanks.

    You can delete them and re-add them accordingly or you can use random which would show the random order of images.
    Another workaround can be be done using layers, where you can drag the image to the desired position which you want to show in order with slideshow.
    I have created a short video for you , please download from here :
    https://www.dropbox.com/s/v4yto079hh7rc2y/slide.swf
    Thanks,
    Sanjit

  • Newbie Here - How to Create a Slide Show in CS5?

    I am using Windows 7 and I am familiar with PSElements 8 where creating a slide show is easy.  I just want to create a slide show in CS5 (in Bridge??  View>Slideshow Options?) using vacation photos from several folders, and I want to order them manually.
    First, I can't figure out how to display more than one folder in the Content panel in Bridge.  Second, I can't figure out how to create and intersperse "blank" slides with text.   Third (and I haven't even gotten this far yet), how do I save the slide show and burn a VCD?  This was all so easy and intuitive in PSE8, I can't believe it seems nearly impossible in CS5! 
    As an alternative, should I simply re-save the photos as JPEGs (they are PSDs now), export them to a Desktop folder, open them in PSE8 and create the slide show there instead?   Thanks for any help and suggestions!

    I am using Windows 7 and I am
    familiar with PSElements 8 where creating a slide show is easy.  I just
    want to create a slide show in CS5 (in Bridge??  View>Slideshow
    Options?) using vacation photos from several folders, and I want to
    order them manually.
    First, I can't figure out how to
    display more than one folder in the Content panel in Bridge.  Second, I
    can't figure out how to create and intersperse "blank" slides with
    text.   Third (and I haven't even gotten this far yet), how do I save
    the slide show and burn a VCD?  This was all so easy and intuitive in
    PSE8, I can't believe it seems nearly impossible in CS5! 
    As
    an alternative, should I simply re-save the photos as JPEGs (they are
    PSDs now), export them to a Desktop folder, open them in PSE8 and create
    the slide show there instead?   Thanks for any help and suggestions!
    1) Bridge has a new feature (can't think of the term at the moment) but it works like instancing or virtual copies. Select all of the photo's that you want and place them in the "collection" (Ah I knew I would think of it) Move to another folder and move them into the same collection and so on. These are virtual copies in that they don't really exist, but are a link to the original images. You then can use the collection for the slide show.
    2) Just create a page same size as your photo's in photoshop with what ever color background and put your text on it.
    3A)The slide show can be exported as a pdf or swf. Windows can then copy the file to a cd. If you choose swf, you may need to alter the html file (I assume it generates one, if not it isn't har to create one) The html file would help the web browser determine the correct size to display at. If you have flash, it can be used to create a html file as well.
    3B)If you would like the slide show to be displayed on a tv screen, then your cd/dvd will need to use a format that your dvd player can play, mp2 is the standard, but some can display jpg's, some are blue ray, etc. For exporting into the correct video format, then one of the following can be used. After Effects, Premeire pro, Encore, Photoshop (If you have quicktime installed and you are using one of the formats that quicktime supports like mp4)
    If you have quicktime installed, paying the 20 bucks may be worth it as it will allow you to take your jpg images and generate an animation file as avi or mov. But can save as mp4 as well.
    4) In Bridge you can select all of the images and run image processor on them. This plug in is part of photoshop there fore it will be in the menu's under photoshop. It will let you specify the files size, format and any actions, etc. It will then place them all into a folder that you specify.

  • Slide show in a Tabbed Panel

    I created a moving slide show using Creative DW Image Show Pro (a Dreamweaver extension) and inserted it into a tabbed panel created in Dreamweaver using the Tabbed Panel Widget. It's a three tab panel with an image show, SWF, planned for each tab. The first tab accepted the image show and seems to be working fine. But when I loaded the second show in the second tab, it did not work.
    I have read the code a number of times and have found nothing wrong, but my knowledge in that area is limited.
    I am working in Mac OS 10.6.2 and in Dreamweaver CS4.
    You can find the uncooperative page at
    http://dcarchts.com/projects.html
    Thanks,
    Merle

    This can be done in iweb using 'my albims' page, I posted various versions of this (of the same javascript). But here it is (again), add the following to your 'My Albums' pae using HTML Snippet:
    <script type='text/javascript'>
    function redoMediaGridWidget() {
    headerControlsDiv = parent.document.getElementsByClassName('com-apple-iweb-widget-headercontrols')[ 0];
    headerControlsWidget = headerControlsDiv.widget;
    mediaGridID = headerControlsWidget.p_mediaGridID();
    mediaGrid = parent.document.getElementById(mediaGridID);
    if (mediaGrid) {
    mediaGridCount = mediaGrid.childNodes.length;
    for (mgi = 0; mgi<mediaGridCount; mgi++) {
    mediaDiv = parent.document.getElementById('gridEntry' + mgi);
    mediaDiv.removeAttribute('onclick');
    slideDiv = mediaDiv.widget.getElementById('slideshow_placeholder');
    mediaDiv.widget.p_startSlideshow(slideDiv);
    mediaDiv.addEventListener('mouseover', function(){mediaDiv.widget.p_scrub(slideDiv);});
    mediaDiv.addEventListener('mouseout', function(){mediaDiv.widget.p_startSlideshow(slideDiv);});
    clearInterval(chkMediaGridWidget);
    chkMediaGridWidget = setInterval('redoMediaGridWidget()', 500);
    </script>
    here is my example: http://widgets.cyclosaurus.com/ImageRotate2/ImageRotate/ImageRotate.html

  • Fireworks Slide Show

    I have a link on my employee website that goes to various
    slide shows that I created of different events. I have links to
    click on that brings them to a different slide show I made in
    Fireworks. I tested it last night and I had to end up re-naming the
    files when I put them on my root folder because they all share the
    same names (example: "slideshow.swf").
    I think they all have to be on the root folder but when I
    tried renaming them and changing the code I couldn't get it to
    work. Does anyone know a way around this so that I can have 4
    different slide shows in Dreamweaver?

    I have a link on my employee website that goes to various
    slide shows that I created of different events. I have links to
    click on that brings them to a different slide show I made in
    Fireworks. I tested it last night and I had to end up re-naming the
    files when I put them on my root folder because they all share the
    same names (example: "slideshow.swf").
    I think they all have to be on the root folder but when I
    tried renaming them and changing the code I couldn't get it to
    work. Does anyone know a way around this so that I can have 4
    different slide shows in Dreamweaver?

  • Invalid Token while viewing Slide Show Component in Design Mode

    Hi Guys,
    I am having an issue where my SWF files that appear in a slide show component are displaying an invalid token error while in design mode in Xcelsius.  When I export the SWF file to Infoview, this error flashes on the screen for a second before the logon token is passed and the child SWF is loaded.
    I am trying to find a way to solve my issue so the invalid token error message does not appear and therefore does not get flashed to the user before the file actually loads.
    I downloaded Fix Pack 1 for SP3 because there was a line in the fixed issues detailing:
    "An Invalid logon token message appeared in Infoview when you viewed Flash objects (SWF files) that contain a QaaWS or Live Office connection."
    "This issue has been resolved".
    It is still happening even with FP 1 installed.
    Has anyone ever encountered this issue before and found a solution for it.
    Thanks in advance!!
    - Anthony

    Ok, I found out it has definitively something to do with the "Design mode could not load swiz-framework-1.0.0-RC1.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)" warning. This somehow affects the loading of the mx:Image.
    Recompiling the SWC might work with the swiz swc, but there are more swc's giving this error like the google maps swc which does not have the source avalable freely.
    This is a real pain as I like to use a mockup image in Design Mode to place components exactly as provided by the design team.

  • Weather widget and slide show problems

    Hi
    The site is www.heritageharbourcommunity.com
    My site opens on a three column fixed page with header and footer.  I have been able to define the area between the nav bar and footer as editable.  When I go to incontext and try to make that area editable through incontext it seems fine until I test it.  I receive a message that the area is not editable and I can make regions editable through incontext.  Only the right most column has a dashed line around it.  From that I assume the problem is with the weather widget in column 1 and the slide show in column 2.
    All of my other pages are single column and seem to work well with incontext.  Any suggestions?  Thanks...Morgan

    Hello MoBet,
    InContext Editing regions cannot contain Flash or JavaScript content, so you should wrap the sections you want to have editable with div tags to separate them from this content. For example:
    <div id="sidebar1">
        <div id="mysidebar1-1">
          <h3>New Website Group</h3>
    <p>Mark your calendars. The organization meeting of the community website site group will be at 6:30 p.m. on November 30th at the Stoneybrook Rec Center. Everyone is welcome to come and find out whats happening and maybe how they can help.<a href="About_us/website_dev_home.html">Details.</a></p>
    </div>
    <p>
      <!-- Do not remove the line below!!!  It is required for the WeatherWidget. -->
      <script type="text/javascript" src="weatherwidget/weatherwidget.js"></script>
      <!-- Begin WeatherWidget -->
    <noscript><a href="http://www.dwuser.com/" title="Dreamweaver Extensions">Dreamweaver Extensions by DWUser.com</a></noscript><script type="text/javascript">
    // <![CDATA[
    WeatherWidget({swf:'weatherwidget/weatherwidget.swf',w:'180',h:'125',redirect:'',textColor :'#FFFFFF',bgColor:'#98082E',bgAlpha:'100',useBevel:'true',loc:'34212',units:'e',loadingTe xt:'Loading...',humidityText:'Humidity: ',windText:'Wind: '});// ]]>
    </script>
    <!-- End WeatherWidget -->
    </p>
          <div id="mysidebar1-2"><p>Highs are near 80 degrees each day and sweaters are required for early morning walks.</p>
          <h3>Community Garage Sale</h3>
          <p>February 6 from 9-2pm</p>
          <p>It’s time to start thinking about what you want to dispose of around your house and in your garage. Our annual garage sale is just the ticket for unloading your treasures. Once again, the sale will be held at the Beacon Park Soccer Fields on February 6, 2010. This is a monster event and it attracts a huge crowd of buyers. Cost is $10 per space which allows you to park your car and set up right behind it. Applications are available at the Stoneybrook Recreation Center. Space is  limited so it pays to sign up early. All applicants will be called just prior to the sale with full details. Call Anita or Lan Janecek at 746-3730 with your questions.</p>
          </div>
    <!-- end #sidebar1 -->
    You will then be able to make individual editable regions for the two sidebar elements. Do the same for the center column:
    (Note: You'll want to fix your improperly nested <h1> tag following <div id="mainContent">)
    <div id="mycenter1-1">
    <h1>Welcome</h1>
          <p>Our snow birds are returning. Its a relief to be back into our fine winter weather. Social events are gearing up as more people return. </p>
          <p>Helping Hands of Stoneybrook will host a breakfast with Santa for the children of Stoneybrook December 5th from 9:00 to 10:30 a.m. at the Stoneybrook Recreation Center. Sign up at the Stoneybrook Recreation Center or call Cathy Faust (941) 747-7379 for details.</p>
          <p>Happy 50th anniversary on November 21 to Mary Jane and Charles Hixson of Stoneybrook.</p>
          <h3><img src="images/two_little_girls.JPG" width="155" height="153" align="right" />Adopt a Family</h3>
    <p>A number of Heritage Harbour residents have been lending a hand in Santa’s Southern Workshop this month as he gears up to help needy families for Christmas.  The workshop is run by Adopt a Family and provides Christmas gifts to the children of families who have applied and are residing in Manatee County. </p>
          <p> Most days you’ll find Patti Sue Peotter-Bettes, a Stoneybrook resident, taking applications at the warehouse which was donated for the use of Adopt a Family.  Louise Blank has been helping with applications as well.  If you see her, ask her about the families and children she’s talked to. Janet and Luis Hidalgo have been indispensable in their role as Spanish translators.  Many of the families are Spanish speaking and Luis and Janet Hidaldo help the interviewers learn the sizes of the children and what things they would like Santa to bring them.  <a href="documents/adopt__family.pdf">more </a></p>
    </div>
    Please let me know if you need further assistance.
    Best regards,
    Corey

  • Slide Shows...Not for the Web

    Hello everyone,
    Has anyone ever created a slide show that is projected from a
    computer onto a large projector screen like one would with a Power
    Point presentation. Power point uses vector based graphics as well
    as flash, however, once you have the flash SWF, unless its
    contrained in and HTML file or something like that, it doesn't blow
    up to a computer screens resolution without blowing out the
    graphics. I've played around with make slides and images larger
    using a 1042x768 screen res, but is there a better way?
    Thanks,
    Kyle

    function(){return A.apply(null,[this].concat($A(arguments)))}
    The QCC wrote:
    Lightroom is first and foremost a media manager.
    I suspect many would have reservations about this.  Lightroom is a very limited media asset manager.  I do not think this is a design goal for the application.  It is designed to manage raw files from supported cameras and some other files - jpg, psd and tiff - and track videos taken with the camera - that's about it.
    Many would argue most of the development energy has gone into the dev module.
    Another thing to consider is performance.  Because LR is attempting to faithfully reproduce the image as per edits to the dev module it builds and updates a large preview library which has performance and disk space implications.
    As suggested, try before you buy.

  • Prevent slide show image resizing

    Is there any way to prevent iweb from resizing images for the slideshow? My images are already resized to the exact size that I want them to be displayed. I don't want the software to mess with them!!!

    #1DesignGuy posted in macromedia.dreamweaver:
    > I am trying to rebuild the site from scratch since no
    one here
    > knew what was wrong with why my Dreamweaver Flash Slide
    Show image
    > viewer does not display when uploaded to a server but
    for some
    > reason works off of my local hard drive. Any more ideas
    from
    > anyone here?
    We DO know what's wrong. I provided the cure for that
    particular page
    twice and Alan is providing the method to prevent the problem
    from
    happening.
    Refer to your original thread, "Flash swf content does not
    work when
    uploaded"
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Loading external slide show

    i have a main site i'm building in one area i have 12 buttons
    for each item. I want to set it up so that when you click each
    button one image and a title and some text loads from an external
    source. When i click on the next button i want it to change to the
    next set and so forth. Whats the best/easist way to do this by
    using xml or something else? Any advice or pointing to a good
    tutorial would be helpful, thanks.

    Just hide the objects that are off stage with _visible =
    false.
    Dan Mode
    ->Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "Clubspinner" <[email protected]> wrote in
    message
    news:esqr4l$nj2$[email protected]..
    >I am loading an external SWF slide show into my main
    movie into a target MC
    >via
    > loadMovie. The stage of the external swf matches the
    size of the target
    > MC, yet
    > objects off the stage of the external SWF appear outside
    the boundaries of
    > the
    > target MC and ruin the whole effect. I tried masking my
    external SWF but
    > it
    > made the dynamic text and the text on the button
    component dissapear. I
    > was
    > sure that the target MC would set the dimensions for the
    loaded SWF??
    > PLease
    > help!
    >

Maybe you are looking for