How Can I make my .swf "See Product Detail" link in Dreamweaver

Hello All:
New to Dreamweaver.  This should be a simple click solution, but I can;t find it.
I made a .swf "See Product Detail" button in Flash and I imported it into
my Dreamweaver product webpage.
How do I make it link to another page where the larger product photo is located in Dreamweaver?????????????/
Thanks,
Madame Frustrated

I made a .swf "See Product Detail" button in Flash and I imported it into
my Dreamweaver product webpage.
Pardon me for saying, but I think this is a very bad idea.  Flash navigation elements are not good practice on the web, since you cannot be 100% sure your visitor has the Flash reader installed.  Furthermore, search engines do not reliably scan such links for purposes of SERP on the page.  Finally, anyone using a screen assistive device will not be able to use such elements.  Using a graphic prepared in FW or PS, on the other hand, will not have those disadvantages and will be 100% reliable/usable for all of those categories (assuming you have properly provided a descriptive alt attribute for the image).
How do I make it link to another page where the larger product photo is located in Dreamweaver?????????????/
You cannot do this in HTML - it would have to be done in the Flash Actionscript at the time that you make the button. That's yet another reason why using Flash navigation elements is a bad idea....

Similar Messages

  • HOW can I make a .SWF default load after its first load?

    When you have the SAME parent API on every page of an (X)HTML website, can a .SWF tell itself to load from a default position when a website user navigates to different HTML pages?
    Here's my parent API as it stands:
    http://www.playingthepoet.com/
    HOW can you tell the .SWF to load from a default position once the .SWF has loaded a first time? AND from any page of the website, not just the Home page? This is an advanced .SWF networking issue. And I'm not sure if the best solution is a Javascript of if there's a direct AS3 programming solution.
    The blurs and fade-ins are a bunch of timer variables and timer event methods timer event listeners. I want that intro ONLY ONCE. And NOT every time a user changes HTML pages. Please help, and MANY thanks for your time!!
    NT

    Hi ,
    You can set a variable say "count" on stage composition ready -
    sym.setVariable("count" , 0);
    On stage click , you keep checking the value of this variable -
    if(sym.getVariable("count") == 5)
      sym.$("Symbol_2").show();
    //Here "Symbol_2" is the next button that you want to appear on screen(which is initially invisible) when the symbol_1 is clicked say 5 times.
    Now, on click of a button , you keep updating the variable count -
    var countnew = sym.getVariable("count");
    countnew = countnew+1;
    sym.setVariable("count" , countnew);
    Attaching the sample for reference.
    Thanks and Regards,
    Sudeshna Sarkar

  • Hello. How can I make it so firefox remembers which links I've visited as on the music singles pages for longer periods of time and more links?

    I frequently use the singles pages on wikipedia, for example: http://en.wikipedia.org/w/index.php?title=Category:2012_singles&from=D
    So I had already clicked on the links some months ago on the 2012 singles pages, but firefox forgot that I had clicked on the links there. How can I make it so it remembers for longer periods of time without causing problems to firefox? Also, I want it to remember what links I've clicked on the 2013 singles pages, because I am also keeping up with that. Can I tell firefox to remember all history for these pages, such as 2012 singles, or 2013 singles specifically? I just want firefox to remember what links I've visited, as in, the songs in the 2012/2013 singles pages, and not forget those, because I have already downloaded those so I want firefox to keep track. What are my options? Please let me know, and I hope you understand the problem I am describing.

    My Firefox remembers history from over a year ago, and unless you are using a setting or external tool to clear it, or load huge numbers of pages/download huge numbers of files, Firefox should pretty easily remember links you've accessed in recent months.
    To see what Firefox has computed as the number of URLs to remember, you can check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''.hist''' and pause while the list is filtered
    (3) Look for '''places.history.expiration.transient_current_max_pages'''
    Mine's set to 104858. I don't know how that was determined.

  • How can i make my swf files download proof

    how can prevent saving flash content from my website
    is there a way i can prevent people from using flash catching
    software to save flash from my website and also finding the path to
    the swf file in the source of the html

    damatrixhasu wrote:
    > how can prevent saving flash content from my website
    > is there a way i can prevent people from using flash
    catching software to save
    > flash from my website and also finding the path to the
    swf file in the source
    > of the html
    there is no way, in order to view it - is has to be cached.
    Once cached, it can be dig out w/o any problem.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • FAQ: How can I make a SWF from Flash Catalyst scalable?

    The SWF files that Flash Catalyst publishes are fixed in size. Even if you set the size of the SWF manually when embedding it, the content created in Catalyst will remain the same size. However, with a small amount of work in Flash Builder, you can make your SWF scale to fit the width and height you want.
    Follow the instructions in this tip on FlashCats.
    Answered by: Bear Travis.
    Read original discussion.

    Welcome to our community
    Please take a look at the links below. Not only do they answer your question, they are there to help you get the best forum experience.
    Forum Participation Suggestions
    Frequently Encountered issues
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How can I make the SWF page in my interactive PDF keep the page change on-click

    Hi there,
    I'm creating an interactive PDF presentation for a client, and I've spent some time learning how to animate the text for certain slides, export to SWF and place that SWF back in the InDesign file. I then export to an interactive PDF to display in full screen mode. The problem I'm having is that I can cycle forward through the PDF slides by clicking until I reach the SWF page, but then the hand cursor changes to an arrow and I can't move the presentation forward in full screen mode.
    I'm sure there's an easy fix, I just can't work it out. I'd be really grateful for any help.
    Many thanks
    Andrew

    Bob: it will be a PDF presentation fed from a laptop to a large display screen with about 50 slides (1920px x 1080px) to support a speaker (person). Most of the slides are static text or image slides, but where we want images to fade in/out we've created an SWF and dropped it into that page in InDesign.
    Trevor: Many thanks, just checked that and those settings are correct.
    Jeffrey: I just tried your advice but the problem remains.
    The strange thing is that if I press enter each time the slides (pages) move forward properly, but any touch on the mouse and the whole thing won't move... I'm going to look to see if I can drop in other video formats instead.

  • How can I make my page see my bean?

    I have a JSP page called confirm.jsp, which calls the JavaBean Fruit.class with <jsp:useBean id="orderedFruit" class="Fruit" />. However, this doesn�t work, and the tomcat server throws me the following exception: org.apache.jasper.JasperException: Unable to compile class for JSP. And this in its turn causes the following exceptions for the confirm.jsp page: Class org.apache.jsp.Fruit not found
    When I add the page directive: <%@ page import="Fruit" %> to the confirm.jsp page, all works fine. What am I missing? Or did the author of my book forget to mention that this page directive has to be added. Can anyone help me out here, cause I�m lost. What is the difference anyway between the page directive and the jsp:useBean
    I�m using the tomcat 4 server. Do I need to create a web.xml by any change? Cause I�ve heard people talk about it, but I don�t really understand the purpose of this xml file, and how to create it.
    Thanks,
    Joost

    When I add the page directive: <%@ page import="Fruit"
    %> to the confirm.jsp page, all works fine. What am I
    missing? Or did the author of my book forget to
    mention that this page directive has to be added. CanThe page directive to import the class is needed, otherwise your JSP page (which gets compiled into a Java class) will not know what the heck is Fruit. The useBean bit of code just helps you instantiate a Fruit object from within a JSP page.
    I�m using the tomcat 4 server. Do I need to create a
    web.xml by any change? Cause I�ve heard people talk
    about it, but I don�t really understand the purpose of
    this xml file, and how to create it.You don't absolutely need it. It needs to be placed in the webapprootdir/WEB-INF directory. So let's say you call your web application FruitMarket. So chances are you have a FruitMarket directory under the webapps directory in Tomcat (doesn't have to be, but if you place it elsewhere you need to make a change to the tomcat-home/conf/server.xml config file). Under that FruitMarket directory, you need to have a WEB-INF directory, in which you will place the web.xml. The web.xml file is a configuration file for your web application. You can store parameters in there, servlet mappings, etc. You can read more about it on the java.sun.com site.
    Hope that helps.

  • How can I make FF use custom visited/unvisited link colors but allow the website to choose the other text and background colors?

    websites often choose colors that I have trouble distinguishing between but overriding the other colors can cause color defects on certain websites.

    Add code like this to userContent.css in the chrome folder.<br />
    There can however still be problems with clickable elements that use background images.
    Remove that link from the history to restore that background image.
    *http://kb.mozillazine.org/userContent.css
    *http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    *ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>a:visited, a:visited * {
    color:#CC33CC!important;
    background-color:#F8F8F8;
    </nowiki></pre>

  • How can I make tree view for hierarchical data from select with connect by?

    If we have selected hierachy with connect by clause, how can we make it to see in tree view?

    You can't do this using the ADF, Tree Binding used by JHeadstart.
    However, If you have a recursive relationship (for example managerid) you can get a tree what you want as follows:
    - create one root ViewObject that returns the top-level employees without a manager by setting the where clause to managerid=null
    - create a second ViewObject that simply queries all employees
    - Create a ViewLink between the two view objects, and create a nested VO usage in the app module for the second view object
    - Create corresponding nested group in the application definition file and set the layout style to "tree-form" on both groups.
    See Developers Guide, chapter 3, section recursive trees for more info.
    Steven Davelaar,
    JHeadstart Team.

  • When i burn videos to a dvd-r disc it works on my macbook but not on a windows/pc or my dvd player. How can i make it work on all the above and not just a mac product?

    when i burn videos to a dvd-r disc it works on my macbook but not on a windows/pc or my dvd player. How can i make it work on all the above and not just a mac product?

    Unfortunately, the recording & movie industry does not respect the rights of the people who make them money, and thus you can only use the paid-for content in ways they see fit. Even if I lived in a bunker where no one else could possibly see the movie I paid for, therefor I'm not 'sharing it illegally', I would still not be allowed in a blue moon to copy that movie to DVD for TV viewing. Someone will tell you to get an AppleTV. How about Apple give us one for free? Until this changes, people wanting to use their content in multiple locations will continue to download music & movies via torrents, legally or illegally.

  • I synced two of my email accounts via gmail's POP3 thing. But now my iphone's gmail inbox shows a random selection of emails (not most recent ones that are in my inbox). How can I make my iphone inbox match what I see when I log on using a PC?

    I synced two of my email accounts via gmail's POP3 capabilities. But now my iphone's gmail inbox only shows a random selection of emails (i.e. right now it is May 31, 2013 but the emails in my inbox are a couple from Nov 12, a few from Oct 12, and then some way older than that and so on.When I log into my gmail from a computer, I see all my emails in the logical, standard order. How can I make my iphone inbox match what I see when I log on using a PC?

    If you're trying to decide between using POP and IMAP, we encourage you to use IMAP.
    Unlike POP, IMAP offers two-way communication between your web Gmail and your email client. This means when you log in to Gmail using a web browser, actions you perform on email clients and mobile devices (ex: putting mail in a 'work' folder) will instantly and automatically appear in Gmail (ex: it will already have a 'work' label on that email the next time you sign in).
    IMAP also provides a better method to access your mail from multiple devices. If you check your email at work, on your mobile phone, and again at home, IMAP ensures that new mail is accessible from any device at any given time.
    Finally, IMAP offers a more stable experience overall. Whereas POP is prone to losing messages or downloading the same messages multiple times, IMAP avoids this through two-way syncing capabilities between your mail clients and your web Gmail.
    That is from the page that you linked- does highlighted part of message ring a bell?

  • I HAVE TO INSTAL A PRODUCT C LLED "KUDANI AIR " . FAILURE TO DO SO IS BASED ON  ADOBE AIR , SO I AM TOLD . HOW CAN I MAKE SURE THAT IS THE CASE ?? HOW CAN I SOLVE THE PROBLEM IF THIS IS THE CASE ??

    I HAVE TO INSTALL A PRODUCT CALLED "KUDANI AIR " . FAILURE TO DO SO IS BASED ON  ADOBE AIR , SO I AM TOLD . HOW CAN I MAKE SURE THAT IS THE CASE ?? HOW CAN I SOLVE THE PROBLEM IF THIS IS THE CASE ??

    if you try to install an app that depends on adobe air, you should be prompted to download and install adobe air (unless it's already installed).
    you can download and install directly so you're not prompted by that app, Adobe - Adobe AIR

  • How can I make an appointment to see the staff to repair

    How can I make an appointment to see the staff to repair

    If in US
    http://www.apple.com/retail/storelist/

  • How can i make it so that on messages i can see who is online wihtout having to search their name?

    how can i make it so that on messages i can see who is online without having to search their name? When i had ichat i didnt have to search their name... i culd see who was online autimatically.

    Firefox, the web browser, doesn't make any decisions about what mail should be considered spam or what senders should be blocked. What email software or webmail site are you using that is rejecting the messages?
    If it's a common site like Yahoo! mail, Gmail, Windows Live Hotmail/Outlook.com, then perhaps a volunteer familiar with their specific settings can help.
    If it's Thunderbird, the support site is over here: [https://support.mozillamessaging.com/].
    If your security/privacy software filters your mail, you will want to check its settings as well.

  • On my Mac desktop I must have changed a setting so that now when I move the mouse the open windows fly off to the sides and I can't see them. They come back when I move the mouse, but it is so annoying. How can I make the windows not disappear like that?

    On my Mac desktop I must have changed a setting so that now when I move the mouse the open windows fly off to the sides and I can't see them. They come back when I move the mouse, but it is so annoying. How can I make the windows not disappear like that?

    Click on the Hot Corners..  button and look at the four definitions.  In the picture below, if you moved the cursor to the right top of the screen, it would slide all the applications off the screen as you describe and show the desktop.  Set it to "-" to deactivate.

Maybe you are looking for