Linking flash buttons to website using div sections

Ok, I am a total Newbie at Flash and Dreamweaver and I am
having serious issues linking flash the flash buttons from my
navigation bar to the main frame on my webpage. I have the buttons
working, and they do link to a page, just they do not link to the
frame, instead they load the page as a full page itself.
I am using Dreamweaver and a website template I found online.
I believe the problem to why it is not working is because this
template doesn't seem to be using frames, and I can not find the
name of the frame to reference in the flash button actions. This
template is using a lot of <div> tags to separate the
sections in the index file.
Does anyone out there know how to link flash button actions
to open a page in a specific div section? Also, how can I make sure
that it is these div tags that are creating the frames, and how to
find out what each section is called? (I'm new to dreamweaver as
well)
This is my first post and last resort, forums don't fail me
now! Thanks to anyone out there who helps me.
Darian

use a javascript function to change the div content and the
flash externalinterface class to call the javascript
function.

Similar Messages

  • I want to create and link web ads to website using indesign any suggestions?

    i want to create and link web ads to website using Indesign any suggestions?

    Ok I am just a designer. I know how to create web ads but linking/uploading these ads is not part of my job description. My boss asked me to create and manage the ads for our current website thru In design. Is there a way to do this? Or do I need to buy a program like muse?

  • Flash question on website using Explorer

    I have a problem when using Flash on explorer for a
    particular website. When I access my website using explorer, I have
    to click once to enter the flash area then I can access the flash
    sequence. I cannot just click on the flash and go. Is this a
    setting problem in dreamweaver or what? Why can I not just point
    and click? Why must I point click and then click again before the I
    am able to access the flashed button in Ms Explorer? I must add
    that this is only in Explorer on Windows XP. This does not happen
    using Firefox or Netscape.

    <collective sigh from the entire forum>
    This has been asked and answered almost everyday - and in
    most cases - several times perday for months.
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    (the google archive of the forum)
    Search google for "active content".
    Here are URLs that are posted here daily:
    http://activecontent.blogspot.com
    http://blog.deconcept.com/swfobject/
    http://www.adobe.com/devnet/activecontent/
    An entire section devoted to this issue.
    When you hover over any active content in IE you will see
    this:
    http://www.mudbubble.com/staging/ac.jpg
    See the little tool tip instructing you what to do? If you
    google that ("Click to activate and use
    this control" or similar), you will find 2,050,000 returns.
    ~~~~~~~~~~~~~~~~
    --> Adobe Certified Expert
    --> www.mudbubble.com
    --> www.keyframer.com
    ~~~~~~~~~~~~~~~~
    makarios58 wrote:
    > I have a problem when using Flash on explorer for a
    particular website. When I
    > access my website using explorer, I have to click once
    to enter the flash area
    > then I can access the flash sequence. I cannot just
    click on the flash and go.
    > Is this a setting problem in dreamweaver or what? Why
    can I not just point
    > and click? Why must I point click and then click again
    before the I am able to
    > access the flashed button in Ms Explorer? I must add
    that this is only in
    > Explorer on Windows XP. This does not happen using
    Firefox or Netscape.
    >

  • Can not link flash buttons to other pages

    i cant get my flash buttons to link to any pages. i keep
    getting warning messages. please can some one help

    You have to do this when you create the buttons in DW, or
    when you make them
    in Flash.
    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.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "TEEJAY123" <[email protected]> wrote in
    message
    news:fo4scm$1oa$[email protected]..
    >i cant get my flash buttons to link to any pages. i keep
    getting warning
    >messages. please can some one help

  • Can you link flash buttons to a embedded cue point

    I have a video that I exported to flv with 10 embedded
    navigation cue points. I also have 10 buttons in a flash file that
    I would like to link to those cue points. I can't find any info on
    how to do that. I see info on making a cue point make a event
    happen, but nothing on linking a button to a cue point. Basically
    I'm looking for the same interaction as a DVD were the user clicks
    on a chapter they want and the video goes to it.

    There are players that will play a swf with volume mute stop start that sort of thing I downloaded one a couple of years ago  I don't recall where I got it.

  • Linking flash buttons

    I am new to this. I have followed several tutorials with no
    luck. I am using action code 3. I want to link an invisible button
    to an url. I placed the code in the layer with the button. The
    following code I have used, but then follows the error message. I
    can't figure it out. Thanks.
    1180: Call to a possibly undefined method on.
    1120: Access of undefined property release.
    1180: Call to a possibly undefined method getURL.

    How are you making the invisible button? I'm assuming it's
    not a button component, but rather one you authored in Flash. Your
    options then would be to use a simple button or a MovieClip as a
    button.
    In either case you are going to have to do this:
    1. Give your button an instance name. For this example I'll
    use my_btn
    2. On a frame on the main timeline where your button is
    created, add this:
    import flash.events.Event
    my_btn.addEventListener(Event.CLICK, handleClick)
    function handleClick(e:Event):void
    // code you want to execute once the button is clicked
    getURL("
    http://www.google.com");
    That should do it.
    Don't put code in the button, put it on the main timeline
    (the best thing would be to use a document class or some other code
    outside Flash, but that would take to long to explain and this way
    will work).

  • Linking flash buttons? not working need help:)

    Hey guys,
    Got a site here - www.fatalwisdom.com - as you can see i want
    the top swf file - with the links in there to work like eg. audio
    button when clicked going to; audio.htm.
    The file won't seem to work though - here is the file :
    www.mastacraft.com/fatalwisdom/top1.fla .
    Thanks to anyone who can help.
    Regards, Patrick

    to use a button you need to use:
    on (release) {
    getURL(www.mastacraft.com/fatalwisdom/audio.htm);
    so the getURL ws good but for a button you need to use the on
    (release) {
    }

  • Link Flash buttons with typo3

    hi
    I have a problem. I want to link my flash menu with typo3 and
    I don't know what i should do.
    Please help he, I'm very desperate.
    Sincerely Mia

    typo3?
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • I am asked to select an app each time I attempt to open a linked file via a website. How do I tell firefox to use the same app every time?

    I have a website; www.designed4submariners.com. On several pages, I have created links to images which are located in a upload file folder. Each time I click on one of those links on the active website (using Firefox as browser), a dialog box appears asking me: What should Firefox do with this file? Beneath the question is a pull down menu which has "TextEdit (defualt)" selected next to a radio button. The image file will open in a browser window when I select Firefox from that pull down menu. I can not tell Firefox to open all similar files using Firefox. How can I resolve this issue as I must go through the same process each time I attempt to open one of those links.

    Your response identifies the issue exactly! My website is hosted by GoDaddy. I have forwarded your linked information to their tech department. The URL below my signature is the site having the problem I've outlined when attempting to access linked images.
    Thank you
    Vincent G. Flaherty, Principal
    Hamilton 1:1 Communications, LLC
    410 Fern Road
    Orwigsburg, PA 17961-9210
    Tel: (267) 261-8693
    Designed for Submarines:
    http://www.designed4submariners.com

  • Using own flash button - no link option

    Hey,
    This is probably a really dumb question, but I cannot figure
    out how to link my own imported flash button to a page on my site.
    If I select a button within DW, and click the edit option I'm
    presented with the option of linking the button. If I use my own
    button, clicking edit just puts me into Flash.
    I don't want to use the "getURL" within flash because it
    insists on too many security checks which would really ruin a
    visitor's experience to my site.
    Even in code view there is no hint as to a link referenced,
    so I can't even fudge around with the code!
    Any help would be appreciated.
    Thanks.
    PS.--Adobe: maybe offer a "suggested username" when
    registering for your forums - not really my preferred choice of
    nick, but got fed up after 20 attempts to choose one.

    You cannot apply an HTML link to a Flash element. That link
    must be part of
    the Actionscript.
    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
    ==================
    "Biscuit666" <[email protected]> wrote in
    message
    news:etfnt9$afg$[email protected]..
    > Hey,
    > This is probably a really dumb question, but I cannot
    figure out how to
    > link
    > my own imported flash button to a page on my site.
    >
    > If I select a button within DW, and click the edit
    option I'm presented
    > with
    > the option of linking the button. If I use my own
    button, clicking edit
    > just
    > puts me into Flash.
    >
    > I don't want to use the "getURL" within flash because it
    insists on too
    > many
    > security checks which would really ruin a visitor's
    experience to my site.
    >
    > Even in code view there is no hint as to a link
    referenced, so I can't
    > even
    > fudge around with the code!
    >
    > Any help would be appreciated.
    >
    > Thanks.
    >
    > PS.--Adobe: maybe offer a "suggested username" when
    registering for your
    > forums - not really my preferred choice of nick, but got
    fed up after 20
    > attempts to choose one.
    >
    >

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

  • Flash button link help

    i have a flash website template where i have done all the editing for my website but now on profile page i create a button and i want when i click on that button that button will take me on another page which is already in that template, but i can't create that. Please assit me asap.
    I have create that button on "symbol 25 copy 2" and i want that button take me on "symbol 25 copy 4"

    What will people who do not have Flash installed do when they
    come to your
    page? How about the search engines?
    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
    ==================
    "Andy" <[email protected]> wrote in message
    news:e50thk$hjd$[email protected]..
    > In DW if I hit the "Play" button in Properties and then
    click the Flash
    > button, the link works but will not work in IE6!!!???
    >
    >
    > "Andy" <[email protected]> wrote in message
    > news:e50rde$fde$[email protected]..
    >> Thanks for your reply, Alan.
    >>
    >> That is what I did put in the link box but for some
    reason the link will
    >> not work.
    >> I put
    http://www.netspace.net.au in
    the link box, then saved my work and
    >> viewed it in IE6, but it will not connect me to the
    site when I click on
    >> the button. If I create a hyperlink using a word, eg
    Netspace, it works
    >> OK.
    >> I'm using Dreamweaver 8.
    >>
    >> Andy
    >>
    >> "Alan" <[email protected]>
    wrote in message
    >>
    news:C0995965.28F809%[email protected]..
    >>> In the Flash Button dialog box, in the url or
    link box, type the full
    >>> url
    >>> address including the
    http://
    >>>
    >>>
    http://www.example.com
    >>> instead of
    >>> www.example.com
    >>>
    >>> You have to do this for all external links,
    whether using flash buttons
    >>> or
    >>> regular links.
    >>>
    >>>
    >>
    >>
    >
    >

  • Linking a button in flash to a dreamweaver site

    I am having some trouble linking a button in my flash movie to a separate dreamweaver site. The flash movie will be placed in
    the homepage of a website and i want to be able to click a button in it to go to a separate page. the code i am trying is :
    RF1.addEventListener(MouseEvent.CLICK,clickHandler);
    function clickHandler(event:MouseEvent):void{
    navigateToURL(new URLRequest("http://Bleachers_Top.html"));
    where RF1 is my button and my target page is"Bleachers_Top.html"
    I am pretty sure the last part is wrong but I cant seem to find any help on how to do it.
    I get this error when i try it, does this mean it is a flash player setup error in that case does anyone know another way to do this because I don't want people to have to alter their Flash security options when they view it.
    Thanks in advance
    Andrew Whited

    The url you show is not a valid address as far as I can tell.  If you are going to use the http://, then you also need to specify the domain... http://www.somesite.com/Bleachers_Top.html
    If that web page is in the same folder as the page your Flash file will be in then you can just use the web page name without the http:// portion.

  • Konqueror browser for Linux has an useful CPU limitation feature for websites using Flash content. Can you add such a feature in Firefox?

    I have recently found that Konqueror browser for Linux can help user to limit cpu usage while visiting a website using flash technology by changing settings in the Flash section and adjusting the slider from VERY HIGH settings to HIGH and MEDIUM and so on. It actually works, and it does not have a direct impact on the general performance for flash player but it may generate some conflicts if other extensions such as add-blocker or click-to-flash are enabled also.
    Maybe you can add a similar setting in Firefox in the browser option section or just as an useful addon or extension.

    Sorry for being late with my reply. I've just tested that addon that you mentioned in your post ( https://addons.mozilla.org/en-US/fire.../system-monitor/ ) , it looks like a system monitor and nothing more than that.
    As for the memory tip ( about:memory ) I agree that it can be extremely useful for users that have less than 1 gb memory installed on their system. I know very little about computers but I can tell your tip for optimizing memory usage in firefox has merits.
    Me, I have another problem with cpu overload in Firefox, Internet Explorer, Opera and most of the browsers with flash support enabled. Each and every time time I visit a page that features all sort of adds and gadgets based on flash technology, and each time I try to watch a video online my cpu goes all the way up to 100% and stays there until i finally decide to close the browser.
    I am running winxp and also linux on a Dell Optiplex GX260 machine with 2000 MHz cpu, 1024 Mib ram and 128 Mib video card, it is not the best computer in the world but still 2000 MHz should be enough for a limited and uneventful web experience.
    It is not as much an issue with the web browser, any browser, the whole problem is caused by funny people claiming to be deeply involved with web development, and promoting flash technology for ages instead of choosing other alternatives, more user friendly. All I am saying is that flash ruined the entire web experience making people to believe that they actually need dual-core cpu and coreduo and deepfreeze cpu and so on which is only partially true.
    I always get better results for cpu usage when watching online videos that use media player as default player and not flash player, and my cpu stays below 70% usage which is not much but still it is not 100% usage.
    Konqueror offered me a nice surprise, and I was able to limit cpu usage once I moved that slider from Very High setttings for flash player to Medium settings. I got something between 80-90% cpu usage as a result, and I was very pleased to finally see a working solution to my problem at least for linux if not for windows.
    The only other browser that I can use for windows only, which handles both flash player and cpu usage well is Kmeleon browser which is a long forgotten project but does offer nice features once you find some plugins that it needs to make it come to life again.

  • Flash menu in DW, how do I link the buttons?

    Hi there!
    I have a problem, i'm creating a site in dreamweaver with a
    lot of flash objects. For examlpe I'm making a flash menu, wich is
    the hole problem! I'm importing the flash file to the left frame in
    dreamweaver and i'm trying to link the buttons (on the menu) to ex.
    "home" or "about me", though it doesn't work! I can't link the
    buttons because they're in this flash object. I know i'm doing it
    wrong with trying to link the buttons on the flash object but I
    don't know what else to do. And the thing is that i don't wanna use
    the buttons already existing in DW, i've made my own ones. The
    buttons are moving so there is one more problem, they're coming in
    from the right side (in the left frame) and bounces once, and then
    they stop. And that's when I wan't them clickable. So how do I make
    the buttons linking to the pages??
    Would really appreciate an awnser!
    Thanks !

    Flash links are made in Flash, not DW.
    I trust these links are not important, as search engines
    can't see them
    "Sabyonei" <[email protected]> wrote in
    message
    news:f1ktus$ct9$[email protected]..
    > Hi there!
    > I have a problem, i'm creating a site in dreamweaver
    with a lot of flash
    > objects. For examlpe I'm making a flash menu, wich is
    the hole problem!
    > I'm
    > importing the flash file to the left frame in
    dreamweaver and i'm trying
    > to
    > link the buttons (on the menu) to ex. "home" or "about
    me", though it
    > doesn't
    > work! I can't link the buttons because they're in this
    flash object. I
    > know i'm
    > doing it wrong with trying to link the buttons on the
    flash object but I
    > don't
    > know what else to do. And the thing is that i don't
    wanna use the buttons
    > already existing in DW, i've made my own ones. The
    buttons are moving so
    > there
    > is one more problem, they're coming in from the right
    side (in the left
    > frame)
    > and bounces once, and then they stop. And that's when I
    wan't them
    > clickable.
    > So how do I make the buttons linking to the pages??
    > Would really appreciate an awnser!
    >
    > Thanks !
    >

Maybe you are looking for