Issue adding Flash Buttons

I'm trying to put flash nav button in a template that I built
for a web site. Within 'Inset Flash Button' under Link: I browse
for the .html page that I want to link the button to. When I'm
finished and click 'OK' I get a error message; this is a site
related Link. Please use either an absolute or document-relative
link.
All the .swf (flash buttons) files are in my Template folder
that also houses my main_elements.dwt file.
What an I doing wrong?
Thanks

Must you use Flash buttons? You can avoid this problem
altogether by using
ordinary graphic buttons or even CSS styled text. Besides,
there are many
disadvantages to the use of Flash navigation -
1. Some people don't have Flash installed - what do they do?
2. Search engines don't parse Flash links - your site will
not be spidered
3. Screen assistive devices don't parse Flash links - what
will those users
do?
4. DW cannot maintain links within a Flash movie, so if you
move or rename
a linked file, your navigation will break - what will you do?
It's usually a very bad idea for these reasons...
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
==================
"Mike4177" <[email protected]> wrote in
message
news:fp1o44$5ps$[email protected]..
> I'm trying to put flash nav button in a template that I
built for a web
> site.
> Within 'Inset Flash Button' under Link: I browse for the
.html page that I
> want
> to link the button to. When I'm finished and click 'OK'
I get a error
> message;
> this is a site related Link. Please use either an
absolute or
> document-relative
> link.
>
> All the .swf (flash buttons) files are in my Template
folder that also
> houses
> my main_elements.dwt file.
>
> What an I doing wrong?
> Thanks
>

