Edit exesting flash button in Flash pogram

Hola guys,
I would like to edit/modify the existing flash button in
C:\Program Files\Macromedia\Dreamweaver MX\Configuration\Flash
Objects\Flash Buttons.... I would like to reduce the height of the
button "translucent tab (down)" using the flash program. I know I
can edit to some extend from dreamweaver program but the text will
be made smaller too which i dont want. Thanks in advance for any
help at all.
Jaimito

JaimitoPeru wrote:
> Hola guys,
> I would like to edit/modify the existing flash button in
C:\Program
> Files\Macromedia\Dreamweaver MX\Configuration\Flash
Objects\Flash Buttons.... I
> would like to reduce the height of the button
"translucent tab (down)" using
> the flash program. I know I can edit to some extend from
dreamweaver program
> but the text will be made smaller too which i dont want.
Thanks in advance for
> any help at all.
> Jaimito
You can't, templates are not editable.
You will need Flash and make new buttons from scratch.
Best Regards
Urami
Beauty is in the eye of the beer holder...
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Edit Photoshop Flash Web Gallery

    Hi!
    I'm completely new to Flash but I've been trying to edit the
    Flash gallery 1 included in Photoshop CS2. What I like to do is to
    make links from the title in the head. I figured out how I can copy
    the code for the email field that already exists. But I cant really
    understand how I change it so it works on a webpage instead of an
    email.
    The template I'm using can be downloaded here:
    Photoshop
    Flash Web Gallery
    I found the specific code in title.class.as
    The code I want to change looks like this:
    if (email != undefined) {
    var emailObj = this.createEmptyMovieClip('email_mc',
    this.nextDepth())
    emailObj.beenClicked = false;
    //trace ('we have email info it is '+email);
    currentY -= titleH2.size;
    emailObj.createTextBlock('email_txt', currentX, currentY,
    'dynamic', titleH2, 1600, 20, false, false, true, false, email,
    config.embedFont, false);
    emailObj.email_txt._width = emailObj.email_txt.textWidth+10;
    emailObj.email_txt.textColor = theGallery.link.toHex();
    emailObj.onRollOver = emailObj.onDragOver = function () {
    //trace("over");
    this.email_txt.textColor = theGallery.link.toHex();
    emailObj.onRollOut = emailObj.onDragOut = function () {
    //trace("out");
    if (this.beenClicked == false){
    this.email_txt.textColor = theGallery.link.toHex();
    } else {
    this.email_txt.textColor = theGallery.vlink.toHex();
    emailObj.onPress = function () {
    //trace("out");
    this.email_txt.textColor = theGallery.alink.toHex();
    emailObj.onRelease = function () {
    this.beenClicked = true;
    this.email_txt.textColor = theGallery.vlink.toHex();
    mailTo ( email)
    //trace("release");
    What I want to do is to create a link in the code for:
    if (one != undefined) {
    //trace ('we have a one it is '+one+' that is '+one.length);
    currentY -= titleH2.size;
    this.createTextBlock('one_txt', currentX, currentY,
    'dynamic', titleH2, 1600, 20, false, false, true, false, one,
    config.embedFont, false);
    Lets say that I want it to link to a page called one.htm
    How do I do this?

    This would be the least instrusive hack I can find that may get you around the problem.  In the js fle there is a function...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return false;
    Try changing this function to...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return true;
    This should eliminate making the text appear.  If not, there's another thing you can try.
    A better approach wuld be to use more up to date embedding code, though I cannot say whether the js file is written specifically for this Flash application such that it includes code that talks to the Flash file.

  • Will someone edit a flash file for me please?

    hi folks,
    would anyone be kind enough to edit a flash cs3 file for me please?
    i have tried myself but am not good enough to do what i want.
    i know someone with the knowledge could do this for me in a few minutes, it's not a huge task.
    i'll post link to the files if someone agrees, thanks.

    What is it you want done?

  • Component editing from Flash MX to Flash 8

    Hey everyone,
    Remember back in Flash MX how you could edit everything in a
    component, like color of arrows etc etc....lots of editable areas.
    Well now in Flash 8 all I can find in component editor is like 10
    things max to edit, none from flash mx...where was this moved
    now...I want to be able to edit for example a scrollpane in flash 8
    and want to be able to edit everything just like in flash mx.
    Thanks!
    BrandBurnMedia

    BrandBurnMedia wrote:
    > Hey everyone,
    >
    > Remember back in Flash MX how you could edit everything
    in a component, like
    > color of arrows etc etc....lots of editable areas. Well
    now in Flash 8 all I
    > can find in component editor is like 10 things max to
    edit, none from flash
    > mx...where was this moved now...I want to be able to
    edit for example a
    > scrollpane in flash 8 and want to be able to edit
    everything just like in flash
    > mx.
    The new componenets are not editable wthin Flash anymore. You
    can skin them
    (check help for SKIN) or you could try to dig out the
    component source file and
    edit it it directly. There are some source files in the
    Macromedia folder on
    your drive.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Edit the About Button

    Hi again ... I am trying to include our company logo and
    links in the 'About' button on the Main Toolbar. Working in
    RoboHTML 6.0 with my primary output as FlashHelp. I've tried to
    edit an existing skin and Edit is disabled. I tried to create a new
    skin and have the option to create a customer WEBHELP skin or to
    create a skin from the gallery. I chose to create a skin from the
    gallery since when I tried to create a WEBHELP skin it doesn't work
    in my FlashHelp. Once I've chose a skin from the gallery I'm asked
    to provide a new name, which I've done. This simply drops the new
    skin in the Project list and does not allow me to edit this new
    skin. The new skin does appear in the output properties but I'm not
    able to edit the About button in this view.
    Any ideas on how to edit the About button on the Main
    toolbar.
    Thank you.
    Kathleen

    You're most welcome!
    Let me fix something I said earlier
    : You can change the "Powered By" part of the button
    by opening wfres.xml in your output files (use a text editor like
    Notepad). You would see a line that looks like this:
    <item name="Logo/Author" value="Powered By"/>
    Change "Powered By" to something else and save the file, and
    that text will show up in your button. However, be aware that when
    you generate FlashHelp again, your changes to this XML file get
    overwritten. If you want the button text to remain changed, you can
    keep the changed version of wfres.xml in another location. Then you
    copy and paste it into your output directory after you generate
    FlashHelp. (Otherwise, you have to go into wfres.xml every time you
    generate FlashHelp and change this text again.)
    Also note that what I said earlier about having to change the
    .fla file for this button is still true for the "RoboHelp" or
    "FlashHelp" part of the button. That part has to be changed in
    Adobe Flash.
    A little background on your question about changing skin
    files: A FlashHelp skin is made up of multiple SWF movies. A .swf
    is created using a .fla file, which is editable in Adobe Flash. The
    .fla files used to create the FlashHelp skin movies are included
    with the .swfs. When you create or import a Flash skin, RoboHelp
    puts all the .fla and .swf files in this directory: <project
    folder>/!SkinSubFolder!/<skin name>. If you change one of
    the Flash files in this directory and export it as a SWF into that
    same directory, RoboHelp will use that new version of the file when
    you next run the FlashHelp output.
    This means (to answer your question) that if you change a
    .fla and .swf file in a particular project's !SkinSubFolder!, the
    skin is changed for that project only. To use that same changed
    file for another project, the safest way is probably to import the
    entire skin into the other project.
    Hope this is some help,
    Ben

  • I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    Is the menu bar missing (the one containing File, View, Edit etc)? If it is, the following link shows how to restore it - https://support.mozilla.com/kb/Menu+bar+is+missing

  • Loss of "Edit in Photoshop" button functionality with Photoshop CC

    First, I must say I am highly dissapponted in Adobe's decision to stop developing Encore. I know that streaming and cloud access to video projects is the fture, but DVD and BluRay is still the standard for a majority. I film events, weddings, training sessions, etc. and am still asked to provide a hard copy of the product.
    I downloaded Photoshop CC and have now lost the "Edit in Photoshop" button functionality. This was an extremely convenient feature allowing editors to modify and enhance DVD and BluRay menus easily in Photoshop given the limited options for editing in Encore itself. Unforutnately, I deleted Photoshop CS6 before checking this. I just assumed that Adobe would have kept this function.
    How can I fix this? If I need to re-download Photoshop CS6, will you provide a link to do so?
    Finally, is Adobe really sticking to its guns with not continuing Encore? It is one of the best authoring tools I have worked with for its price and its a shame to see it go.

    >will you provide a link to do so?
    While there are a "few" Adobe employees who read/post (mostly in the Premiere Pro forum) this is primarily a user to user form... so the best I can offer is the IDEA to look on the Cloud to see if there is a link to download Photoshop CS6
    The only actual CS6 link I have is to purchase the standalone (not cloud) products http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html?promoid=KFPMZ but that would mean buying outside of the cloud
    You might want to contact Adobe to ask about this - http://helpx.adobe.com/contact.html
    Next link has a "Chat Now" button near the bottom
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • Save PDF form into non editable PDF through button (SaveAs) using java script

    I am creating PDF form using LiveCycle 8.0.
    1) Using SaveAs the form in PDF (non editable) by using button and javascript
      ( app.execMenuItem("SaveAs");
         myScript.LoclAllFields("form1");) this code is not working.
    2) show / hide the field by choosing the drop down List.
    Like, In drop down list their is tree option name  a, b, c. when select "A" hide the field_A and select "B". then show the field_A.

    Thanks for that script, it is a great way of securing it from being edited, but reader still won't allow the form to be saved, only as a copy without the inputted text. The idea of what I'm trying to achieve is a form which the staff here fill out and then send to our customers with non editable fields, there is the option to print to pdf but that saves the file as an 'image', this stops people from highlighting text which we don't want, they have to be accessible afterwards to copy and paste the text at a later date.
    I hope someone can help with what should be such a simple action.

  • Sharepoint Designer Workflow - Edit this task button not showing in outlook for some users.

    Hello all,
    I have created a "collect data from user" workflow in Sharepoint Designer, with around 9 "else" instances as to who to collect data from. My problem is that some users do not have the "Edit this task" button at the top of the email (Nor do they have the
    "create rule.." button). They DO have the enabled hyperlink in the body of the email, which brings them to a screen where they can view the details of the task, then edit it by clicking on "Edit".
    My users who have the button at the top of the email are having a much more simplified experience, and I would like all users to have it. All permissions are equivalent across the board as best I can tell. Is this an Outlook settings issue perhaps?
    Any input is much appreciated!
    Thanks!

    Hi Fender,
    Please can you confirm which version of Outlook your users have (and if they are all on the same version)? All my none 2007 users lack the Edit Item button, and have to use the links in the body of the email, which I believe is simply due to the fact that
    2003 et al lacks the same SharePoint integration options as 2007.
    Cheers
    Stew

  • "edit project drafts" button is missing

    Hello,
    I uploaded and published my first project, but decided to unpublish it till I make some more changes, and now I can't find it anywhere. I did not delete it. The "edit project drafts" button mentioned at How do I edit, unpublished, or delete a project? : Behance Support & Forum is simply missing. Where is it?
    Thanks for any help!

    Hi - we can definitely help! To have a private convo where we can give you your accont info, please write us a ticket here and someone will get back to you ASAP:
    Behance Support & Forum : Submit a request for assistance

  • Captivate 6 crashes when "edit in audition" button is clicked.

    Captivate 6 crashes every time I click the edit in audition button.
    What Ive tried:
    Different projects- same result
    Delete pref folder - same result
    Remove and reinstall CP6 and 6.1 patch- same result
    Disconnect second monitor and run the the above- same result.
    Not sure what the issue is, anyone else been through this?

    Hello there,
    Are both of the software installed as a part of E-learning Suite 6 or 6.1?
    Which Operating System is it?
    Please try to run captivate as administrator. (Windows 7)
    Have you tried to do this in a different user account with admin rights?
    Thanks.

  • DW CS3 and the "edit in Fireworks" button

    Hi:
    In using the edit in Fireworks button, my computer is looking
    for DW8 to open, which was uninstalled a long time ago. The
    preferences are set correctly to FW CS3, but it won't obey.
    Any suggestions to re-train my system?
    Thx, Ned

    There's a workaround over on the Yahoo group:
    http://tech.groups.yahoo.com/group/adobe-dreamweaver/message/60883
    1. Open the Dreamweaver preferences -> File Types /
    Editors
    2. Select PNG in the extensions section, then select
    "Fireworks(Primary)
    3. Click on the minus Button to remove Fireworks as Editor
    4. Make sure that Fireworks is removed from all the
    Extensions that
    list Fireworks as editor
    5. Quit and relaunch Dreamweaver, get back to the File Types
    /Editors
    Preferences
    6. Select PNG again and click the plus Button
    7. Now navigate to Fireworks that has been installed on e.g.
    D:\Progams\Adobe Fireworks CS3\Fireworks.exe
    8. Repeat this with every Extension that should have
    Fireworks as Editor
    Charles Nadeau
    Dreamweaver
    Adobe Systems

  • Edit Component Definition button not working

    Hello,
    I am using Studio Edition Version 11.1.1.4.0 (Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923) and have a little problem with the property inspector.
    I've created a JSF page and added an ADF Mater Table, Detail Table section.
    When I click on either of the tables I can see the properties in the property inspector but when I click on the Edit Component Definition button nothing happens, no error, no new window.
    Any idea what could be wrong?
    Cheers,
    Andy

    And suddenly it started to work. Not sure what happend.
    --Andy                                                                                                                                                                                               

  • Style EDIT LINKS pencil button in top Navigation

    On the top navigation of my site I've styled the menu with CSS and a custom master page.  However the 'EDIT LINKS' pencil button is an image coming from spcommon.png as an HTML <img> and it is an incorrect color.  
    How to do I change this image or replace the spcommon.png with my own version?

    Hi Justin,
    The icons in SharePoint sites are generated via sprites, you could type the url in the picture in your original post :
    http://sp/sites/sitename/_catalogs/theme/Themed/
    D9FA9D0B/spcommon-B35BB0A9.themedpng?ctag=5
    It will display a picture as below, and different themes have different pictures like this.
    You could use SharePoint Color Palette Tool to generate theme as you like. Then import the file into the Themes Library :
    http://sp/sites/sitename/_catalogs/theme/Forms/AllItems.aspx .
    The link below provide more detail information for your reference:
    http://blogs.c5insight.com/Home/tabid/40/entryid/392/Update-Default-SharePoint-2013-Icon-Colors.aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Unable to find  "Display/edit Attribute Sel " Button in the IP

    Hi  guys ,
    BPS If we click on the Any planning level  (Display)  We will get tabs : char/Selection/Keyfigure/Description/Char Rels.
    In the selection we have  Display /edit Attribute Sel button there ..So that we can edit the Attribute Vales From to To.
    Im very new to IP ,  I'm unable to find this options..
    awaiting for your inputs...
    Regards
    tunath

    Hi Kirill,
    Thanks for your input ...But If we took as navigation attributes in that Modeler, Where is the option for the value restriction From & to...
    Could you elaborate a bit..
    Regards,
    tunath

Maybe you are looking for

  • Please explain ....

    Verizon Wireless More Everything Plan was a "Mistake", literally! "Wow, you guys were screwed" said the Verizon representative at the store we went to visit. Dear Verizon Wireless, My wife and I have been loyal (paying) customers for over a decade. 

  • FCC Sender Problems.

    Hi, This is my source file format. "abc","asdf","1212","2323" Source File Structure: EAN MaterialNo Plant MaterialDesc I have just created a sender communication channel and given these parameters in the content conversion. RecordSetName: ProcOrdRecs

  • COmparing object using console...

    Hi , I want to compare the objects in between the two db schemas. I am using Oracle enterprise console. Here when i am click the compare objects for the tables, i got the below error. Cannot perform operation for product"Oracle Change Manager" becaus

  • Updating Content Area File Items

    I have added an item (type FILE) to one of my content areas. This file is an HTML document named Oracle.HTML. The problem that I am having is that if I have to update the Oracle.HTML file and re-upload that file to the database, Portal is kind enough

  • Can I backup my iPad and my iPhone automatically too?

    Hi, I was wondering if I can backup my iPhone 4S and iPad 2 in the time capsule, as well as my iMac. Thanks.