Flash Button question.

Any help on this matter is greatly appriciated. This is
probably a stupid question but it is driving me nuts.
I was updating my site in dreamweaver and I added a bunch of
flash buttons.(slider type) When I upload the site to my server ,
you have to click each button one time before the flash starts
working. If I remember correctly, when I first started adding
buttons, the properties at the bottom had 2 check boxes on the left
hand side to continouisly play the flash. I do not have those check
boxes now. I opened the buttons in flash and everything works fine
in flash. If I hit the play button(in properties) the flash will
work correctly until you preview in browser.
I'm an amatuer at best with this stuff so any help at all
would be extremly appreciated. You can see what I mean on my web
site. It is www.brtguitarsllc.com
I didn't know what place was the correct place to post, so I
posted in 2 fourms.

Answered on the DW forum.
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
==================
"BRT Guitars" <[email protected]> wrote in
message
news:f1ptf1$h6b$[email protected]..
> Any help on this matter is greatly appriciated. This is
probably a stupid
> question but it is driving me nuts.
>
> I was updating my site in dreamweaver and I added a
bunch of flash
> buttons.(slider type) When I upload the site to my
server , you have to
> click
> each button one time before the flash starts working. If
I remember
> correctly,
> when I first started adding buttons, the properties at
the bottom had 2
> check
> boxes on the left hand side to continouisly play the
flash. I do not have
> those
> check boxes now. I opened the buttons in flash and
everything works fine
> in
> flash. If I hit the play button(in properties) the flash
will work
> correctly
> until you preview in browser.
>
> I'm an amatuer at best with this stuff so any help at
all would be
> extremly
> appreciated. You can see what I mean on my web site. It
is
> www.brtguitarsllc.com
>
> I didn't know what place was the correct place to post,
so I posted in 2
> fourms.
>