Similar Messages

  • IE 7 and Chrome issues with flash buttons

    Hi,
    I have found a problem with swf files in IE7 and Chrome.
    The swf buttons animate as normal, but when I click them to open a new HTML page nothing happens.
    I tested IE8 and Firefox and everything is fine.
    Strangely IE7 and Chrome worked fine about a month ago, but not now for some reason.
    Can anyone help ?
    Thanks

    There are two different versions of Flash, the '''''ActiveX''''' version for IE and the '''Plugin''' version used by most other browsers.
    1.Download the Flash Plugin version setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.
    4. Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    * On Vista and Windows 7 you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). <br />
    See this: <br />
    [http://vistasupport.mvps.org/run_as_administrator.htm]

  • Adding a url to flash buttons in Dreamweaver

    I have a web site built and I have recently added Flash buttons and I need to add my web pages to the buttons. How would I go about doing this?

    Let's say you create a button symbol.  Since it is a button, it is already a self animating object that will react to mouse interactions, but only visually at this stage.  The first thing you need to do to make it useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a button work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • Hey everyone I am haveing problems with Flash Button

    Hello everyone I am new here so I am haveing problems with
    Flash Button because of the html address it wont go to the address
    that i put into it it keep going to
    http://www.faithdesigner.net/www.faithdesigner.net/pricing.html/www.faithdesigner.net
    why does it do that? this is a link problem issue with flash
    button in macromedia dreamweaver 8?
    someone please help me?
    Jeremy

    >
    http://www.faithdesigner.net/www.faithdesigner.net/pricing.html/www.faithdesig
    > ne
    > r.net
    In the dialog box for the Flash Button, in the link box, put
    the full
    absolute path if an external page. Including the
    http:// part.
    http://www.example.com/page.html
    for pages inside your site- use the browse to file icon, and
    use a relative
    path.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Flash buttons with IE

    Microsoft Internet Explorer appears to have created a small
    issue for flash buttons. You have to click on it twice to get it to
    play. Does anyone out there know how to get around this
    issue?

    http://blog.deconcept.com/swfobject/
    Adobe site has another version of a fix
    "Bops_S" <[email protected]> wrote in
    message
    news:etci1i$7a9$[email protected]..
    > Hi folks. I built a website on my MAC using Dreamweaver
    MX-2004 and used
    > some
    > of the standard flash buttons for the menus. The site
    works great on my
    > MAC
    > using Safari and FireFox browsers but when I go to try
    the site from a
    > Windows
    > PC using IE 6/7, I have to double click the buttons for
    them to work. It
    > looks
    > like the first click selects the button and the second
    click will depress
    > the
    > button and take you to the relevant page. Here is the
    url if you want to
    > check
    > out what I'm talking about
    http://www.sequinda.com This has
    been driving
    > me
    > mad and I would really appreciate some help in sorting
    this out.
    >
    > thanks
    > Bops
    >

  • Adding PayPal code to Flash button

    I want to use my own .swf button for PayPal payments with a "hidden format", but when adding the generated PayPal Website code to my html page, only a red X and the alt PayPal text is showing where the button should be. I have changed all Active X controls to Enable.
    Every time I contact PayPal I get a different reply. The last one was that I have to add a "static" image, but I really want to use my own button.
    I would rather find a way to paste the PayPal code into my buttons action script and then I only have to paste the Flash button to the html, but don't know how to manipulate that because the only code generated by PayPal is a "form" in html format. I am also adding text fields and guess that's why I don't get an generated email code from PayPal which I get if I don't add text fields.
    Any ideas how I can transform the code generated by PayPal to my action script are welcomed. I have about 150 buttons to add!
    This is my link: http://www.astondenwoodjewellery.co.uk/Jewellery%20html/Gold%20Rings/GR02_button_test.htm

    I will definitely mark when I have managed to do this, thank you. Still can't get it to work and I don't know where I'm going wrong, but shall continue trying...
    I have added the form in my html, but deleted the button which appeared as an X. Instead I've added my button with the code you gave me in AS.
    I don't know what I am doing wrong, but I keep receiving action script error messages:
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 1: Statement must appear within on handler
         var sendLV:LoadVars=new LoadVars();
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 2: Statement must appear within on handler
         var receiveLV:LoadVars=new LoadVars();
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 3: Statement must appear within on handler
         receiveLV.onData=function(src){
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 10: Operator '=' must be followed by an operand
         sendLV.on0= ;// use selected option for man/woman
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 11: Operator '=' must be followed by an operand
         sendLV.on1= ;// use selected option for size
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 8: Statement must appear within on handler
         GR02_test.onRelease=function(){
    Total ActionScript Errors: 6 Reported Errors: 6

  • Replacing Flash Buttons/ Preview Issues

    I have old Flash Navigation Buttons on my website from years ago. I have been trying to replace them. What would be some good and simple ways to do this? It appears that the programs (DW5, DW6, and DWCC) won't let me do this. For example, I deleted the flash button that says "About" and then typed in new word "About" instead and linked it in a simply way to the "About" page.
    However, when I preview this in browsers, my flash button/s are still appearing in the preview window browser, even though already deleted many times in my Design View. The preview page has also showed all sorts of disorganization and chaos for these deletions of old navigation buttons which are not consistent with what is displaying on my working Design copy window. Any suggestions? (Mac Os X 10.8.4)

    Thank you all for your suggestions! I have emptied my cache, cookies, and refreshed my browser window. It looks like one button "Resources" in the left navigation panel managed to disappear from all pages on the website-- yet I only made changes to a select few pages. However, many of the changes I made are not showing up yet on the test page.
    I am not that familiar with code view so I use Design view mostly. Yet, I did split the view and see the selected area in the code responsible for a flash button. I tried to delete that in code view, as well.
    Here is my test page. In design view, I left most of the old navigation buttons intact, except for the bottom three.
    I tried to eliminate the bottom three flash buttons and replaced with linked words "About", "Resources", and "Home" (see below). Yet, on the web page, only the "Resources" button has disappeared, and the words I typed in to replace are not displaying yet.
    Resources

  • Flash Button Navigation Issues

    Hello all,
    I am a novice site designer. My first challenge is to design a navigation bar once and used by all web pages.  I built it using Flash buttons.  The concept works fine in a flat file, but when I'm viewing a web page that sits in a different directory than the flash navigation buttons, the buttons point to a file in the current directory which doesn't exist. I want the buttons to still point to the flash files in the parent directory.
    I'm using Dreamweaver CS2 to create my flash buttons. I'm using PHP include statements to include my flash navigation bar. When I create the php file in another directory, click on flash button, all heck breaks loose. I look at the URL and the link appends the PHP file that the flash button should be pointing to whatever directory my current web page is in.
    It seems like, I should just create each button  as a absolute path, http://rootdirectory.com/filename.php, but it still uses relative path when I'm looking at web page that sits in another directory and appends the navigation link to the current directory http://rootdirectory.com/currentdirectory/filename.php although it points to a link in the root or parent directory.
    Do I not know how to create flash buttons using the absolute paths?

    Movie1 and Movie2 should have a name in (Properties -
    Instance name).
    Assuming that button on Movie1 is on the movie, not inside
    the movie, that both movies are on the same timeline, and that you
    want to go to Movie2 frame 5, for example.
    Button on Movie1
    on(release){
    _root.Movie2.gotoAndStop(5);
    Hope this helps.

  • Flash Button and IE7 issues

    When I first built www.tutsheaven.com, I used Dreamweaver and
    Flash buttons. Everything has worked fine until IE7 came out. Now,
    you need to double click on the buttons to navigate to the next
    page. Is there a fix for this problem, or do I need to change all
    of the buttons on this and some other sites?
    Bob Tuttle
    707-322-4959
    [email protected]

    update dreamweaver 8 to 8.02, or get dreamweaver cs3.

  • Flash button controled by flex issue

    In flex I can only reference the flash button by its ID property.
    Most of the time I can't know its ID. I need cover it to a super class like MovieClip Instead of that.
    I created the button in flash by the following steps:
    design button -> cover symbol to flex component -> use it in flex
    How can I fix this ?
    <mx:Script>
      <![CDATA[
       private function clickHandler(event:MouseEvent):void
          /* not work */
        MovieClip(event.target).gotoAndPlay(MovieClip(event.target).currentLabel);
         /* only this way can run */
        query.gotoAndPlay(query.currentLabel);
      ]]>
    </mx:Script>
    <local:intergratedQueryButton id="query" click="clickHandler(event)" x="305" y="500"/>

    Thanks Natasha! It works well now!
    在2009-07-13,_Natasha_ <[email protected]> 写道:
    >Hi,
    >?
    >to be able to write
    >MovieClip(event.target).gotoAndPlay(MovieClip(event.target).currentLabel);
    >your button should be a subclass of MovieClip.
    >If not MovieClip(event.target) will be null and will not work.
    >?
    >So you can:
    >1. Don't use types and write
    >event.target.gotoAndPlay(event.target.currentLabel);
    >or
    >event.target.gotoAndPlay(event.target["currentLabel"]);
    >2. See methods of intergratedQueryButton and if it have method gotoAndPlay use it.
    >intergratedQueryButton(event.target).gotoAndPlay(intergratedQueryButton(event.ta rget).currentLabel);
    >You can't set two superclasses, so intergratedQueryButton can be a only a Button or a MovieClip, not both.
    >

  • Dreamweaver Flash Buttons Paths

    Hello all,
    I am a novice site designer. My first challenge is to design a navigation bar once and used by all web pages.  I built it using Flash buttons.  The concept works fine in a flat file, but when I'm viewing a web page that sits in a different directory than the flash navigation buttons, the buttons point to a file in the current directory which doesn't exist. I want the buttons to still point to the flash files in the parent directory.
    I'm using Dreamweaver CS2 to create my flash buttons. I'm using PHP include statements to include my flash navigation bar. When I create the php file in another directory, click on flash button, all heck breaks loose. I look at the URL and the link appends the PHP file that the flash button should be pointing to whatever directory my current web page is in.
    It seems like, I should just create each button  as a absolute path, http://rootdirectory.com/filename.php, but it still uses relative path when I'm looking at web page that sits in another directory and appends the navigation link to the current directory http://rootdirectory.com/currentdirectory/filename.php although it points to a link in the root or parent directory.
    Do I not know how to create flash buttons using the absolute paths?

    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    It's usually a very bad idea for these reasons...
    Adding in frames makes it even worse - you are in the deep
    stuff here. Why
    are you using frames?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "LeichterLernen" <[email protected]> wrote
    in message
    news:er5fua$3am$[email protected]..
    > Hey, I use some standard flash buttons from Dreamweaver
    to navigate. I
    > have two
    > frames in this web. The buttons are in frame "A" and
    refer to a target in
    > frame
    > "B". This worked perfectly fine, even with IE 7 in
    Windows XP it still
    > works.
    > But in Windows VISTA every button opens a new browser
    windows.
    >
    > Windows VISTA, IE 7, Dreamweaver 8, running the web on
    my HD
    >
    > Thanks in advance.
    >
    > Sky
    >

  • Dreamweaver Flash Buttons / Frame Navigation in VISTA

    Hey, I use some standard flash buttons from Dreamweaver to
    navigate. I have two frames in this web. The buttons are in frame
    "A" and refer to a target in frame "B". This worked perfectly fine,
    even with IE 7 in Windows XP it still works. But in Windows VISTA
    every button opens a new browser windows.
    Windows VISTA, IE 7, Dreamweaver 8, running the web on my HD
    Thanks in advance.
    Sky

    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    It's usually a very bad idea for these reasons...
    Adding in frames makes it even worse - you are in the deep
    stuff here. Why
    are you using frames?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "LeichterLernen" <[email protected]> wrote
    in message
    news:er5fua$3am$[email protected]..
    > Hey, I use some standard flash buttons from Dreamweaver
    to navigate. I
    > have two
    > frames in this web. The buttons are in frame "A" and
    refer to a target in
    > frame
    > "B". This worked perfectly fine, even with IE 7 in
    Windows XP it still
    > works.
    > But in Windows VISTA every button opens a new browser
    windows.
    >
    > Windows VISTA, IE 7, Dreamweaver 8, running the web on
    my HD
    >
    > Thanks in advance.
    >
    > Sky
    >

  • No more Flash Buttons in Dreamweaver CS4?

    The removal of Flash button extensions are pretty pathetic.  How much development money and time does it take to include and already existing feature?
    Also, if no one uses them (Ya I was told in a previous post I seen)  The why is Microsoft Expression Web including something sort of like them in their software!
    The removal of these, after I have bought the already overpriced CS4 from CS3, has prompted me to look at other software development tools.
    I been using Dreamweaver since the 1.0 version but now I'm starting to use Expression Studio for my development needs.  I think it sucks that simple navigation buttons and includes are removed when they are included in even $20 pieces of Web Development software.
    Some idiot actually posted that if someone needs to use navigation extensions, then they should use the CS3 for adding them!  Why upgrade then?
    For all the money your charging for your software it should make coffee for me too!

    I have locked this thread.  It's not really a discussion - just a rant.  and it's a duplicate of a previous post.

  • Flash buttons not working in IE7 and Chrome

    Here's my website where the problem is occuring www.bakercreative.co.uk
    As you can see the Flash buttons animate, but when clicked they should go to a new html page.
    I've tested it in IE8 and Firefox without any problems but it's not working in IE7 and Chrome.
    Does anyone know what the problem is? Could it be the html code or the flash file itself?
    Thanks

    Hi, Glad you were able to solve that issue with the buttons and Chrome. Any small thing can cause big problems!! LOL
    I'm sure IE7 will test out ok, IE6 did Your website is very nice and has a variety! I hope it all comes together for you.
    Thanks,
    eidnolb

  • Flash button link will not work in CS4

    Can anyone walk me through step by step to get a flash button link to work in CS4?  I tries action scripts 2 and 3... I cut and pasted a bunch of code on line, watched tutorials, and no matter what i do, the link won't work in CS4.  The button looks and works fine, but won't go to the web site ot web page after clicking on it.
    At this point, I am so confused, i think it would be better if someone walked me through step by step.  My email is [email protected]  I can email the button is that would help.  Thanks.
    Steve.

    Hi,
    This issue is fixed in Encore CS5.
    Thanks,
    Pankaj Gauba

Maybe you are looking for

  • Document type to be set blank in transaction code mr41,mrhr

    Hi, I want to set document type and currency field as blank whenever the user go for the transaction MR41 and MRHR. At present whenever user enter transaction MR and MRHR these two fields display some value which is there in memory id, i want to set

  • Split a filmstrip/clip in event library.

    I have imported an old mini dv-8 movie in imovie and somehow it has become one long filmstrip/clip in the event library. I would like to split and divide this clip in and over more events. Does anyone knows how? (I know that it is not possible with i

  • Under payment and over payment

    Dear all,              where to do the setup for under payment and over payment in incoming and outgoing payment. Regards, Sarankumar.B

  • All I need is actionscript for a MovieClip

    I just need actionscript that then you rollover a movie clip it plays and when you roll off the Movieclip plays in reverse. I have provided a fla file for convience. http://www.geocities.com/demetriusmcclain/

  • Convert WordDocument to PDF

    Hello, My requirement is to convert a MS-word document (saved in SAP content server) to a PDF format (and then e-mail this file as an attachment). I'm able to e-mail the word-document (using cl_bcs) but I need to have the word-document converted to p