Newborn Newbie Needs To Edit Flash Template Text

First, I AM learning Flash 8 at Lynda.com. However I have the immediate need to know how to edit the text in a .fla file in F8. I am fairly proficient in Dreamweaver 8 and Photoshop CS, although that may not matter in the case of Flash.
I do not know how to get at nor edit the text in an .fla file. I've opened an .fla in Flash but it looks like everything's on one layer and I assumed Flash was like PS in that there are many layers of content. I tried but I mangled it badly. I don't really know how the text tools work in Flash.
I purchased the following template from Flashden:
http://flashden.net/item/md-portfoliosite-v2/full_screen_preview/3109
Xml files are included but unfortunately they only drive the galleries and not the rest of the site. Can someone please school me in very very (to the 100th power) basic steps on how I get at this text, edit it, and how I convert the .fla to a .swf and export it to Dreamweaver?
I have attached the .swf file.
THANK YOU!!!!!!

The text may be in an external .txt or .xml file. If you think that the text is written directly in the Flash movie, you can use the Find and Replace tool to find the text. Open the movie, select the stage window, go to the Edit menu and select find. When this window opens type in some of the text that you're trying to find, select Text and Actionscript in the options and and hit the find button. This should give you a list of the places where that text exists in your movie.

Similar Messages

  • Problems with Ñ and accents while editing flash template

    Hello
    Please, someone help!
    I have been trying to edit the text of a flash template and when i publish it, i cant see the Ñ and the accents
    i have been looking for a solution and i have found over the internet:
    system.useCodepage = true;
    But that does not work, i still cant see that symbols when the file is published.
    this is a dynamic generated text from code inside the fla. i am using cs5.
    here is the code i have in the template:
    var menu_label:Array = new Array("BIENVENIDO", "DISEÑO GRAFICO",
                                     "DISEÑO WEB", "PORTAFOLIO",
                                     "PUBLICIDAD ON-LINE", "IDENTIDAD CORPORATIVA",
                                     "REGISTRO DE DOMINIOS", "CONTACTO",
                                     "ALOJAMIENTO WEB" );
    var total:Number = menu_label.length;
    var i:Number = 0;
    var page:Number;
    var main_menu:MovieClip = new MovieClip();
    stage.addChild(main_menu);
    for( i = 0; i < total; i++ )
        var btn = new flashmo_button();
        btn.name = "flashmo_btn" + i;
        btn.scaleX = btn.scaleY = btn.alpha = 0;
        btn.item_no = i;
        btn.flashmo_bg_color.gotoAndStop( i + 1 );
        btn.flashmo_click_area.addEventListener( Event.ENTER_FRAME, btn_enter );
        btn.flashmo_click_area.addEventListener( MouseEvent.ROLL_OVER, btn_over );
        btn.flashmo_click_area.addEventListener( MouseEvent.ROLL_OUT, btn_out );
        btn.flashmo_click_area.addEventListener( MouseEvent.CLICK, btn_click );
        var each_substring:Array = menu_label[i].split("|"); 
        btn.flashmo_button_label.fm_label.text = each_substring[0]; 
        btn.item_url = each_substring[1];
        btn.flashmo_button_number.fm_number.text = ".0" + ( i + 1 );
        main_menu.addChild(btn);
    function btn_over(e:MouseEvent):void
        e.target.parent.over = true;
    function btn_out(e:MouseEvent):void
        e.target.parent.over = false;
    function btn_click(e:MouseEvent):void
        var mc = e.target.parent;
        if( mc.item_url != undefined )
            navigateToURL( new URLRequest( mc.item_url ), "_parent" );
        else 
            change_page(mc.item_no);
    function btn_enter(e:Event):void
        var mc = e.target.parent;
        if( mc.over == true )
            mc.nextFrame();
        else
            mc.prevFrame();
    function change_page(no:Number):void
        page = no + 1;
        play();
    var default_volume:Number = 0.60; // 0.00 to 1.00
    var bg_music:Sound = new flashmo_music();
    var music_channel:SoundChannel = bg_music.play(0, 10000);
    var music_volume:SoundTransform = new SoundTransform();
    music_volume.volume = default_volume;
    music_channel.soundTransform = music_volume;
    sound_control.stop();
    sound_control.addEventListener( MouseEvent.CLICK, play_pause );
    function play_pause(e:MouseEvent):void
        music_volume.volume = default_volume;
        if( e.target.currentFrame == 1 )
            music_volume.volume = 0;
        music_channel.soundTransform = music_volume;
        e.target.play();

    Have you embedded the fonts?
    You can do it following these steps (I'm using Flash CS4):
    Select the textfield (I think is the fm_label).
    In the textfield properties, character, you choose "Character Embedding...".
    There, you can choose "Basic Latin" for example.
    Then, add the characters you need that aren't in "Basic Latin". For example, ñ.
    The image below shows what I said.

  • Edit Flash Template

    I unsuccessfully searched the forums for the answer to my
    post so here it is...I hope someone out there can help a noob!
    I've purchased a flash template from templatemonster.com.
    I've successfully edited the first page, but cannot find where to
    access the sub-pages like; services, about us, contact us, etc...
    Can anyone tell me how to edit those pages?
    If looking at the site will help, it's
    http://joshua-builders.com

    wisevector wrote:
    > I unsuccessfully searched the forums for the answer to
    my post so here it
    > is...I hope someone out there can help a noob!
    >
    > I've purchased a flash template from
    templatemonster.com. I've successfully
    > edited the first page, but cannot find where to access
    the sub-pages like;
    > services, about us, contact us, etc... Can anyone tell
    me how to edit those
    > pages?
    >
    > If looking at the site will help, it's
    http://joshua-builders.com
    >
    you need to open the library and look for it. there are
    countless ways in flash of
    achieving the very same effect, each flash design is based
    pretty much on personal
    preference so it's hard to guess where exactly is your
    content.
    Over all these templates are extremely simplified. Very poor
    quality flash, lots of hard
    coded content and little dynamic ways to customize it. I
    would imagine it could be single
    movie clip on stage. That movie clip with have multiple
    frames, each frame corresponding
    to particular button.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Editing Flash Template

    Hello,
    I recently bought a flash template. I have edited all the
    information that came with it to suit. However now I need to create
    new pages, and get them to slide in (like the main pages do) when I
    click on the 'Click here for more info" button. How can I create
    and get these pages to slide in as the main menu ones do?
    Any help would be appreciated,
    Thanks, Mike

    Mike,
    I am absolutely no expert in this, but I did the same thing
    that you did and found that it many cases it was easier to create
    completely new movies/animations etc than to try to edit the ones
    that are there, unless the changes you want are simple. Assuming
    that what you want to change is another FLA file I would first save
    all the original files in a separate folder, then save them with
    new file names and start experimenting. I found in many cases the
    files were pretty complicated and making any changes screwed up the
    animations but you can use the originals as guides to determine how
    they put the whole thing together. You can often use Fireworks or
    Photoshop to create new backgrounds as needed.
    This is probably not much help.

  • Editing Flash Template Problem

    I downloaded a flash template and after I edit it in Flash
    CS3 and preview, something strange happens.
    The original template is centered in the web browser with a
    colored background on either side. But, after my edits it defaults
    to the left side with a plain white background.
    Any idea why I'm loosing these settings?
    Thanks!

    J8son wrote:
    > I downloaded a flash template and after I edit it in
    Flash CS3 and preview,
    > something strange happens.
    >
    > The original template is centered in the web browser
    with a colored background
    > on either side. But, after my edits it defaults to the
    left side with a plain
    > white background.
    >
    > Any idea why I'm loosing these settings?
    >
    > Thanks!
    >
    I think you publish the template from Flash using the PUBLISH
    option and generated HTML document,
    overwriting your existing document. The layout you describe
    sound pretty much like Flash's default
    html generated document.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Newbie needs help editing free flash template

    I am trying to change the name shown in flash on this website, but it is in bitmap form. It came with a psd file that I was able to edit, but it makes no changes to the site when uploaded. the site can be viewed at southernflaircateringdotcom
    How can I edit the name grill house restaurant???

    Grill House and Restaurant are both imported from individual layers in the Photoshop file. Each of the Photoshop file layers are in the Assets folder in the index folder in the index.psd Assets folder in the Library. You can edit just the Grill House bitmap in Photoshop from the Library by right clicking on that bitmap, but this is not the best method.
    Open the index.psd in Photoshop and make the changes that you want. Be sure to keep the layer organization the same. Save the edited .ps file. From Flash, import the .ps file. When the import window opens, select only the layer(s) that you've changed. These changed layers will import into a new folder structure in the Flash movie's library. Delete the old bitmaps from the folder in the Library. Drag the new bitmaps from their folders to the folders that contained the original bitmaps. In other words replace the old with the new. You should see the updated content in your movie when you test it.

  • Need help with flash templates in Mac...

    Hello,  I did some searches in the forum but found nothing.
    I have a problem.  I have a Mac and and using Dreamweaver CS5.5.
    Recently I download some templates with flash from Hostgator.
    The message I get is:   "This page contains some SWF objects that may not work properly in the most recent versions of Internet Explorer.  Dreamweaver cannot convert them to the new SWF markups.  Please delete each of them a insert again"
    Could you help me please?   
    Thanks,

    Hello,
    The support from HostGator.com told me this:
    After reading about Adobe Dreamweaver and using the library SWF objects. This seems to be a fairly particular error with Adobe Dreamweaver CS4.
    I have read three articles:
    http://forums.adobe.com/message/2958378?tstart=0
    http://www.dreamweaverclub.com/forum/showthread.php?t=33323
    http://www.vbforums.com/showthread.php?t=579625
    They all concur this error is completely ignorable in some way. If you include the object, and just ignore the message, your content will still upload to your site. This has to do with how adobe has changed the embedding of objects since previous versions.
    However, what I can concur from all of this is that you need to simply just re-add the file to your site/library, or just ignore the error message and the embed code should work just fine.
    I test a hostgator template with flash on their server, and works fine.
    I want to know your opinion.  T hanks for your help...

  • Need Help with Flash Template Menu

    I purchased this template from templatehelp.com and I have
    certainly spent a lot of time. I use Fireworks and would consider
    myself fairly good at it. Flash on the other hand is causing me
    some issues. Can someone check this out for me? I have uploaded it
    to my site at this point because I am at a loss.
    Menu for Law
    website

    I am trying to create the menu. I have figured out how to
    create the extra button as well as where I will need to change the
    link for each button but if you download the menu from above (link
    included in previous post) you will notice that the first two
    buttons are mimicking each other. I need the second option to be
    FAQs independent of the first home button

  • Flash Newbie, Need Help From Flash Masters Out There

    Hi to all flash masters out there. Im new in flash
    and I only learned it trough flash help. My problem is that if i
    dont put a stop() on my first scene/layer1/frame1 my scene1 will
    immediately switch to scene2 without pressing the button. And if i
    put stop() to prevent scene1 from switching to scene2 without me
    clicking a button, all of the tweening effects in scene1 will not
    tween anymore.:( Please help, you can also email me at
    [email protected]

    Hi saxah_jean
    I am not a flash master but i think the problem can be solved
    . Try putting a stop on the last frame of your 1st scene, put a
    button on that that frame and give an action to jump to the next
    scene, frame 1.
    Abdul Aziz

  • Just downloaded a photo from Shutterstock. Need to edit text.

    Hi!
    I am totally new to Illustrator and Photoshop.  I just downloaded a photo from Shutterstock and I need to edit the "sample text" on the photo.  Can anyone help me?  Thank you!

    Dear Monika,
    First time sending a screenshot too:).  I think the type is also off-center, but I can't seem to move it. 
    Thank you!

  • Editable PDF Template for Proposals etc

    I'm a complete newb when it comes to acrobat so let me try and explain what I'm trying to do.
    My dad has his own business and he wants to be able to fill out all his proposals, statements and etc online. So what I'm trying to do is create a template based off of his printed proposals and make it so all he has to do is fill out the name, description and amount due. So I need an editable PDF file that he can fill out and then save as a new file (all filled out with the information he put in) that is uneditable, which will be presented to the client.
    I tried adding form fields but I couldnt figure out how to save it so it would be uneditable by the client.
    Hopefully, I explained that clearly. By the way I have the adobe master suite incase any other programs will help me. Thanks in advanced and sorry for my newbness.

    Hi,
    To edit PDF template , u need Acrobat writer, which is not free .
    I am still wondering what is this ?
    "" Can I create editable PDF report using RTF template ?? "".
    What is editable PDF report. ?
    i think what you tried to mention is ,
    can the PDF output from xml publisher is editable ?
    If that is the question , so here is some points,
    If you have Acrobat Writer or prof.edition, you can edit all the PDF documents irrespective of being from where it is generated.
    To make you understand more of XMLP.
    You create RTF template in word, so that , after merging with xml you can have multiple output formats like PDF, XLS, EFT,.....

  • Edit website flash template - help needed

    Hi! I am about to buy a website flash template. Before I buy the template I want to make sure, that I am good enough to edit to my needs.
    I downloaded a free flash template and I tried to edit it in my Flash CS5.
    I have had a lot of trouble editing it and I can't even figure out how I change the pictures or the text.
    Can anyone help me and maybe give me a little tutorial on how to change the template.
    Link to the template: http://www.flashmo.com/preview/flashmo_247_3d_touch_ring
    Thank you!

    The photos are taken from a XML file. Open the XML file flashmo_247_photo_list' in dreamweaver and look at the code it'll be easy to fiqure out if you have ever done any sort of HTML coding.
    Just incase you have'nt look for Example below taken from the xml file which was provided with the .fla file
    "<photo>
      <thumbnail>s_photo_003.jpg</thumbnail> Change the image name for a thumbnail here  i.e. directoryname/imagename.png etc
    <filename>photo_003.jpg</filename> Change the image name for a the large image here  i.e. directoryname/imagename.png etc
      <tooltip>Photo Title 03</tooltip>  
    <description><![CDATA[<p class="subtitle">Photo Title 03 goes here</p><p>In velit urna, <u>convallis id</u>, pharetra in, iaculis sit amet, mi. Praesent consectetur imperdiet mauris. Suspendisse at pede vel lorem pulvinar laoreet. Etiam et neque. Donec dapibus viverra est.</p><p><span class="note">This text is dynamically loaded from the external XML file. This textfield supports HTML and CSS.</span></p>]]></description> Here you have the option to have a discription about the image i usually just have the name of the image.
    </photo>"

  • How to Edit PSD Files In Flash Template

    Hi Everyone,
    I am new to flash and I am trying to create my first flash site using a template that I have downloaded. I can edit the first page fine, but when I click the "about us" or any other section, the standard template text, Which isn't even in english, appears. I believe that these are psd files, and I have tried to edit them, saved and replaced file on my computer, but still I get the same unchanged text on this site when I preview. Could someone please tell me how to edit and replace these files within the flash movie?

    Instance names are the reference names that you give to the individual items on the stage. Only movieClip and button symbols can have instance names.
    When you import a photoshop file to Flash you will get individual bitmap objects on the stage and in a folder in the movie's Library. You will need to select each item, one at a time, on the stage and convert each one to a symbol. When you make that conversion the name that you give to that new movieClip or button is the name that you will see in the Library.
    When you select that new symbol on the stage, look at the Properties window. You will now see a space at the top where you can give that item an instance name. The instance name is what you will use in Actionscript to control that object on the stage.
    When you look in the movie's Library, you will see the original bitmap and the symbol that you created that contains that bitmap.
    Does that help?

  • I can't seem to locate the text and buttons on a flash template I bought

    Hi Everyone,
    I have been working with this flash template I purchased online and can't seem to be able to change the text that is displayed on it's buttons except for the first one. There are four buttons to the side but I can only change the first button's contents as I see them in the "Library". I am new to Flash and learning. Please guide me as to where I can find the other components.
    I can only see and change "WorldWide" and "Call Anytime Anywehre" button.
    Flash source file posted here:
    https://docs.google.com/leaf?id=0B8tFparkP0rKMzliNTcxZDktYmQ3My00ZjJiLWFhMDQtNTEzNWExMWZlN Dgx&hl=en&authkey=CKrQwcwF
    I would also like to add a link to each button and I can't seem to locate the URL Link button. I am using Adobe Flash CS5.
    Much appreciated.    

    What I described is what your file involves.  In your library there is a "text" folder .  In that folder are movieclips named txt_1, and txt_2 which hold the text used in your buttons.  If you open those movieclips for editing you will see each has four frames with different text in each frame.  That is where you need to change your text for the buttons.
    If you look at the actionscript in the top layer of those movieclips, you will see how it uses a value assigned to the button/mc to determine which frame it displays....
    gotoAndStop(_parent._parent.num);
    And if you look at the actionscript applied to the button on the main timeline (select the button with the Actions window open), you will see how that num value gets assigned to each instance...
    onClipEvent (load) {
    num = 1;
    this.hitArea = this.area;

  • Help with editing a template flash file..

    FIRST OFF..please don't shoot the noobee..I know some folks
    don't like the templates and I appreciate that.
    I have done some reading but not a whole lot about Flash. I
    certainly don't want to BUILD a flash (not yet), but want to edit
    one that is included in a template. I only want to edit the header
    that drops down. It says The Web STudio. I, for example, want it to
    say Marks Studio.
    Ok..the temp comes with Flash/non flash.
    I open w/flash and have a 3 folders: flash, psd and html.
    -flash folder has Images, fla doc and one flash html file
    -PSD folder has 3 psd files
    -html folder has flash folder, images folder, css file and
    one single index.html file.
    I opened the flash folder and found the image.jpg I wanted to
    change to Marks studio.
    I opend the PSD and found the slice that is the same as that,
    then edited it like I want it in PSD, then saved to replace the old
    image. top1. jpg
    Still, it is the same ole one that came with the temp.
    as I said, please don't shoot the noobe. I just wanna edit
    the flash file.
    Thanks for any help.
    Mark

    You'd need Flash to edit the FLA file.
    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
    ==================
    "snipingkid" <[email protected]> wrote in
    message
    news:enev5r$p8l$[email protected]..
    > Hey guys,
    >
    > I need some help with editing a flash template, I have
    the .swf, .fla, and
    > .html file of this thing, I would like however to edit
    something on it....
    > Ive
    > tried everything, I have access to photoshop and
    dreamweaver 8... Im not
    > any
    > good at it but with decent help I could get something
    done. What I would
    > like
    > to edit is just text that flies in.... I would like to
    edit the text, how
    > do I
    > do it.... Thanksj
    >

Maybe you are looking for

  • PDFBookBinder's toc.xml not found

    I am trying to use PDFBookBinder but could not find the sample XML file named "toc.xml" as mentioned in "Oracle XML Publisher Java API Reference Release R5.6" and "Oracle XML Publisher Administration and Developer's Guide" I tried to find in 1.     $

  • NPD - "Refresh Values" button in Metrics section

    Hello, We use metric functionality for some activities. Now we would like to create custom reports that show metrics data too. However reports can not be reliable if team leaders do not manually click on "refresh values" button within activities righ

  • Is there a list of decal errors or a way of getting them corrected?

    I notice that there are a number of errors either in Multisim decals or in the mapping of pins between Multisim and Ultiboard. Is there a way of getting these corrected in the Master database? My user database is getting quite large with just error c

  • Lenovo G580 wifi connection issue

    Hi, My lenovo g 580 laptop wifi connection issue ....wifi connected some place ......some place not connected show in limited  access...but in that place connecting some other laptop but my laptop not connected show in limited access.... please help

  • Osstatus error -108 when exporting slideshow ... what does this mean?

    I googles this and can't find anyone who has had it. How can you find out without being an operating systems developer!