My Flash Button

Hi,
I made a flash button with a simple rollover animation
(&sound) and I pasted a swf. in both flash buttons and flash
buttons preview in Flash Objects in the Dreamweaver application.
But I can't see it when I go insert- flash button in DW. Now, my
swf file says SWF file whereas the others say SWF movie, is this
the problem? I'm exporting as movie, how else would I go about?
Would be so grateful for help.
Thank you.
*Jenny*

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, just so
you'll know....
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
==================
"flyingpiggy" <[email protected]> wrote in
message
news:fq3v7j$25m$[email protected]..
> Hi,
> I made a flash button with a simple rollover animation
(&sound) and I
> pasted a
> swf. in both flash buttons and flash buttons preview in
Flash Objects in
> the
> Dreamweaver application. But I can't see it when I go
insert- flash button
> in
> DW. Now, my swf file says SWF file whereas the others
say SWF movie, is
> this
> the problem? I'm exporting as movie, how else would I go
about?
> Would be so grateful for help.
> Thank you.
> *Jenny*
>

Similar Messages

  • Flash buttons in dreamweaver 8

    Hi,
    i am having a problem with inserting flash button in
    dreamweaver 8, when i insert the buttons it appears on the page as
    a grey box with "F"(flash) and not displaying the proper text. The
    user is a standard windows users and has not administrator
    privilidges. but if an administrator loggs into the pc and does the
    exact same process then the flash button work.
    has anyone come across this problem ? does anyone know how to
    resolve
    cheers
    david

    You'll need to go back into Flash and build the links into the buttons before you create the swf's.  Look in the Flash help docs regarding the getURL function as far as the code you'll need for linking.  If you have problems, post in the Flash AS1 and AS2 forum.
    Beyond that, don't be surprised if some feedback arises here regarding using Flash buttons.

  • Flash Buttons in Dreamweaver

    Hey Everyone
    So i have these Flash buttons on my website(which is done in
    Dreamweaver), and when i go to 'test' the site... the buttons will
    work when the page first loads(Home)... but if i go to click on a
    link, lets say "Contact", the buttons aren't there anymore! And if
    i go back to "Home" they arent there either!!
    Does anyone have any suggestions or solutions to this
    problem?!
    Thanxs much in advance!!
    -Liz

    >>actually, i do have the OBJECT tags...
    >> but if i go to click on a link, lets say "Contact",
    the buttons aren't
    >> there anymore!
    Do you have the Flash buttons on all web pages was my point.
    In other words,
    did you have the same Flash buttons on the Contact page?
    >>Can someone take a look at my code and see whats
    wrong with it?
    /intro_buttons.swf
    Is the intro_buttons.swf in the web site root folder -- what
    / means? On the
    local drive the / could mean the root folder of the computer
    if you are not
    testing under
    http://.
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "EBTurner" <[email protected]> wrote in
    message
    news:e3bdng$2df$[email protected]..
    actually, i do have the OBJECT tags...
    Can someone take a look at my code and see whats wrong with
    it?
    Thanxs!
    <tr>
    <td colspan="14">
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=6,0,29,0" width="422" height="25">
    <param name="movie" value="/intro_buttons.swf" />
    <param name="quality" value="high" />
    <embed src="/intro_buttons.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="422"
    height="25"></embed></object>
    </td>
    </tr>

  • Flash buttons won't work in Dreamweaver

    Hello,
    I recently watched/read tutorials about how to add Flash buttons into Dreamweaver. I followed the instructions perfectly: insert>media>flash button, and played around with that options. After I clicked ok/apply, though, the only thing that popped uo was a little grey box with the "f" Flash logo inside. It could be resized, but thats it. When I tried previewing it in a browser, all I saw was a little box in the color i had set as the BG color. In the properties window, it says "undefined" next to file. I am using CS3on a macbook, and am a beginner with Dreamweaver. Anybody know why this is happening and how i can fix it?
    -New user

    That's correct. There's no difference. But Flash buttons should be avoided however you make them.
    Use text-based CSS formatted buttons instead.
    Easier to maintain and update and search engines love them.
    Google CSS Buttons and you'll find plenty of tutorials.

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

  • Adobe Captivate Flash Buttons in Moodle

    I am using flash SWF files to control Captivate Course in Moodle and I have trouble with CLOSE pop up window flash button. It works in IE and FIrefox but not in Chrome and OPERA when course is opened via Moodle. I have created simple html page with link that opens pop up window containing the same course and this way the button works in all browsers. ????? Again, in MOOdle it doesn't.
    In Chrome Developer Tools I have tracked this error when clicking on close pop up window flash buttom: Ignoring cross-frame javascript URL load requested by plugin.
    The button itself is using this AS3:
    pbcExit_mc.addEventListener(MouseEvent.CLICK, myBtnClicked);
    function myBtnClicked(e:MouseEvent):void {
    navigateToURL(new URLRequest("javascript:window.opener=self; window.close()"), "_parent");
    Does anyone have a clue what is the problem?
    Thank you,
    Vito

    I am using flash SWF files to control Captivate Course in Moodle and I have trouble with CLOSE pop up window flash button. It works in IE and FIrefox but not in Chrome and OPERA when course is opened via Moodle. I have created simple html page with link that opens pop up window containing the same course and this way the button works in all browsers. ????? Again, in MOOdle it doesn't.
    In Chrome Developer Tools I have tracked this error when clicking on close pop up window flash buttom: Ignoring cross-frame javascript URL load requested by plugin.
    The button itself is using this AS3:
    pbcExit_mc.addEventListener(MouseEvent.CLICK, myBtnClicked);
    function myBtnClicked(e:MouseEvent):void {
    navigateToURL(new URLRequest("javascript:window.opener=self; window.close()"), "_parent");
    Does anyone have a clue what is the problem?
    Thank you,
    Vito

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

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

  • Are There Preset Flash Buttons In Dreamweaver CS4

    I have upgraded from Dreamweaver MX to CS4 and I'm looking for preset flash buttons that I can just insert within dreamweaver and I can't find any.  Maybe I'm looking in the wrong place?  I don't know how to create flash buttons just yet and If i need to start the journey of learning how please let me know.  I'm editing a site I created in MX so I want matching buttons and such lol.

    There aren't any flash buttons in DWCS4 anymore see Deprecated features in this link:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS2C41F19D-502B-4fb5-8A54-4442E2127C84a .html
    Rgds!

  • 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 in Dreamweaver CS3

    I'm trying to place some flash buttons on my Dreamweaver site
    and when I insert a flash button, all I get on my page is a Flash
    icon. What do I need to do to get my buttons to show up? I would
    appreciate any help you can give. Thank You.
    P.S. I'm on a Mac with OS 10.4 (tiger)

    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...
    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
    ==================
    "gringodogi" <[email protected]> wrote in
    message
    news:fb4biu$eet$[email protected]..
    > I'm trying to place some flash buttons on my Dreamweaver
    site and when I
    > insert
    > a flash button, all I get on my page is a Flash icon.
    What do I need to do
    > to
    > get my buttons to show up? I would appreciate any help
    you can give. Thank
    > You.
    > P.S. I'm on a Mac with OS 10.4 (tiger)
    >

  • The Flash Text and Flash Button options have dissappeared

    the Flash Text and Flash Button options have dissappeared in the insert menu in Dreamweaver CS4. They used to be there but not now

    Adobe announced the features they were removing from CS4 a year or so before CS4 launched:
    The ill-conceived Flash buttons and Flash text were among the deprecated features.
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS2C41F19D-502B-4fb5-8A54-4442E2127C84a .html
    Deprecated features
    The following features have been deprecated for Dreamweaver CS4:
    Timelines
    Web services
    Layout mode
    Site Map view
    Java Bean support
    Adobe® Flash elements (Image Viewer)
    Adobe® Flash text and Adobe® Flash buttons
    ASP.NET and JSP server behaviors and recordsets

  • Flash Text and Flash Button options have dissappeared in DW CS4

    the Flash Text and Flash Button options have dissappeared in the insert menu in Dreamweaver CS4. They used to be there but not now

    You need the Dreamweaver forum - click here.

  • Flash buttons don't appear in browser

    I insert a Flash button. It is visible when I preview the
    page in a browser that I access from Dreamweaver. But it does not
    appear visibly when viewed in a browser independently of
    Dreamweaver. A sample of this problem is here:
    http://www.newtoncornerneighborhood.org/test.html
    I seem, more generally, unable to get any .swf files to
    appear visibly using Macintosh Dreamweaver CD3. I did not have this
    problem using Dreamweaver MX. Can you help me understand what's
    wrong? how to fix this?
    Thanks.

    > But it does not appear visibly when viewed in a
    > browser independently of Dreamweaver
    You mean when you browse to the file LOCALLY and open it with
    the browser?
    This is what you SHOULD get if you are using root relative
    links, since the
    browser has no idea where the root of your site is. In this
    case, you would
    only see that SWF when you browse to it in DW *AND* you have
    enabled preview
    with temp files.
    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
    ==================
    "ProfessorBob" <[email protected]> wrote in
    message
    news:frjegg$rll$[email protected]..
    >I insert a Flash button. It is visible when I preview the
    page in a browser
    > that I access from Dreamweaver. But it does not appear
    visibly when viewed
    > in a
    > browser independently of Dreamweaver. A sample of this
    problem is here:
    >
    http://www.newtoncornerneighborhood.org/test.html
    >
    > I seem, more generally, unable to get any .swf files to
    appear visibly
    > using
    > Macintosh Dreamweaver CD3. I did not have this problem
    using Dreamweaver
    > MX.
    > Can you help me understand what's wrong? how to fix
    this?
    > Thanks.
    >

  • Flash buttons don't work

    I created my template in Dreamweaver and 9 other pages from
    the template. Now I inserted flash buttons in the original template
    and linked them to all other pages. Buttons work in the original
    template but not in any of other pages, even though I updated the
    pages with all the changes. What am I doing wrong??? I am losing my
    mind here.
    Any help appreciated.
    Thanks!

    Flash buttons don't work in any real sense of the word,
    anyhow. Why are you
    using them?
    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...
    This problem is due to the fact that you are placing the
    buttons into a
    Template file. In this case, and assuming you want to inherit
    all the
    problems, make the links to the buttons ROOT RELATIVE.
    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
    ==================
    "zxh5079" <[email protected]> wrote in
    message
    news:ga1gp6$qos$[email protected]..
    >I created my template in Dreamweaver and 9 other pages
    from the template.
    >Now I
    > inserted flash buttons in the original template and
    linked them to all
    > other
    > pages. Buttons work in the original template but not in
    any of other
    > pages,
    > even though I updated the pages with all the changes.
    What am I doing
    > wrong???
    > I am losing my mind here.
    > Any help appreciated.
    >
    > Thanks!
    >

  • Need help using flash buttons

    Can anyone help me with flash buttons? I am trying to build
    my first website, and my five flash buttons (inside a 5 col. table)
    for page navigation work fine in testing all 5 web pages with
    mozilla firefox, and they look the same on the index page when
    testing with IE-7. However when I begin navigating to other pages
    in IE-7, the flash buttons disappear, and the 5 cols in the table
    where each flash button was placed now are not equal sizes anymore
    like they are on the index page. In my files area on the right, I
    notice 3 out of the five buttons I created have about 15 to 20
    "generations" shown there, with numbers 1 through 15 or even more
    to qualify them tacked on to the end of the names. Where do these
    come from, and why are 2 out of the five only have 1 "generation"
    each? I never expected this, and I think it has something to do
    with the problem, but maybe not. Please help me if you can!

    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...
    Your problem is caused by navigating away from the previewed
    page. In
    general, this is not a good thing to do, since root relative
    links will not
    work as expected when you do that (locally).
    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
    ==================
    "dreamnovice" <[email protected]> wrote in
    message
    news:[email protected]...
    > Can anyone help me with flash buttons? I am trying to
    build my first
    > website,
    > and my five flash buttons (inside a 5 col. table) for
    page navigation work
    > fine
    > in testing all 5 web pages with mozilla firefox, and
    they look the same on
    > the
    > index page when testing with IE-7. However when I begin
    navigating to
    > other
    > pages in IE-7, the flash buttons disappear, and the 5
    cols in the table
    > where
    > each flash button was placed now are not equal sizes
    anymore like they are
    > on
    > the index page. In my files area on the right, I notice
    3 out of the five
    > buttons I created have about 15 to 20 "generations"
    shown there, with
    > numbers 1
    > through 15 or even more to qualify them tacked on to the
    end of the names.
    > Where do these come from, and why are 2 out of the five
    only have 1
    > "generation" each? I never expected this, and I think it
    has something to
    > do
    > with the problem, but maybe not. Please help me if you
    can!
    >

Maybe you are looking for