Swf layered on top of dreamweaver content

I have created a password swf so when the user enters the
correct password the swf plays to the end frame. I want to load
this into a dreamweaver page covering existing images/html content
and when the correct password is entered, I would like the swf to
disappear revealing the contents of the dreamweaver html page. Any
suggestions appreciated.
thanks.

You could set the background on the SWF to tranparent using
the WMode
parameter when adding it to the page, but this approach is
not completely
supported cross browser. Also you could run into problems if
the page
contained clickable elements as the flash file would still be
obscuring
them.
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"billandted1" <[email protected]> wrote in
message
news:ekqnmn$kpm$[email protected]..
>I have created a password swf so when the user enters the
correct password
>the
> swf plays to the end frame. I want to load this into a
dreamweaver page
> covering existing images/html content and when the
correct password is
> entered,
> I would like the swf to disappear revealing the contents
of the
> dreamweaver
> html page. Any suggestions appreciated.
>
> thanks.
>

Similar Messages

  • Swf Files in top of Images

    I am fairly new to Dreamweaver so maybe someone knows the answer to this. I downloaded a basic template simply so I would not have to make the backgrounds right away as I am more or less just trying to learn the basics of Dreamweaver to start. I set up all of my images and I wanted to lay a .swf file on top of it. The way I was reading earlier was to go to Insert>Layer Objects>AP Div. I did that and then I selected the new AP Div and did Insert>Media>SWF and chose my swf file. I then moved it to the center of the background and since it was fairly small, i upped the size of the player in the .html code. The issue I am having is I have to move it very far to the right to get it to center on my web browsers. It also doesn't necessarily keep the size I gave it. Once I get it looking correct in my Chrome, it might be positioned drastically in a different browser. On my co-workers computer it is even more drastically different. Anyone have any ideas of how to correct this or a better way to place the .swf on top of another image? I may have done this a very weird way, if that is the case please criticize lol. Your information would be much appreciated.

    We can't see your work (no link provided in your post), so this is a guessing game.
    For basic layouts, the use of APDivs (aka Layers) are not a good choice as they remove content from the normal flow. Misused, APDvis can have horrible consequences as described in the link below:
    http://apptools.com/examples/pagelayout101.php
    For best results, use default CSS positioning (none/static) and learn to use CSS margins, floats and padding to align elements on the page.
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    Background images should be applied to your body or division with the CSS background property.
         #divName {
         background: url (yourBG-image.jpg) no-repeat
    Then it's a simple matter of inserting regular images, text or media on the page without resorting to APDivs.
    More on using Background images with CSS:
    http://w3schools.com/css/css_background.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Swf won't loop from Dreamweaver

    I created a swf in Flash but from Dreamweaver I can't get it
    to loop in my browser or the web.
    I have put a check in the loop box on Flash an Dreamweaver
    and no luck
    Anyone able to help me please?

    One thing to do first is to confirm whether ior not the file is loading.  It is possible it is loading but needs something to kick it off, or it is trying to load something itself, like a data file or some content, and has an error trying to load it due to a possible path problem now that the file is being placed in a different home.
    Does the large file load any files?  What is the location of that file relative to the file preloader?

  • Dreamweaver content zeroed out - Lorem ipsum

    I created content in dreamweaver. Do I use business catalyst to publish it? I am a CC subscriber. My subscription includes web hosing, is this Business Catalyst? Everytime I attempt to create a Business Catalyst site in Dreamweaver, it wants to overwrite my content with the Lorem ipsum content. When I manage to put content up, it is promptly zeroed out. What is the problem?

    Hi Nancy,
    Thank you for the information but I think I was not clear in my question.
    It is my desire to create original content in Dreamweaver and publish it as I design it.
    It is not my desire to use Business Catalyst but it is difficult to get information from Adobe about site hosting.
    My Creative Cloud subscription allows me to host 5 web sites on Adobe but it is not clear how to use that aspect of my subscription. Adobe support does not appear to understand anything about this and refers me to Business Catalyst. For this reason, I ask "Do I have to use Business Catalyst?"
    My desire is to create content in Dreamweaver. I would love to have an FTP account that allows me to put my Dreamweaver content up some of my 5 hostings that come with my Creative Cloud subscription. Adobe cannot tell me how to do that.
    Dreamweaver has a button to create a Business Catalyst site. When I do this, a test site is created that contains Lorem ipsum placeholder content in a structured site. I want to create my own in Dreamweaver. If I am not careful, Dreamweaver will download this placeholder content and overwrite my content on my computer. I have lost work this way and now create a backup before risking letting Dreamweaver and Business Catalyst do their thing on my computer.
    When I do manage to push content up to my test site, the content is promptly zeroed (the file sized change to zero and my content is lost).
    Is there a way to talk to someone at Adobe that understands their web hosting?
    Any help?
    Thank you.

  • [svn:osmf:] 14235: PARB changes: Remove targetBufferTime from the metrics provider, this value can' t be set in the absence of an understanding of the buffering strategy which is layered on top of NetStreamBufferTrait .

    Revision: 14235
    Revision: 14235
    Author:   [email protected]
    Date:     2010-02-17 19:27:33 -0800 (Wed, 17 Feb 2010)
    Log Message:
    PARB changes: Remove targetBufferTime from the metrics provider, this value can't be set in the absence of an understanding of the buffering strategy which is layered on top of NetStreamBufferTrait.  Adjust switching rules to work from the raw buffer data instead of this target.  Remove all bufferTime modifications from the MBR code, so that they won't impact any buffering strategies (addresses FM-436).
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-436
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamMetricsBase.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSwitchManager.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/InsufficientBufferRule.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/RTMPNetStreamMetrics.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/SufficientBandwidthRule.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStreamMetricsBase.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockRTMPNetStreamMetrics.as

    Please do not duplicate posts. You have already started a thread on this subject.

  • Problem with SWF layering in Flex

    The problem is that I have a SWF placed on top of everything
    else and there's a zone I need to be clicked, but the rectangle
    that encloses the symbol obstructs it. Is there a way to export the
    SWF, so that the symbols on the it only take up the space of the
    shape they have?

    BTW, in Flash, I would use hitTest to solve that... I don't
    know if that helps you in Flex.

  • How to make the stage transparent for SWF file being used in Dreamweaver

    I have a SWF file in my Dreamweaver site, that plays correctly. The problem is that the stage is white and we would like it to be transparent. Searching the archives the following advice was given:
    in your html embedding code you need to set the wmode parameter to be "transparent"
    I'm wondering if this is the code in Dreamweaver or is this done in Flash. I'm working with CS5. Below is the code that matches the SWF file in Dreamweaver. I did change the wmode value from "opaque" to "transparent" and it didn't work.
    Thanks for any assistance.
    Sherri
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="650" height="400" id="FlashID" title="Convergence Gathering Title">
                 <param name="movie" value="Flash/gold_dust_title.swf" />
                 <param name="quality" value="high" />
                 <param name="wmode" value="opaque" />
                 <param name="swfversion" value="6.0.65.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="Flash/gold_dust_title.swf" width="650" height="400">
                   <!--<![endif]-->
                   <param name="quality" value="high" />
                   <param name="wmode" value="opaque" />
                   <param name="swfversion" value="6.0.65.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>

    Yes, change this to "transparent" in ALL the places where wmode is shown
    <param name="wmode" value="opaque" />
    Second, be sure that there is in fact nothing covering the entire stage, like a big white rectangle.
    Also, what is directly behind the .swf once it's on the Web page? If the background color of that page or the <div> that the .swf is in is white..... well then then .swf can have a transparent background but then the white from the Web page just shows thru.... so there's still a white background.
    Be sure there is a non-white background on the Web page...
    Window Mode (wmode) - What's It For?
    There are three window modes.
    Window
    Opaque
    Transparent
    By default, the Flash Player gets its own hWnd in Windows. This means that the Flash movie actually exists in a display instance within Windows that lives above the core browser display window. So though it appears to be in the browser window, technically, it isn't. It is most efficient for Flash to draw this way and this is the fastest, most efficient rendering mode. However, it is drawing independently of the browser's HTML rendering surface. This is why this default mode (which is equivalent to wmode="window") doesn't allow proper compositing with DHTML layers. This is why your JavaScripted drop-down menus will drop behind your Flash movie.
    In windowless modes (like opaque), Flash Player doesn't have a hWnd. This means that the browser tells the Flash Player when and where to draw onto the browser's own rendering surface. The Flash movie is no longer being rendered on a higher level if you will. It's right there in the page with the rest of the page elements. The Flash buffer is simply drawn into whatever rectangle the browser says, with any Flash stage space not occupied by objects receiving the movie's background color.
    Best wishes,
    Adninjastrator

  • Moving multiple layers to top of the stage

    Hi!
    I purchased a flash home page template that had menu buttons at the top that I decided not to use. I removed the buttons, but now there is a 125 pixel blank horixontal space at the top of the stage. I tried resizing the horizontal size of the stage hoping the artwork would move up and eliminate the blank area, but the stage sizes from the bottom up. The layers get cutoff at the bottom and the blank space is still at the top.
    The movie is quite complex with many layers and 450+ frames. Have attached the swf file to illustrate how the top of the stage is empty after I removed the menu buttons. Is there any way to get all of the layers to move up by 125 pixels so that they fill in the blank space without having to do each layer one at a time?
    Thanks!

    I found this - it worked perfectly!
    http://livedocs.adobe.com/flash/9.0/UsingFlash/help.html?content=WSd60f23110762d6b883b18f1 0cb1fe1af6-7d9c.html

  • Layering Flash Movies in Dreamweaver

    I have one swf in an html page. I have another swf file in a
    layer on top of the other with a transparent background. When one
    movie overlaps the other, it flashes on and off. Does anyone know
    why or how to prevent this?
    In IE, the swf file in the layer actually goes below the
    movie in the html page.

    You could use layers and swap the layers when they click on
    the buttons.

  • Swf displays white border on dreamweaver pages

    I have a problem with some swf files displaying a white border when displayed on a dreamweaver built page.
    one file has borders on both sides, while another has the white border on both top and bottom of the swf file
    I had guessed it was a masking issue but then doesnt seem to be the case.
    Im running CS4 flash and dreamweaver on a mac pro.
    Any ideas?
    Thank you.

    The problem was that I "allowed" deamweaver to add a border to the file. Who knew. 

  • Does anyone know how to load a skin . swf file with video to dreamweaver

    I have input the video into flash cs3 and then used the
    properties section for adding the video in the source section. I
    then put the skin with the first drop down. I saved and just put it
    in dreamweaver however does not work.. I was told the skin may not
    have be sent automatically. How do we do this. Get the skin . swf
    file to go with the video or get them both into dreamweaver. I does
    not show up on my site.
    Site. www.tesoromp3.com
    thank phol

    I haven't seen too many questions like this on this forum.  Did you also try the photoshop forums?

  • SWF file not playing in dreamweaver

    I have an SWF file on my homepage that used to work just fine, now all the sudden it does not work in preview or when I upload it (I have not changed the file in anyway.)  I made this site using the design mode because I do not know code.  If anyone could look at the code for the flash file below and let me know what is wrong, that would be wonderful!
        <p>
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="740" height="400">
            <param name="movie" value="media/homepage slideshow/homepage.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.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="media/homepage slideshow/homepage.swf" width="740" height="400">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.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>

    I don't see anything in this file:
    http://www.thefuturewavesalon.com/media/homepage%20slideshow/homepage.swf
    Incidentally, spaces in folder & filenames should be avoided on the web.  You can safely use hyphens - or underscores _ but no spaces or special characters ($#%^&*). 
    Nancy O.

  • Putting photo layers on top of one another

    In Elements 4 can you put multiple layers of photos on top of one another and how?

    Eden,
    1. This program depends on utilization of layers to achieve the best result
    2. Open image 1 - the one that you want to add something into
    3. Open image 2 - the one that you want to select something from, to add to image 1
    4. Use one of the selection tools, for example the magnetic lasso tool, to select that which you want to copy from image 2. When you do this, you will see "marching ants" around the selection. Go to Edit>copy.
    5. Bring up image 1, go to Edit>paste. You should now see image 1 as the bottom layer, and the selected portion of image 2 above this. Surrounding the selection is a checker-board pattern which represents transparency, allowing you visibility.
    6. In order to position the pasted portion, use the move tool.
    Try this and let us know how you make out. Don't try for perfection initially, just attempt to follow this drill until you get the hang of it.
    Forget about the healing brush for now. This tool is used for another purpose.
    Ken

  • How to get SWF files to play in Dreamweaver CS5

    I designed an interactive memorial page for my company in flash catalyst 5.5. According to the tutorial, it should be simple to insert into a webpage in Dreamweaver. Insert, media, SWF.
    When I try to preview it in internet explorer, there is a blank square where the object is supposed to be. I do get an Adobe Shockwave symbol in the center but that is all. My flash player and shockwave are both updated. I can't imagine what could be going on with this. I am fairly new to web development and have no formal training but my boss is growing impatient.
    Please HELP!

    Wow...more learning here I see. My goal at the moment is to start a root directory. As it stands now, I have only 1 set of files in the DW "sites and servers" (Remote ftp site) I am reading that I need to also have what I think is called a "root" directory where I keep all my images in my PC. I have never done this. I go to DW and add 1 picture at a time, whether in this new slide show or any images I want to insert. I usually go to my off site server, copy the http and insert.
    I am reading that I need to create a local file (folder) on my PC that somehow "links" everything. So when I go to insert this image, it then transfers it to the remote server.
    I am not even sure what a SWF file is. I think it is a code as you say that somehow has all the image names in it that eventually get inserted. Again, I am still learning.
    In another thread in this forum I have been asking questions regarding the public_html issues. I have seemed to have solved that by adding this text into the "Host" file box in the server configuration. Never was there. Now I know why I had to always delete this tag.
    I have a folder in my PC that contains the slide show pictures. I have an identical folder in my remote server. So it plays now in both DW preview and the live site. Now my issue is I am unable to add pictures. It is like I have "done" this particulat SWF file and that code wont allow me to "add" to it. Hard to say what the deal is. I can preview these 2 new images in DW and they are in my PC folder and he remote folder, but the live version is short these 2 images now. So my only thought is to make a brand new SWF file and start over adding one picture at a time.
    I read your comments about how you do it, but it is still not sinking in. I do not understand this whole file upload thing, or this complete "package" transfer. In DW you start by making a flash media with a name. The you go and add 1 image to it at a time. I cannot see an option in the square box with the "F" logo where you can dump a whole slide show there.
    I do not want to seem too dumb, as I try to grasp as best as possible, but if you can explain in specific steps, even if it is a "test" 2+ images slide show, it would help.
    I am going to read the help files tonight because my first challange is to get a root folder added to DW. I think this is the utmost importance as I do not have one now. My files are scattered eveywhere in my PC. It is I "pick" images from everywhere to add to the website. Although my remote has all the images I am using (and plenty more i am not)
    Hopefully, after 10 years of having this site given to me in DW format, I will start to understand it as time goes on. A gift from a Digipen student who had a task of building a website, which he made for me.

  • Can't get swf. file to play in dreamweaver

    Hello,
    Trying to put video into dreamweaver. I created swf file in flash. Can't seem to get it play when i import the file to html page.
    What files need to be in the Dreamweaver folder? HTML, Skin, swf?  thanks for any help. Owen

    When you create the file in Flash, it is usually best to also have it publish an html page.  Copy the embedding code that Flash creates in the html file and paste it into your intended html file.  The Flash code may also be reliant on including a .js file, which it will also create, so that needs to be placed in the site folder.  The header of the Flash html may include a script link to this js file, so you need to copy/paste that in the intended html page as well.

Maybe you are looking for