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>

Similar Messages

  • 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

  • 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

  • HTML anchor links not working (won't scroll down to content).  Why?

    Hi.
    We have a portlet that simply pulls in an external web site so it can be viewed and accessed within our portal.
    The navigation bar within this website using HTML anchors ("a href='#stuff' and "a name='stuff'") to let the user jump/scroll to a particular part of the page. The anchors work when the web site is viewed outside of the portal but don't work when the site is within the portlet window.
    Anyone know why that is, and if there's a way to get those anchors to work?
    Thanks.

    Never mind: I figured it out.
    Because of the way the anchor links in question were generated, they contained the entire URL of the current page with the anchor attached to the end of it. So when the portal rendered the URL, it rendered it in its normal JavaScript style:
    javascript:void(pt_999.refresh('https://servername/portal/server.pt/gateway/...pagename?urlvar=foo#anchor'));
    Once I changed the anchors to only contain the anchor itself ("a href='#anchorname#'), the portal did not convert the URL, allowing the anchor to work on the normal page.

  • 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

  • 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

  • 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

  • Links in Flash and HTML files

    Hi,
    I hope someone can help me - it is probably a simple thing,
    but have searched the help files etc.
    I have a flash document with 3 buttons, each with links. When
    I publish the file, the links in the SWF file work fine, but those
    in the HTML file don't (all other actions are OK).
    I doubt this important, but I have Flash CS3 on an offline
    computer.
    Please help!!
    Mark.

    This is the html code - it is just copied from the file which
    is published in CS3.
    Thanks.
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    width="775" height="160" id="TPmenu" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="TPmenu.swf" /><param
    name="loop" value="false" /><param name="quality"
    value="best" /><param name="bgcolor" value="#003366" />
    <embed src="TPmenu.swf" loop="false" quality="best"
    bgcolor="#003366" width="775" height="160" name="TPmenu"
    align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>

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

  • Having Flash and HTML option

    If I were to have an option the person visiting a website to either go to a Flash-based site or HTML-based site, how would I go about doing this (aside from building two separate sites)?  Do I make my index.html page with two links to go to either?  And if so, what name do I give my home page?  Also, how would the file system be set up?

    Use SWF Object Replacement script on any page with Flash in it.
    http://code.google.com/p/swfobject/
    The script detects if Flash is supported.  When it's not, HTML alternatives are displayed on the same page.  This method is probably the most web accessible and you can use your current site structure.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • 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

  • Flash and html frame interaction

    I've got a frameset with 2 frames only, one at the left and
    the second at the right. There is a Flash movie working as a menu
    at the left frame, from which I load different pages in the right
    frame.
    What I am trying to do is to find a simple solution to the
    "Flash back button" issue. As most of you probably know, the
    browser back button does not bring the Flash movie to it's previous
    state. It only takes the main frame content back to it's previous
    page leaving the Flash as it was before clicking the Back. That is
    a big problem for me since the Flash movie and the main frame
    content are (should be ..) synchronized.
    What I did was to create an onLoad > control
    Shockwave/Flash behaviour on the page at the right, so when the
    page loads it brings my Flash movie to the appropriated frame as
    people click on the Back button.
    That is when the problems start. Although it actually works
    (IE only, since I'm sorting one browser at a time)), there is one
    page I can't make to work at all. What amazes me is that the code
    is exactly the same on all pages, they all work apart from this
    single one.
    The code:
    The function:
    function MM_controlShockwave(objStr,x,cmdName,frameNum) {
    //v3.0
    var obj=MM_findObj(objStr);
    if (obj && obj[1]) obj=obj[1];
    if (obj)
    eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?frameNum:'')+')');
    The body tag with the onLoad trigger on the page that WORKS:
    <body bgcolor="#666666" text="#FFFFFF" link="#FFFFFF"
    vlink="#CCCCCC" alink="#FFFFFF"
    onLoad="MM_controlShockwave('Menu_left?leftFrame','','GotoFrame','37');MM_preloadImages(' ../../../images/Jpegs/portfolio/port_top_2.jpg','../../../images/home_02.jpg','../../../im ages/Jpegs/portfolio/poems_top_2.jpg')">
    The body tag with the onLoad trigger on the page that DOES
    NOT WORK:
    <body bgcolor="#666666" text="#FFFFFF" link="#FFFFFF"
    vlink="#CCCCCC" alink="#FFFFFF"
    onLoad="MM_controlShockwave('MenuLeft?leftFrame','','GotoFrame','23');MM_preloadImages('. ./../images/home_02.jpg')"
    onFocus="MM_controlShockwave('MenuLeft?leftFrame','','GotoFrame','24')">
    The address where the pages can be seen:
    Since this is only a test page, please make sure you don't
    click in any other link apart from the flash movie or the back
    button. That might take you to pages not linked back to the ones
    I'm trying to fix
    http://www.arnoldborgerth.com/Main/framesets/fr_portIE.htm
    Any help will be much appreciated
    Thank you all in advance

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

  • FLASH and HTML Layered

    Is it possible to put your Transparent flashmovie in a sort
    of seperate layer above your HTML and then make html pageswaps in
    the layer below. On top of that is it possible to put another layer
    of HTML above your Flash movie and have for instance pull-down
    menu's fall over the flashmovie?
    ---------- <- HTML with pulldowns etc.
    ---------------.................--- <- Flashmovie with
    Transparency
    <- HTML with your content etc.

    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

Maybe you are looking for

  • Unable to pass xmlbeans object in weblogic web services using OEPE

    Migrating Weblogic web services from Weblogic Workshop 10.3 to Oracle Enterprise for Eclipse...Passing xmlbean generated types in arguments of webservice call How to work around the following errors? I do not have this error when in workshop 10.3 onl

  • How to create one GR document for mutiple Purchase orders

    Can you please explain me in SAP - How to create one Goods Receipt document for reference of Multiple purchase orders.

  • Changing Headers and Footers in FrameMaker 8

    Our margins for our headers and footers in the template I created are too large; I'd like to change them but simply can't remember how. I've consulted the forums and Adobe Help. I scoured the reference pages to try and jar my memory, but it's not wor

  • 550 4.4.7 QUEUE.Expired

    I viewed the other link but no help. Here is my issue, only when sending new meeting requests or invites I get the above mentioned error. 550 4.4.7 QUEUE.Expired My setup as follows, Server 2012 , Exchange 2013 I can telnet to the mail.domain.com 25

  • Word has no memory for autorecovery

    I was using WORD for Mac on my MacBookPro Retina, with Mavericks, 8GB memory. When working on a 516 kB document, with many revisions (keep changes), WORD gave a dialogues every so many minutes telling that no auto recovery file could be made due to l