Similar Messages

  • Could not create the flash button because a component of Dreamweaver is missing. Please reinstall Dreamweaver.

    I have Dreamweaver MX 2004 and then upgraded to
    Dreamweaver Studio MX 2004 and decided to upgrade to Studio 8. At
    the time I got the Studio 8 I also upgraded my computer and now my
    purchased flash buttons do not work on my system. I get an error
    message Macromedia Dreamweaver Could not create the flash button
    because a component of Dreamweaver is missing. Please reinstall
    Dreamweaver. We tried uninstall and then reinstall and still no
    fix. My husband tried the software on his lap top and they work
    fine. I did have Contribute installed but uninstalled it . 1. What
    would the missing component be? and 2. Why didn't the reinstall
    work? Thanks for the help. I need to update a couple of sites that
    use the buttons and can't so far. Carol

    you probably have to install the Dreamweaver update so that
    you're on
    version 8.0.2. just search Adobe.com for Dreamweaver update
    and you
    should be able to find it pretty quickly.
    cpt_vom wrote:
    > After a reinstall of Window XP and Drewamweaver ver.8
    I'm running into a
    > problem.
    > When inserting a flash button I get the following
    message:
    > :Could not create the Flash Button because a Component
    of Dreamweaver is
    > missing. Please reinstall Dreamweaver:
    > Not a word about which Componement missing!
    > I have tried to instal Dreamweaver several times but
    without result - same
    > message appears.
    > The button in question is 'FZ Pack 3: Multi Buttons'.
    > I can insert the standard buttons with no problems and I
    have also tried to
    > insert this button on my second PC with succes which
    could indicate a problem
    > with my main PC, maybe something to do to Windows XP?
    > I really would appreciate an solution to this problem
    and hope somebody could
    > help.
    >
    > Kind regards,
    > Kjeld - Copenhagen - Denmark
    >
    >

  • Javascript call from a Flash button

    I have 2 Panel Groups of 5 panels each and I made a Flash
    button to controll them.
    The following code works if the panels are both open but it
    only works the first time.
    Then the second time I get an error;
    cpg is undefined
    CODE:
    on(release){
    getURL("javascript:cpg.closeAllPanels();cpg2.closeAllPanels()");
    This would need to work for both panelgroups even if only one
    is open.
    I tried using fscommand but not sure how to write it.

    Hi Doug,
    A few questions for you...
    <ol>
    <li>What functionality are you trying to achieve?</li>
    <li>What version of APEX are you using?</li>
    <li>When you say 'process', do you mean 'Page Process'?</li>
    </ol>
    There are definitely ways of submitting the page and triggering a page process to run via JavaScript, but it would be good to better understand your requirements first before proposing a certain solution.
    Regards,
    Anthony.

  • Cannot set Flash button properties from sprite behaviour

    I'm puzzled...
    I'd like to set Flash button properties from behaviors on the
    sprite
    itself (unselect all buttons with a sendAllSprites, for
    example) but
    only this sample script works :
    on mouseEnter me
    sprite(spriteNum).selected = true
    end
    those ones won't:
    on mouseEnter me
    me.selected = true
    end
    on mouseEnter me
    selected = true
    end
    It must but obvious but I can't get it to work...
    Thanks.
    PJ

    The selected property is a property of the sprite. You need
    to
    reference the sprite specifically when you access it.
    When you are using
    me.selected=true
    the 'me' is referring to the current instance of the
    behaviour that is
    running. It is not referring to the sprite itself. Therefore,
    you need
    to use
    sprite(me.spriteNum).selected=true
    so that you correctly reference the sprite.
    You can use the syntax
    me.property=true
    only if the property in question is a property in that
    *script*.

  • Flash button in a frameset

    Hi, I'm a novice to Dreamweaver/webdeveloping.
    I have a simple site with a 3 frame frameset. I have flash
    buttons in the leftframe openining the links in the mainframe. Well
    But when I test it in a browser (Safari) The button opens the link
    in a new window, not the mainframe. If I use hyperlinks they work,
    they open the link in the mainframe. Any ideas why this is.
    Another quick question, Has anyone had problems running under
    rosetta or at all. When I'm in the "Insert Flash Button" screen
    when clicking on the target drop down menu, the program gets stuck
    and won't let me leave the "Insert Flash Button" screen. this has
    happened twice only.

    Best practice methods suggest a) that you only use frames
    when you have a
    need to use them, and b) that you not use Flash for
    navigation unless you
    cannot accomplish your purpose with other methods, and unless
    you also
    provide plain-HTML redundant navigation.
    Frames extract a penalty on you as the developer, and on your
    site visitor,
    that neither of you may be interested in paying. That being
    the case, it is
    incumbent on you as the developer to make a considered
    decision to use them,
    not just because they seemed easier. To find out about the
    many problems
    that come with deciding to use frames, go here -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Using Flash for navigation without redundant navigation
    methods eliminates
    the use of your pages for the following classes of visitors -
    1. Those who do not have the Flash plugin installed (and
    there are some)
    2. Those who use a screen assistive device for surfing
    3. Search engine spiders - meaning that your site will not be
    ranked
    In addition, you create a maintenance problem for yourself if
    your linked
    file ever gets renamed or moved. Again "it seemed simpler" is
    not a good
    reason to use Flash navigation.
    All of these considerations dramatically affect your
    questions below. I
    will not address them until we hear further from you.
    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
    ==================
    "neergbak" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I'm a novice to Dreamweaver/webdeveloping.
    > I have a simple site with a 3 frame frameset. I have
    flash buttons in the
    > leftframe openining the links in the mainframe. Well But
    when I test it in
    > a
    > browser (Safari) The button opens the link in a new
    window, not the
    > mainframe.
    > If I use hyperlinks they work, they open the link in the
    mainframe. Any
    > ideas
    > why this is.
    > Another quick question, Has anyone had problems running
    under rosetta or
    > at
    > all. When I'm in the "Insert Flash Button" screen when
    clicking on the
    > target
    > drop down menu, the program gets stuck and won't let me
    leave the "Insert
    > Flash
    > Button" screen. this has happened twice only.
    >

  • Dyanamic data in flash button

    Hi all,
    is it possibile to make flash button that would on mouseover pop up and start showing some dynamic text like the name of a fund in the line the button is located? If you want to see the buttons in question - you can take a look at page: investa fondovi the buttons are located verticaly. Where would I put the text, somewhere in flash or would I somehow direct it to somewhere else?
    Thanks,
    Mario Ostojic
    Web design | Internet portal developer
    Investa

    Hi,
    Simply echoing (writing) the variables again and again will
    override their values, use a XML output and feed the data provider
    of a dataset and then showcase the data on to Flash stage text
    variables by browsing through local dataset. For example what you
    have currently in your ASP page is:
    &areaID=52&areaname=xyz......&areaId=1485&areaname=abc...
    now in thise case the while you retrieve data with Flash
    Loadvariables it will only treat areaID and areaname as one
    variable not a set as in case of array, hence it will finally fetch
    you the last value feeded for variable areaID i.e. 1485
    try to echo something like this:
    <node>
    <node areaID="52" areaname="xyz" />
    <node areaID="1485" areaname="abc" />
    </node>
    now you have many options to play around with this once you
    import this into Flash with something like loadXML() method of XML
    object of Flash. You may simply use the XML tree itslef to browse
    and showcase the values or feed it in local dataset for further
    use.
    Hope this helps.
    Thanks,
    Sumeet

  • Frustrating flash buttons

    I've upgraded from GoLive and have installed flash
    buttons/text on 2 sites. I started working on a 3rd site and now
    every time I create a flash button/text I get the message :
    "invalid name". Usually the name is xxx.swf. Just when I was
    starting to like DreamWeaver.....arrrgh BTW I tried to post in the
    General Discussion but every variation of my "nickname" was
    supposedly taken--even when I just ran my finger across the
    keyboards as I did with this nickname. Thanks for any help.
    As a followup--I opened the index page from one of the other
    sites and created and saved a new flash button with no
    problem.

    > If that's the case why does Adobe promote using flash
    buttons and flash
    > text on
    > the Dreamweaver tutorial: Migrating from GoLive to
    DreamWeaver?
    It's a good question. Adobe is offbase with this promotion,
    but they are
    desparate to convince people that the migration is easy. It's
    not.
    Especially not if you don't have good facility with HTML and
    CSS. Garrick
    Chow should be ashamed of himself.
    I have seen that invalid name error alert mentioned by others
    from time to
    time, but I'm not sure what is triggering it. Being as how I
    wouldn't dream
    of using Flash Text or Flash Buttons, I can't really help
    you. But were you
    not using them at all, it goes without saying that you
    wouldn't have to
    crack this nut. Why are you using them?
    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
    ==================
    "s;lsu[rtpoeiou [" <[email protected]> wrote
    in message
    news:[email protected]...
    > If that's the case why does Adobe promote using flash
    buttons and flash
    > text on
    > the Dreamweaver tutorial: Migrating from GoLive to
    DreamWeaver?
    > (
    http://www.adobe.com/designcenter/dreamweaver/articles/drwcs3_golivemigration.h
    > tml) In fact there are 2 separate chapters--one for
    Flash buttons and one
    > for
    > Flash text and the narrator, Garrick Chow,
    enthusiastically promotes
    > Dreamweaver's Flash button/text features and says "The
    good news is that
    > most
    > people have the Flash plug-in installed on their
    computer these days."
    > Whom am
    > I supposed to believe? Maybe Garrick Chow should add
    something at the end
    > of
    > the tutorial like, "Oh BTW we're dropping these features
    in the next
    > version."
    > Anyhow that is not my issue--the problem is the "invalid
    name" dialog that
    > I
    > get when creating a Flash button/text only in one site.
    I can create the
    > Flash
    > button/text with no problem in 2 other sites. In fact I
    can import them
    > and
    > install them in the problematic site. At any rate thanks
    for your input.
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > If you want to use Flash for navigation, consider this -
    >
    > 1. Some people don't have Flash installed - what do they
    do? At the
    > least,
    > you will have to provide redundant, HTML-based
    navigation.
    > 2. Search engines may not parse Flash links - your site
    will not be
    > spidered by them
    > 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? You will
    > have
    > to remake those buttons.
    >
    > It's usually a very bad idea for these reasons - and for
    these reasons,
    > Adobe has removed Flash buttons and Flash text from the
    next version of
    > Dreamweaver.
    >
    > I strongly encourage you to select another method.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    >
    >

  • Browser "Back" arrows do not work with Flash buttons.

    Just can't seem to get around this problem...
    I've made several flash buttons for use in my navigation bars. They work great but the "back" arrows on the browser are always grayed out. It doesn't seem to matter what kind of browser I use.
    The site was made in Dreamweaver and the Flash buttons are imbedded within the pages. I posted the same question on the Dreamweaver forum and got some vague answers.
    Is there some code I can put into my Flash buttons?
    If you have an answer please be specific as I'm not an expert.
    The site is fireonmcginnis.com
    or just type "Fire on McGinnis" into a search engine.
    -Toastieo

    Spry or regular hyperlinks in a list or nav configuration. Either is better than Flash buttons.
    Thing is, a search bot will read the HTML in those kinds of links (spry or HTML) and index them. That way if you have an event calendar for upcoming shows, or a discography page, it can find them and will be able to make a reference to them in later search engine databases (usually about 72 hours after the indexing). With the Flash buttons there is no code for the bot to find and your upcoming events, or a downloads page if there is one, will never be seen in a search even if people look directly for "fireonmcginnis: schedule", or "music by fireonmcginnis" because to Google, Yahoo, Lycos and the others the pages simply don't exist.
    Spry is great if you have submenus, and since it can be customized using CSS, you can make it match your site layout. You can also do that with regualr hyperlinks and CSS, but spry has a more appealing look to a lot of web users and the submenus are a little harder with basic HTML.
    For the record the script should read: getURL ("http://www.site.com/page.html" "_self"); for the buttons. There'a s drop down to select _self, _blank, _parent etc. when you add the getURL script to the button.
    But... you need to stay away from Flash buttons for navigation or you're really defeating the purpose of putting a band on a website in the first place. It's about exposure and Flash buttons will severely limit that exposure, even if they work properly.

  • Flash buttons and slideshow don't show [was: Please help]

    hello all and thanks in advance
    ive made my site using dw cs3 and all works perfectly on my hdd when i preveiw in i.e or firefox ,however when i upload the site to my server (justhost)
    the flash buttons and slideshow do not apear !   dont know what i can do to reslove this so any ideas would be great and thanks again for reading
    regards martin
    [Subject line edited by moderator to indicate what the question is about]

    hi again and thanks so much
    the file was there but the script folder it was located in was using a capital letter to start ...doh
    again thank you so much
    regards martin

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

  • Links on Flash buttons ( CS3 )

    Hi pros and newbies ,
    I have a question regarding linking flash symbols /
    buttons.What I mean is : after creating dynamic / interactive
    symbol in Flash I want to add link to it so any help will be
    welcomed.Also , After inserting "Media Flash button" in dreamweaver
    and make a link on it - the browsers ask ( after cliking on it )
    what program they should open it with - ? Why don't the links open
    in new tabs after clicking on Flash buttons ? Thanks for any
    answers.

    So you have a button in Flash and you want it to take you to
    a url when clicking on it?
    Here is a quick example of how to do this by applying
    actionscript to the button itself. When you have the button on the
    stage, select it on the stage and then go into your Actions panel
    to add the actionscript code at the end of this post. You can view
    the FLA for this by downloading it
    here.
    Here is the actionscript which needs attached to your
    button:

  • Flash button dreamweaver cs3

    Hello i have a problem with DW cs3 with flash buttons.when im trying to add a new flash button then i got always that message"button1.swf" is an invalid file name.please enter a different name.im trying a new name but it's same..plz can i have some help to solve that problem.
    thanks for your help
    Charles

    Hi,
    I suggest posting this question in the "Dreamweaver General Discussion" forums, as it´s not related to the Dreamweaver Developer Toolbox
    (ADDT) extension.
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Help Brining Flash button to Dreamweaver/webpage?!?!

    Hello all,
    I've created an animated button in flash cs3, and wanted to bring my work onto a webpage. I am using dreamwaver cs4, and want to know how, the only thing I know how to do on dreamweaver is bring in the whole movie clip, but this just won't do... PLEASE HELP ME!!!!
    ps: just bringing it onto a webpage is my question...

    When you say, "just the button," to what are you referring?
    If just the image of the button, export (from Flash) an image.
    If you need it to work like the flash button you designed, you will need the whole .swf file (and any auxiliary code).
    Beth

  • Help! Flash Button Troubles

    O.K., Hello again everyone got yet another rookie question so
    hopefuly y'all have the answer... I am using Dreamweaver MX and
    using the preset Flash Buttons that come with it the "slider"
    button in particular now I have edited this button and specified a
    link (photoshop.htm) coming from (index.htm) but when I upload the
    files to the server and try to test it, my index.htm comes up and
    is perefect but the button will not link when clicked, it does
    everything it is supposed to except take me to another page. I
    inspected the code and saw no reference to the page it is to link
    to, so attched is the code for y'all to see. Pleez HELP!
    -P.S.- also with these buttons I must click to activate them
    is there a way around having to click on them before they will
    animate?
    .

    Don't use Flash buttons. That answer is simple! 8)
    There are several really good reasons not to use them -
    1. They are inaccessible
    2. They can't be spidered
    3. They aren't usable by those who don't have Flash
    installed.
    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
    ==================
    "Quesstt" <[email protected]> wrote in
    message
    news:[email protected]...
    > O.K., Hello again everyone got yet another rookie
    question so hopefuly
    > y'all
    > have the answer... I am using Dreamweaver MX and using
    the preset Flash
    > Buttons
    > that come with it the "slider" button in particular now
    I have edited this
    > button and specified a link (photoshop.htm) coming from
    (index.htm) but
    > when I
    > upload the files to the server and try to test it, my
    index.htm comes up
    > and is
    > perefect but the button will not link when clicked, it
    does everything it
    > is
    > supposed to except take me to another page. I inspected
    the code and saw
    > no
    > reference to the page it is to link to, so attched is
    the code for y'all
    > to
    > see. Pleez HELP!
    >
    > -P.S.- also with these buttons I must click to activate
    them is there a
    > way
    > around having to click on them before they will animate?
    > .
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=5,0,0,0" width="205" height="72">
    > <param name="BASE" value=".">
    > <param name="movie" value="photosh.swf">
    > <param name="quality" value="high">
    > <param name="bgcolor" value="#000000">
    > <embed src="photosh.swf" width="205" height="72"
    quality="high"
    > pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
    > ion=ShockwaveFlash" type="application/x-shockwave-flash"
    bgcolor="#000000"
    > base="."></embed>
    > </object>
    >

  • Phone keeps ringing on the caller's end - Is This a Call Waiting and Flash Button Problem?

    I had FIos phone service installed 2 weeks ago.  I am having a sporadic but regularly occurring issue with incoming calls that I think might be related to the Call Waiting and flash button so I am looking for some input.  Before describing the issue here are a couple of things to know:
    - I have my Verizon voice mail service turned off on my account.
    - I have the call waiting function set to off.
    - On my phone handset the Talk and Flash operation is the same button.
    Now here is my issue.  Often but not 100% of the time people are telling me that the phone just rings and rings on their end.  After receiving many complaints since my Fios install that the phone rings and my phone answering machine does not pick up the call I have been calling my home phone number with my cell phone and I have determined the following:
    1.  My home answering machine will pick up the call, however on my cell phone which is the calling end the  phone is still just ringing.
    2.  Sometimes I will press the talk button but there will be dead air but on my cell phone which is the calling end it will still be ringing..  But if I press the Talk/Flash button a couple of times the call completes.
    Since my Talk and Flash button are the same I started to wonder if that is a factor so I repeated scenarios above and found that after pressing the Talk button a couple of times then the call is answered and the phone stops ringing on the caller's end.
    I know that with Call Waiting the caller's end will just keep ringing unless the called end switches over with the Flash button.  So my question is even though I have the Call Waiting function turned off could the combination Talk/Flash button be the reason why the call just rings on the caller's end even though I have Call Waiting turned off?  And f this is the cause then why is it happening and does it mean that I have to buy a new phone that has separate Talk and Flash buttons?
    I hope the above description of my problem makes sense and can be answered.  Thank you

    Without buying a new phone you can test this. Unplug the phone that has the combination button. If its a cordless phone base station with multiple handsets, make sure you unplug those as well. Then use a regular phone plugged in to do test calls (if you dont have one you could maybe borrow one for a couple minutes from a friend, family, or neighbor).
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

Maybe you are looking for