Dashed lines in Flash CS3

Hi all, Is there a way to make the end caps of an imported
dashed line (say from Illustrator or Canvas) straight? They seem to
always come out round.
I have tried making them straight lines instead of dashed
both before and after importing them to Flash but the end caps
still come out rounded. Flash does not let me change the end caps
of dashed lines at all. So even if I set it correctly when it's
still a straight line, as soon as I turn it into a dashed line, it
turns round and I can't change it.
Very frustrating.
Thanks for your help,
Aryeh

Seems like an oversight from Adobe to me. Submit a bug report
at the following address, and maybe they will add that
functionality.
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Similar Messages

  • Importing CAD files into Illustrator CS3 - does'nt scale dashed lines

    In CS2 you could import a CAD file and it would scale dashed lines.
    In CS3, Illustrator no longer does this. It scales the stroke weight, but does not recognize the dashed line information.
    Is there a solution to this?
    Thank you

    You can expand dashed lines first and then scale them.
    Then you will get a whole bunch of vector objects, one for each dash.
    I am not very familiar with CAD, but I know that imported CAD files are sometimes fiendishly difficult to edit because vector lines are often in small pieces that don't join up properly.
    So I reckon Expand on all lines and then judicious Unite in Pathfinder would probably be the best way of going about things. Unite makes Compounds of closed paths so you have to be careful, otherwise you might get a huge file that won't print without splitting.
    But remember that once you've expanded the lines you won't be able to edit their weight.
    Does this help?

  • Can Flash create dashed line with blunt not rounded dashes ?

    Hi,
    using Flash8
    I can select line tool and dashed line in properties and draw a dashed line and get a line of sausages. How do I get a line of dashes without rounded ends to each dash ?
    Line option has end caps option with None (gives straight or blunt tip to line, round gives rounded tip .
    Draw a line with None and its got blunt ends, select it and choose dashed line option and it gets round ends to the dashes, the end cap option is greyed out !
    Are dashed lines with blunt dashes now possible again with CS4, a forum poster also found that CS3 no longer gave blunt dashes ?
    Why do I ask:-
    I am trying to bring a map into Flash8 from Illustrator (Illus version 10 as it allows blunt tip lines to remain blunt it was said on the forum)... which has blunt ends to roads and has blunt type dashed lines. The roads remain blunt..GOOD !..but the dashed lines become what looks like a solid line. BAD !
    I do a right click - break apart,  then double click one of those now solid lines that should be dashed, and I am able to select a portion of the line, it is no longer a continual line as drawn in Illustrator. Properties shows it as solid line. Flash8 obviously having a problem with supporting Illustrator 10 dashed line then !
    Select dashed in properties box and I get a portion of the line as sausage dashes, but working my way along the line doing each bit sees a far from correct dashed line result as sausages dont start stop evenly as each line is a separate entity and ignores the previous line.
    Looks like I shall have to try and draw the line as one long line again in flash but unless I can give it blunt dashes when done, there is no point even trying that method, hence my question.
    Would the latest Illustrator and Flash versions (CS4) allow blunt type dashed lines to appear in Flash ?
    This is crucial for bringing maps into Flash.
    Envirographics

    I noticed one problem with my solution.
    If you look, very carefully, at the end of the stream, it's flat. Not rounded like it should be. After a bit of trial and error, I tried a different brush:
    Note that, in addition to the rounded rectangle (done with the new corner controls in the latest version of Illustrator CC that just came out) and the three circles, there is also a rectangle, with no stroke and no fill, to provide a space at the end of the three dots. Here is the result:

  • Tweens as Graphic Symbols in Flash CS3

    Greetings,
    I am teaching a basic Flash CS3 course at a college in Ohio.
    I am having something weird happening with some of my students'
    projects that I can't explain.
    For five of my students every time they apply a simple motion
    tween to a graphic symbol, Flash CS3 automatically saves the tween
    as a new graphic symbol in the library panel (naming it "tween 1",
    "tween 2", etc.).
    Since they are just learning the program this has
    understandably confused these five students on how tweening and the
    library panel works. Other students are doing exact or similar
    tweens and they are not having this problem. I have worked with
    Flash for years and have never had this happen to me.
    Would anyone know how I can correct this? Is this something
    that I can change in the preferences?
    Thanks for your help!

    Davis College wrote:
    > Thank you, Urami.
    >
    > I just tried to tween a raw shape on my vesion of CS3
    and I am not able to
    > get the software to convert my attempt to motion tween
    the raw shape into a
    > tween graphic symbol. I just get the dashed lines on my
    keyframes that i have
    > the tween applied.
    >
    > Why am I not able to get it to do it on my computer?
    >
    > Thanks again!
    >
    Hmm, it works for me all the time :)
    This is what I do.
    I open new document and library in the same time CTRL L, and
    immediately draw shape using
    the rectangle tool. Then I select frame 30 (sample only) and
    insert new frame using the F6 key.
    I right click the first frame and create motion tween. The
    very moment I do this, I get two
    new instances appearing in the library.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • How can I create a photo gallery in flash cs3, Iam a beginner in flash

    How can I create a photo gallery to put into my current flash site Iam creating? Using  flash cs3, can anybody suggest any tutorials (noting complicated with me being new to flash cs3)
    When going on line I saw that maybe you can use Dreamweaver, XML, or even Photoshop can anybody explain the difference between using one or the other?
    THanks

    Indeed, google ftw.
    For example:
    +as3 photo gallery flash tutorial
    reveals many including this one:
    http://www.flashmagazine.com/Tutorials/detail/as3_photo_gallery/

  • AIR Intrinsic Classes-Tried and Proven Approach to building AIR applications   in the Flash CS3 IDE

    Hi everyone,
    For all of you out there who would like to develop AIR
    applications
    from the Flash CS3 IDE but aren't sure how to get those pesky
    intrinsic
    classes working, I have a technique that you can work with to
    create
    your classes and make fully functional AIR applications.
    First of all, those solutions out there that list
    "intrinsic" functions
    in their class definitions won't work. That keyword has been
    taken out
    and simply won't work. The "native" keyword also doesn't work
    because
    Flash will reject it. The solution is to do dynamic name
    resolution at
    runtime to get all the classes you need.
    Here's a sample class that returns references to the "File",
    "FileStream", and "FileMode" classes:
    package com.adobe{
    import flash.utils.*;
    import flash.display.*;
    public class AIR extends MovieClip {
    public static function get File():Class {
    try {
    var classRef:*=getDefinitionByName('flash.filesystem.File');
    } catch (err:ReferenceError) {
    return (null);
    }//catch
    return (classRef);
    }//get File
    public static function get FileMode():Class {
    try {
    var
    classRef:*=getDefinitionByName('flash.filesystem.FileMode');
    } catch (err:ReferenceError) {
    return (null);
    }//catch
    return (classRef);
    }//get FileMode
    public static function get FileStream():Class {
    try {
    var
    classRef:*=getDefinitionByName('flash.filesystem.FileStream');
    } catch (err:ReferenceError) {
    return (null);
    }//catch
    return (classRef);
    }//get FileStream
    }//AIR class
    }//com.adobe package
    I've defined the package as com.adobe but you can call it
    whatever you
    like. You do, however, need to import "flash.utils.*" because
    this
    package contains the "getDefinitionByName" method. Here I'm
    also
    extending the MovieClip class so that I can use the extending
    class
    (shown next) as the main Document class in the Flash IDE.
    Again, this is
    entirely up to you. If you have another type of class that
    will extend
    this one, you can have this one extend Sprite, Math, or
    whatever else
    you need (or nothing if it's all the same to you).
    Now, in the extending class, the Document class of the FLA,
    here's the
    class that extends and uses it:
    package {
    import com.adobe.AIR;
    public class airtest extends AIR{
    public function airtest() {
    var field:TextField=new TextField();
    field.autoSize='left';
    this.addChild(field);
    field.text="Fileobject="+File;
    }//constructor
    }//airtest class
    }//package
    Here I'm just showing that the class actually exists but not
    doing much
    with it.
    If you run this in the Flash IDE, the text field will show
    "File
    object=null". This is because in the IDE, there really is no
    File
    object, it only exists when the SWF is running within the
    Integrated
    Runtime. However, when you run the SWF as an AIR application
    (using the
    adl.exe utility that comes with the SDK, for example), the
    text field
    will now show: "File object=[object File]". Using this
    reference, you
    can use all of the File methods directly (have a look here
    for all of
    them:
    http://livedocs.adobe.com/labs/flex/3/langref/flash/filesystem/File.html).
    For example, you can call:
    var appResource:File=File.applicationResourceDirectory;
    This particular method is static so you don't need an
    instance. If you
    do (such as when Flash tells you the property isn't static),
    simply
    create an instance like this:
    var fileInstace:File=new File();
    fileInstance.someMethod('abc'); //just an example...read the
    reference
    for actual function calls
    Because the getter function in the AIR class returns a Class
    reference,
    it allows you to perform all of these actions directly as
    though the
    File class is part of the built in class structure (which in
    the
    runtime, it is!).
    Using this technique, you can create references to literally
    *ALL* of
    the AIR classes and use them to build your AIR application.
    The beauty
    of this technique is its brevity. When you define the class
    reference,
    all of the methods and properties are automatically
    associated with it
    so you don't need reams of code to define each and every
    item.
    There's a bit more that can be done with this AIR class to
    make it
    friendlier and I'll be extending mine until all the AIR
    classes are
    available. If anyone's interested, feel free to drop me a
    line or drop
    by my site at
    http://www.baynewmedia.com
    where I'll be posting the
    completed class. I may also make it into a component if
    there's enough
    interest. To all of you who knew all this already, I hope I
    didn't waste
    your time.
    Happy coding,
    Patrick

    Wow, you're right. The content simply doesn't show up at all.
    No
    JavaScript or HTML parsing errors, apparently. But no IE7
    content.
    I'll definitely have to look into that. In the meantime, try
    FireFox :)
    I'm trying to develop a panel to output AIR applications from
    within the
    Flash IDE. GSkinner has one but I haven't been able to get it
    to work
    successfully. Mine has exported an AIR app already so that's
    a step in
    the right direction but JSFL is a tricky beast, especially
    when trying
    to integrate it using MMExecute strings.
    But, if you can, create AIR applications by hand. I haven't
    yet seen an
    application that allows you to change every single option
    like you can
    when you update the application.xml file yourself. Also, it's
    a great
    fallback skill to have.
    Let me know if you need some assistance with AIR exports.
    Once you've
    done it a couple of times, it becomes pretty straightforward.
    Patrick
    GWD wrote:
    > P.S. I've clicked on your link a few times over the last
    couple of days to
    > check it out but all I get is a black page with a BNM
    flash header and no way
    > to navigate to any content. Using IE7 if that's any
    help.
    >
    >
    >
    http://www.baynewmedia.com
    Faster, easier, better...ActionScript development taken to
    new heights.
    Download the BNMAPI today. You'll wonder how you ever did
    without it!
    Available for ActionScript 2.0/3.0.

  • Help with Flash CS3 Particle Effect Tutorial Code

    I did the tutorial from http://www.schoolofflash.com/2008/03/flash-cs3-particle-effect/. I used a star to replace the circle. Here's my code:
    var starsArray:Array = new Array();
    var maxStarss:Number = 8;
    function addStars(e:Event)
        var stars:Stars = new Stars();
        stars.x = stage.stageWidth/2;
        stars.y = stage.stageHeight/2;
        stars.alpha = Math.random() * .8 + .2;
        stars.scaleX = stars.scaleY = Math.random() * .8 + .2;
        stars.xMovement = Math.random() * 10 - 5;
        stars.yMovement = Math.random() * 10 - 5;
        starsArray.push(stars);
        addChild(stars);
        stars.cacheAsBitmap = true;
        if (starsArray.length >= maxStarss)
            removeChild(starsArray.shift());
        stars.addEventListener(Event.ENTER_FRAME,moveStars);
    function moveStars(e:Event)
        e.currentTarget.x += e.currentTarget.xMovement;
        e.currentTarget.y += e.currentTarget.yMovement;
    var myTimer:Timer = new Timer(50);
    myTimer.addEventListener(TimerEvent.TIMER, addStars);
    myTimer.start();
    This time, I'm trying to make the stars shrink and transparent as they move away from the point. So I coded it like this:
    import flash.events.Event;
    var starsArray:Array = new Array();
    var maxStarss:Number = 8;
    function addStars(e:Event)
        var stars:Stars = new Stars();
        stars.x = stage.stageWidth/2;
        stars.y = stage.stageHeight/2;
        stars.alpha = Math.random() * .8 + .2;
        stars.scaleX = stars.scaleY = Math.random() * .8 + .2;
        stars.xMovement = Math.random() * 10 - 5;
        stars.yMovement = Math.random() * 10 - 5;
        starsArray.push(stars);
        addChild(stars);
        stars.cacheAsBitmap = true;
        if (starsArray.length >= maxStarss)
            removeChild(starsArray.shift());
        stars.addEventListener(Event.ENTER_FRAME,moveStars);
        stars.addEventListener(Event.ENTER_FRAME,animeStars);
    function animeStars(e:Event)
        trace(this.starsArray);
        this.scaleX-=0.01;
        this.scaleY-=0.01;
        this.alpha-=0.01;
        if (this.alpha<=0) // remove this object from stage
    function moveStars(e:Event)
        e.currentTarget.x += e.currentTarget.xMovement;
        e.currentTarget.y += e.currentTarget.yMovement;
    var myTimer:Timer = new Timer(50);
    myTimer.addEventListener(TimerEvent.TIMER, addStars, animeStars);
    myTimer.start();
    I couldn't make it work. All I got was an error message saying "
    1084: Syntax error: expecting identifier before rightbrace.
    Help?

    It is because of this line of code at the end
    myTimer.addEventListener(TimerEvent.TIMER, addStars, animeStars);
    if you read the documentation on addeventlistener it looks for these type of arguments to be passed
    addEventListener(type:String, listener:Function, useCapture:Boolean);
    animeStars is not a boolean it is a function. Since you already have animeStars in your addStars function you can exclude it in the last event listerer. try this:
    myTimer.addEventListener(TimerEvent.TIMER, addStars);

  • Dashed line "Dash" & "Gap" options

    Hey all, looking for a CS3 tip here.
    I use a lot of dashed strokes, and I've found that when I enter values in the Dash and Gap boxes, I later can't delete the values entirely. I can delete whatever I entered, but Illustrator won't leave the box blank - it now fills the box with 0 point.
    For example, I create a path, turn on Dashed Line, then enter 2 point Dash, 1 point Gap, and accidentally Tab to the third box. Once the focus has been put on that third box, it won't remain blank, the best I can have is 0 point. So now continuing the example, my stroke is 2 point dash, 1 point gap, 0 point dash (slightly visible on screen, invisible in print), 1 point gap, and repeat. The net effect is that it looks like a 2 point dash followed by a 2 point gap.
    Any way to reset the box to contain NO information? It's bugging me because once I've created one of these "bad" dashed strokes, I either have to fudge my values to make it look right, or quit illustrator and start over because the bad values are persistent any time I turn on the dashed line checkbox until Illustrator is quit.

    I'm deleting everything in the box, and just to be sure, I've tried clicking in the box and hitting command-a to select all, then hitting delete. But whether I do it that way or drop the cursor in at the end tap delete repeatedly, it still auto-fills "0 pt" when I leave the box.
    As to the second point, I always try emptying the boxes from right back to the left. I get the effect you describe if I empty the first box - they all reset to blank and the "dashed line" checkbox changes to unchecked. But the moment I try to put a dashed line on a path again, it refills with the previous setting, including the 0 pt entries on the right most boxes that I would hope to stay blank.
    I take it your installation doesn't replicate the behavior I'm experiencing? I will be upgrading to Leopard just as soon as I have a slump - I can just wait to see if a clean installation of Illustrator takes care of it.
    Thanks.

  • Flash CS3 swf viewing @ hyper-speed on IE

    Hello-
    I have created a slide show from the Flash CS3 template...
    inserted in a DW CS3 document. Views/Tests GREAT except from IE...
    I'm thinking there must be a special "IE" code... but cannot find
    documentation. What's also interesting, I also created a Flash
    slide show from a version 6 Flash and inserted in the MX DW...
    works like a charm... hmmm???
    The examples are found:
    http://www.bonanzapress.com/chipsproducts.html
    (hyper-speed in IE)
    http://www.islandsanctuaryproperties.com/photos.html
    (created with the older version of Flash)
    THANKS in advance!!
    Krys

    What version of IE? I would actually strongly discourage
    coding anything for IE. It has always been broken. Did you know
    that to display PNG graphics properly, you need to enable Active-X
    controls? Probably the same thing with Flash. For that reason, I
    suggest adding a line to your website that can only be viewed by IE
    users that says "Please visit this site using any 32-bit web
    browser other than Internet Explorer. Adobe just doesn't have
    anyone that is able to compile a 64-bit browser at this time, and
    does not support those who know what they are doing. Thank
    you."

  • [Flash CS3] Resolution Issues

    Hello, I've been trying to piece together a FLA for the past few days now, only to encounter problem after problem. I've managed to overcome all but one problem I have been experiencing in Adobe Flash CS3 Professional, being a resolution problem.
    I've drawn 796 frames for a flash animation in Photoshop CS3 Professional using a graphics (drawing) tablet, saving them as a .JPG. Would have been smarter to use .PNG, but wasen't thinking straight at the time. After importing the files into the library 100 at a time to prevent a crash, I adjust the flash window to be 1176x894, two pixels short both width and height wise when compared to the files I will be using for the animation. This is to get rid of a tiny white line, as the files don't drop perfectly onto the flash even if they are the exact same resolution. So I plop on the cover for the animation, hitting F6 nine times to make nine extra frames for the intro. F7 for a new, blank keyframe, drop on the first (second really) frame of the animation itself...and it's not the same size.
    Note that both the cover and all frames are the exact same resolution, 1178x896 with the flash being 1176x894. It shrinks anything that isn't the cover, also a .JPG, by about 65% the normal size. There appears to be no way to adjust the frames, so down goes the flash unless I really want to make it much smaller. If anyone knows a solution to this problem, I would MUCH apperciate it. :-)

    Okay the most important lesson here is that when you are doing something like this test a few before you do all of them.
    Well I have no idea. I was going to say that you probably saved the jpegs at a different resolution. Flash expects 72 dpi. Of course that is possible that you have different resolutions.
    Also I've never had a problem where the pixel dimensions aren't what they are supposed to be. So you probably have something else going on here....

  • Problem openning + setting up Flash cs3 trial

    I get an error when i open ADBEFLPRCS3_WWE.EXE (Flash cs3 )
    this is the picture:
    My
    Error i get when i open the Flash cs3 setup, please click image to
    get a better view.
    And please zoom in to the picture to see the error ( just
    click the image)
    It comes up with an error! Ive already downloaded flash mx
    2004 and flash 8.
    Hopefully you can help!

    The fix: Change the namespace on the second line of <project root>/src/ANESampleTest-app.xml
    FROM:   <application xmlns="http://ns.adobe.com/air/application/3.6">
    TO:   <application xmlns="http://ns.adobe.com/air/application/13.0">
    A brief and incomplete background:
    The file <project root>/src/ANESampleTest-app.xml is the ‘application descriptor file’. When using the project files downloaded with the tutorial (that contained the 3.6 reference), the builder did not find this compatible with the configuration on my computer (a trial version I installed today - 5/3/2014 - and patched according to the tutorial). I never did figure out how to lookup valid namespaces and am still confused about how all the sdk’s relate to each other. I stumbled upon this solution by creating a fresh new project and found that the namespace specified by the new project wizard was “13.0” on this line of this file.

  • Flash CS3 vs. Flex Builder 2

    Here's the $64,000 question: should we be developing in Flash
    CS3 or should we shift over to Flex Builder 2? I maintain that AS
    3.0 is a pain in the proverbial, but I've been researching and
    finding as much help as possible online about it, and I've found
    that by and large people are using Flex Builder 2 as the basis of
    tutorials about AS 3.0. Does anyone have an official slant on this
    question? Should we abandon Flash for Flex? Will it help? Will it
    mitigate the difficulties non-programmers are experiencing with AS
    3.0 - or as I call it simply ***? Would I be getting more responses
    to my *** questions if I post them over in the *** forum under Flex
    Builder?
    Any thoughts on this matter would be most welcome, thank
    you.

    Beatie3,
    >> Help please.
    Sorry about that ... some days are crazier than others. :-/
    [From an earlier reply ...]
    > Thank you very much, that's exactly the sort of answer I
    > needed. Hmmm, cheque's in the mail. ;)
    Heh, good on ya! :)
    > I'm definitely a 'deseloper' and will stick with Flash.
    I wish
    > I had the luxury of only dipping into AS3.
    I don't know that I'd call it a luxury, really. Work is
    work. ;) As
    you might imagine, though, Flex Builder 2 provides a number
    of scripting
    improvements over the Actions panel (there's really no
    comparison; if you've
    tried them both, the Actions panel barely feels useful) and
    the Flex
    framework offers significantly more UI Components. Ideally,
    if the pocket
    book allows it, using both applications is the killer setup.
    > My problem is that I built a little program that draws
    scale bars
    > on uploaded images that can then be printed. It did
    everything
    > it needed to, but in AS2.0 you can't control the quality
    of the
    > imported jpgs.
    When you say imported, you mean dynamically loaded (loaded
    at runtime),
    right? Otherwise, I'm confused. The Flash IDE itself allows
    you to
    determine the quality of imported JPGs. In ActionScript 3.0
    ... are you
    talking about the Stage.quality property?
    > I'm experimenting with Sprites and I have something
    appearing
    > as the line is drawn but I can't crack the new way to
    express
    > coordinates.
    Not sure what might be tripping you up, actually. The
    coordinate grid
    is the same. Horizontally, higher numbers move toward the
    right;
    vertically, higher numbers move toward the bottom. That's the
    same as it's
    been.
    > I just want a blue hair line with a nice green dot at
    each end
    > that can be seen while the line is drawn. Once the
    mouseUp
    > happens the drawing guide should disappear and the black
    > line appear.
    Having heard what you're after, I just started a quick
    experiment from
    scratch. Here's my version, below. Note: I've made no effort
    to optimize
    my code. This is just a first draft to achieve a blue line
    segment with
    green dots on each end that becomes a black line segment when
    the mouse
    lifts.
    var startX:Number;
    var startY:Number;
    var canvas:Sprite = new Sprite();
    addChild(canvas);
    canvas.stage.addEventListener(MouseEvent.MOUSE_DOWN,
    mouseDownHandler);
    canvas.stage.addEventListener(MouseEvent.MOUSE_UP,
    mouseUpHandler);
    function mouseDownHandler(evt:MouseEvent):void {
    startX = mouseX;
    startY = mouseY;
    var dot:Sprite = new Sprite();
    dot.name = "dotStart";
    dot.graphics.beginFill(0x00FF00);
    dot.graphics.drawCircle(mouseX, mouseY, 5);
    dot.graphics.endFill();
    canvas.addChild(dot);
    dot = new Sprite();
    dot.name = "dotEnd";
    dot.graphics.beginFill(0x00FF00);
    dot.graphics.drawCircle(0, 0, 5);
    dot.graphics.endFill();
    canvas.addChild(dot);
    canvas.addEventListener(Event.ENTER_FRAME,
    enterFrameHandler);
    function enterFrameHandler(evt:Event):void {
    var dot:DisplayObject = canvas.getChildByName("dotEnd");
    dot.x = mouseX;
    dot.y = mouseY;
    canvas.graphics.clear();
    canvas.graphics.lineStyle(1, 0x0000FF);
    canvas.graphics.moveTo(startX, startY);
    canvas.graphics.lineTo(mouseX, mouseY);
    function mouseUpHandler(evt:MouseEvent):void {
    canvas.removeEventListener(Event.ENTER_FRAME,
    enterFrameHandler);
    canvas.removeChild(canvas.getChildByName("dotStart"));
    canvas.removeChild(canvas.getChildByName("dotEnd"));
    canvas.graphics.clear();
    canvas.graphics.lineStyle(2, 0x000000);
    canvas.graphics.moveTo(startX, startY);
    canvas.graphics.lineTo(mouseX, mouseY);
    There's a lot of repeated code there, and this isn't how I'd
    leave the
    above in an actual project, but by spilling out a rough cut
    like this, I'm
    hoping it gives you something to work with -- showing the
    mechanics of how
    this might be done.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Flash CS3 swf quality on dvd work flow

    I have a larage movie that will not export out of flash in avi it stops work windowsexporterserver.exe stops working and it stops. i want the quality i see in swf file and windows exe projector file on dvd and the web Ihave tried everything

    I have a flash CS3 movie and the quality in that .swf file and the projector file are great but I need to have this content on DVD and as Web based movie.
    The export to movie in flash to either avi or mov file from flash does  not even come close to quality that you have when viewing in .swf which is  published with no problems from flash. The avi uncompressed file is over 4 gig not usable. All of the other codecs of mpeg stop working unknown error.
    So when I import flash .swf  into premiere pro CS4 and then try to export to  any of the mpeg file types which are suggested the best for dvd and the web the windowsexpoerterexe stops working and the exports stops.
    In premiere I try the send direct to encore cs4 and encode stops unknown error
    How do I get the quality I see in the .swf and the windows projector.exe onto a dvd
    You can see what I have been able to post so far on line but the quality is just not acceptable http://owensarchitects.com/cherokeeoverview.htm
    and the DVD version I have been able to produce is even worse so what I missing
    Thanks for your time

  • Re: weird dashed line....

    Hello, Im getting a weird vertical flashing dashed line through my exported videos? Any help would be greatly appreciated!

    Ok. just for some background: I shoot everything HDV 1440 & export 720x480/letterbox as our current Nexus sys is SD only. HD down converted to SD, is better than SD.
    So, below are the settings per Leightronix/Nexus:
    Format: MPEG2
    output: 720x480 29.97 Quality 5.0, Lower
    VBR, 2 Pass, Min 6.00, Target 8.00, Max 10.00 Mbps
    MPEG, 224 kbps, 48khz, 16bit, Stereo

  • Flash CS3 doesn't show some fonts.

    Some fonts that I'm trying to use in Flash CS3 aren't showing
    up. Specifically, these fonts are Peter Saville's New Order line of
    different typefaces. Font Book only shows errors for one of the
    fonts (N.O.– Movement). This is the specific font I want to
    use in CS3, but there are other N.O. fonts that I could substitute
    with, if I could get Flash CS3 to recognize them.
    Does Flash inspect fonts in loading to determine their
    usability? If someone has a solution, I'd really like to hear it.
    Thank you.

    I asked about this once. Some newsgroup user told me the
    fonts wouldn't display within flash because the font package did
    not include font outlines.
    Hope this helps,
    Joe

Maybe you are looking for

  • In Finder, I try to open a folder and files have disappeared and Finder closes. How do I fix it?

    Firefox crashed while I was online. It sent an error message. After, I was unable to locate the files in one of my folders in Finder. I can see the folders in "documents" but don't know how to restore them in Finder. I don't know if any other damage

  • Adobe Illustrator - menu freaking out

    I recently installed Adobe Illustrator CS2 on my system, and for a while it worked fine. However about three weeks ago I launched it and the menus and submenus are all whacked out. For example: Instead of reading "File" it reads "$$$/_MBAR/Mn..." and

  • The files are on a volume that does not support trash message that appears with Lightroom 3

    When I try to delete photos on LR3, this message appears.  This did not happen when I first installed this over a year ago.  How do I fix this?

  • Need SDK 1.4.2_06

    Hi! I tried to install SUN ONE Studio 5 and got an error message: "A suitable JVM could not be found. Please run the installer again using the option -is:javahome<JAVA HOME DIR>" I am assuming that SUN ONE Studio 5 does not work with sdk 1.4.2_08. Co

  • Issue in Tree View Enhancement

    Hello Experts, I have a Tree View and its related Context Node Class. Due to some requirement I need to enhance the same. I have done the following steps: 1. Enhance the View which eventually enhanced the CTXT class  to Z_CTXT as well. 2. I am trying