New Flash and HTML site

Let me know what you guys think of this site:
http://www.limevacationrentals.com
Cheers,
Gorka
www.AquiGorka.com

Thanks for the comments, I guess you are right on the music
button, I'll see if I come up with a solution for it.
I used Flash, Dreamweaver and Photoshop, that's all you need.
Cheers,
Gorka
www.AquiGorka.com

Similar Messages

  • Please help flash and html mix

    dear Sirs,
    I appreciate really your responses and help.
    i am trying to make a website that uses flash and html at the
    same time i mean only the menu is flash and the rest is html, the
    menu and all other parts are well put in table and rows, and cols
    but the problem is that i need the button in the menu(flash) to
    load dynamicly the content into the page and not reload the whole
    stuff(including the flash menu )
    thanks for your time

    > i am trying to make a website that uses flash and html
    at the same time i mean
    > only the menu is flash and the rest is html, the menu
    and all other parts are
    > well put in table and rows, and cols but the problem is
    that i need the button
    > in the menu(flash) to load dynamicly the content into
    the page and not reload
    > the whole stuff(including the flash menu )
    > thanks for your time
    Every time you open page, flash reload from scratch. That's
    how it works.
    You can use frames and keep the menu in frame, which would be
    easiest solution.
    Or you could use Shared Object, something like flash's form
    of cookies.
    Make a record every time you press button, read that record
    every time you
    open the page and based on result do something with the menu
    to indicate
    that this is the clicked location, tho take note, it still
    will be loading
    the file from zero, every single time you open new html page.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Advice on integrating Flash and HTML

    I have googled and researched this topic on the web.
    Integrating Flash and HTML seems like a popular topic but much of
    the information is dated (using FS commands or solutions based on
    2000-2004 coding and/or hacks) I am using Flash CS3 and Dreamweaver
    CS3. I can use Actionscript 2 or Actionscript 3. Here is my goal
    I want to use a Flash navigation in the top third of my page
    and have it control and load new HTML pages in the bottom two
    thirds of the page. Some of these html pages use SPRY code but most
    are simple HTML pages. I prefer Flash over CSS because I have more
    control and predictability. What I have found so far is three
    different solutions.
    1.HTML Framesets. This seems like a really good idea but I
    thought using framesets was a fading technique and should be
    avoided. Is this true?
    2. Using the ExternalInterface class to communicate between
    Javascript and Actionscript. This also seemed like a good idea but
    it is not clear to me how to implement. Do I combine this with
    innerHTML or some type of AJAX technique.
    3. Keep everything in Flash and load different swfs into main
    Flash page. I like this idea the best and it would work for most
    pages but I still like html pages when there is alot of text or I
    want to use SPRY techniques.
    When I have posted elsewhere I get references to articles
    telling me why Flash is bad or framesets are bad or innerHTML is
    not standard HTML. The only thing I am sure about is that most
    people are pretty passionate about defending their own way of doing
    things. I am hoping someone can provide some solid information
    about what is possible and how to implement a solution.

    It works when you put it online... :)1

  • When is Firefox metro going to come to 32 bit windows 8? and can improve flash and html 5 performance!

    When is Firefox metro going to come to 32 bit windows 8 and can you improve flash and html 5 performance it cant play 1080p videos smoothly I love Firefox but I'm using IE 10 for browsing and video, then Firefox for developing but want to use it for everything!

    This article might answer your Windows 8 questions:
    [[Does Firefox work on Windows 8 and Windows RT?]]
    Link: https://support.mozilla.org/kb/does-firefox-work-windows-8-and-windows-rt?
    As for performance issues in Firefox with Flash 1080p videos, Information about your graphics driver might help. See:
    *[[Use the Troubleshooting Information page to help fix Firefox issues]]
    This Adobe page might also be helpful (it recommends disabling hardware acceleration in Flash settings as a possible workaround):
    *http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues

  • Flash and Html combined elements

    I have a question, basically what I have is a flash site, and
    one of those sections is a news section, when someone clicks on
    that section i want it to open up html webpage within flash and
    then be able to scroll up and down the page because i know it all
    wont fit. I want to do this because it will be easier to update, i
    do not want anything fancy perhaps a picture resized and some text
    under it, when you select the picture it will open in a new window
    full sized. Does anyone know how to do this?

    Here's a good help article that should help to explain the process: Adobe Flash Platform * External API example: Communicating between ActionScript and JavaScript in a web browser

  • Mixing Flash and html

    I am somewhat new, or I perpetually feel new to both html and flash. At any rate I am building a site for a friend where I have made a lovely simple flash movie and have dropped it into a div in dreamweaver. The movie takes up the entire page size and I have added other divs on top if it with html text.
    My question: Am I asking for trouble?
    So far all looks fine. I have had people tell me that stacking(nesting?) divs is a bad idea. I would like feedback from you pros. Thanks much
    PITN

    Use this on-line validation tool to spot unclosed <div> tags & other code errors.
    HTML Validator - http://validator.w3.org
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Flash and HTML anchor link

    Hi I have a button in a flash movie that sits in a page
    called costadelaluz.htm , I want the button to communicate to a
    html anchor link in the same page but I cannot seem to make this
    work
    the code I have added is
    on (release) {
    getURL("costadelaluz.htm#medina", "self");
    however this is not going to the anchor link in the html page
    - can anyone helpÇ
    Thnaks

    stacyp wrote:
    > Hi I have a button in a flash movie that sits in a page
    called costadelaluz.htm
    > , I want the button to communicate to a html anchor link
    in the same page but I
    > cannot seem to make this work
    > the code I have added is
    > on (release) {
    > getURL("costadelaluz.htm#medina", "self");
    >
    > }
    html#anchor use to be very problematic few years back.
    Browsers didn't like it and even tho
    you made one browser like it, it would stop working in
    another. We had all kind of work around,
    from javascritp to url encoding. Perhaps give it a try and
    see what works for you:
    getURL("javascript:top.left.location.href='test.html#anchor';
    void(0);");
    Keep in mind , the functionality will vary based on browser
    version also due to
    new security settings, you might not be able test it locally,
    might need to upload
    to server.
    If using URL encoding, replace the # with %23:
    getURL ("some.html%23anchor");
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Package Flash and HTML based extensions together

    Hi All,
    I'm wondering if there is a way we can package a single zxp with two extensions- a flash-based and a HTML-5 based.
    Is there a way, we can tell our extension to install (say) extension1 with InDesign version < 9.1 and install extension2 with InDesign version > 9.1 ?
    Since our old extension was in flash and the new extension in HTML, we should be able to bundle both the extensions together and let the Extension Manager manage that in version which extension should be installed; else for any updates we need to upload separate extensions everytime. Is it possible?

    Hi,
    please see HTML Panels Tips: #10 Packaging / ZXP Installers
    Regards
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

  • Using Flash and HTML with Sound

    Hi All,
    I'm a bit of a beginner when it comes to Flash and want to
    start using it a bit more but I'm in 2 minds as to which way to
    build my site.
    I would love to have the functionality still of html and
    place the odd bits of Flash in on the site or just create a flash
    site but place each page into a seperate html page but there are
    issues with the sound. I want ongoing music to be playing but the
    tutorials I have looked at seem to lead to a stop start problem
    when the visitor clicks from page to page. I want to make it a
    search engine friendly as possible which is why one of my options
    is to put build seperate html pages for my Flash instead of having
    just one.
    There may be some coding issues with a couple of pages that
    link into databases and I would have to link these pages to pure
    html pages for functionality purposes but this would need to be
    done either way.
    Can anyone advise which way I should go with this and if
    there is a solution to the stop, start sound issues with loading
    individual pages.
    Any help or advice would be hugely appreciated.
    Thankyou in advance
    Stephen

    It works when you put it online... :)1

  • Flash and html "mainFrame"

    I'm almost done with my website and no the important thing is
    what I tested isn't working anymore. I have a flash menu (on the
    root of the server) in a frame called "topFrame" and html page in
    my "mainFrame" (html/projects/startpage/startpage_still.html) I use
    the flash menu to load html pages in my "mainFrame" by an XML. The
    problem now is when I push a button the htmlpage is opening in the
    new window and not in the "mainFrame".. see below for more
    details.. I hope this explenation makes any sense. Can anyone help
    me with this problem?
    Button action onrelease, getURL(link[p], target[p]);.
    In my xmlfile (xml/projects.xml) I a have,
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <images>
    <pic>
    <caption>Myriapod</caption>
    <thumbnail>images/projects/root/img_1.jpg</thumbnail>
    <link>html/projects/startpage/startpage_still.html</link>
    <target>_blank</target>
    </pic>
    </images>

    It works when you put it online... :)1

  • Help With Flash and HTML

    I have just completed my website(www.Aquiteoddsite.com).
    It is a variety cartoon site for my partner and I. We where
    going to upload the file the other day but when we put it on an
    HTML page- The Audio was happing abut a second before the
    animation. I then checked to make sure it was not in the actual
    file. I wacthed it by itself and it worked fine. Then I tried again
    to toput it on an html page- once again it wigged out. Finnaly I
    tried to put it on a different site and it still failed o work
    properly. I don't remeber futzing around with my publishing
    settings either.
    If you be so kind as to help me, we would greatly apprecate
    it. to the 5th power.
    Thanks in advance. Quite Odd.

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    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
    ==================
    "[email protected]" <[email protected]>
    wrote in message
    news:foc4db$2nh$[email protected]..
    > Hi folks, just a quick query that i'm sure someone out
    there will know
    > the
    > answer to (or at least i'm hoping someone will) I've
    been working on a
    > new
    > site (first attempt so be gentle with any criticism
    please!!) I used
    > fireworks8 to create a navmenu and it works a treat,
    however i also have
    > flash
    > on some of the pages, and the fireworks submenus don't
    seem to like
    > showing up
    > over the flash! see
    http://www.gammies.co.uk/construction.asp
    for what i
    > mean.
    > the nav links to construction, groundcare and
    recreational don't show
    > becuase
    > of the flash. I was trying to see if there was some
    option to send the
    > flash
    > to the back of the page as such so that the navmenu was
    on top but
    > couldn't get
    > it, and i'm no sure what i'd have to do code wise to
    change it (if it's a
    > code
    > issue). By the way it does it in both firefox and IE All
    help greatly
    > appreciated.. Thanks Chris
    >

  • Xml in flash and html

    Hi
    I'm creating a site that has a news page displaying xml
    content in flash - i'm using this so it can be updated externally.
    I need to create a second news page that the user is redirected to
    if they do not have a flash plug-in - this will be a html page. Is
    it possible that the same xml files are imported into this page and
    formatted with the same css so i don't have to create and update
    two files ? or am I going about this the wrong way ?
    ta

    You can use JavaScript or PHP/ASP/JSP/ColdFusion (ie most
    server side scripting languages). A server side script is usually
    better as it doesn't rely on the client having JavaScript, but you
    are probably using JavaScript for Flash detection anyway. I would
    still recommend using a server side script, if you can on your
    hosting server.
    If you have Dreamweaver and you decide to use server side
    scripting - it will do all of the scripting for you!
    James

  • Flash and Moving Site images

    I am firstly wondering if flash will ever be widely supported again.
    I want to make my shop http://www.bohaglass.co.uk/shop/ more interactive as some of the pieces are very tall and some are quite short. At the moment you can only see a square view of the pieces.
    These changes need to last a couple of years to make them viable, but aside from an HTML5 gallery I can't figure out hhow to create a moving carousel effect that people can flick through and choose a glass item.
    In an ideal world, flash would be supported by mobile devices and any images contained within the flash could be indexed in Google images. People like movement on sites and a gallery slider is just not cool enough.
    Has anyone got any suggestions of how I can create a moving carousel effect in my shop and also what is the long-term deal with flash.
    All advice / suggestion gratefully received.
    Anna Kirsen
    Owner
    Boha Glass

    I am firstly wondering if flash will ever be widely supported again.
    Don't hold your breath.  Apart from some glaring security issues which were never fully addressed, Flash players suck the life out of mobile batteries in seconds rather than hours.  In 2011,  Adobe stopped developing Flash player for mobile.   IMO, it's got no future on the web.
    HTML5 and jQuery are the way forward.  There's not much you can't do with jQuery and it is widely supported by all devices.
    to show what you can do, copy & paste this code into a new blank document.  SaveAs TEST.html and preview in your browsers. This is HTML5, jQuery Cycle2 with the Carousel feature and jQuery Fancybox viewer.  For best results, thumbnails should be same size and ratio, but the full-sized images can be whatever size/ratio is required.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, Cycle2 Carousel and Fancybox</title>
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <!--Cycle2 Plugin-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <!--Cycle2 Carousel-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.carousel.min.js"></script>
    <style>
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    aside {float:left; width:25%; border-right: 1px solid #666; padding:2%;}
    article {float:left; width:75%; padding:2%;}
    .slideshow img {
    border:4px solid #999;
    /* pager */
    .cycle-pager {
        text-align: center;
        width: 100%;
        z-index: 500;
        position: relative;
        top: 0;
    .cycle-pager span {
        font-family: arial;
        font-size: 75px;
        width: 22px;
        height: 22px;
        display: inline-block;
        color: #ddd;
        cursor: pointer;
    .cycle-pager span.cycle-pager-active { color:#09C; }
    .cycle-pager > * { cursor: pointer; }
    </style>
    </head>
    <body>
    <header>
    <h1><a href="http://www.malsup.com/jquery/cycle2/">jQuery Cycle 2</a> Responsive Carousel Slider with <a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer</h1>
    </header>
    <aside>
    <h2>Left Aside</h2>
    <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.
    Aenean tristique enim ut ante dignissim.</p>
    </aside>
    <article>
    <h2>Article</h2>
    <!--begin slideshow-->
    <div class="slideshow"
    data-cycle-pause-on-hover="true"
    data-cycle-fx="carousel"
    data-cycle-timeout="2000"
    data-cycle-pager="#pager"
    data-cycle-carousel-visible="5"
    data-cycle-carousel-fluid="true"
    data-cycle-slides="> a"
    >
    <!--insert thumbnails and links to full size images below-->
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a>
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a>
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a>
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a>
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 5" /></a>
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 6" /></a>
    <a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/500x350.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 7" /></a>
    <!--end slideshow-->
    </div>
    <!--begin Cycle2 pager-->
    <div class="cycle-pager" id="pager">
    <!--end pager-->
    </div>
    </article>
    <!--Cycle2 function code-->
    <script>$.fn.cycle.defaults.autoSelector = '.slideshow';</script>
    <!--FancyBox2 function code-->
    <script>
            $(document).ready(function() {
                $('.fancybox').fancybox();
        </script>
    </body>
    </html>
    Hope this helps,
    Nancy O.

  • Firefox 11 beta is having issues loading Flash and HTML content, shows plain text instead of images

    I'm not sure what is causing the problem but it has been happening since beta 10 and now its also in beta 11. Randomly when I load any web page the page is displayed in plain text leaving all the HTML or flash content blank. Yes I have the most recent version of flash installed along with Java just in case it was looking for that mess as well. Sometimes the pages load fine, and sometimes they don't, it's like playing lotto with the internet. The only fix I know of is to either keep refreshing the page and "hope" it catches it on the reload, or closing Firefox and running CCleaner. Some times FF will load some of the visual data and leave gaps but usually its just basic text mode. I'm at a loss as to whether the problem is from Firefox or my ISP being a douche, either way its annoying that Firefox is not showing internet pages like it used to.
    Hate to see it happening but it looks like Firefox is on its way to being just another Internet Explorer clone (failure). Should have stayed with your original team, all the new folks you have hired are really mucking up the whole project and its goal of a free and open internet. Not to mention writing bad code and costing you money and more importantly the user base.
    (Update, now it's not doing it go figure, but I'm sure it will do it again at some point, perhaps its not Firefox and something else, I'll keep my eye on it and try to report any findings)

    If you use extensions (Tools > Add-ons > Extension) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Quick help with flash and html

    Hi folks,
    just a quick query that i'm sure someone out there will know
    the answer to (or at least i'm hoping someone will)
    I've been working on a new site (first attempt so be gentle
    with any criticism please!!)
    I used fireworks8 to create a navmenu and it works a treat,
    however i also have flash on some of the pages, and the fireworks
    submenus don't seem to like showing up over the flash!
    see
    http://www.gammies.co.uk/construction.asp
    for what i mean. the nav links to construction, groundcare and
    recreational don't show becuase of the flash. I was trying to see
    if there was some option to send the flash to the back of the page
    as such so that the navmenu was on top but couldn't get it, and i'm
    no sure what i'd have to do code wise to change it (if it's a code
    issue). By the way it does it in both firefox and IE
    All help greatly appreciated..
    Thanks
    Chris

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    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
    ==================
    "[email protected]" <[email protected]>
    wrote in message
    news:foc4db$2nh$[email protected]..
    > Hi folks, just a quick query that i'm sure someone out
    there will know
    > the
    > answer to (or at least i'm hoping someone will) I've
    been working on a
    > new
    > site (first attempt so be gentle with any criticism
    please!!) I used
    > fireworks8 to create a navmenu and it works a treat,
    however i also have
    > flash
    > on some of the pages, and the fireworks submenus don't
    seem to like
    > showing up
    > over the flash! see
    http://www.gammies.co.uk/construction.asp
    for what i
    > mean.
    > the nav links to construction, groundcare and
    recreational don't show
    > becuase
    > of the flash. I was trying to see if there was some
    option to send the
    > flash
    > to the back of the page as such so that the navmenu was
    on top but
    > couldn't get
    > it, and i'm no sure what i'd have to do code wise to
    change it (if it's a
    > code
    > issue). By the way it does it in both firefox and IE All
    help greatly
    > appreciated.. Thanks Chris
    >

Maybe you are looking for

  • Dates appear different in log file vs. debug page for Deferred Task

    I added a deferred task and in the log file, the date appeared correctly as Mon Dec 15 16:34:11 PST 2008 But when I viewed the user in the debug page, the date appeared as <Date>2008-12-16T00:34:11.430Z</Date> I called an external java class that ret

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

  • Mirror your mac to TV with AppleTV

    I'm looking for a way to mirror whats on my macbook pro on to my TV using AppleTV. I know that you can use airplay with different applications but was wondering if you can display your monitor.

  • Got a funny smell earlier and burn marks on my hinge (adapter UK/US)

    Hi Everyone Had a bit of a scare earlier at work! Could smell burning in the office, with all the equipment we have it could of been anything but it did seem to stop once I shut down. I don't use the battery anymore as it died a couple of years ago a

  • Add logo to Payslip - IN01 HRFORM

    Hi    I have a requirement to add logo to payslip (HRForm -IN01 - Tcode PE51).  Could you please let me know is it possible to add logos into HRForms or not? I know that we can add logo by developing a SMART Form for payslip. but my client doesnt wan