External link to flash page

Hi there,
i have an html page with a quite simple swf with a menu that
calls other swfs in it.
is it possible to create a link in another html page sending
it in one of the pages of the first swf menu?
Thank you in advance

Hi
Check this thread, .pdf use in Adobe Muse
they are discussing .pdf file in the discussion, you can use your html file instead of pdf file .
Please let me know if you have any issue further.

Similar Messages

  • Url link in flash page flip book

    I am very inexperienced at what I am trying to accomplish.
    I have created a flip book in flash. On a page in the book I made a button that is a link to an external url. When I place the the swift file of that page on my webstie, the link works. I have made a link from my homepage to the flipbook. But when I open the flip book the url link does not work.
    Does anyone out there know what's wrong?
    thanks

    If the flip page the swf is in has interactive code asigned to it, such as whatever you use to flip the page, it could be blocking access to any clickable objects in the swf file.

  • External Link - not opening

    At first I thought it was my firewall because I haven't had
    this problem before, but I found out it wasn't.
    I've tried three browsers with the same result (latest flash
    version) (Opera, Firefox, and Internet Explorer), but I still can't
    open external links in flash Example: Weather.com's Allergies
    Outlook (it says View Complete Pollen Cast) but the link will not
    open (unless I Shift-Click). But links that open in a new window
    will open just perfectly, links that attempt to open in the same
    window (that are external) will not open, no matter what I try to
    do. I've disabled Security software, re downloaded and installed
    Flash, tried on a different computer (which worked), tried 3
    browsers, closed all running (non-essential) processes.
    I'm not sure if this would have anything to do with it, but I
    did install Vista SP1, then remove it (it didn't work in SP1
    either), I'm not sure about before...
    Any Suggestions?
    If you need them here are system specs:
    Operating System: Windows Vista Ultimate
    Default Browser: Firefox 2
    Firefox Addons installed (should be irrelevant because it
    didn't work in IE, and so forth):
    Ad Block Plus, Foxmarks, and NoScript.
    Security Suite: Kaspersky
    Thank You

    I agree with OP. There should be a '''setting''' that makes '''all links that can be opened with an app open in the app immediately '''(or show the dialog OP mentioned).
    On a slow mobile connection, waiting for the page to load just to be able to click the icon and open it in the app is painful! It takes ages...

  • Link to external URL from flash site

    Is there any way to link to an external URL from your flash
    site without having the flashplayer prompt you to change your
    settings and allow access to that page? (this only applies to swfs
    viewed through a browser)
    the only way around this i've found isn't very useful - you
    have to put a small xml file on the host server where the page you
    want to link to is located. i seriously doubt every site you want
    to link to will allow you to put an xml file on their host server
    just so you can link to their page. the code in the xml file just
    tells flashplayer that the site you are trying to access is safe.
    it's called crossdomain.xml
    anyone have an answer?
    thanks!

    This question was answered by kglad, on Saturday, August 11,
    2007 10:13 AM
    Answer
    no it doesn't. getURL() causes no security issues unless you
    try to open the html locally and (try to) access something on the
    internet.
    unless your "flash site" is your local computer there is no
    security issue. if your local computer is an internet server, you
    just need to set the security settings for your local file and give
    it permission to access the internet zone.

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

  • Can you code a link between html and a particular flash page?

    Hi,
    I hope this question is not too confusing. I am designing a website in flash CS3 using Action script 2.0 not 3.0 and Flash Player 8. The architecture I used is as follows:  I have a menu/main page which loads the swf files of other flash pages.  I have a particular flash chatroom page which is loaded by the main page that I would like to be able to link an web address (example ... www.chatroom.com) directly too that particular sub flash page ... rather than going to the main.swf which is what the original web address uses.  (I hope your following me).
    Technically I know I could link a web address to the chatroom.swf file, but then it would estetically look incomplete since the theme/design of the website is in the main.swf which calls the chatroom.swf.  
    Thus my question is: is there a way to assign the web address to  the chatroom.swf inside the main.swf. I would like to go directly to the chatroom without clicking chatroom on the main.swf menu.  I do not know enough Actionscript 2.0 to know if this is possible. I did try to search for the answer but could not find it.  If it is possible what script would I need?  If it is not possible, any other ideas to get the same effect?
    As always, thank you for your help.

    I just wanted to clarify how the main page links to the subsequest pages when I said it loads the swf file.  The links in the actual menu code are fla files.
    (on release) {
    _root.toLoad = 'chatroom'
    _root.con.play(_currentframe+1);
    Then I must publish the files to make swf files for each page which will be loaded into the main menu.
    I hope that gives insight to my thinking and helps you answer my question.

  • How link from html page to a specific frame in flash cs5 as3

    Hi!
    I'm kinda new around here. I am interested in knowing how to link from a specific html page to a specific frame in flash cs5 as3.
    I have a website that I originally began to design in flash but later started developing new pages for it in html. The flash part of it has several pages on different frames and I have created links from the flash part to the other html pages, but, I can only link the html pages back to the main flash home page, and not the other pages in the flash part of the website.
    I have read that in cs3 it was possible using the flashvars skip variable, but I don't know how to do it. I have not yet seen any working examples and I could not find any instructions / tutorials online for cs5.
    Can someone help here?

    add a query string, to the swf's embedding html, with variable/value indicating the frame you want to display in your swf.  add a javascript function to return the query string (or entire url), call the javascript function from flash using the externalinterface class.  and finally add code to your swf to parse the returned url or query string, parse it and then direct your timeline to the appropriate frame.

  • Link from flash file/moving not working on a page

    I will apologize first for what maybe a very elementary
    questions. I was sent an swf file to add to a web page. I got the
    movie to run on some of the pages where I inserted it into a
    template and the template updated those pages. I think had to
    insert it into another page and the movie does not work there. Does
    this have something to do with the script in the script folder? A
    conflict of some sort?
    Also, I need to link the file a URL and putting <a
    href> brackets around it is not working. Does the link to the
    page have to embedded in the swf file?
    Thanks for any help on this.
    URL to see pages
    Movie working but no link:
    http://www.grantwrangler.com/advertise.html
    Movie not even showing up:
    http://www.grantwrangler.com/index.html

    > Also, I need to link the file a URL and putting <a
    href> brackets around it is
    > not working. Does the link to the page have to embedded
    in the swf file?
    wrapping an A HREF tag around a flash .swf object will not
    work.
    the link has to be "in" the swf, back when it was an FLA file
    in flash.
    Or- the .swf has to have actionscripting in it so that it
    will take a url as
    a parameter.
    On the flash not showing--
    Random observations from a quick look.
    There is no \ backslash in a web path or url.
    you can usually "get away with it" on a windows server, but
    it's incorrect
    and something to avoid.
    <!-- Dependencies -->
    <link type="text/css" rel="stylesheet"
    href="build\fonts\fonts.css">
    <!--<link type="text/css" rel="stylesheet"
    href="build\reset\reset.css">-->
    <script type="text/javascript"
    src="build\yahoo\yahoo.js"></script>
    <script type="text/javascript"
    src="build\dom\dom.js"></script>
    <script type="text/javascript"
    src="build\event\event.js"></script>
    <!-- Source file and calendar css -->
    <script type="text/javascript"
    src="build\calendar\calendar.js"></script>
    <link rel="stylesheet" type="text/css"
    href="build\calendar\assets\calendar.css" >
    The javascript call to show the flash file contains an
    absolute local path:
    'file:///Macintosh HD/Users/user/Documents/ Work/Nimble Press
    Ÿ/Grant
    Wrangler/Website/GW ADs/tiged
    The noscript tag uses an absolute local path:
    <param name="movie" value="file:///Macintosh
    HD/Users/user/Documents/
    Work/Nimble Press Ÿ/Grant Wrangler/Website/GW
    ADs/tiged.swf">
    <param name="quality" value="high">
    <embed src="file:///Macintosh HD/Users/user/Documents/
    Work/Nimble Press Ÿ/Grant Wrangler/Website/GW
    ADs/tiged.swf" quality="high"
    pluginspage="
    http://www.adobe.com
    it's also not a good idea to put things in a folder using a
    blank space, and
    whose name contains the word "ADs"
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Flash Navigation Not Working (the swf works, but the external links don't)

    I used Illustrator and Flash Catalyst to make a navigation bar for my website, but it's not working... I click links and nothing happens. I click one of the links to the sub-menu (the "careers" button and "advertising" button go to other menus) and those work fine, but the links themselves aren't working, even though they were when I first uploaded it...
    I've double and triple checked, and they all have the right links associated with them in FC, so any ideas on what I should do to fix it?
    The site: http://www.sorean.net
    ALSO: Anyone not using Firefox, if you could see if they work for you, I'd much appreciate it.
    Anyway, you click on the logo to bring the main menu back up if you're in a sub menu... But I've had to put text-based links above the navigation so that it wouldn't be a huge inconvenience while I'm trying to make it work.
    Any help or suggestions are greatly appreciated.
    - Amanda

    I figured it out... I was trying to use the navigation on multiple layers (sub-folders) of my site, but putting a full URL makes the external links NOT work
    like "http://mydomain.com/file.swf" instead of just "file.swf" but when I changed it to NOT include my domain, it works great. ... SO, I did have to put a copy of the swf in each sub-folder, but that's ok, 'cause as long as it works, I'm good. I'm so excited.

  • Opening external links in the most recently used page

    I'm having an issue where external links from Mail or elsewhere are always opening up in the oldest page, IE, the page that was opened first, rather than the most recently used page.
    Normally, this isn't that big of a deal, except when the oldest page is minimized, and every time I open a new link, Safari open up that minimized page to load in a new tab.
    Is there any way I can fix this?
    Thanks!

    You can't COMPLETELY remove it, but you can reduce it to one (1) item. Under Preferences>Documents
    1 is the minimum and 10 is the maximum. Hard coded, no way to expand or reduce these limits.
    The ONLY other option is to disable the "welcome screen" altogether under Preferences>General

  • Please Help - flash Intro how to link to nex page

    HI there
    The end of the flash intro, i have one link on the bottom (
    skip intro)
    I want th end of flash intro, it will automatic link to next
    page ( mai.htm) without click any link or.....
    Please help
    Thank you
    Grace

    Hi
    Add this code to the last frame of your intro:
    getURL ("yourlink.html");

  • Linking a flash button to a html page

    Hi, I was wondering if anyone knew the best way to link a
    flash button to a page in DW?
    Thanks

    Place this actionscript into the hit area of your flash
    button, then export the flash as a .swf and place onto the
    dreamweaver page...
    on(release){
    getURL("YOUR_DESIRED_PAGE.html","_self");
    This will open the new html page in the same window. Hope
    that helps.
    You can get a cheap but awesome tutorial on Flash buttons
    here...
    http://www.cartoonsmart.com/smooth_buttons.html
    No, I don't know the guy and I don't get a commission. The
    tutorials really helped me, that's all.

  • Flash menu doesn't work after opening an external link.

    Hi,
    I have this problem - I made a simple website with a flash menu, that opens internal links in an iframe. However, I have a few other (not included in the menu) external links, which open in the same iframe. And after I click on one of them and it loads in the iframe, the buttons on the menu stop working. I'm beginning to think it has something to do with the internet explorer, since it works on some computers. But I'm not sure... not very good at this.
    I've been searching for an answer here and there, but still haven't found anything. Please, help.
    Thank you!

    Here it is: http://kiss4eto.is.com/. Click on the Me button, for example. It should work. Then click on the "Addicted to Facebook" link on the right and after that try the Me button again. It doesn't work any more. At least on my computer.
    Thanks, again.

  • Linking Flash Pages

    What code do you use to link flash pages in a flash website?
    Anything will help!!

    Nate, the first thing to do would be some basic reading on
    publishing Flash documents (i.e. "converting from FLA to SWF").
    Start with the Live Docs here:
    http://livedocs.macromedia.com/flash/8/main/00000805.html
    This will help you in producing the SWF file that you can
    then place in your HTML template using Dreamweaver.
    Good luck!

  • My Links and External Links wont work on my page. Using Dreamweaver CS4

    I have followed all the instructions for adding external links to my website using Dreamweaver CS 4.  I cannot click on any of the links in the body of my pages, even on my sitemap page my internal links dont work.  Any suggestions would be greatly appreciated as I have looked online for a resolution to this problem and not finding any new information.
    Thanks,
    diamndlady

    Hi,
    please copy my source code from my for you made test side, where I offered my solution wiht both options:
    http://www.goldschmiede-blumberg.de/li.html
    ... or better, I'll do it for you,here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Inserted Links</title>
    </head>
    <body>
    <ul type="disc">
      <li><a href="http://www.50states.com/" target="_blank">50 States and Capitals page:</a></li>
      <li><a href="http://www.thisnation.com/ " target="_blank"> An online History of the United States:</a></li>
      <li><a href="http://www.besthistorysites.net/"> Best history sites: a comprehensive listing of a variety of history subjects from ancient times to current history:</a></li>
    </ul>
    <p>or:</p>
    <ul>
      <li>50 States and Capitals page: <a href="http://www.50states.com/ ">http://www.50states.com/</a> </li>
      <li> American Government and Politics online: <a href="http://www.thisnation.com/">http://www.thisnation.com/</a></li>
      <li>
        An online History of the United States: <a href="http://www.smplanet.com/imperialism/toc.html">http://www.smplanet.com/imperialism/toc.html </a></li>
    </ul>
    <p> </p>
    </body>
    </html>

Maybe you are looking for

  • Steps to reverse stock in warehouse

    Hi All, Please explain how to reverse the stock in warehouse. I.e By mistake i have placed the stocki n warehouse but now i want to reverse that stock. Please help me. This is urgent. Thanks in advance

  • SAP GUI for  HTML no download dialog in IE 7 and IE 6

    Hi, I have a strange behaviour of my webgui in our ERP 6.0. If i call a transaction that has the option to download e.g. a table to text file or something else, the dialog box where i can choose the format is shown, but the next step where i can spec

  • IPhone 5 will not pair with Uconncect since 8.1.1 update

    iPhone 5 will not pair with Uconnect since 8.1.1 update.  How can I fix this?

  • Clone audio CD

    It looks like Snow Leopard's Disk Utility doesn't allow to create disk images of audio cds. Can someone recommend a free, light weight tool I can use to clone audio cds? Preferably, I am looking for something that will not touch system folders/files

  • Raw en jpeg

    Bonjour j'aimerais savoir si lightroom peut sauvegarder des fichiers raw en jpeg merci