Problem Integrating Flash Slideshow

Hi there, I just found a Flash slideshow that I liked and
tried to create a template page with it. Everything works fine;
however, the Flash slideshow is only incorporated in the page after
a line break. I see the <p> tag that causes the show not to
be inserted flush after my main navigation menu; however, all my
attempts to remove it cause the show to display.
Any ideas would be greatly appreciated. Thanks a million.
You can review the page at:
http://www.fastventures.com/templates/temp_inner_Flash%20Slideshow/temp_inner_Flash%20Rota tor.html

I'm sorry but I think my post was not clear!
Hi there, I just found a Flash slideshow that I liked and
tried to create a template page with it. Everything works fine;
however, the Flash slideshow is only incorporated in the page after
a line break. I see the <p> tag that causes the show not to
be inserted flush after my main navigation menu; however, all my
attempts to remove it cause the show NOT to display.
Any ideas would be greatly appreciated. Thanks a million.
You can review the page at:
http://www.fastventures.com/templates/temp_inner_Flash%20Slideshow/temp_inner_Flash%20Rota tor.html

Similar Messages

  • Problems embedding Flash slideshow from external site

    I currently have a photography website with SmugMug where I host most pictures that I want to share online; they have an option that lets you create a Slideshow and allows you to copy the HTML embed code.  So I stuck that into the page HTML, but every time I try previewing it on the web, nothing shows up.  When I use the Validate function, it says the tag "embed" is not used in HTML 4.0, but I don't know if that's the problem or not.  Here's the code provided:
    Any clues as to why it won't work?

    Why can't I get my code to show up?  I'm using the "Insert Raw HTML" icon and get the box, into which I paste it.  Guess I need to look up that FAQ.
    Here it is just plain:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="400" id="ssidx">
    <param name="movie" value="http://www.cdpayetphotography.com/ria/ShizamSlides-2009073001.swf?AlbumID=9536524&AlbumKey =DLfKT&transparent=true&bgColor=&borderThickness=&borderColor=&useInside=&endPoint=&mainHo st=www.cdpayetphotography.com&VersionNos=2009073001&showLogo=false&width=400&height=400&cl ickToImage=true&captions=true&showThumbs=true&autoStart=true&showSpeed=true&pageStyle=whit e&showButtons=false&randomStart=false&randomize=false&splash=&splashDelay=1000&crossFadeSp eed=350">
    <param name="wmode" value="transparent">
    <param name="allowNetworking" value="all">
    <param name="allowScriptAccess" value="always">
    <embed src="http://www.cdpayetphotography.com/ria/ShizamSlides-2009073001.swf?AlbumID=9536524&AlbumKey =DLfKT&transparent=true&bgColor=&borderThickness=&borderColor=&useInside=&endPoint=&mainHo st=www.cdpayetphotography.com&VersionNos=2009073001&showLogo=false&width=400&height=400&cl ickToImage=true&captions=true&showThumbs=true&autoStart=true&showSpeed=true&pageStyle=whit e&showButtons=false&randomStart=false&randomize=false&splash=&splashDelay=1000&crossFadeSp eed=350" width="400" height="400" wmode="transparent" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"  >
    </embed>
    </object>
    Like I mentioned in the first post, Dreamweaver's validation tool said that the "embed" tag is not valid in HTML 4.0.  The page is written in DTD HTML 4.01 Transitional.

  • 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

  • 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...

  • Problem uploading Flash in DW cs3

    This Flash site previews well in DW, but stays blank after upload. It played fine online in a previous version, can anyone tell what's wrong by the code? (Looks like its cut off at the bottom, the site is doghouselords.com. Thanks in advance):
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>DoghouseLords.com</title>
    <style type="text/css">
    <!--
    body {
         background-color: #000000;
    #apDiv1 {
         position:absolute;
         left:102px;
         top:0px;
         width:213px;
         height:223px;
         z-index:1;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="apDiv1">
      <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','770','height','650','src','Doghouse Lords website 1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Doghouse Lords website 1' ); //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="770" height="650">
        <param name="movie" value="Doghouse Lords website 1.swf" />
        <param name="quality" value="high" />
        <embed src="Doghouse Lords website 1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="650"></embed>
      </object>
    </noscript></div>
    </body>
    </html>

    I have the same problem. The folder "scripts" solved it the first time.
    But now I have created a second page for the same site with a Flash slideshow (done with SlideShowPro). I tried everything I can think of but the Flash slideshow doesn't appear on the uploaded site. It does very well locally, but once uploaded, nothing happens. The "Scripts" folder is in place, the "_notes" folders are in place in each folder (the main one and each of the Flash folders).
    Here are the 2 pages containing Flash elements :
    http://www.chris-staebler.com/Hounts/index.html
    http://www.chris-staebler.com/Hounts/images.html
    I must have forgotten something somewhere, but I search since 5 hours now…
    If someone has an idea !!!
    Thanks for helping me.
    I must add that I'm new to forums and not a Dreamweaver specialist (ask me about Photoshop or Illustrator, I will be much better !!…)
    Chris from France

  • 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.

  • Embedded flash slideshow link does not open

    Hi, I have a problem that my slideshow works great when not
    embedded, I can click the pictures and the link opens in the same
    window just like I want. However, when I embed the slideshow the
    links do not work. I attach my embed code. Thanks for your help.
    Best Regards Eva

    yes. the flash generated html file contains all the code you
    need to embed flash. you could use alternative methods (swfobject
    is the best known) but if you're going to use the code from the
    flash html file, you need to use all of it. you've displayed only
    part of the embedding code.

  • 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

  • Cannot open flash slideshows in any browser

    a friend cannot open flash slideshows on one of my webpages, he gets an error "progressive jpeg-unable to render" The images are not progressive jpegs.
    Same problem in Firefox or Safari.
    He has installed the latest flash player

    sorry, they've all work fine on macs and pcs, here's one: http://www.cochraneinc.com/photos%20pages/1292Jainephotos.html

  • Flash slideshows not working.

    Every since the latest upgrade of Flash I have been haveing problems with YouTube Videos not playing in Firefox, and now I note my Flash Slideshows (generated with Showit Web) are not playing at all. I have not had a problem with this in many years of using flash slideshows. Now with the last version NOTHING seems to work. I see I am not the only one having this problem. Slideshows are not playing in Firefox or IE9. This is not acceptable. And telling me how to fix it on my PC is not acceptable as none of my customers can see the slideshows on their PCs either. I am losing business as users are simply going away. This MUST be fixed!!
    Example of slideshown not playing:
    www.carlmillerphotos.com/artistfaerie
    Flashe Version: 11.7.700.169
    OS: Windows 7 (64-bit)
    Browser: Mozilla Firefox, IE9

    My work around was to unistall Flash Player 11.7.700.168 and reinstall the last version of 11.6. Since that time Adobe says they have fixed the bug internally. This is the Adobe reply to the bug I reported here: https://bugbase.adobe.com/index.cfm?event=bug&id=3544949
                Dongxing Li 
    10:37:31 PM PDT Apr 23, 2013
    Hi,
       Thank you very much for your report. We have reproduced the issue.
    Glad to tell you that this bug has been fixed internally, please wait for the next public release version.
    Or you may try the beta version of the next release:
    http://labs.adobe.com/downloads/flashplayer.html
    Regards,
    Donie        
    I have not tried to reinstall 11.7 to confirm that it works with the Showit slideshows yet. The problem is that this is out of our hands. We can work around it, but what really matters is what our slideshow viewers have installed on their computer. If Adobe is right there should not be a problem going forward with the latest Beta, and the next public release.
    Has anybody tried to run a Showit slideshow with the latest Flash Player Beta? Here is one: http://mlphotography.com/slideshows/julie_scott/

  • How to layer flash menu over flash slideshow?

    Hello All!
    I am working on developing a new website, and I have come upon a roadblock...
    Is it possible to layer a flash object over another flash object? -- The website I am creating has a flash menu and a flash sllideshow.  I want the flash menu (submenu) to be able to appear IN FRONT OF the flash slideshow.  Here is the link with my progress:
    http://nathanlafave.com/newsite/index2.html
    You will notice that when you hover over "Web" in the navigation menu, the SUBMENU appears BEHIND the flash slideshow.
    Any suggestions on making this appear IN FRONT OF the slideshow.
    Both menu and slideshow are extensions purchased from flashdevelopment24.com
    Thanks!

    You have a couple of problems.
    1) Flash slideshows typically rise to the top of everything else on the page.  Ideally, you should keep Flash animates away from drop-down or flyout menus of any type.
    2) Flash is not supported by all web devices.  How will users without Flash navigate your site?
    Almost anything you can do with Flash can be achieved with jQuery.  See examples below.
    jQuery Superfish Menus
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery Fancy Transitions
    http://workshop.rs/projects/jqfancytransitions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Grey shadow left after titles appear in Flash slideshow

    Hi, the producers of the Flash slideshow product i am using do not know the reason for this problem.
    When the slideshow runs, titles we composed using the product dashboard (as a Dreamweaver plugin in Dreamweaver CC) appear. The titles are dynamic and have a background colour, some white, some dark grey. There are 4 slides each with titles in different places.
    After the slidshow has run through around 5 cycles, the titles leave grey shadows about 2px wider and longer than the tile size. All title shadows accumulate so that each slide shows the shadows from all slides, obstructing view.
    Only a screen refresh restores correct view.
    It happens in all browsers, using latest browser versions, and on a variety of computers. The slideshow can be seen in our test server. The wesbite is still in construction.
    http://www.destinationdata.co.uk/Bacobanuk/
    The slideshow producer say they do not expect anyone to sit and watch it for so many cycles - true, but, if when viewing, as frequently happens, a telephone call comes in, someones interrupts to ask for information, stop for a cuppa, on resuming viewing, the slides are obscured.
    Regards Jonathan

    Hi, thanks for quick response. Strange you do not see that, the product developer guys in the USA admitted they could replicate the issue, but, did not know why it happens, and I can today on various machines, all Win 7.
    I have a screen image of it taken today with the shadows showing, and I could send a screen recording video of it building up, if that helps.
    Rgds Jonathan

  • Tirning a Flash slideshow liquid?

    Hi,
    Im new to all this.  I am using Dreamweaver 8 and laying out the website in frames, not tables.  What I want to do is turn a Flash slideshow liquid (is that the right word?) so it fits to the screen.  My website is not up, but here is a website with the effect Im trying to copy:
    http://www.maxwagner.com
    Thanks for the help

    Hi
    The page you link to does not include a flash slideshow, but is a standard html only liquid site.
    However it is possible to do what you wish, but will require you to be reasonably competent with flash pro and actionscript, plus a not insignificant amount, (complexity wise) of javascript/jQuery. The one problem with doing the 'liquid' flash, is that you do not know how your users will resize their browser, and in order to maintain the aspect ratio of your flash, this must be recalculated every time.
    PZ

  • Integrating Flash into Dreamweaver

    Hello All,
    I am a newbie and just finished a Flash class. However we
    didn't hardly talk at all about integrating Flash with Dreamweaver.
    What I want to do is create an intro page that has Flash and
    then you have to click on a Button to go into the main site. I
    understand a little of Behaviors and Actionscripting so thought
    that I would do the GetURL Behavior (going off memory here) to get
    me from the Intro page to the main Dreamweaver site.
    Question is... do I export an SWF file, put that in a
    index.html page for the Intro page and then link to the main
    Dreamweaver site but have the main site not an "Index" file but
    another name...maybe main.html.
    Is this what people do? Or do they take the generated .html
    file from Flash (its published) and just use that as their intro.
    Naming it index.html. And then linking to another *.html created
    with Dreamweaver but that is not saved as index.html.
    Also, how often are people doing a PURE Flash website and not
    mixing the Flash and Dreamweaver together? Just curious.
    Thanks for clarifying.
    Computerkitten

    Hmm... looks ok to me. You should be able to place it in a
    folder without
    problem. I'd try using SWFObject to put the Flash on the page
    though - that
    _might_ fix your problem. Odd one.
    http://blog.deconcept.com/swfobject/
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Problem instaling flash player plz help

    I am having problems instaling flash player 10, i am using windows 7 and when i try to dowmload it there is a window that comes up saying that it did not pass the integrity check can anyone advise me on what the problem is?

    Try downloading the offline installer(s):
    for Internet Explorer http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe (save to disk);
    for all other browsers http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe (save to disk);
    close all browser windows, then run the downloaded installer(s).

Maybe you are looking for

  • Query Report - To display additional column in list selection box.

    Hi, There is query report where i want to display the additional column in list selection. Below is the system query report, where parameter passed is card code. When the cardcode - list selection is clicked system displays 2 columns i.e. Customer Co

  • Add boolean property to user details

    I have created a km property with type "Boolean" and render "boolean" but UME card displays that property as text field. Portal: EP7.0SP16 Does anybody know is it possible to render custom attribute(booleans) as checkbox?

  • BI SDK Problem with HTTPS.

    Hi all, "https://myserver:8502/sap/bw/xml/soap/xmla" is the URL I want to connect to. But when I do the connection with the code. ManagedConnectionFactory mcf; IConnectionFactory cf; IConnectionSpec cs; mcf = new XmlaManagedConnectionFactory(); cf =

  • IPod Trouble - Please Help

    I NEED DESPERATE HELP!!!! I have a first generation iPod Shuffle, which seems to be having heaps of problems. The first thing that went wrong with it is that when I connected it to the computer, at first it would appear in the source (I think that is

  • I have Mavis Beacon as a Mac App

    Can I use the App on an Ipad with a Bluetooth keyboard?  I can not seem to transfer it? Thanks Nick