Exporting file for Flash Catalyst use?

Hey everyone.  I've made a video in Flash Pro, and I want to be able to play it in Flash Catalyst.  I'm using 5.5 of both versions, btw.  I export the Flash Pro video to a .mov file and then use Media Encoder to make that a .flv file.  I bring that file into FC and publish to web.  However, when I put those 'deploy to web' files on my website, the video doesn't play.  Everything else works except for the video.  So I put a generic, short .flv file that I downloaded from the internet into my FC file.  I published it to my website again, and everything worked fine.  The video played.  So obviously the problem with my video must be in the encoding process.
How should I do this?  I read one article online that said when I export a .mov file for FC, I should make sure that I don't have 'Fast - Compressed Header' selected in the Streaming options.  Well, I checked and I don't.  It's just under regular 'Fast'.  So what am I doing wrong here?  I've even tried converting my .mov file to a f4v file, and that doesn't work.  Help here would be so greatly appreciated.

Ah.  I think they just tested the .html file.  Though, they were trying nearly everything yesterday, so they might have tried the swf file, too.  I'll ask him this afternoon.  There's a webpage included in both deploy-to-web and run-local folders.  Both are entitled main.html.  I'm looking at both codes in Dreamweaver to see what would be different, how the code is calling to the flv video, and I can't see any change!  I switch from one code view to the other, and nothing is different.  The only difference is that in the video size area, the html file from the run-local folder is bigger.  So obviously something more was put into the run-local html file, but what I don't know.  I can't figure that out from the code.  Here's the code from the run-local file, though it looks the same in the deploy-to-web html file, too.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
        <title></title>
        <meta name="google" value="notranslate" />        
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen">
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:auto; text-align:center;
                   background-color: #ffffff; }  
            object:focus { outline:none; }
            #flashContent { display:none; }
        </style>
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section -->
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!-- END Browser History required section --> 
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
            var swfVersionStr = "10.2.0";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string.
            var xiSwfUrlStr = "playerProductInstall.swf";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "#ffffff";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            var attributes = {};
            attributes.id = "Main";
            attributes.name = "Main";
            attributes.align = "middle";
            swfobject.embedSWF(
                "Main.swf", "flashContent",
                "405", "350",
                swfVersionStr, xiSwfUrlStr,
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version
                10.2.0 or greater is installed.
            </p>
            <script type="text/javascript">
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
            </script>
        </div>
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="405" height="350" id="Main">
                <param name="movie" value="Main.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#ffffff" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="Main.swf" width="405" height="350">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p>
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        10.2.0 or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript>    
   </body>
</html>
But I don't see anything where it calls to my bathinline.flv file.  Yet this one plays just fine.  I've played both .html files, and only the run-local html file plays fine on my computer (not viewing from website this time).  So I agree with you that I think it's a pathing issue on the deploy to web thing, but I have no idea what.  The code isn't showing any difference.
Any more ideas.  You've been really, really helpful so far!

Similar Messages

  • FAQ: Where can I download updated lesson files for Flash Catalyst Classroom in a Book?

    The format for Flash Catalyst projects changed in version CS5.5. When you open a file that was created in Flash Catalyst CS5 in Flash Catalyst CS5.5, you get a message offering to convert the file to the new format. In the case of most of the lesson files that come with the Flash Catalyst Classroom in a Book, this is a quick, straightforward process. Once it's completed, simply save the converted file with a new name, and you can continue working on the lesson.
    A few of the lesson files, however, do not convert successfully. Adobe Press has provided new versions of those files that have been rebuilt in Flash Catalyst CS5.5, and should open without mishap. Otherwise, they are identical to the files provided with the book. Adobe Press apologizes for any invonvenience.
    You can download the updated lesson files from the Peachpit website. If you don't already have a Peachpit account, you will need to create one (simply supply an email address, name, and password; you do not need to enter a member code or ISBN number):
    Download the updated lesson files

    This may not be the same tutorial, but lesson files are downloadable with it.
    http://www.digitalclassroombooks.com/CS6/Dreamweaver/files.html
    Hope this helps.

  • Actions not working to imported swf files in Flash Catalyst

    Hi,
    I have a problem with manipulating my imported swf files (created in Flash professional) in Flash Catalyst CS5. Whenever I add any of the swf control actions to a swf file in the timeline such as 'stop', the animation ignores it and keeps replaying. I tried to add action sequence when a certain button is pressed, and also tried to create 'On application Start' and added 'stop' so that the animation stops immediately when the application opens. No matter what I do, the animation refuses to perform the actions and simply replays. The animation is a simple shape tween between 2 states with no action script attached to it. I published the animation as an swf and exported it to Flash Catalyst. Is there any suggestions whatsoever on why this is happening? Is it something to do with setting up my flash file prior to import? The only way I figured out to stop the animation from playing is adding action script to the flash file in Flash Professional however this is not what I want because I would like the animation to be controlled by components in my flash Catalyst document.
    Thanks

    You can make you swf a custom component with 2 states.
    The first state will be empty and rename it "OFF" the second state will have your swf file and name it ON.
    Then go back to your artboard/project, add your 2 buttons ON & OFF.
    For the ON button add interaction "play transition to custom component ON"
    For the OFF button add interaction "play transition to custom component OFF"
    Here is an example swf_control

  • My top ten requested features for Flash Catalyst Next

    Here is my top ten list of requested features for Flash Catalyst:
    10. Rearranging of pages / states in the pages / states panel (also resizing to smaller icons)
    9. Menu bar option to Insert Custom / Generic Component. There isn't a  way to create a custom component without first adding something to stage  and then converting that.
    8.  Edit component on double click in layers panel
    7. Replace existing artwork with library component - for example, when you create a button or text input then you should be able to use that skin in all of the text input instances rather than creating new ones every time you choose convert artwork to component
    6. Artboard sized to content - no hardcoded size of the project
    5. Import of Flex Components / movieclps
    4. Flex Capacitor library integration / support - supports deep  linking and navigation through your flash catalyst or flex project  without coding - all the work is done
    3. Integration and coexistence in native Flex project - no fxpl or zip - flat file structure
    2. Container support - VGroup HGroup Skinnable Container - set layout property
    1. Component Constraints support - top left bottom right horizontal center vertical center baseline width height 100%

    Additional features:
    • When opening a Illustrator file the option to choose which artboard or layers to import (rather than the whole project).
    • Set a default option so that all imported text fields from Illustrator use "Fit Height". Mainly because currently it is cutting off the descent but also bc it allows you to change the text content (globalization) and have the text fit.
    • Show intersection lines while dragging. At least vertical center and horizontal center... similar to Flex and Illustrator.
    • Add a convert to vector when selecting images.
    • In the code view the default directory "components" could be renamed to something like: design, compositions, construction, architecture, form, embodiments, chassis, constitution, frame, representation, manifestation, cast, expression, mold, etc. just not skins. design, chassis, representations, cast, expressions, compositions are my favorites. It would be nice to be able to define this folder path in preferences.
    • Use the layer name to name the library components. Otherwise there is a directory with 30 assets named "graphic[n]".
    • Command to clean out library of unused symbols.

  • Cannot import swf/air file from flash catalyst

    Cannot import swf/air file from flash catalyst, states error in code, there is nothing in the properties panel.

    Hi Kristen
    Have you tried using ActionScript 2? You might give that a go
    and see if things improve.
    Just a thought... Rick

  • How to export files for book's

    whats the best way to export files for a book? lets say I want to make an apple book using aperture with 60 pics in it from my son's recent black belt test. do I simply send the 60 best pics to apple in raw/master format and let them figure it out? or do I try to do image editing myself and send them jpegs? if I send them jpegs how do I strip out the Adobe rgb that my Nikon d70 seems to embed so the lab can do the color balancing?
    thanks for any help. great camera. great software. total amateur dad photographer and I really want to get these particular pics right!

    To get the pictures in the Aperture-produced book really looking good, you should plan on printing a test book. Then based on the test book you can adjust your images to add saturation or contrast or whatever you need to get them looking right. Remember, any book you order online is printed by a CMYK printer, which has a specific and kind of limited color space. It's hard to predict what changes will happen in the conversion to CMYK, so the best thing is use the first book printing as a test, not as something you expect to look really great.

  • Missing export file for  package java/lang

    Hello,
    I have Eclipse with JCOP Tools installed and I have a small Applet which runs fine with Java Card 2.2.1 which is part of the JCOP Tools. I want to try the [Extented Length APDU which is defined in Java Card 2.2.2|http://www.cs.ru.nl/~tews/jcdocs/app-notes-2.2.2/extapdu.html] so I downloaded the developpment kit 2.2.2 from sun which includes the api.jar.
    In my Eclipse project, when I remove the 2.2.1 api jar and add the 2.2.2 instead, I get the following "compilation" error "
    Description     Resource     Path     Location     Type
    missing export file for package java/lang     MyApplet.java     MyApplet/src/com/...     Unknown     com.ibm.bluez.jcop.eclipse.jcopmarker
    Do you have an idea what is the problem ?
    Is it possible to use JCOP Tools with Java Card 2.2.2 ?
    How can I know which VM is running my JavaCard ? If it is 2.2.1 it would actually be useless to develop an Applet using 2.2.2. and on the card ther eis written only JCOP31 V2.2
    Thanks,
    Tex
    Edited by: Tex-Twil on May 14, 2009 8:09 AM

    lexdabear wrote:
    javacard2008 wrote:
    It impossible to use current version of JCOP Tools with Java Card 2.2.2 before JCOP new version released.Bullsh*t. JCOP Tools v3.2.7 supports Java Card 2.2.2, since the latest JCOP v2.4.1 runs Java Card 2.2.2.ok. I think I have JCOP v3.1.1 which came with the JavaCards that I bought. Where can I get a newer version ? On NXP site there is not much about JCOP :(
    regards,
    Tex

  • Saving a swf-file for flash player older than 10.3 in Flash CC

    Hi,
    I am working with Flash CC and need to save my swf-files for Flash Player older than 10.3.
    Is there any chance to do so?
    Besides working with CS6 again ;-)
    Thanks for every help!

    In the meantime I found a very good answer myself.
    For anyone who might need it, too:
    Re: Can Flash Pro CC publish to flash player 9??

  • [svn:fx-3.x] 13067: Fix for html-wrapper ant task generates incorrect wrapper files for flash player version detection .

    Revision: 13067
    Revision: 13067
    Author:   [email protected]
    Date:     2009-12-17 12:48:20 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Fix for html-wrapper ant task generates incorrect wrapper files for flash player version detection.
    QE notes: None.
    Doc notes: None
    Bugs: SDK-18826
    Reviewed By: Paul
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18826
    Modified Paths:
        flex/sdk/branches/3.x/modules/antTasks/src/flex/ant/HtmlWrapperTask.java

    Could you try creating a new Firefox profile to see if that helps?
    8. Make a new profile
    Chris

  • How to build ear files for ADF application using Ant task

    How to build ear files for ADF applications using Ant. The ojdeploy ant task can not find application-level deployment profiles. I am trying to automated build and release for ADF application.
    Any help is highly appreciated.
    Thanks
    Shiva

    Hi Timo
    Thanks for your reply.
    I have successfully created ear file using ojdeploy on jenkins. however when am trying to auto deploy using WLDeploy ant task am getting the following
    error :
    weblogic.application.ModuleException: :oracle.mds.config.MDSConfigurationException:MDS-01335: namespace "/oracle/webcenter/quicklinks/scopedMD" mapped to metadata-store-usage "WebCenterFileMetadataStore" but its definition was not found in MDS configuration
    Please advise how to handle this.
    As am a newbie to ADF, could you please advise if it is possible for the ADF application deployments can be automated for different environments using jenkins due to this MDS dependencies.
    Appreciate your help.
    Thanks
    Shiva

  • Correction: Adobe Labs Ideas for Flash Catalyst

    Link shown in Adobe Labs Ideas for Flash Catalyst announcement above (http://idea.adobe.com/labs) is incorrect. Correct link appears to be: http://ideas.adobe.com/labs

    Have you tried downloading it directly from Adobe and installing it? http://get.adobe.com/flashplayer/
    Try and see if it will install. If not, reply back.
    Clinton

  • Exporting a InDesign file to Flash Catalyst...

    Hi all,
    I'm just startede exploring Flash Catalyst, and have learned a lot by using a Illustrator file.
    But now my question is how to import a Indesign file into FC. I have read that it is possible throurgh some additional steps in Flash Pro. But I can figure out or read how to do it,,,
    Can anyone help me?
    It is a book created in Indesing, that I want to create as a swf, with the advanced features of FC. The features in Indesigns interactivity, isn't quite enough for my hunger to make it more web-eatable.. :-)
    Hope to hear from some of you!
    Enjoy the hollidays!
    Kapirs

    Hi,
    Thanks for the reply. Thats what i was looking for .  Another small thing I notice here is that when i export to html a preview of the html was displayed in the browser. I think thats because the "View HTML after export option is enabled by default. Can I change this setting so that there will be no preview of the HTML after exporting?. Again thanks for the previous answer.

  • (How can we) Export FXG from Flash Professional using JSFL

    How can we export a selection from Flash Professional as .FXG using JSFL? It appears that this is not possible... just yet! I have added this as a feature request within the Adobe Labs site for Flash Professional. Someone at Adobe suggested that I also explore the forums, so here we are. If you would also like to have this feature added, please let Adobe know by promoting the idea.
    Our use case is this: we have a large Flash file with a library of over one thousand skins and assets that were built in Flash with Adobe's Flex Skins Templates. These stateful, graphical skins were used within a custom theme by several Flex 3 projects. Our ultimate goal is to bring these through Catalyst, maintaining their vectors, and use them to create Spark skins.
    We've got a JSFL that can export each linked library asset, as well as any frame-labeled 'state' within these clips. However, currently we are using exportPNG, which is not ideal as it flattens our vector art into raster images. We are about to try the exportSWF option, and see what Flash Catalyst does with this. Our early attemps with importing swf's haven't been too amazing.
    I'm starting to imagine some cross-product scripting in which we export symbols at a state-by-state level as .swf from Flash, then rebuild these onto layers in Illustrator, and THEN import these into Catalyst...yikes!
    Anyone have a better solution?

    Follow-up:
    Out of pure wishful thinking I decided I would just see what happened if I pretended 'exportFXG' was already a part of JSFL. Based on the signature of 'exportPNG', i tried the following lines:
      var success = fl.getDocumentDOM().exportFXG("file:///C:/mySymbol.fxg"); 
      fl.trace("success:"+success); // output: success:true 
    It worked! Fantastic! I'm not sure if exportFXG is considered still in "beta" and therefore intentionally excluded from the docs, or if it was just an oversight. But at least it gives us something to experiment with.

  • FAQ: SWF's and loading external files in Flash Catalyst

    How do I make the images in my Flash Catalyst project external to the published SWF?
    You can choose whether images are embedded in your Flash Catalyst SWF, or loaded dynamically; this can help to keep your SWF's small. Simply right-click an image and chose "Externalize Image".
    Answered by: Adam Cath.
    See entire discussion.
    How do I make the SWF I imported to Flash Catalyst load external files?
    When importing a SWF, Flash Catalyst only pulls the SWF asset into your project. Many SWF's, such as slideshows and media players, rely on external data files, such as configuration files or media assets. If you would like to use such a SWF in Catalyst, then you will have to place these external resources into your Catalyst project as well as importing the SWF.
    Let's assume you have a SWF source folder that contains your SWF file and all of the external files it needs. You can open the SWF file from this folder and it works fine. But, if you import the SWF into Catalyst, the Catalyst project doesn't display it correctly because it can't load the external files. Here's what you do:
    1. Open your swf source folder, and copy all of the files/folders there except the SWF you imported.
    2. In Catalyst, Run/Preview your project (Ctl/Cmd-Enter)
    2. Note the file path to Main.html in your browser
    3. In your OS, open the folder that contains /bin-debug/Main.html from above
    4. Open the "src" folder
    5. Paste all of the files from step 1 into the src folder.
    6. Catalyst won't pick up that your project changed, so tweak it a bit (add a Rectangle), and save it.
    7. Run your project. If it doesn't work, try closing and reopening your project and running again.
    For an example, check out: Using an XML-driven SWF in Catalyst to create a slideshow.
    See entire discussion.
    Answered by: Bear Travis

    You can make you swf a custom component with 2 states.
    The first state will be empty and rename it "OFF" the second state will have your swf file and name it ON.
    Then go back to your artboard/project, add your 2 buttons ON & OFF.
    For the ON button add interaction "play transition to custom component ON"
    For the OFF button add interaction "play transition to custom component OFF"
    Here is an example swf_control

  • Best export settings for Flash

    Hello,
    I am trying to export a video to Flash for uploading to the web. I am using Sorenson Squeeze to convert the file to Flash. What is the best export settings in FCP for this. I don't want to encode the file twice.
    Thanks in advance.
    Pete

    What format is your original material and what format is your sequence? Generally speaking, export with sequence settings. This will not add any additional compression.

Maybe you are looking for

  • IPhone 4s Safari quits, re-login session

    Since the iOS 7.1 update, if I open more than one app besides Safari, when I come back to Safari, it apparently has quit (normally due to RAM or ???), and any sites requiring a login have to be re-logged into. This is a royal pain. It never did this

  • Output 4:3 center cut from Anamorphic 16:9 source

    Hi all, I have an Anamorphic 16:9 Sequence (IMX 50) that I want to ouput to a 4:3 aspect ratio using a center cut. i.e. cutting the left and right sides of the picture off. I do not want to letter box the output. From what I have read it is relativel

  • Unable to access nested managed bean property in JSF 1.2.9

    In an old version of JSF, namely 1.2-b20-FCS from April/21/2006, I could access nested properties of a managed bean. So I had a managed bean OuterBean, and in JSF I could write <h:inputText value="#{outerBean.innerBean1.propertyA"/> The Java class Ou

  • Instructions for Enabling and using the "root" user in OSX 10.8

    Seems to have changed since 10.6. Any suggestions?

  • I need help with and Error PLEASE!!

    Everytime i try to upgarde my itunes 6 to itunes 7 i get and Error Drive E:/ message and then i get a message saying The installer encountered errors before Itunes could be configured. WHAT DO I DO? I NEED SERIOUS HELP HERE!