Flash movie height & browser scrollbar

I have an image gallery with a bunch of thumbnails displayed
on the page in a grid-like layout. Currently, the swf sits in a
HTML page set at 100% width and height. There's a resize listener
that adjusts the layout so that the thumbnails all fit on the page
at once. So, as the browser window gets narrower, the columns
decrease and rows increase as the thumbnails get pushed down the
page.
The problem is, once the thumbnails get pushed far down far
enough to go past the bottom of the browser, the overflow is hidden
and the thumbs "below the fold" are not accessible.
Is there a way to pass the dynamic height of the SWF, so that
the browser detects whether or not it should display the side
scroll bar?

I think what you did must work (about setting the SWF width
and height to 100% HTML).

Similar Messages

  • Urgent! HTML table cell - Flash movie display browser dependent

    Hi all,
    I wonder if anyone has experienced the same problem i have
    (note, Windows XP, Dreamweaver 4).
    Consider the (rough) HTML code attached: A simple HTML table
    of one column and two rows is constructed to hold an image banner
    link and a Flash movie banner link in each cell consecutively.
    The Flash movie works normally when the HTML page is viewed
    in IE and Opera, until that is, it is placed inside a table cell.
    Inside the cell the flash movie seems to disappear, though i
    suspect it collapses to an image 1 pixel in height, as this can
    just about be seen using Opera.
    Is there something that I am missing? The code of course
    seems correct to me - perhaps there is a browser setting i am
    missing?
    Any help apprceiated - as i need to implement this code ..
    Daz

    Hi Alan,
    Dont think that was the problem (percentages used to scale to
    users browser?) ... though you did set me thinking!
    Was tired before, so only just remembered that when i was
    experimenting with setting the Table Properties the image was
    actually occasionally visible!!
    Short version: When formatting a cell containing a Flash
    animation dont leave the H field blank or use % (even though you're
    suppose to be able to!), use pixels instead - otherwise the Flash
    image collapses/disappears. Blank and % are fine everywhere else
    (I did type a long answer before, but it got eaten by the
    forum monster
    Someone/i will probably figure out
    why this is so or maybe i've just rediscovered the wheel
    here - but thats not really important now - because my Flash
    animation now renders similarly across IE, Opera and FireFox !!
    So thanks for your help!
    Daren

  • How to center flash movie in browser window

    Can anyone explain how to horizontally center my Flash movie in the web browser window after publishing?
    A bit of background:
    I was able to achieve this using <center></center> tags a few years ago. But I have since upgraded to CS5 and I understand that this old method is now obsolete.
    I have found a few threads/forums that address this, but I know nothing about HTML and these threads don't help me because they assume you have more knowledge than I possess. When opening up the index.html file in Dreamweaver I can't find anything that looks vaguely familiar to what is being discussed. I have found some code samples using <div></div> tags but have no idea where to place it.
    So I will need it explained to me in a step by step fashion, including which file I need to fix and what program I should use. Code samples will be very welcome if you can tell me exactly where it goes.
    Thanks in advance...

    Just realized that there is no scrolling functionality with the .swf generated from the new CS5. Can anyone help out by providing revised code for centering and scrolling?
    I found something elsewhere in the forums that worked for both centering and scrolling that worked fine yesterday, but upon visiting my site today for testing, it did not allow the scrolling, and centering did not work in Firefox. Tested both Safari and Firefox on 2 Macs running Snow Leopard.
    Again, much appreciated - nice to visit forums where people are interested in helping instead of screaming at each other. Will visit the Illustrator or Indesign forum to see if I can help out someone there...

  • Centering a Flash movie in Browser??

    If all I have embedded in an html page is a small Flash
    movie, how do get it to center in a browser so it's not flushed
    left??
    Any help on this would be great. Thanks!

    > If all I have embedded in an html page is a small Flash
    movie, how do get
    > it to center in a browser so it's not flushed left??
    I create a Div (or a table) and center that.

  • Browser scrollbar for Flash movie?

    The webpage for my Flash movie does not have scrollbars. On
    most of the frames (I did each site page as a named frame in a
    single timeline) it doesn't matter, but there is one frame where
    the content stretches the full 900 px tall and you can not scroll
    down.
    I'm afraid I also have complicated things because the client
    said he wanted everything, the whole site, 10% bigger... so I set
    the movie width and height as 110% in the HTML. (Suggestions on
    this are appreciated, too!)
    I'm worried that if I somehow add scrollbars, it will want to
    add a horizontal scrollbar to the bottom too.
    I was wondering if I could add a Flash scrollbar (if it
    worked with scrolling mice, that would be bonus) just on that page,
    and have it appear exactly at the right edge of the browser window
    and smartly sense how tall to be. Would I have to load it as a
    separate movie? Any suggestions are ever so much appreciated!

    Nevermind... I found out his Flash Player was WIN 9,0,47,0
    while everyone else is WIN 9,0,124,0 . He upgraded & it is
    working.

  • Flash movie is repeating in safari browser

    Have inserted a flash movie into a web page using dreamweaver. Have exported the flash movie out as window mode = transparent.
    have made the <param name="wmode" value="transparent" /> tags. Works ok on most browsers except Safari. It seems to repeat the movie vertically (well just a few pixels of it. Is there any way to constrict the Flash object tag so it does not repeat vertically in Safari?

    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="258" height="370">
            <param name="movie" value="../media/TAAENV501B_menu_performance.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="8.0.35.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="../media/TAAENV501B_menu_performance.swf" width="258" height="370">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="transparent" />
              <param name="swfversion" value="8.0.35.0" />
              <param name="expressinstall" value="../scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>

  • How can I remove the thin black border of Flash movie when viewed in a browser?

    There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?
    Here's the movie.
    One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.
    I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
    I'm using Flash CS3 on a Windows PC rrunning XP professional.

    Okay, I found the answer. It turns out that when I made the buttons in Flash (so the movie would have clickable links), the default stroke color was set to black. Change it to white and the outline is gone.
    As for appearing only on the top and left of the movie - for some reason the bottom and right is being cropped a bit when it's placed in to the html page. But that's a topic for a different discussion.

  • I can't watch flash movies on nokia e7 browser

    Hallo!
    I've tried to watch some flash movies on nokia browser and opera 11 but it said  to get flash player. On the link to adobe they don't have symbian os listed there. I've tried to install some versions of adobe flash player, but it said  that doesn't support the sis. or  on flash lite that it is already there
    What can I do? Maybe another browser with flash player support?

    E7 does support some flash content but not all, Opera doesn't !! The only browser I had that worked was Skyfire, but it no longer supports Symbian. Hopefully the new browser may have better support ? This video works on E7
    http://www.tracyandmatt.co.uk/blogs/index.php/nokia-e7-unboxing-video
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Controling browser scrollbars when MC changes height?

    Is there a way to have the browser scrollbars show up when a
    MovieClip's height increases ?

    if you want to use the swfobject to resize the browser
    window, download the swfobject.js javascript file and put it in the
    same directory with your swf's html page and read about how to
    embed your swf using it.
    you can then call the resizeSWF() function (passing the new
    height parameter causing the browser window to increase in height
    and displaying scrollbars, if they are needed) by using the
    externalinterface class:

  • Unloading a flash movie using Safari browser

    I have MAC 10.4 and safari 2.0 browser.I run a flash movie(Instruction.swf) and after that the actual test for the student run.So while running The first movie i.e Instruction.swf I am not able to unload that movie using javascript in Safari 2.0 browser so that the actual test can run.It just hang up after finishing the movie.While in the other Mac and windows it is working fine.
    Please Help me.
    Thanks In Advance.

    Welcome to Apple Discussions!
    Do you mean to say, in other Mac and Windows web browsers it is working fine? If that's the case, it sounds like the version of Flash plugin used by the Safari plugin is probably older than the one used by the other web browsers.
    With Safari Enhancer's enabling of the Debug menu you can force certain webpages to open in other web browsers. That would help streamline your viewing of those pages.
    http://www.lordofthecows.com/safari_enhancer.php
    You can also enable the Debug menu with:
    defaults write com.apple.Safari IncludeDebugMenu 1
    from the Terminal.

  • Aligning Flash movie in center of browser and flush to top

    I'm having trouble positioning my Flash movie where I want it in the browser window. I want it:
    * To be centered horizontally (easy enough), but also:
    * Flush to the top of the browser window, with 0 px between the movie and the top of the browser window
    I've been trying various combinations of single-cell tables, divs and CSS absolute & relative positioning, and can't find the right combination to achieve this positioning. The closest I can get is centered horizontally, and about a 5 px gap between the top of the browser window and the top of the movie -- it needs to be flush.
    My movie is 1000 px wide and 680 high. This is a simple diagram of what I'm trying to achieve:
    I'm not a coder by any means, so specific code examples would be helpful!
    Thanks,
    R

    For your body tag in the html file try including these four parameters, they should reduce you to having no margin separating you from the very top of the page...
    <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
    If you have a CSS file for the page you could include it in there instead in the form...
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

  • Flash movies won't play in document or browser

    Hi there,
    I am having problems with putting flash movies onto my website. I know this is a common problem so apologies for any repetition.
    I have trawled through a lot of forums trying to solve this issue and so far have not found a solution that works for me.
    First of all I'm using dreamweaver v7, on a macbook OSX (intel)
    On inserting flash movie, only the box with 'f' apears in the document, and in browser, nothing at all. It doesn't worry me so much that the movie doesn't appear in the doc, as with shockwave it's the same. However shockwaves play fine in browser.
    I have tried the following so far:
    - moved the movie .flv file to the same folder as the html document that it relates to
    - made the file name really, really simple. 6 letters and no other characters.
    - tested in alternative browsers
    - tried inserting another flash object (flash button) to see whether the problem resides in inserting flash objects, or if the problem is with the movie file itself (the flash button worked, so I thought the movie file must be the problem) - so then ...
    - I tried compressing the movie in a different programme - I tried sorenson squeeze - still nothing
    - As inserting the movie as a quicktime works fine using 'insert shockwave', I even tried changing the file extension of the QT version from .mov to .swf as I read somewhere that it might work (!!!??) but it didn't though the movie still played without dreamweaver
    So, I reach the conclusion that the movie is not after all the problem - but what is? since inserting other flash objects does work?
    Very confused! Thank you for any help offered.... Laura

    I am a bit confused though - is flash video not the same as flash movie?
    No. Flash refers to its files as movie files. FLA (editable) and SWF (compressed for Web) are Flash movies - not to be confused with cinema. FLV files are Flash Video files.
    Just to confuse matters some, just prior to the creation of the .flv format, it was not uncommon to import videos into Flash and save them as .swf movies (videos). But that was only good for very short, very small videos.
    Additionally, since you brought it up, Shockwave files are also referred to as movies. But they are created by Director, not Flash. Director, like Flash, refers to its files as movie files. DIR is the editable file and DCR is the Shockwave-compressed file for the Web. The Shockwave plugin is not the same as the Shockwave Flash plugin. Shockwave Flash cannot play Shockwave movies, but Shockwave movies can play Flash .swf movies - neither of which are videos.
    How's that for clear as mud?
    Mark A. Boyd
    Keep-On-Learnin' :-)
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.
    It might not even have been intended as a reply to your message.
    Message was edited by: Mark A. Boyd

  • Scaling My Flash Movie Proportionally To Fit Any Browser

    Hi,
    Thanks for any help.
    I am trying to make my flash site scale to the browser size, just like this site: http://www.flashcomponents.net/upload/samples/1213/index.html?full=true
    The reason is because I want to design for bigger screens (that most of us have) yet still be able to view my website on small monitors i.e. 800 x 600.
    I don't think I want a 'liquid/fluid' layout (as mentioned in many tutorials) because they can compromise the design aesthetic if browser window is too big or small.
    I just want the movie to shrink or grow proportionally with the browser. I would also like it to stop growing beyond the dimensions that I build the flash movie- to avoid losing bitmap quality.
    I currently have my flash centered in the browser with fixed dimensions. What settings do I need to change in Flash or Dreamweaver to make this happen? Also, if you have any comments or criticisms about this type of layout please do mention it. I have found only one issue with this layout - it does not zoom in when you press "command & +", but other flash sites do.
    Thank you!

    Hi animated_cloud.
    In all honesty, I dont think you should create a scalable template if you will be using bitmap images in your movie. On the other hand, if you will be using vector images, or dinamically drawn content within your movie, then making it scale is fine.  But this is up to you! =)
    ok. first off, you should go check in your File ---> Publish Settings. In the SWF Tab you should see scaling options. You should play around with some of these to understand what each do.
    Have a look through those settings, and if you cant find what you want come back and we'll go from there.
    good luck.

  • Embedded Flash movie locks up Browser

    It doesn't seem to matter which of the top three
    browsers I use, but most often when you go to
    a website page that automatically (or not?)
    launches an embedded Flash movie, a little
    window pops up inside that embedded movie
    asking me to click Allow or Deny.
    But NIETHER is clickable, the browser is locked,
    nothing can be clicked and ALL other tabs are locked
    and cannot be clicked either.
    I have to hit CTRL+ALT+DELTE to kills the
    browser in Task Manager. .A HUGE annoyance,
    that comes unexpectedly because you don't know
    when an embedded movie will be on the next page
    you click.
    How do I stop that Allow/Deny message popping up??
    -Drew

    CCWTechUtah wrote:
    I'm running the latest ATI driver
    The latest driver from Microsoft Update, or from the AMD download site?  See http://forums.adobe.com/thread/945765
    Green screen is usually an indication for some incompatibility with the graphics driver, although turning Hardware Acceleration off should prevent that from happening.

  • Controlling where flash movie loads on a web  browser

    I want to have the index page for my site open with a flash
    movie on top of the rest of the content of the page at a set pixel
    distance from the top of the page and centered horizontally in
    relation to the browser. I have been able to make this work with an
    absolute location using CSS elements in Dreamweaver and the
    equivalent of what used to be layers. It all works as long as the
    position of the layer is absolute, and your monitor settings are
    pretty standard. Otherwise the flash plays on the left:
    http://www.iconoclastic.net/metaphordogs/index.html
    When I try to make it a relative location, it moves to the
    top of the browser. When I try to make it relative to a table, it
    displaces the table content rather than playing over it.
    Any assistance would be appreciated
    Alec

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button.
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
    3. Safari > Preferences > Privacy
        Press the button “ Remove All Website Data”.

Maybe you are looking for

  • Query in Subject line!!!!

    Hi ,       I have a requirement which requires me to change the subjet line of emial that is sent. I am trigerring the sending of email through an Action profile. But I get the martform name always as the subject of the email that is sent. Please tel

  • ESB Error Hospital and Rejection Handlers

    Hi, I am getting confused with ESB Error Hospital and ESB Rejection Handlers? Can anyone of you explain me what is this? Thanks, Gomathi

  • "Media Offline" error in slideshow(s)!

    I just created my first DVD with 2.0, a DL with a lot of video on it and 2 slideshows (of 90 and 55 pictures respectively). The transitions show up just fine, as does the music, but the pictures/slides themselves don't show... just Adobe's "Media Off

  • Unable to open attachment in email

    I am using Microsoft outlook and I am unable to open any attachment in any email. It seems like abode is not set as my default maybe

  • Info Object Where Used List

    Is there any way to get a list of all of the queries that you a specific Info Object?  I've tried using the Where Used List of the Info Object in RSA1, but it doesn't seem to be working. Any Ideas?? Thanks! Tina