Flash Site Re-design...

So, I've been given a Flash site to redesign. However, I have no peior experience with Flash or ActionScript or anything of the like. I have the entire site copied to my local hard drive and it works perfectly...all the files are present, complete with the .FLA file as well as all the associated .AS files. I am using Flash CS5 to perform the re-design. Here's my dilemma...I need to be able to rename various elements throughout the code. From within the Actions window, there are many different types of elements that need to be changed. In the example below, the values I've placed within the square brackets are what I need to be able to change...
var [name1]:ContextMenu = new ContextMenu();
var [name2]:ContextMenuItem = new ContextMenuItem( "This is sample text." );
var [name3]:ContextMenuItem = new ContextMenuItem( "This is more sample text." );
[name2].addEventListener( ContextMenuEvent.MENU_ITEM_SELECT, [name4] );
[name3].addEventListener( ContextMenuEvent.MENU_ITEM_SELECT, [name4] );
[name3].separatorBefore = false;
[name1].hideBuiltInItems();
[name1].customItems.push([name2], [name3]);
this.contextMenu = [name3];
function [name4](e:Event)
var [name5]:URLRequest = new URLRequest ( "http://www.domain.com" );
navigateToURL( [name5], "_parent" );
Now, I can change them manually, but when I save the changes, then publish the new SWF, I see a whole lot of errors in the Compiler Errors window like this...
Layer 'actions', Frame 1, Line 1  1120: Access of undefined property [name1].
Layer 'actions', Frame 1, Line 2  1120: Access of undefined property [name2].
Layer 'actions', Frame 1, Line 3  1120: Access of undefined property [name3].
Layer 'actions', Frame 1, Line 5  1120: Access of undefined property [name2].
Layer 'actions', Frame 1, Line 5  1120: Access of undefined property [name4].
Layer 'actions', Frame 1, Line 6  1120: Access of undefined property [name3].
Layer 'actions', Frame 1, Line 6  1120: Access of undefined property [name4].
Layer 'actions', Frame 1, Line 7  1120: Access of undefined property [name3].
Layer 'actions', Frame 1, Line 9  1120: Access of undefined property [name1].
Layer 'actions', Frame 1, Line 10  1120: Access of undefined property [name1].
Layer 'actions', Frame 1, Line 10  1120: Access of undefined property [name2].
Layer 'actions', Frame 1, Line 10  1120: Access of undefined property [name3].
Layer 'actions', Frame 1, Line 11  1120: Access of undefined property [name3].
Layer 'actions', Frame 1, Line 13  1120: Access of undefined property [name4].
Layer 'actions', Frame 1, Line 15  1120: Access of undefined property [name5].
Layer 'actions', Frame 1, Line 16  1120: Access of undefined property [name5].
In addition, Within the Actions window, in the lower-left frame, there are headers (for lack of a better term)...
- Current Selection
actions : Frame 31,(box out)
- [name6] preloader
actions : Frame 1
- [name7]
actions : Frame 1,(menu)
actions : Frame 8,(in)
actions : Frame 12,(out)
actions : Frame 17,(box in)
actions : Frame 24,(page)
actions : Frame 30
actions : Frame 31,(box out)
And within the Library dock, to the right, there are items within the "Linkage" section...
NAME . . . . . . . . . . . . . . LINKAGE
1. Layout
all pages
back button
back button arrow
back button graphic
back button label
box . . . . . . . . . . . . . . [name8]
content area
So, you see, throughout the rest of the code, I can change anything I want (except for the headers in the Actions window, but it always errors out on publish, then the HTML does not work properly after that. Can someone point me in the right direction? Thanx.

If you actually have those brackets in the code, those errors would be the least of what I'd expect.  Is that the actual code you have and errors you are getting?  THe errors you show don't seem to align with the code you show.  Since some of them involve declaring new objects, and you are getting undefined property errors, that's just wrong.

Similar Messages

  • NOOB to Flash SIte Design

    Hi all
    I am new to Flash site design and would like to see what
    other people/developers are creating or find any tutorials or
    discussions on this subject!
    My first flash website is titled Diatonic Scales and was
    developed entirely in Flash. The theme of the site is a DAW(Digital
    audio workstation)/Virtual Keyboard that illustrates how to use
    diatonic scales and a similar scale set. It is housed @
    DIATONIC
    SCALES.
    regards
    john
    www.javono.com

    HI
    thanks for the links, I have learned heaps from
    watching Craig Campbell @ learnflash.com, I will look forward to
    checking out those sites when I have some spare time, working on 7
    projects presently in college, lynda.com is great also, I am worn
    out from reading at the end of the day, video tutoring is such a
    release from staring at language specifications or books!
    lol

  • Flash site design tips

    I'm looking to build a flash portfolio site. Basically the
    picture I have in my mind of this site is that its going to be
    very......elegant. I don't know how to put it in words. Its going
    to be called Sophistication, and will be a black website with very
    very mild transtitions. It will have aptly have a calming Mozart
    song as the background.
    What I want to know is, at the Loading screen I would like to
    design it such a way that when the site is loaded, the "L" "A" "D"
    "I" "N" and "G" disappear, but the "O" stays and it sort of goes up
    and gently comes down like a comet and explodes to reveal a
    blinding light and the main site content appears.
    Can someone give me a few tips or pointers on how to do this?
    I have a very clear idea in mind of what to do , just that I don't
    know how to do this in flash.

    This is quite easy and can be done using simple tweening and
    frame-by-frame animation on the timeline. You could also achieve
    much of this type of animation using ActionScript but you may find
    this more challenging although it is arguably the preferred method.
    Googling for text tweening in Flash should throw up some
    tutorials. There are also many Flash sites where you can simply
    purchase prebuilt text effects, which you can manipulate and
    deconstruct to see how the effect is created. If you do buy a
    prebuilt effect make sure that you are given the source fla file
    and some commenting in the code.
    If you get really stuck you can buy some great Flash books
    that will show you these basic techniques or if you prefer video
    you can try sites like
    http://www.lynda.com or total
    training for free content snippets and full dvd videos. Try and use
    AS3 or CS3 Flash techniques or, if you can't find much CS3 info
    online, look for Flash 8 or AS2. Older tutorials abound and more
    modern techniques are better in the long run so choose your
    technique carefully.
    regards
    Nick Barling
    www.barkingweb.com

  • How can I resize my Flash site to fit any screen resolution?

    I built a 100% flash site with tiled framing but I have a
    problem. My flash was built 766 x 750 pixiels. When viewed at
    resolutions greater than 1024x768 the webpage looks great but
    anything less than that it looks like @#$@. I know most people
    probably view at 1024 x 768. Is there anyway to auto resize based
    up on screen resolution or something to detect the screen size and
    adjust the webpage accordingly.
    www.platlimosvc.com
    Below is my html (index.html) for my flash movie:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled</title>
    <meta http-equiv="content-type" content="text/html;
    charset=UTF-8">
    <link href="style.css" rel="stylesheet"
    type="text/css">
    </head>
    <body>
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:100%" height="750">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% " align="center">
    <tr>
    <td valign="top" width="234" style="height:750px ">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swfl
    ash.cab#version=6,0,29,0" width="766" height="750">
    <param name="movie" value="flash/xxxx_main.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <!--[if !IE]> <-->
    <object data="flash/xxxx_main.swf"
    width="766" height="750"
    type="application/x-shockwave-flash">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="pluginurl" value="
    http://www.macromedia.com/go/getflashplayer">
    FAIL (the browser should render some flash content, not
    this).
    </object>
    <!--> <![endif]-->
    </object>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:1px;
    background-color:#6C6C6C">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:1px">
    <tr>
    <td valign="top" style="width:50%;
    height:1px"></td>
    <td valign="top" style="width:766; height:1px">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:1px ">
    <tr>
    <td valign="top" width="766" style="height:1px
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    height:1px"></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:50%;
    background:url(images/bottom-3.gif) top right;
    height:100%"></td>
    <td valign="top" style="width:766;
    background-image:url(images/bottom-5.gif); height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% ">
    <tr>
    <td valign="top" width="766" style="height:100%
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    background:url(images/bottom-4.gif) top left;
    height:100%"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </body>
    </html>

    tlcarl,
    > I know most people probably view at 1024 x 768.
    You think so? Even if they have their resolution that high
    (which is
    fairly standard, nowadays), do you think most people maximize
    their browsers
    to fill that whole area?
    > Is there anyway to auto resize based up on screen
    > resolution or something to detect the screen size and
    > adjust the webpage accordingly.
    There is, indeed. :) Check out the Stage.onResize event in
    the
    ActionScript 2.0 Language Reference. That event is dispatched
    when the
    browser (or whatever container) is resized -- in cases where
    the SWF is
    embedded with percentages. If that's your aim, you'll need to
    code against
    that event, which can be done like this ...
    http://www.quip.net/blog/2006/flash/how-to-position-movie-clips-browser-resizing
    It can take a bit of thought, depending on the complexity of
    your goal,
    but the result is usually worth it. The site in your URL is
    already built,
    so this wouldn't do much of anything without opening the
    hood, so to speak,
    and completely rebuilding the engine. A Flash movie has to be
    designed and
    programmed to respond to the Stage.onResize event.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Flash site not showing in Internet Explorer

    Please can some one help,
    I have been asked to get a website up and running.  It is a Flash site, which works fine in Firefox and Safari, but its just a white screen in IE.  Does anyone know why?
    the website is www.vortex-cae.co.uk and the scrip is : -
    <head>
    <script>
    if ((navigator.userAgent.indexOf('iPhone') != -1) ||
    (navigator.userAgent.indexOf('iPod') != -1)) {
    document.location = "iphoneindex.html";
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Vortex-CAE</title>
    <meta name="title" content="Vortext-Computer Aided Engineering"/>
    <meta name="author" content="Philip Edwards"/>
    <meta name="keywords" content="Vortex, CAE, Computer Aided Engineering, CAD, CAM, CAP, AMP, Sheffield, SIEMENS (formerly UGS) NX, Scenario, Nastran, Ian Crowston, 3D, Computer-aided design, CAD, Computer-aided manufacturing, CAM, Finite element analysis, FEA, FEM"/>
    <meta name="description" content="Vortex-CAE supports various industries with Computer-Aided Engineering activities through the use of in-house expertise and a specialist consultants."/>
    <meta name="robots" content="noindex"/>
    <meta http-equiv="pragma" content="no-cashe"/>
    <link rel="stylesheet" type="text/css" media="screen" href="style/sceen.css"
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-10537221-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    <body>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','980','height','750','title','Vorte-cae','src','vortexweb','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','vortexweb' ); //end AC code
    </script><noscript><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="980" height="750" title="Vorte-cae">
      <param name="movie" value="vortexweb.swf" />
      <param name="quality" value="high" />
      <embed src="vortexweb.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="980" height="750"></embed>
    </object></noscript>
    </body>
    </html>
    Thank you if some one can help!!!!

    Hello, same problem here. How did you fix it, the truth is I'm new to flash, and I don't know what to do. The Html code is here:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Floreor - espai per a la bellesa i el benestar</title>
    <link type="text/css" rel="stylesheet" href="style.css">
    </head>
    <body>
    <table width="768" class="gen" align="center">
        <tr>
            <td>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
               codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
               width="766" height="766">
        <param name="movie" value="flash/mainV8.swf">
        <param name="quality" value="high">
        <param name="menu" value="false">
        <!--[if !IE]> <-->
        <object data="swf/mainV8.swf"
                width="766" height="766" type="application/x-shockwave-flash">
         <param name="quality" value="high">
         <param name="menu" value="false">
         <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
         FAIL (the browser should render some flash content, not this).
        </object>
        <!--> <![endif]-->
       </object></td>
        </tr>
    </table>
    </body>
    </html>
    What am I doing wrong? It's working with opera and firefox, but not for safari, chrome or explorer. Thank you very much

  • Flash site done - i got a problem

    I have my flash site done... but now when i click on the contact page it will go the home page? I have looking, and looking but I can't find the problem. Any clue where I should look first?
    If you want to have a look, here is my link: http://www.idmiami.com/maria/ForSmiles.html
    Thank you.

    It would appear as though you either do not have a stop() for your contact us section, or there is some code causing it not ignore a stop().  You'll need to explain how the design is done and what controls you have implemented for navigation.

  • How to put sound player with selection to a flash site?

    hi to all flash fanatic,
    I want to put a sound player with selection in my flash site
    design. Anybody can teach me how or give me a sample code or file
    like I'm talking about. pls.
    Tutorial link also big help if u knw any link tutorials that
    deals to my problem.
    here are some web site sample of what I'm referring:
    1.
    http://ccmbscoe.ifastnet.com/
    2.
    http://liquid-body.com/main.html
    3.
    http://officialkimkardashian.com/
    Pls help me, I need it badly to my project.
    many tnx an advnce
    norman-RP

    hi hugh,
    ty for ur tym for answring and I appreciate it alot, can u
    tell me how can i get d video dt u r talking about?
    can u give me d link? is it free?
    hope u give me another tym of your bc sked.
    many tnx
    norman

  • Embed vimeo videos in flash site

    hello i have bought a flash site template.
    I have been updating the site by way of  .xml in dreamweaver.
    is there a way i can embed vimeo videos through the .xml file?
    thanks,
    Ryan

    Hi
    thanks for your reply. I am not sure really how should I
    classify the videos I am taking about but let me try to explain...
    You might have seen NIKE websites about football and
    merchandise etc. On those website you will find a footballer
    playing with foot ball or if you have seen a site of an energy
    drink where there are few dancers, you need to answer few questions
    to get to the dance movie of a dancer.
    What I want to do is that I want to design a 3D environment
    for my flash website where I want to show some people working in
    office in a section of the site. For that I will make a video with
    my digital camera and will use it in the site. Similarly I want to
    show my own videos merged with the website design. So it sounds
    like I am acting within the wesite design environment.
    I hope I am clear enough now..

  • Web Crawlers and Flash Sites

    So I realize this is probably an age old question, but...
    I'm designing a new version of my web site (
    http://www.steveweeksmusic.com/Intro.html).
    The Home page will be one big flash object. Other than the basic
    tags, there is not much HTML on this page. All the links are
    embedded in the Flash movie.
    The subsequent pages in my site are pretty much HTML with a
    small flash object that is the navigation menu. If a webcrawler
    makes it's way to any of these pages, I'm sure it'll crawl all over
    my site and index everything for search engines.
    My home page will get discovered by search engines as it is
    referenced from plenty of other sites, but my concern is that the
    web crawlers won't ever go past my Home page since there are no
    HTML links on it, just a Flash object.
    I do have a non-flash version of my homepage, but I'd prefer
    to have the Flash version be the one that web crawlers know about.
    It detects if the browser has the correct version of Flash and
    allows the person to download Flash or goto the non-flash. if they
    don't.
    So, if anyone has advice on strategies to get a web crawler
    to crawl"through" my flash home page and into the next tieer of
    pages, I'd really appreciate it.
    Thanks
    Steve

    Here's a Dev Center article on making your Flash sites
    searchable:
    http://www.adobe.com/devnet/flash/articles/flash_searchability.html
    Cheers!

  • First Flash Site

    Calling Flash Gurus-
    I am building my FIRST flash site. I have been doing effects,
    headers, and basic flash elements for websites now for almost 2
    years. I have MX 2004, but have just bought (today) Studio 8. I am
    scared to death, but sometime I have to jump head first into flash
    site design. I am excited. However, I am also scared out of my
    mind. I have a few questions:
    #1-Is a site set to the size of 780 W by 480 H a good size? I
    see so many TINY flash sites, and that is not something I want. How
    can I optimize it for the fastest load time at that size? Any
    tutorials or books that can help me there?
    #2-Navigation-I wanted to build a nav that slide out from the
    side of the site like on the Gucci site, I know it is javascript,
    but I have seen this done with Flash before (
    http://www.gucci.com/us/index2.html),
    and instead of rollovers, there is a tsunami effect that I like
    that could be found here:
    http://www.actionscripts.org/tutorials/advanced/Building_a_tsunami/index.shtml.
    HOW would I create buttons? Invisible buttons? How can I get them
    to move out with the menu?
    #3-Am I biting of more than I can chew?
    #4-Where can I get the advice I need that explains the basic
    actionscript and standards of flash site design? I just need
    something to help me along. I am determined and will work day and
    night to make this happen. I have a VERY basic understanding
    already, I bought a flash template and looked at all the code to
    see how everything worked. I need something a little beyond basic
    that give comprehensive explanations about the actionscripting
    behind all the effects. I am not a copy and paste guy, I need to
    understand what is going on.
    That is it for now, I am sure here in the next few weeks, you
    will all be so sick of seeing my posts here that you may even avoid
    the forums until I finish my site. Lol. Seriously though, thanks in
    advance for all the help. I need every bit I can get.

    First when you finish with the site, go to publish
    settings> HTML tab> Dimensions> Percent (width and Height
    must be 100)
    Then go down to scale> No scale (from drop down menu).
    Select publish. Now when you go to publish preview select
    view>source. In the code insert the following in the head tab.
    <style type="text/css">
    <!--
    body {
    height: 100%;
    width: 100%;
    margin: 0;
    -->
    </style>
    Save and refresh the page. This makes the window fill without
    you having to resize your fla file. I usually make mine 800/600. On
    the other stuff, I'm gonna have to get back with you,

  • How to insert videos in flash site

    hi
    you might have seen on many sites the affect in which small
    video clips of real people are imported into flash movies. e.g on a
    site some people are working in office and that video is loaded
    into the flash site but the people matches with the design of the
    site without their actual background etc.
    how this kind of video import is done? where i can upload my
    own video into flash site's some scene.
    thank you

    Hi
    thanks for your reply. I am not sure really how should I
    classify the videos I am taking about but let me try to explain...
    You might have seen NIKE websites about football and
    merchandise etc. On those website you will find a footballer
    playing with foot ball or if you have seen a site of an energy
    drink where there are few dancers, you need to answer few questions
    to get to the dance movie of a dancer.
    What I want to do is that I want to design a 3D environment
    for my flash website where I want to show some people working in
    office in a section of the site. For that I will make a video with
    my digital camera and will use it in the site. Similarly I want to
    show my own videos merged with the website design. So it sounds
    like I am acting within the wesite design environment.
    I hope I am clear enough now..

  • Flash Site

    Hi,
    I am new to the designing world
    I have created a flash site wich is in one movieclip, I
    tested my flash movie and it seems to work fine in flash and
    dreamweaver. When i upload my site, it is slow. I am wondering how
    to make it faster, is it maybe something i am doing in dreamweaver?
    Thank you

    Depending on the amount of info you have in your movie (I.e.
    Animations and
    music), the slowness may be because the file is still
    downloading as it is
    playing.
    As ARCALUZ suggested I would try using the bandwidth profiler
    to get a
    better idea on where the "slowness" is coming from. Another
    thing that I
    would suggest is using a pre-loader script that checks to
    ensure the entire
    movie is loaded prior to playing.
    - Obi
    "Mickey_Botha" <[email protected]> wrote in
    message
    news:fb3grk$gr3$[email protected]..
    > Hi,
    > I am new to the designing world
    > I have created a flash site wich is in one movieclip, I
    tested my flash
    > movie
    > and it seems to work fine in flash and dreamweaver. When
    i upload my site,
    > it
    > is slow. I am wondering how to make it faster, is it
    maybe something i am
    > doing
    > in dreamweaver?
    >
    > Thank you
    >
    >

  • My Flash Site looks very low in quality (I'm viewing in High Quality)

    Hi all,
    I am wondering why this Flash site I've designed is so rough
    looking (indecipherable text, pixellated edges etc.).
    Because I was working with content already created in
    Illustrator (10), I copied them over to Flash (CS3) as vectors and
    resized them. I'm guessing this method may be a big factor but even
    text I added myself doesn't look as good as it should (namely the
    buttons and text in the 'Lotus' section); I added my own text using
    Flash.
    Here are two examples of the site (only the Lotus and
    Portfolio buttons work, clicking the Change and Grow icon takes you
    back to the home page):
    800x550
    Resolution
    Scales according
    to window size
    Also, if you go
    here you will see a
    simple jpeg.
    I'd prefer to keep the site at 800x550 resolution without
    rescaling but as you can see that isn't a good idea.
    [L=This
    site]http://ti.arc.nasa.gov/destination/iss/flash/index.html{/L]
    uses very small text (in the case of the menu on a black
    background) yet looks fine.
    Also, the thumbnail on the Portfolio page looks very bad even
    though it wasn't resized in any way using Flash (I reduced the size
    of the original image in Photoshop and changed the DPI from 200 to
    72, then imported it into Flash as a jpeg.
    Any help at all is very much appreciated!
    Niall
    PS. I changed the text to bold to make it a little clearer
    though I'd prefer to keep it regular.

    "I copied them over to Flash (CS3) as vectors and resized
    them" - what do you mean you copied over to Flash? Do you mean
    import?
    "text I added myself doesn't look as good as it should" -
    check your anti-aliasing in Flash
    "I'd prefer to keep the site at 800x550 resolution without
    rescaling but as you can see that isn't a good idea." - no,
    actually that is a good idea - not to rescale - any time you resize
    a flash document with rastered graphics, you will get distortion
    'uses very small text (in the case of the menu on a black
    background) yet looks fine." - they are using pixel fonts
    "Also, the thumbnail on the Portfolio page looks very bad
    even though it wasn't resized in any way using Flash (I reduced the
    size of the original image in Photoshop and changed the DPI from
    200 to 72, then imported it into Flash as a jpeg." - looks fine to
    me (on the unscaled version), but I don't have anything else to
    compare it to - check your image compression settings in flash
    (both under Publish Settings/flash tab and when you double click
    the bitmap in the library you can control compression settings.
    What level of compression are you using when saving from Photoshop?
    The word "graphic design" looks better here
    http://www.lotusgraphicdesign.net/
    then here
    http://www.lotusgraphicdesign.net/small.html
    , but they are different sizes. Which is the original size?
    Another note: "Because I was working with content already
    created in Illustrator (10), I copied them over to Flash (CS3) as
    vectors and resized them." if you actually imported an ai file into
    flash, I know it also imports clipping masks and things of that
    nature. When you resize an imported ai file, you may be getting
    weird results from also resizing the clipping masks, too. When I
    import an ai file, I break up everything as much as possible.
    Depending on how you import your ai file, bitmaps will be created,
    so make sure you stay away from bitmaps when possible when resizing
    any symbol.
    That's all I can really think of.

  • Flash site - swf file too large

    Hello,
    I have created a website using Flash CS5 using AS2. The site was completely custom designed using Photoshop and in then imported into Flash. The site has all of the pages in the main timeline on different keyframes, so say frame 2 is home, and frame 3 is services, etc. This is a site for my design portfolio so I have probably 5 galleries that I have made, but they are very simple, one frame will have the first picture, the next frame will have the second picture and so on. I have gotten my site exactly how I want it and works how I want it... but in the end the .swf file when published, is over 9MB which I know is wayyyyyy too large for a flash site that works fast for everyone.
    So how can I make this file size smaller. I am fairly new to this, although I had no problem getting my buttons to navigate with actionscript no problem, but my actionscript knowledge is very limited beyond that. I'm not sure where to go with this site to make the size smaller, so any help would be greatly appreciated.
    I can send someone the fla file to look at if needed.
    Thanks

    Thanks for the reply.
    Maybe you can help me a little more.
    I looked up some tutorials having to do with the AS2 xml galleries, and I found that almost all of them were for galleries with fancy scrolling options and slider bars, etc.
    My galleries are very very basic, thumbs are layed out on the left, click one and the image appears on the right. I'm not the best at using the actionscript and knowing what to do with all of it. So some of the tutorials made sense about getting files to load dynamically, but I'm not sure what code to keep in for my gallery, and what code to take out that I dont need for all the fancy effects.
    my site is http://www.mrolfedesigns.com
    as you can see, the galleries are pretty simple, I would like to keep them that way, and not have any complex scrolling or slider bars. Ive searched a lot into looking for some more simple tutorials, but am not finding any great ones that I can use.

  • Flash site play all frames without stopping

    Hi all,
    I'm just getting back into flash and have forgotten most of
    what I knew. I've been handed a file and need to figure out how to
    proceed to address this issue:
    The file is a full website. It's a fairly simple design with
    a graphic and some buttons. When you click one of the buttons, the
    main graphic changes to content for that 'page'.
    The problem is when the file is published it just plays every
    layer/frame in it and loops as well. It should display the key
    'home page' elements (buttons/main graphic) and then stop and wait
    for a button to be clicked before running the code for that button.
    I think maybe it needs a stop action on the first frame, but
    in CS3 (or probably any version now, but that's what I'm using) I
    can't figure out how to check to see what actions are on a frame,
    and I apparently don't know how to add a stop action effectively to
    the first frame.
    The file has an 'actions' layer, but if I click the first
    frame of that layer (which appears to have an action attached to
    it), I don't see any action. If I add a stop action, then publish,
    the file DOES stop like it should, but then none of the buttons
    work.
    Does it sound like I need to insert a frame BERFORE the first
    frame, and then add the stop action to that? In other words, could
    it be the case that I'm putting the stop action on the first frame,
    and the button layers operate (begin) on that first frame as well
    such that when I click on a button it fires the stop action I setup
    to stop the entire site file from playing?
    Is there any other setting/issue that might cause a file
    designed as I've described (simple website with buttons) to run
    through all the content without ever stopping and waiting for
    input?
    If someone could just point me in the right direction, I
    think I'll be fine. I might need to rearrange some of the layers so
    they don't start on the first frame...so maybe that's it?
    I know this is simple and I hate asking, but I have to get
    this done quickly...
    thanks for any help,
    DB

    Thanks for the reply, r_c,
    I really appreciate your response. In an indirect way, it may
    have at least helped me figured out the 'what happened' part.
    I went back into the file and, just for the heck of it, was
    going to add stop actions to every frame on the actions bar. During
    that process I saw (for about the forth time) some comment code in
    the actions window that I had sort of assumed was just there by
    default (what was I thinking?). The comment said something like
    'actions would NOT be exported in files in the unregistered
    version'. In retrospect (and after a few slices of pizza), that
    explains why there are lots of frames with the action symbol but
    when I open the frame's action window no actions are there (just
    the comment). I think whoever tried to modify this file tried to do
    it with the trial download and then saved the file and the process
    basically wiped out all the actions in the file :/ So I have a
    flash site now with all th code missing.
    That being the case (at least I'm pretty confident it is),
    I'm going back to the guy tomorrow at work and tell him that, if he
    (or his subordinate) was dumb enough to copy over the original file
    instead of working on a copy then, at best, I MIGHT be able to
    rework the thing by Tuesday (after the long weekend) to add back
    all the necessary actions to have it functioning again.
    That (process) will be kind of good review for me and,
    besides, it might be easier essentially starting over than it would
    be to try and follow someone else's setup all the way down to the
    point where it's messed up....if that makes any sense. Plus, I can
    rename all the layers instead of looking at 90 layers named 'layer
    1', 'layer 2', etc etc...and then have the code use the descriptive
    names.
    Anyway, I do really appreciate the response. It helped me
    find enough of an answer to know how to proceed from here, which is
    the best I could have hoped for given my fairly vague description
    of the situation to begin with.
    Thanks again,
    DB

Maybe you are looking for

  • HP Pavilion Graphics Issue

    Hey there, I'm using an HP Pavilion DV6 laptop with a Windows 7 (64 bit) operating system. My graphics card is the AMD Radeon HD 6620G. I'm not entirely sure what my problem is with it, but it has been very consistent over the past few weeks, so I wi

  • Add .txt files into .zip file

    Hello friends, Any buddy knows how to add ".txt" files into ".zip" format through the ABAP code.  Thanks in advance.

  • 2 ALVu00B4s on the same screen

    Hi, i need to display 2 ALV´s on the same screen. How can i do it? Regards.

  • I can't create addfitional windows with cmd-N-they're "invisible".

    OS X 10.6.6, '''''dual monitor config''''' on a Mac mini (3,1) from 2010. Just got FF4. Steps to show buglet (not checked on a single display Mac-you must try with above config, also running "Spaces"): If running FF 3 with "remember windows from last

  • Safari/Autofill not working?

    My Autofill form does not seem to be working. Do you have a solution?