How to Auto LInk to a page

I'm new to using flash in websites, and i need to know how to
automatically link to a page at the end of my flash movie. I need
to know what code to use and exactly where to put it. Below is a
copy of my object code. Any help would be great. Thanks!
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
id="intro" width="750" height="580">
<param name="movie" value="intro.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"
width="750" height="580"
name="intro" src="intro.swf"
bgcolor="#000000" quality="high"
swLiveConnect="true" allowScriptAccess="samedomain"
></embed>
</object>

Hi,
You need to put the code inside your flash movie rather than
in the html that you have shown.
Open your movie and make a new keyframe on the last frame of
your movie. Then open your actions panel and place the following
code in....
getURL("
http://www.yourwebsite.com");
Cheers
Alan

Similar Messages

  • How to create links to other pages i create??

    I have finished my "homepage" and it has 5 buttons on it.("home",
    "Contact us", etc.).
    I have no idea how to create links to other pages i create.
    For example, if the user clicks on "Contact us", i wnat contact information
    to appear. So, do i create another html document that will contain contact
    information and then call that page whenever the user clicks "Contact us". Or
    do i just create another applet that contains contact information and display
    the applet in the appropriate area, whenever the user clicks "contact us".
    Hope that wasnt confusing. Bascially, I am sitting here looking at my buttons, not knowing
    what code to put under the actionPerfomed part of each button.
    thanx
    trin

    ... judging from your question... the best way i think is to create another page...
    .... so when ur user clicks on Contact Us..... he/she will be taken to another page...
    there are other techniques besides this.... but it is always better to stick with the easiest one
    ... so you need to create separate pages for all of your links....
    ... if you have any questions... let me know
    .... have fun

  • How to Auto Update non-TOC Page Numbers within a document (ie, 550pp)

    Friends. Within a large Pages document that is dynamically changing, along with the total number of pages, the TOC (ie, Table of Contents) can be easily updated.
    However, I want to point to specific content, and therefore the correct page number for the content, within the document and have that pointer (ie, a page number) *update automatically as the page numbers change*.
    I need to repeat this about two dozen times for different references to make a 550 page document more reader-friendly by making it easier for readers to find the exact source or reference elsewhere in a document.
    How do I do that within Pages '08 ?

    Hello
    I'm not aware of such a feature.
    If the document is designed to be read on a computer, you may use links.
    Clicking on a link will bring you to the linked area.
    Yvan KOENIG (from FRANCE mardi 11 mars 2008 10:15:17)

  • How to add link to specific page in another PDF

    I'd like to create a link within a PDF to a specific page in a different PDF. As far as I can tell, the Create Link tool will only allow me to open another PDF on page 1. I know you can link to another page in the current PDF, but I need to link to a separate PDF. I have also found info on mechanisms for opening to different pages, but these are for opening using browsers or code.
    So, is it possible to link create a link in a PDF to a specific page in another PDF?
    Thanks for any suggestions.
    - John
    PS - I'm using Adobe 7.0 Professional.

    Try this...
    You can link to a specific page in a specific PDF from a bookmark. You navigate to the new view (page of a PDF) when creating the bookmark.
    When you want to do that with a link (as in selected text in the body of the PDF) you have to do it in two steps. Use any file open to create the link, then edit the properties of the link, select the Action tab, and change the action to Go To A Page View.
    That's how it works in Acrobat 8, but I'm betting it's the same in 7.
    Bear

  • How would one link a landing page within a Campaign?

    I am trying to figure a way in which a user can be directed from my audience app on to a landing page all within a campaign.
    The landing page button does not have any connectors, like the other buttons - I can't connect it / add it to the current workflow.  Why are there no buttons displayed, how can I add the landing page to this work flow.  Please note the attached image.
    Thank you!

    Technically you can't "send" an audience to a landing page, it's on the canvas for reporting purposes only. If you link to that landing page w/in the email - it will draw a line for you connecting the lading page to the email once you click save.

  • Apex 4 - Flash Chart - How to open link in same page

    Hi,
    I need help in apex flash chart development. I want to open link in same page. Currently it open in new window with existing page intact
    I have created a flash chart.
    Below are setting
    Chart Type 2D line
    Series Type : Line
    Series siurce : sql query
    elect '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link,
    capture_date,
    round(sum(TOTAL_MB)) "Total_MB" ,
    round(sum(USED_MB)) "Used_MB" ,
    round(sum(FREE_MB)) "Free_MB"
    from SST.TABLESPACE_USAGE_HIST
    where DBNAME = :P15_ORACLESID
    group by capture_date
    order by capture_date
    Problem: when I run this page, chart is displayed. Now if I click on the series value of chart, it opens page ( '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link) It opens page 2 in new window. I want it to open in same window. Am I missing something ? Is this possible ? Is there anything I can change to achive this functionality
    Please help

    Hi All,
    I have an issue with Anychart link, can you please help me.
    1. I have created HTML region in a page with
    <div id="sampleClick">
    <div id="sample1">
    <script type="text/javascript" language="javascript">
    function ChartSample()
    var ChartSample = new AnyChart('/i/flashchart_v5/swf/AnyChart.swf');
    ChartSample.width = "500";
    ChartSample.height = "400";
    var ChartData = new htmldb_Get(null,$x('pFlowId').value,
    'APPLICATION_PROCESS=FINANCE_020',0);
    gReturn = ChartData.get();
    // prompt("xml",gReturn);
    ChartSample.setData(gReturn);
    ChartSample.write("sample1");
    ChartSample();
    </script>
    2. Then created Application process with "On Demand Run this application process when requested by a page process." in PL/SQL Anonymous block
    select 'f?p=&APP_ID.:136:&APP_SESSION.::::P33_ID:' || YEAR link,DECODE(period,1,'JAN',2,'FEB',3,'MAR',4,'APR',5,'MAY',6,'JUN',7,'JUL',8,'AUG',9,'SEP',10,'OCT',11,'NOV',12,'DEC')||'-'||year "MONTH",round(SUM(ytd_revenue)/1000000,2) YTD_REV from t_tc_qpcq2052
    where cntry='IND' and category='20'
    GROUP BY year, period
    ORDER BY YEAR, period
    I am able to see the chart, but I am not able to open or pass the value from one page to another page when I click the bar chart.
    Can you please help me on this.
    Thanks in Advance.

  • How do I link to another page in the same iBook?

    I am trying to link from within the text of my book to another page in the same iBook. How do I do that in iBooks Author?
    For example...
    The text on page 1 might read.... "If you'd like to jump to the page on herbivores, click here". And that text would be linked to page 49, which is about herbivored.
    Any ideas? Greatly appreciated!!

    It looks like I figured this out by playing around with it.
    The reason that I couldn't bookmark the text earlier is that I had created a text box and entered text in there. When you create a text box, that text is not recognized by the bookmark widget. However when you type directly into the page template itself, it recognizes the text just fine. I'm able to set bookmarks and then link to those bookmarks using the hyperlink featuer. Looks like it's solved, I was just trying to use the wrong tool for text entering.
    Thanks for your help Don, you've been great!

  • How do I link all site pages to a new site page?

    Hello,
          I'm using Dreamweaver cs4 on a windows pc. I have 12 pages in my site with a vertical spry navigation bar. Each time I create a new page I then add that to the spry navigation bar. All the other pages don't show that new page in the nav bar. So, the spry nav. needs to be update site wide. Is there a way to update the spry navigation bar site wide in just a few clicks? Is there an easy way to link all the other page back to that new page? I have a template made but all my site pages are now detached from that template. Everytime I saved the template as a html file to create a new page the navigation bar had the word template in it so I just deleted it out of the code. As you can probably tell I'm pretty new to dreamweaver so any help will be greatly appreciated to say the least. I've checked pretty much everywhere I can think of for the answer
    Thank you for taking the time to help, dluthier

    Is there a way to update the spry navigation bar site wide in just a few clicks? Is there an easy way to link all the other page back to that new page?
    Yes, there are ways to have all the pages update when you make changes to a navbar.  However, the way you describe the situation, you currently have to do it all manually.
    Easiest way to update a navigation bar:
    1.  The use of serverside includes  -  here's a basic tutorial explaining what a SSI is and how it's done.
    http://bignosebird.com/ssi.shtml
    2.  The other is the use of templates - which you've tried.
    I have a template made but all my site pages are now detached from that template. Everytime I saved the template as a html file to create a new page the navigation bar had the word template in it so I just deleted it out of the code
    That's where you went wrong, you don't save the template with a new name and save it as a html file.  You need use:  Create New>from Template.  This way you create a new page from the master template and save it into the root of your site - and this is called a 'child page'.
    Using DW Templates:
    http://www.adobe.com/devnet/dreamweaver/templates.html
    The differences between using SSIs and DWTs (template file):
    With a SSI file, you make changes to the file and all pages with the include will will update automatically and you only need to upload the one SSI whenever you make a page.
    If using a template, whenever you make a change, again all child pages are updated, but you have to upload *all* the changed pages.
    Hope this helps.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • How is Define Links on Confirmation Page-link list key linked to iviews?

    Hi All,
    Although there is no ESS in MSS as such in our new portal (hompage framework), we have configured it as much as we could, so that it was similar to the previous ESS in MSS.  We have used a copy of the ESS address iview for the ESS in MSS emergency contact.
    The trouble is that the links on the confirmation page are trying to resolve to ESS rather than resloving to an option in MSS.  E.G. the Go to Address Overview link is trying to resolve to the address overview screen in ESS rather than MSS.
    I have  checked the parameters on the view and there does't appear to be anywhere that you can assign the lnk list key.  Similarly I have checked the resources and the services parameters and have nowhere to put this key.
    So my question is, how exactly is the link list key attached to an iview? In our case the iviews are in 2 different PCD's so how can I create a zlink list key and assign it to the copied address iview?
    Many thanks,
    Liz.

    The confirmation links are defined in V_T7XSSSERLNK - as far as I can see they are linked to services not iviews
    defined in HpF
    Also "ESS in MSS" is available as "Self-Service for My Employee" in MSS Related Activities for certain SAP releases
    Best wishes
    Stuart

  • How to check links on a page without creating a site?

    Setting up a site in Dreamweaver is a chore when all I'm developing is one html landing page, an html email, mockup presentation, testing source code, ...
    Is there a any way Dreamweaver can check absolute urls to external sites or local relative image urls aren't broken without having to config a site?
    Or maybe there's a service I can paste the html into and it'll tell me if links are broken?
    Thanks,
    DAN

    Link Validators
    http://www.lithopssoft.com/hlv/index.html
    http://www.linxexplorer.com/linxexplorer.html
    Nancy O.

  • How to auto flow text in pages

    Perhaps I am wording this incorrectly and have not found the answer that already exists on the forums, but here goes...
    How do you autoflow your text between text boxes? In previous versions Pages allowed you to create multiple text boxes on the same page as well as other pages and autoflow your text in your preferred order. It seems that in this new VERY MESSED UP iteration of Pages, this is no longer possible. I am asking the question in the hopes that someone with more knowledge can steer me in the right direction. Part B to this question is WHY IN THE HECK DID APPLE SCREW UP THIS PERFECTLY GOOD PROGRAM??  ;-)

    It is a question we have all been asking for 4 months.
    Pages '08/'09 should still be in your Applications/iWork folder.
    Rate/Review Pages 5 in the App Store.
    Peter

  • How add a link of other page web

    Good Night,
    How can add a link in the ESS in the area of travel that can call other application WEB external?
    Kind Regards.

    FOr Adding services check following link
    ESS / MSS Configuration (SAP Best Practicesfor SAP HCM V2.600) (N06)
    http://help.sap.com/bp_hcmv1600/BBLibrary/Documentation/N06_BB_ConfigGuide_EN_US.doc

  • How to deep link to  several pages of an external application ?

    HI,
    I created an external application named MyApp with UserName and Password fields using the External Application component.
    and an additional field as Parameter1 with value SearchPage
    I am able create a url referencing the applicatoin such as
    /adfextapplogin?extappid=MyApp
    I can connect to the application directly, once I provide the username and password.
    I need to create deep linking to few more pages in the same application.
    I modified the external application definition, by removing the Parameter field.
    Created a URL such as
    /adfextapplogin?extappid=MyApp&Parameter1=SearchPage
    I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
    instead it went to the landing page only.
    Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
    I appreciate your help.
    Thanks
    Sam

    Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
    Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
    to using external appliation connections for additional access

  • How can I create links to other pages in iBooks that will function in PDF?

    Hi,
    I know some people have asked previously how to create links to other pages of their book within iBooks. I having an issue with this myself that I haven't been able to resolve. I am able to create the links, and they seem to function within the program, however, once I export the document as a PDF file (the format in which I need to have this ebook!), the links seem to be non-functional. Does anybody have a fix for this?
    Thank you so much for any suggestions you may have!! I really need to figure this out for my client.
    Regards,
    Meggyn

    Exporting as a PDF does alter/lose/remove certain functions. Adobe Acrobat has its own page navigation system.
    A lot of the hidden engine of iBooks Author is basically very similar to building a website! so links and books marks are an "internal" function.
    IF you  have Acrobat and not just the Adobe Reader, you can make links.  I have never needed to try, but  I see a working link related index  in the many software manuals  I have.

  • How to automatically link a page to the next page in the next spread

    Hi everyone,
    I created a master page in which the two pages are linked( text frame on the page). When I apply the master page to the pages, on every same spread, two paged are linked, but not between spread. How do I automatically link the second page of first spread to the first page of the second spread? so all the pages will be linked in sequence. Thanks a bunch!
    Simon

    The InDesign Place command is fundamentally different from the Quark Get Content commands (as is the handling of frame content -- inifintely easier to change content type in ID). To palce content in ID you don't need to have a frame available to hold it, though you can if you like. Master frames are seldom required, or even helpful in many circumstances -- things like magazines with a rigid structure of mixed image and unbalanced column heights are one example where they ARE helpful.
    When placing text you have several options. If there is no frame, click the loaded cursor where you want the text to be and ID will draw a text frame on the fly. The top of that frame will be at the y-coordinate where you click, it will fill the column guides surrounding the point at which you click, and iut will extend downward to the bottom margin guide. If there is more text than will fit you'll see a red plus sign in the frame outport that you can click to pick up the overset.
    Still with no frame, you can click and drag to define a frame, or with an existing empty frame you can position the cursor over the frame (you'll see the icon change to include surrounding parentheses) and click to flow text into the frame and any addtional frames that may be threaded with it.
    There ae several options for threading. If you've made master frames and threaded them, hold down the Shift key when you click iniside the frame and InDesign will add pages based on the last master in the thread untill all of the text is placed. If there are no master frames, holding shift will add frames on the fly, and pages to hold them. These frames will fill the column guides from top to bottom margin guide.
    Holding the Alt (Opt) key instead of Shift puts you in semi-auto flow mode and text will be added one frame at a time (or one group of threaded frames if you click inside a thread), but will leave the place cursor loaded so you can add a new frame or click inside another existing frame. You can swith from semi-auto-to full auto at any time by changing keys, or release the key to just place text in the last frame. Holding Alt + Shift puts you into Autoflow to end of available space mode, wich will fill existing pages, but not create new ones.

Maybe you are looking for

  • HP Laserjet 4 -- Windows 8

    Just got new computer -- Windows 8 -- I have a HP Laserjet 4 printer It used to work on my old computer with Vista can't find driver for it HELP?? Dave

  • Need Help Adding Parameters to addWatermarkFromText using VBA

    After three days of banging my head on a wall, I got this to work: Public Sub AddText()     Dim pdApp As Acrobat.AcroApp     Dim pdDoc As Acrobat.AcroPDDoc     Dim jso As Object     Set pdDoc = CreateObject("AcroExch.PDDoc")     pdDoc.Open ("c:\Test\

  • HT201210 what is iphone error -1? and how to resolve this error?

    Im switching sim cards. Whilst restoring the iphone an error message with -1 shows. This error message does NOT show in any lists on the apple support pages...... Please help. thx

  • Excise New Scenario

    Hi, I import a material Suppose X. It cost me 100 Rs now vender is not importer but he is middle man and raise a Amount 20 Rs as his commision. Cost of material is 120 for me but i can take input benefit of 100 Rs becoz of cost of material is 100 Rs.

  • My iphone wont verify the update

    ok so my iphone or ipad wont verify the update for some stupid *** reason so does someone mind explaining why that is i have it downloaded but it wont update or verify and now my business phone which i was updating is now de activated and i cant acti