Why the swf file have some lines on it?

I have made a software simulation and published it as the swf file. And I don't know why there are some lines on the screen when I play it in IE? Just as some lines in the fax we ussually see. I have no such problem in playing it in captivate. What goes wrong? And how could I change it? Thank you.

Hello
Quite a lot of threads are in this forum. There could be several reasons. Did you rescale the project? What is the quality you use for the slides - default quality is Low (8-bit) you could try one of the other possibilities? Do you keep this slide quality or do you override it when publishing (you can choose 24-bit for publishing which will increase the filesize but also the quality). You could also deacitvate the compression.
And I forgot to ask: is your version up to date, it should be 5.0.1.624.
Lilybiri

Similar Messages

  • Why the swf file cannot be played by itself?

    Hi,
    After I run the source code, I opened the bin folder and
    locate the swf file that has been packaged. I double click it but
    the program will not run. But if I double click the html file that
    embed the swf file, the program will run.
    Am I doing anything wrong?

    Thanks for your help. However the code is too big to show
    here and I am not sure the client would allow me to do it. I am
    trying to think to shorten it, but it's hard to find where to start
    since I don;t know what actially could cause the problem. I thought
    about using external xml data is the reason. I then tested one app
    with external xml and one without. Both of the two swf can rrun
    standalone.
    So what is the general guideline? Thanks again.

  • Does .swf file have to be in same folder as the .htm file that it is embedded in?

    I'm experiencing something odd that does not seem right.  I am trying to embed an .swf file on a web page.  I have the player file in a separate resource folder from the other files.  In the object tags data attribute value, I am able to have the .swf file be in another folder.  However, in the <param name="movie" value attribute, I am not.  Can anyone tell me why?
    <object id="Object1" type="application/x-shockwave-flash" data="../VideoResources/player_flv_maxi.swf" width="480" height="360">  THIS WORKS
    < param name="movie" value="player_flv_maxi.swf" />     this works if I put a copy of the .swf file in the same folder as the .htm file (but I don't want to)
    but this does not work if I put the .swl file in the a folder one level up (which I want to):
    < param name="movie" value="../VideoResources/player_flv_maxi.swf" />   
    Thanks for any ideas.

    I copied the value from data attribute value and pasted it into the value attribute value... 
    Here is the entire code for the <object> tag. 
    <object id="Object1" type="application/x-shockwave-flash" data="../VideoResources/player_flv_maxi.swf" width="480" height="360">
           <noscript><a href="youtube" _mce_href="http://www.dvdvideosoft.com/products/dvd/Free-YouTube-Download.htm">youtube">h ttp://www.dvdvideosoft.com/products/dvd/Free-YouTube-Download.htm">youtube video downloader</a></noscript>
           <param name="movie" value="../VideoResources/player_flv_maxi.swf" />
           <param name="allowFullScreen" value="true" />
           <param name="wmode" value="opaque" />
                       <param name="allowScriptAccess" value="sameDomain" />
                       <param name="quality" value="high" />
                       <param name="menu" value="true" />
                       <param name="autoplay" value="false" />
                       <param name="autoload" value="false" />
           <param name="FlashVars" value="configxml=DVD_VIDEO.xml" />
          </object>

  • HT5312 This whole security question crap is a hassle. If I wanted to talk to someone one the phone to have some dumb questions reset, I would call them. Why can't they just send it in my dang e-mail. So forget it. I'll just forego the purchase.

    This whole security question crap is a hassle. If I wanted to talk to someone on the phone to have some dumb questions reset, I would call them. Why can't they just send it in my dang e-mail. So forget it. I'll just forego the purchase.

    Then call iTunes Support and get them reset:
    http://support.apple.com/kb/HT5699?viewlocale=en_US
    or by email:
    https://ssl.apple.com/emea/support/itunes/contact.html
    If you have another iOS device or another SMS-capable device, you can use this method:
    http://support.apple.com/kb/ht5570
    Read the entire article carefully to see if this method would be a preferable approach for you.
    Cheers,
    GB

  • I wonder about the colors in the program. When i work and later gonna print the text i have some problem. The color is not the same when im print it. One color on the screen and another when i print it why?

    I wonder about the colors in the program. When i work and later gonna print the text i have some problem. The color is not the same when im print it. One color on the screen and another when i print it why?

    I wonder about the colors in the program. When i work and later gonna print the text i have some problem. The color is not the same when im print it. One color on the screen and another when i print it why?

  • Why won't FireFox 4 play mp3 files that have been created since the FF update? It will play mp3 files created prior to the FF update. All of the mp3 files have been created in the same manner, as bounces from Logic Pro 9. Thank you.

    Why won't FireFox 4 play mp3 files that have been created since the FF update? It will play mp3 files created prior to the FF update. All of the mp3 files have been created in the same manner, as bounces from Logic Pro 9. Thank you.

    Hi David,
    Thank you for your detailed question. It sounds like the real issue is pdf files. Are there any antivirus/firewalls that might be blocking this specific file type? or are there any preferences in your control panel that might be blocking this?
    Do you have any stored preferences for PDF files in Firefox?
    *[[Applications panel - Set how Firefox handles different types of files]]

  • My imported swf files have lost their streaming sound. What can I do?

    I am trying to import a swf I made that contains streaming sound. When I place it on the time line and press cntr enter my animation plays but with no audio. I see the symbols from the swf and the swf inside my library. When I open the swf file inside my project it is broken down frame by frame with no audio. I can add audio back into my movie clip so I know that movie clips can support streaming audio. But I would rather not have to do this.
    I'm very new to flash so I am hoping there is something big that I am missing.
    In addition to my previous question: I need to embed a lot of objects over and over in this project I am working on. Each object will have controls for play back of itself. Is there some reason I cannot do this?
    Thank you for any advice you may have.

    Thank you for your reply
    Ok. I will need to maintain a libary of movie clips that contain streaming audio and simple scripts. Does anyone know of a good tutorial for importing a file at runtime? I've seen something called shared libary properties and it has a field for a url. I put a swf file on my web site and took it's url and put it into this field but nothing shows in my library. What else do I need to do?

  • Compiling FLA and AS files to SWF file using command line

    I need to encorporate the .as sources and .fla file, into my
    build environment, to compile the SWF file.
    Right I have to Open Flash 8 to perform this and copy the SWF
    created through the compilation process.
    Compiling FLA and AS files to SWF file using command line is
    my main purpose. If there such a utility there, does it exist for
    Linux and Windows.

    Try
    Flash
    Command or
    Flash
    Shell Extension
    We use an enhanced version of Flash Command internally, of
    which we fixed the bug of Mike Chamber's Flash Command which cannot
    be run in .NEt 2.0 and added some other functionality. Once we are
    comfortable with it, we will release it to the public.

  • Detect end of the .swf file from captivate

    Hi,
    I've a .swf file sent by our clients. They want to put that .swf file on the webpage. The .swf file is published from captivate.
    Now they want to display a submit button on end of the .swf (video). I don't know how to detect end of the video.
    Need help...!!!
    Thank you,
    Himadri

    Welcome to our community
    Within Captivate you are able to choose different actions to occur when the Captivate movie completes play. Of course if you don't have Captivate and the project file you are pretty much stuck with what you have. If you *DO* have access to the source, you would then configure the end action to be what you like. Perhaps execute some JavaScript, load a different page, etc.
    If you don't have access to the source file, you may be better off asking whomever provided the SWF to you to make a small change to the end action. They would then compile a new SWF and provide that to you to use.
    You just said a "Submit" button should appear after the video plays. What exactly is this button supposed to do?
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Why the db file is so big?

    hello,now i use BDB as my database;
    pdb->open(NULL, m_dbName, NULL, DB_QUEUE, DB_CREATE, 0);
    now, there have two processes , one is FEP, the other is DP
    FEP write 10000 datas to DB_QUEUE one second;
    DP read 10000 datas from DB_QUEUE one second;
    after the two processes run one hour, the db file become so big,
    the size of db file is 1,425,796KB ,but there is no record in db file;
    why the db file is so big?
    the db file will become little automatic?
    do you have some APIs to make the db file little?
    thank you!
    Edited by: 829357 on 2011-1-19 下午5:01

    Hello,
    Based on your description, it sounds like you didn't assign a queue extent size when you created the database.
    From the BDB Reference Guide, see the section on [Selecting a Queue Extent Size|http://download.oracle.com/docs/cd/E17076_02/html/programmer_reference/rq_conf.html#am_conf_extentsize]. It sounds like the behavior that you are looking for is the ability to automatically delete queue extents once they become empty. This feature should do what you're looking for. Refer to the C API Guide ( here ) on how to define a queue extent.
    If you do not want to use Queue extents for some reason, another option would be to call truncate() on the database. However, that will result in deleting any records that might be in the database as well as truncating it.
    Regards,
    Dave

  • The webpage in the swf file

    hi,i want to catch a function that when i open the swf file ,
    then the webpage shows in flash, how to realize it? if i use the ie
    to parse the html code can achieve the goal. and i want to know how
    the AIR achieve the goal. please give me some advice,
    thanks.

    Yes, I think I am going to have to just use Flash. The flash I was creating was very simple, and Encore would have done the trick if it had not been for the fact that the file would always require the AuthoredContent.xml file.  I was just trying to avoid having to learn ActionScript, and most of my animation is coming directly from AfterEffects, with which I am much more comfortable. However, since I first made that post, I have started learning ActionScript, and also realized how to use the XFL format, so it does not appear to be too bad. Within a few weeks, I should be able to create in Flash what I was trying to do in Encore.
    Thanks for the advice!

  • Dreamweaver Cs6 Uploading to remote server to web-host,the.swf files do not load on the webpage

    all the content works fine with the file path being the computers harddrive  :/C "etc"
    once i upload to webhosting server all the swf files don't work.
    My website is fully complete and ready to go on the web can someone help me and tell me why my content is not showing.
    the webhosting customer service rep told me i need to upload with media files checked? im like i never heard of that lol.

    The links in the webpage all point to your local hard drive
    <param name="movie" value="file:///C|/Users/lol/Documents/Website flash art 5.swf" />
    No-one can see these links except you.
    This suggests that you have not defined a site in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Is this the case?

  • Is it wise to keep the Nikon camera files "DSC's"  after downloading them and converting to DNG files via Adobe converter for lightroom use. In other words do the DNG files have all the raw data I would ever need in processing or should I save the camera'

    Is it wise to keep the Nikon camera files "DSC's"  after downloading them and converting to DNG files via Adobe converter for lightroom use. In other words do the DNG files have all the raw data I would ever need in processing or should I save the camera's DSC files?

    DNG files do not contain some metadata supplied by the camera, which can be used by the manufacturer's software. Thus, if you don't keep the original Raw photo, you will lose this information.
    If your 1000% sure you're never going to use the manufacturer's software, then this isn't a problem. But who can be sure what software you will be using 10 years from now?

  • How to display PDF file, inside the SWF file or flash exe file

    I  have create the application for Employee details using flash actionscript 3.0
    This application is to view the organization employee details, iam using the tree component in this application,
    the tree component is to get the dada via xml file, this xml file save in the remote server ,
    I display the PDF file inside the swf file to using " StageWebView" class . Then i goto Publish Setting to change the  player Adobe Air 2.6 and run the flash file using
    ctr-l + Enter . It is work correctly the PDF file is Displayed inside the Swf Output. But I Publish this file to exe . then i run the exe it is not working .
    The application is run The xml data is onely get and displayed the Tree component then i click the tree item employee name the xml data in not display and the pdf file is not open .
    Pls Help...................

    hi i need to display the pdf file inside the swf file or flash exe file .
    I use the navigateToURL class this is open the pdf file on the browser. I want to display the pdf file in the swf window .
    Please suggest.

  • Error #2136: The SWF file

    I am trying to learn how to use classes.The book i am using gave me this example.
    In Vechile.as
    package{
                import flash.display.MovieClip;
                import flash.events.Event;
                public class Vehicle extends MovieClip{
                            public var _gasMileage:Number;
                            public var _fuelAvailable:Number;
                            public var _milesTraveled:Number =0;
                            public var _go:Boolean;
                            public function Vehicle(mpg:Number=21, fuel:Number=18.5){
                                        _gasMileage=mpg;
                                        _fuelAvailable = fuel;
                                        this.addEventListener(Event.ENTER_FRAME, onLoop, false,
                                        0, true);
                public function onLoop (evt:Event):void{
                            if (_go){
                                        _fuelAvailable--;
                                        _milesTraveled+=_gasMileage;
                                        if (_fuelAvailable < 1){
                                                    this.removeEventListener(Event.ENTER_FRAME,
                                                    onLoop);
                                        trace(this, _milesTraveled,_fuelAvailable);
                                        this.x=_milesTraveled;
                public function go():void{
                            _go = true;
    In the main.fla
    In frame 1
    var vehicle:Vehicle = new Vehicle(21,18.5);
    addChild(vehicle);
    vehicle.go();
    when I compile it gives an output error.
    Error #2136: The SWF file file:///C|/Users/Ravenwind/Documents/Main.swf contains invalid data.
                    at Vehicle/frame1()
    I am stumped

    " I then assign Vehicle to document class box in the property box" Do not assign the Vehicle as the document class... remove it from there. 
    In the main file, if you didn't already create one, create a movieclip symbol (just draw a shape in it for now).  Right click the symbol in the library and select the Linkage option.   In the interface that appears, select the option to Export for Actionscript, and assign it the Class name "Vehicle" in the field labeled "Class"
    Make sure you save the Vehicle.as file after you put the code into it and have that file in the same folder as your Main.fla file.
    If you do the things I just described you should see an instance of the movieclip moving across the stage when you run the file.

Maybe you are looking for

  • Default output type in purchase order

    Dear All i have short  and easy question: how can i set one output type(like NEU) as default in purchase order as when create P.O output type automatically comes from customizing? best regards R.T

  • Custome tab develpment process in  crm portal application CRMD_BUS2000126

    Please guide the step by step procedure to create custome tab in crm portal. please suggest the way that is assigned to PCUI frame work. i will appreciate small help also

  • NCS Block/Limit Alarms?

    I am stumped on this one.  Our campus is switching over to NCS from WCS.  The system is great overall but I cannot find a method to reduce alarms.  If I have an AP I use for testing, and then disconnect it - I will get alerts every 30 minutes pretty

  • Linux mandrake and java

    I am new to linux, I have downloaded java and tried to get it to work, i have followed the installation instructions the best i can, but i cannot get java to work, i have downloaded nestscape 7.1 and got it installed and working fine, i really need h

  • Un known error code when loading photos

    I keep getting a message coming up saying an unknown error has occured (-69) when trying to load photo's it has used the memory but they are not viewable can anyone help ipod 30G video   Windows XP