Flash page: need to 'pin' top and left perhaps too...see

Dear Experts,
Thank for reading this.
http://maharishihoney.safire.com/
in the above page it is behaving just like wanted, EXCEPT want the top and left side (perhaps) to be 'pinned', meaning when resizing the browser window, the top does not disappear. I like that it resizes, and scales, yet, keeps the whole viewport filled. Don't like that it can disappear at the top if the browser window isnt just right.
What do you think?
Any ideas? Appreciate so much your thots.
Warmly with thanks,
Hope

Ok, thanks again for reading...
additional note: Am using cs3 and so far using as2
To achieve as seen in above link: in dreamweaver set the w and h to 100% , plus setting the margin to 0 for height, width, top, bottom, plus set ' scale' to 'noscale.
Then have also tried (not in link above) setting the publish settings to 100% for w and h, the flash does not disappear at the top, but then there is alot of white all the way around at top and bottom even with above mentioned DW settings.
when not setting publish settings to 100% then we get what you see above in the link: it scales very nicely with no white and fills the screen the whole time, BUT it does disappear at the top.
Thanks again for all your attention....
Warmly, Hope
p.s.
2 samples of resizing in flash:
http://www.fidmdigitalarts.com/#/home
http://www.isurfbecause.com

Similar Messages

  • Dreamweaver page with flash - look at this - want top and left static

    Dear Experts,
    Thank for reading this.
    http://maharishihoney.safire.com/
    in the above page it is behaving just like wanted, EXCEPT want the top and left side to be 'pinned', meaning when resizing the browser window, the top does not disappear. I like that it resizes, and scales yet, keeps the whole viewport filled. Don't like that it can disappear at the top if the browser window isnt just right.
    What do you think?
    Any idea? Appreciate so much your thots.
    Warmly with thanks,
    Hope

    have any other ideas how to accomplish above without flash?
    Certainly - jQuery is a good alternative.  To see an example, look here -
    http://www.americanwatercolorsociety.org
    ok, this is very good...
    found this jquery plugin, for anyone reading this:
    http://jquery.malsup.com/cycle/lite/
    that does fade in and out something, even on click...
    The rotation is jQuery.
    But just because you use Flash for a cosmetic element (even an image rotation) doesn't mean that's the only thing that can be on the page, you know?
    Yes, that is a good point..(-:
    Thanks again for all your kind input.....
    Warmly, Hope

  • Flash CC 2014 html publishing banners - why you removed the default top and left margin? How to put it back in?

    Hello.
    When im making bazilions of flash banners for my clients they want to see the html preview cause not all clients have standalone flash player installed to open swf in original scale. It wasnt problem in CS4 (and all other versions i have used so far), but in CC 2014 published html previews have no margins on top and on the left of the embedded swf - that makes previewing them troublesome when someone want to judge if border is subtle enough etc (banners are never snatched closely to the border of the screen in their natural habitat ). Manually changing all published html previews to add these margins is misunderstunding, especially when Adobe charge so much money for new versions that supposed to be better, and require less effort to produce stuff in them... Perfect solution would be to be able to publish banners center on the html preview file, but i can live with just these oldschool top and left margins with swf in top-left corner.
    Is there a way to add to the default html preview file the margins back? I need them a lot. And im getting tired of Adobe making my life harder with each expensive version of their software im forced to buy due to no backward compatibility of fla files i have to work on with agencies.
    Thanks in advance for any help.

    I think the default behavior is to show the flash movie with top-left alignment with no border within the HTML page, even in previous versions.
    You could change that by selecting a different template for publishing,.
    Open Publish Settings dialog,
    Click on HTML Wrapper,
    Click on Template drop-down and try out with different templates.

  • Upon Loading of page, Setting the Top and Left properties of a TextField

    Hello again,
    I would just like to ask for suggestions on how to successfully set the top and left properties of a Textfield as soon as the page is loaded.
    Thru Giri's help, I was able to do this with the push of a button. What I would need to do right now is to set it as soon as the page is loaded.
    Thanks!

    Hi Jim,
    It is not clear what you are trying to do here. If you want to set the top and left properties of a component when the page is loaded all you have to do is set it at design time itself. If the properties need to be set the second time the page loads then the code can be used in the event handler which submits the page.
    It would help if you could explain the use case for setting the properties of a component when the page is loaded.
    Cheers
    Giri

  • Gap in DW CS3 page (top and left)

    i am still fairly new to dreamweaver but have learned a great
    amount, but when i build a layout in layout mode it wont let my put
    any tables, pictures, or generally anything else directly into the
    top left corner. So when i preview the page with F12 there is a 5px
    gap on the top and left of the page
    Heres an image
    http://i247.photobucket.com/albums/gg126/bigmack83/problem_1.jpg
    any idea how to fix this?

    Use CSS to control all of your page element margins and
    padding. In this
    case, what you are describing is the default margin on the
    <body> tags. Try
    this CSS -
    body { margin:0; padding:0; }
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "bigmack83" <[email protected]> wrote in
    message
    news:fqj003$22m$[email protected]..
    >i am still fairly new to dreamweaver but have learned a
    great amount, but
    >when
    > i build a layout in layout mode it wont let my put any
    tables, pictures,
    > or
    > generally anything else directly into the top left
    corner. So when i
    > preview
    > the page with F12 there is a 5px gap on the top and left
    of the page
    >
    > Heres an image
    >
    http://i247.photobucket.com/albums/gg126/bigmack83/problem_1.jpg
    >
    > any idea how to fix this?
    >

  • JScrollPane, I need scrol bars on top and left

    Hi,
    Is there an easy way to move the scrollbars in a scroll pane so that
    they are on the top and left. Every thing I can find shows them on the right and bottom and nothing explans how to get them left and top.
    I tried the setComponentOrientation but that does not seem to do
    anything.
    Thanks in advance,
    Pat

    The JScrollPane was designed to have scroll bar on right and bottom.
    You could add JScrollbar components on top and left of JScrollPane.
    But you cannot add other no scroll bar component to right and bottom!
    There are many ways to have scroll bar on top and left.
    One way is, not use JScrollPane, write your own JPanel, and
    has BorderLayout then put scroll bar on left and top.
    The other way is create your own JScrollPane, change the default
    layout manager use by JScrollPane, the ScrollPaneLayout.
    Create your own Layout manager to have the behaviour you like.
    Anyway, there are not esay way to just swap the scroll bar.

  • Setting the Top and Left properties during runtime, depending on...

    hi guys,
    it's me again with the same question, but same scenario...
    but probably with a bit clearer detail now...
    actually, what i wanna do is that although i have set the top and left properties at design time, as soon as the page opens i wanna be able to do the following:
    if ( userlevel == 1 ) {
    textfield1.setStyle("top: 100...");
    } else if ( userlevel == 2 ) {
    textfield1.setStyle("top: 500...");
    thanks for your time =)

    The style properties CAN be set in the prerender call. Unfortunately, the requirement is that the component (text field in your case) has to have an unset property in the Design->properties window. (Or in the actual jsp code, which should be identical).
    My main issue with this is SJC2's handling of this in the visual window. If i want to have a lot of components that are designed before run-time but placed during run-time, they all are a mess on the screen. I wish there was another property (in the properties window) that would be a checkbox, like "Use static layout". I, probably like others, am using a layout panel (grid) that has several other components in there. I want to be able to move this set of components at run-time, but to do so, I need to unset the layout panel's style. This causes my inside components to shift to the top left of my page, making a mess in the design window.
    If any SJC developers are out there, please help! It would be great to somehow mitigate the static/dynamic properties/display issue. (Like, i want to have buttons with dynamic names (for localization), but basically, i have to have a bunch of blank buttons/text on the screen for all my pages because of the static requirement. At least, MyEclipse and others will put the id value if the text/label value is blank.
    Chris

  • Cut off the top and left sides of iFrame?

    I have a page I'd like to place as an iFrame in another page.
    Is it possible to move the framed page up and to the left so
    that the
    frame cuts off the top and left sides of the framed page?

    Jim,
    Thanks a TON!  That worked well.  It took me a bit longer to key it because the keyer didn't key out all of the color to black as well with the compound clip but I was able to make it happen.  Video is up and I appreciate the help!

  • When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    My own problem not a system one

  • How do you unfreeze a frozen top and left command in the printing position command?

    The top and left option of the printing position command is frozen at 0.  The error message states that a value between 0.000 and 0.000 is required.  How do I change this?  This happens will unedited and edited pictures.  I have just installed a xerox printer perhaps there is a link between this problem and the printer.

    I didn't even suggest that because I would have thought that would be the first thing anyone would have checked for!   If you flip the on/off switch on the bottom of the mouse do you have a blinking green light?  Whether you do or don't, if you are unsure of the batteries then replace them.

  • Phone wont turn on and brings up an error of flash drive needs to be accessed and keepout, what can i do??

    phone wont turn on and brings up an error of flash drive needs to be accessed and keepout, what can i do??

    is the phone jailbroken? if so, no help can be given here.

  • A4 top and bottom margins too big - Pages 08

    I am using the pages 08 in A4 document and the margin setup for the top margin is 0,35cm and bottom margins are 0,85 cm but in the print-out they are 3,5 cm and 4,5 cm. Header and footer are off

    Similar problem landscape: two A5 columns on A4. All margins are not the very minimum I arranged for. Left is 6 cm, the other 2 or more cm. This doc printed properly in Pages '06.

  • Q5 screen cuts off at top and left side

    I've had my Q5 for a week. Today I noticed the screen is cutting off on the top and the left side.
    Does anyone have any idea how I can fix this?

    Hi and Welcome to the Community!
    Anytime random strange behavior or sluggishness shows up, the first thing to try is a proper reboot:
    Pre-BB10 Devices ONLY. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    BB10 Devices. Hold the top button down until the counter reaches zero. Wait for the device to be fully shut down (e.g., nothing at all displayed on the screen, no LED lights, etc.). Hold the top button until the red LED is lit. Wait through the full boot-up process. If this fails, you can attempt the battery-pull method above, but it is normally NOT recommended unless nothing else works.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I uploaded a photo onto my desk top and it was too big when I tried to change it I couldn't get into iPhoto it just wouldn't open

    I uploaded a photo to my desk top as my screen saver and it was too big, when I tried to get back into iPhoto I couldnt, it wouldn't open, I closed it and tried again and it still will not open, can you help me?

    Remember: we cannot see your machine. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS.  So to get help you need to give as much information as you can. Basic things like :
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For instance: 'iPhoto won't export' is best explained by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Navigation tabs top and left side

    Hi
    I've never built a site with tabs both across the top as well as the left side.
    across the top is supposed to be the categories and within each category, I want to have the related navigation down the left side.
    is each of the tabs going to end up being a page? if so, how do you make the pages cascade behind each other like file folder tabs?
    or are the tabs going to become links to the various pages?
    how would you set that structure up? I'm looking at the example of the Sushi Bar website in GoLive CS2 but thats not really what I want
    any direction would be great
    thanks
    best, M/

    >or are the tabs going to become links to the various pages?
    Yes, that's likely going to be the way to go if the tabs are the primary navigation. If they were the secondary navigation, might be worth looking into the Spry tabs, or a similar JavaScript option:
    http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_unobtrusive.htm
    http://labs.adobe.com/technologies/spry/home.html

Maybe you are looking for

  • Panaflo fan question

    i have a xp-90 with a panaflo 92mm fan model FBA09A12M.  This fan does not have rpm reading and it caused problems with my abit av8.   I just ordered a msi neo2 k8n plat nforce3.  Does this mobo have problem with fans that read 0rpm such as not booti

  • Help with hp dv7 2233cl

    So I bought this great laptop couple months ago, the problem is that I never noticed that since day 1 it was missing one of the corner screws that holds the computer's screen (pretty good btw). Just a week ago the screen went off, so I just used anot

  • BT Infinity Availability

    Hi All, So im here for some advice. The other day i rang BT as the broadband im with at the moment is only 11mb but get about 6mb. Have many users and gaming etc. So the problem i face is that everyone else on my road has BT infinity available to the

  • Can't enable FIPS after 34.0.5 update

    When Firefox updated to the latest version all of my saved passwords disappeared. After a lot of trial and error I found the only way to recover my passwords was to restore Firefox from a backup and disable FIPS before updating. However, now I have u

  • How do I set up an ichat account?

    how do I set up an i Chat accoiunt?