Published swf and html file viewing issues.

Greetings,
I design web banners and used to, with Flash 8, sedn my
clients the published *.html and *.swf files to download onto their
desktops so they could view the banner. With Flash CS3 this doesn't
seem to be working the same way. It keeps giving them the window
that says something about "ac_runactivescript.js". How come this
never did this with Flash 8?

click file/publish settings/formats, make sure the swf and html boxes are selected, and click the use default names button.  then click file/publish.  are the files in your directory with your fla?
if not, create a new directory (that has no subdirectories), save your fla to that new directory using a new name (ie, click file/save as).  then click file/publish.  check the new directory for your 3 files.

Similar Messages

  • Flash CC does not publish swf and html files

    I'm having issues with Flash CC. When I go to publish my movie the status bar appeaers then quickly disappears and the html and swf files are not created. I'm also not able to export the movie as a quicktime or AVI file. Is there specific settings I must have to publish and export? Note: I am working with AS3 and tried to do a simpple test with a box moving left to right and I have the same problem.
    Any help is appreciated. Thanks!

    Are you sure the HTML and SWF are not currently in use? For example if you publish and preview it in a browser, it can lock those files because they're "in use". Then Flash cannot overwrite them. You'd need to close the browser or any Flash Players displaying them. If that still won't overwrite, delete the files and see if they're re-created.
    If no files are being created at all, gointo publish settings and set a path to export the SWF and HTML file to, don't leaving it at the default (same folder as FLA). Try various places in fact to test permissions.
    If you're on Windows you could try running Flash CC as Administrator to also get around any file writing permission issues. Right-click on the Flash icon and select Run as Administrator.
    I've only really encountered this when my SWF/HTML was in use or stuck in a process.

  • SWF and HTML files separate directories.

    I am generating HTML wrapper dynamically and it runs
    successfully (No JavaScript errors etc.). I right click on the page
    and it displays "Print,Settings, About Flash Player"
    Problem is that my SWF file which resides somewhere else on
    the HTTP server is not played at all. I get a blank page. The path
    to SWF was provided in HTML using an alias defined on the HTTP
    config file.
    If I run static HTML file in the same directory as SWF file
    the page is generated OK.
    Am I missing a crossdomain.xml file but everything is on the
    same domain (so ruled out).
    Please help.

    Hi zetokore, and welcome to the Community!
    You cannot separate the HTM and SWF files, so don't try.
    These files are designed to be symbiotic and must be accessed from
    the same location. Your "getaround" won't work because if you link
    to the SWF instead of theHTM, the output will be warped ... the HTM
    file contains sizing parameters for display of the SWF; so without
    proper sizing, the SWF will appear warped.
    In short - you'll have to live with it, because what you are
    seeing is Captivate's designed behavior.
    To emphasize the point: Design and record your Captivate
    projects at the size they are to be displayed to the end-user ...
    always! And - again always - link to the HTM file, never to the
    SWF.
    .

  • Difference between .swf and html publishing

    Hi,
    I am creating a flash player to stream my .flv files, as I am
    testing my results, I put my .swf and html files on my web server
    and then test respective URL paths: For example:
    http://mywebserver.com/video/file.html
    http://mywebserver.com/video/file.swf
    how come these file vary so much in size? when I call
    http://mywebserver.com/video/file.html
    on my browser; my player is very small. But, when I call
    http://mywebserver.com/video/file.swf
    I see the actual size.
    Thanks,

    Hi,
    Open ur html with DW or notepad. Find the <embed src="
    tag.
    Then replace the width and height of the swf as u want.
    When you tries to open the file.swf, it will hold the browser
    width and height.
    Regards,
    Sankarapandian T.

  • SWF and HTML won't play stand alone

    My .swf and.html files won't play on their own even with
    latest Flash player installed (flash player 9). The html will play
    if right clicked and internet explorer is selected manually, but
    not on its own. Both files will play on their on when on a computer
    with Flash installed. I finished the project and published them
    using Flash 8, what's going on? I didn't see anything in the
    release notes. Anyone have an idea or had this problem?
    Thanks!

    Looks to me like the issue is indeed your CMS. The flash content is loaded in a lightbox, which is most likely controlled by some JavaScript or ASP. My guess would be that the problem lies with the paths to the files. The swf file that the lightbox loads is referenced in your CMS so it knows where to get it - the thing is that most likely it is not played from the location where it's located but instead played from the location where the lightbox script is loaded. Since the 4 SWF's you have are not located there it won't be able to find it.
    Also this lightbox approach isn't very good for this type of content. The demo is extremely small and the alignment of the Flash file looks weird. Instead just use the HTML file generated by Captivate and upload that to a directory in your CMS. Then change the link you have so it opens the HTML file in a new window and everything should work out just fine.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Uploaded swf and flv files - right ?

    Hi all -
    Just getting to grips with flash movies, however not 100%
    i've got it right as yet ! Could someone with experience in flash
    movies confirm the files to upload are the swf and flv files to our
    server ? Everything appears OK when viewing the movies - take a
    quick look here www.sofabedgallery.co.uk/cosmosofa.php however I'm
    just a little concerned of the size of the flv file at a couple of
    mb. Is this the correct file to upload or should I try to upload
    the fla smaller file?
    Many thanks,
    Chris.

    Hi ,
    You can publish your project as MP4 with Cp6. For that --
    Do -- File-- Publish-- Media--- (Choose Dropdown) MP4 and (adjust settings, if you like) Hit publish.
    You can use the Adobe Media Encoder to convert the Video into FLV format.
    Also, you can use the SWF option on Publish Screen to publish the project as a Flash File.
    Thanks!
    Anjaneai

  • A working method to load local PDF and HTML files on iOS

    I had a lot of trouble getting this to work, and I'm hoping this post saves someone time. Some of the information that's been posted in other locations is either wrong, incomplete, or might only work on Android. By the time you read this message the information here may no longer be accurate, so here's the testing environment:
    Window 7
    Flash CS 5.5.0
    AIR 2.7.0.19530, which was compiled on June 28, 2011
    iPad 1, version 4.3.5 of iOS
    Let's get started.
    On iOS, you load external PDF and HTML files using the StageWebView class.
    On Windows, StageWebView works but the HTMLLoader class is a better choice if you're creating a desktop app.
    You can also load HTML files by reading in the file's text. The information in this post is only for loading external HTML files.
    StageWebView will not load a file that's in File.applicationDirectory. All files bundled in your app are placed in File.applicationDirectory, which means you'll have to copy any external file you wish to load with StageWebView to another directory.
    So where can you copy your file? File.applicationStorageDirectory won't work. File.documentsDirectory does work.
    Several people have recommended copying to a temporary file using File.createTempFile(). This works, but there's a catch: it seems that, like Windows, StageWebView relies on a file's extension when determining how to load it. When you create a temporary file on iOS using File.createTempFile(), the file will have no extension (and on Windows, File.createTempFile() creates a file with the extension .tmp, which is equally problematic).
    The solution to the file extension problem is to rename the temporary file by appending the original file's extension. AIR currently does not have a <file>.rename() function, so you'll have to do it using <tempFile>.moveTo().
    Here's some code I've successfully tested several times on both iOS and Windows. The file is copied to the temp directory. The file's extension is restored by just slapping the original file name to the end of the temp file.
            private function loadExternalFile():void
                var webView = new StageWebView();
                webView.stage = this.stage;
                webView.viewPort = new Rectangle( 0, 0, 1024, 555 );
                // Works with either html or pdf files.
                // These are stored in the root of the application directory.
                var fileName:String = "euei.pdf";
                //var fileName:String = "euei.htm";
                var sourceFile = File.applicationDirectory.resolvePath( fileName );
                var workingFile = File.createTempFile();
                try
                    sourceFile.copyTo( workingFile, true );
                    // You have to rename the temp file
                    var renamedTempFile:File = workingFile.resolvePath(workingFile.nativePath + fileName);
                    workingFile.moveTo(renamedTempFile, true);
                    webView.loadURL( renamedTempFile.url );
                catch (err:Error) { }

    I tried this with Flash CS5.5 and AIR 4.0 SDK. Any pdf loaded simply fills the viewPort with black. Also tested with a png version of the pdf and that displayed just fine.
    What's the purpose of copying to a temp work file? I found that webView.loadURL( sourceFile.url ); gave me the exact same results.
    Any ideas?
    Thanks!

  • Pls Help--- URGENT... Combining XML file and HTML file Using java program.

    Hi, I need to implemnt this for my project....
    I need to combine XML and HTML file and generate a new HTML file
    Sample XML File:
    <user>
    <txtName>sun</txtName>
    <txtAge>21 </txtAge>
    </user>
    Sample HTML File:
    <body>
    Name: <input type="text" name="txtName" value=""
    Age : <input type="text" Age="txtAge" value=""
    </body>
    I need a java program to combine the above xml and html files and generate the output in HTML.
    Any kind of help is sincerely Appreciated.
    Thanks.

    toucansam wrote:
    So you want us to write it for you? It's pretty straight forward, first parse the xml file with the *[best java xml parser|http://www.google.com/search?&q=parsing+xml+in+java]* and then go through the nodes and construct the html with strings and concatination. Then write the file using *[the best java file writer|http://www.google.com/search?hl=en&q=writing+to+a+file+in+java]*.
    He would do better to use existing tools that make this easy [http://www.ling.helsinki.fi/kit/2004k/ctl257/JavaXSLT/Ch05.html|http://www.ling.helsinki.fi/kit/2004k/ctl257/JavaXSLT/Ch05.html]

  • Firefox should display .swf and .flv files without Adobe. You can do it can't you?

    If the program, 'Media Player Classic' can play .swf and .flv files, the surely Firefox programmers can do for those what was done for .pdf files. PLEASE!

    hello, mozilla is indeed working on it, but this is not an easy task...
    https://blog.mozilla.org/research/2012/11/12/introducing-the-shumway-open-swf-runtime-project/

  • Thumbnails of swf and qt files

    Anyone know of a way to make swf and qt files display in Bridge (CS3, CS4?) with a thumbnail of the first frame, instead of the generic icon for those file types?
    Thanks.
    JdF

    Hello Jesse,
    Thank you for using Bridge.
    It is a known limitation of Bridge that Bridge cannot thumbnail SWF and some of QT files. However, nost MOV files should be thumbnailed.
    Thank you for your understanding,
    Goichi Kitazume
    Adobe Bridge Quality Engineer

  • Plug-ins for Previewing files such as .rtf, .swf, and .html in Finder?

    Are there plug-ins which would allow files such as .html and .rtf to display details of their content within the Finder's Preview pane, in a way similar to the way it is possible to preview .pdf, .txt, and .jpg files?
    thanks

    No, but any text editor can display html and rtf files, for example, TextEdit in your Utilities folder.

  • I can't put swf or html files with external files like spritesheets on my website.

    Hello,
    I developed a small test-application for my website. I did this using Flash Builder and Starling.
    My website is created with Adobe Muse, if I try to place the SWF, it gives me an error. If I embed the .html file in an html-object, I get a blank screen.
    Every other swf I created that has no external files such as spritesheets works fine, I can either place it or embed in html.
    I have to say that I did not publish the website yet, as it is useless if I can't show my projects on it, but as I said the normal swf files work and the others not.
    Does anyone have a suggestion or solution?
    There must be one because there are a lot of Starling applications (e.g. Hungry Hero) that are embedded in a website.
    Many thanks.

    Hello,
    I developed a small test-application for my website. I did this using Flash Builder and Starling.
    My website is created with Adobe Muse, if I try to place the SWF, it gives me an error. If I embed the .html file in an html-object, I get a blank screen.
    Every other swf I created that has no external files such as spritesheets works fine, I can either place it or embed in html.
    I have to say that I did not publish the website yet, as it is useless if I can't show my projects on it, but as I said the normal swf files work and the others not.
    Does anyone have a suggestion or solution?
    There must be one because there are a lot of Starling applications (e.g. Hungry Hero) that are embedded in a website.
    Many thanks.

  • Manipulate the .swf's html file.

    I have an html file with a list of clickable files to open.
    When opened, that html file has my .swf embedded but it does
    not open full-screen, can I program it to? Also, is there code that
    will take away the IE menu bar, etc.
    I am created the html file when I publish the .swf file. I
    can see in the html code the flash properties but I'm not sure how
    to recode them.
    Thanks.
    Rob Childress

    Hi kglad,
    Here's the link: http://ben-wang-van.bugs3.com/test.html
    This is the simple test. As you can see the video part (after the text) is empty and the flv file is actually the same location.
    From last experience, if I pubulish this video from PC and upload them and then will play fine.
    Any idea?
    Thanks a lot!!!

  • ECourse radio buttons dont work when published as a HTML file

    Hi Guys
    We are creating some eCourse's in Captivate 7 but when they are published in to HTML format the radio buttons don't work - they wont let you click them. (Have tried IE, Chrome and Firefox)
    However is you publish the course as swf it works fine - unfortunately the web provider we upload to doesn't support swf so they NEED to be HTML
    Any ideas on a fix? We did a chat session to a support guy and he said as a workaround copy all slides to a blank project and publish that which we have done today and the same issue has is there.
    Thanks
    Adam (Georgiou Group PTY)

    Noni,
    I am assuming you have Windows 7 and you have SP1 installed
    As a testing, please follow these steps :
    1) Close Adobe Captivate 7
    2) Go to this location : C:\Users\user_name\AppData\Local\Adobe
    3) Rename "Captivate 7.0" folder to "1234"
    4) Launch Adobe Captivate 7
    5) Open any of your projects and then republish it.
    If issue still occurs, share one of your project with me ([email protected])
    Let me know if your project is > 50 MB
    Thanks,
    Vikram Gaur

  • Link to SWF or HTML file from LMS?

    Hello,
    Can someone please tell me how I should link to the captivate file from LMS.  Is it better to link to the SWF file or the HTML file (or in this case, the HTML full-screen file)?
    I would also appreciate it if you could tell me why one file is better than the other to link to from LMS.
    Thank you,
    Justin

    If you are using an LMS for the purpose of tracking data about the user's interaction with your course, it will be either using SCORM or AICC standard to achieve that.  In both cases you need the HTM file that Captivate publishes because there is quite a lot of JavaScript involved in the API communication between the course modules and the LMS.  If you were only uploading the SWF file, the LMS wouldn't be able to "talk" to your course.
    In the case of SCORM, you upload your course as a zip file that contains everything it needs to operate and communicate with the LMS.  This zip file, and all the files it contains, is what the LMS expects.
    Having said this, there are some pseudo LMS systems out there that are really more akin to content management systems (CMS) since all they really do is deliver the files to the user and track the fact that they did so.  They don't read or record scoring coming back from the course too well.  In some cases these types of LMS will expect to get the course as a single file only (because they're more used to courses in the form of PDF files or PPT presentations) and so the SWF file is about the only one you CAN upload to them with any chance of delivering content.  I don't recommend you go for these types of systems.

Maybe you are looking for

  • Tcode to find the load in server is 20 users run a particular ABAP program

    I want to find the load in the SAP Server (in terms of CPU Usage, memory usage) if a particular Query or ABAP program is executed by 20 users. Pls let me knwo the Tcode for the same As per my understanding ST03 can be used to view the report of previ

  • How to work with Sonar in iPhone

    Hello all, I am trying to work with Sonar.For measure distance between two points using sound.How its possible it with iphone? because as i know for that i required to send sound at velocity(reference to temperature). So in iphone how its possible &

  • Problem with Interaction between SAP GUI and BSP Applications

    Hi Folks, I am new to BSP and am trying to create a program to created a BSP within the SAP GUI. This is my program, I have tried to find as to what error have I made but I am not able to find out. I can only find a button post document in the output

  • Lost stuff following update on N8

    Don't know if anyone can help?  Last night whilst my Nokia N8 was connected to my PC to download some photos, Nokia Suite asked if I wanted to download the latest version of Belle! Foolishly I thought this might be worth doing so went ahead, however

  • Shipment Cost and Plant Abroad Config Doc

    Can anybody provide me with the Step by step 1.Shipment cost configuration Doc. 2.Plants abroad configuration doc.