The Export Frame for Classes specified in the Publish or Export settings

Hi,
I have a site I'm currently editing for a client, I'm adding a video element into it, but it doesn't play when I test movie, and when I test scene it gives me this error message:
WARNING: The Export Frame for Classes specified in the Publish or Export settings, frame 2, does not exist. No bytecode for ActionScript 2.0 classes or interfaces was exported.
I've heard its a bug in CS3
Can anyone help?
here's the actionscript:
/**********---------- Config Part ----------**********/
import cn.com.webstudio.util.*;
Stage.scaleMode = "noscale";
Stage.align = "TL";
//Stage.showMenu = false;
stop();
/**********---------- Variable Part ----------**********/
var xmlpath:String;
var dataArr:Array = [];
var curItem:Number = 0;
//sound volume setting
var volume:Number = 50;
//buffer time setting
var bufferTime:Number = 10;
var locked:Boolean = false;
//please set these fellowing value from external xml file.
var autoPlayFirst:Boolean = false;
var autoPlayAll:Boolean = false;
var autoNext:Boolean = false;
var mainStyleColor:Number = FFFFFF;
var titleItem, videoItem, thumbList, controlItem, scrollItem;
/**********---------- Function Part ----------**********/
// Load the xml file.
function loadXML(url:String, callback:Function) {
    var myxml:XML = new XML();
    myxml.ignoreWhite = true;
    myxml.onLoad = function(success) {
        if (success) {
            if (callback != null) {
                callback(this);
    myxml.load(url);
if(xmlpath !== undefined ){
loadXML(xmlpath, parseXML);
}else{
loadXML("config.xml",parseXML);
// parse xml data
function parseXML(xml:XML) {
    curItem = -1;
    dataArr = [];
    var i, j, temp1, temp2, temp3;
    temp1 = xml.firstChild.firstChild.childNodes;
    // config part
    autoPlayFirst = temp1[0].firstChild.nodeValue=="false";
    autoPlayAll = temp1[1].firstChild.nodeValue=="true";
    autoNext = temp1[2].firstChild.nodeValue=="true";
    mainStyleColor = int(temp1[3].firstChild.nodeValue);
    // item data
    temp2 = xml.firstChild.childNodes[1].childNodes;
    for (i in temp2) {
        dataArr[i] = {};
        temp3 = temp2[i].childNodes;
        for (j in temp3) {
            dataArr[i][temp3[j].nodeName] = temp3[j].firstChild.nodeValue;
    init();
function init() {
    // title item
    titleItem = this.attachMovie("titleItem", "titleItem", 1);
    titleItem._x = 68;
    titleItem._y = 21;
    // video list
    videoItem = this.attachMovie("videoItem", "videoItem", 2);
    videoItem._x = 68;
    videoItem._y = 50;
    videoItem.posX = videoItem._x;
    videoItem.posY = videoItem._y;
    videoItem.posW = videoItem._width;
    videoItem.posH = videoItem._height;
    // thumb list
    thumbList = this.attachMovie("thumbList", "thumbList", 3);
    thumbList._x = 558;
    thumbList._y = 20;
    // control item
    controlItem = this.attachMovie("controlItem", "controlItem", 4);
    controlItem._x = videoItem._x-1;
    controlItem._y = videoItem._y+videoItem._height+11;
    controlItem.posX = controlItem._x;
    controlItem.posY = controlItem._y;
    var mainStyleColor:Number = FFFFFF;
    //controlItem.volBut.onPress();
    // scroll item
    scrollItem = this.attachMovie("scrollItem", "scrollItem", 5);
    scrollItem._x = thumbList._x+thumbList._width-scrollItem._width+3;
    scrollItem._y = thumbList._y+thumbList.mask._y;
    // set main style color
    setStyle();
function setStyle() {
    wEffect.setRGB(thumbList.back, mainStyleColor);
    wEffect.setRGB(controlItem.back, mainStyleColor);
    wEffect.setRGB(titleItem.back, mainStyleColor);

click file/publish settings/flash/actionscript settings and make sure frame 1 is set as the export frame.
if that's already set, don't use test scene.

Similar Messages

  • Understanding the Publish options in Frame 12

    My book saves to pdf and displays just fine.
    Publish to ePub produces an epub with several chapters out of order.
    In the Publish pod, select Settings
    If the Output Style is selected, this is what appears
    WHERE do these styles come from?
    Note on the left are the paragraph tags from the current document. Where do I find the style choices from the "Output Style" pick box? How do I modify them?
    P.S. THIS is exactly why I thought I had to use structured Framemaker because I thought that was the only way to tell Frame how to connect.
    P.P.S. If there’s somewhere to go to read details about how to use Framemaker 12’s Publish options, please provide a link.

    What you’re seeing is a version of the RH Conversion Settings screen – this is where you tell the “engine” how to take that FM content & bust it up (Pagination), whether to bring it over to your output or not (Exclude), how lists are to be treated (Autonumber options), what the resulting styles will look like in the output (the Output Style field). You can let it take its best guess at mapping all your FM paragraph and character tags into (internal RH) styles by using the Automap setting (that was new in RH10’s guts), but you probably won’t be happy with how it comes out. The same is true of the Source option – it just takes its best guess at each mapping. What the field doesn’t tell you is that you can type overtop of it and use your “familiar” FM building blocks – I often use “<$paratext>” to map the paragraph tag text across (especially for xrefs that are like “see xx on page yy” which make no sense in WebHelp output). There are also other ways of running your FM content through to achieve what you want – check out Matt Sullivan’s blog for FM to RH integrations.
    I’d recommend Willam van Weelden’s site for help with ePUB outputs (wvanweelden.eu) and Peter Grainge’s super site – grainge.org.

  • Unable to load servlet  class specified in the module.

    Hi,
    Hope that I am in the right Forum to ask this question.
    I tried to develop basic servlet example as specified in http://java.sun.com/developer/onlineTraining/J2EE/Intro2/servlet/servlet.html.
    When I create WAR file in Deployment tool I get the following error. How can I rectify this?
    Thank you very much for any help.
    Regards,
    Indika
    Error :
    Unable to load servlet class specified in the module.
    Please contact online help for assistance.
    java.lang.UnsupportedClassVersionError : bonus/controller/BonusCalculationServlet (Unsupported major.minor version 49.0)

    Hi Yohan_co,
    I haven't used Application Server 8.2, but I think the problem is because the jdk that AS is using is previous to the jdk that your are using to compile your source files.
    I hope that it helps you.
    Regards

  • (Help) system classpath  -Vs-  the place where weblogic looks for classes

    The following is my app's hierarchy.
    myapp
    |
    |__myjsp.jsp
    |
    |__WEB-INF
    |
    |__classes
    |_ MyClass.class
    I am not able to use MyClass within myjsp.jsp
    i.e. a scriplet like that shown below gives an error stating that MyClass isnt found
    <% MyClass obj; %>
    I've tried setting the system classpath, but to no avail.
    Is there a difference between the system classpath and the place where weblogic looks for classes?
    (I am running my app by creating a myapp.war file and placing it in autodeploy folder)

    Try moving your class to a named package and use the appropriate import statement in your JSP. Loading it from WEB-INF/classes/packagename should be fine so you might want to remove the other classpath mods you made to eliminate that uncertainty.
    Here's a snippet from http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rweb_jsp_migration.html:
    "As of JSP 2.0, referring to any classes from the unnamed or default package is not allowed. This can result in a translation error on some containers, specifically those that run in a JDK 1.4 or greater environment which will also break compatibility with some older JSP applications. However, as of JDK 1.4, importing classes from the unnamed package is not valid. See Java 2 Platform, Standard Edition Version 1.4.2 Compatibility with Previous Releases for details. Therefore, for forwards compatibility, applications must not rely on the unnamed package. This restriction also applies for all other cases where classes are referenced, such as when specifying the class name for a tag in a Tag Library Descriptor (TLD) file."
    HTH,
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • Sun ONE Studio 4 aka Forte: How to set the output path for classes ?

    Help !
    Beginner's question:
    Sun ONE Studio 4 aka Forte:
    How to set the output path for classes ?
    As default, the class files are created in the same directory as the
    sources.
    In opposite, both JBuilder and Together support that there is a tree
    with the sources and another tree with the classes.
    The first answer I got was "not possible with Forte, but just if you write your own "ANT Build script" !
    a) Please point me to a ready-to-use ANT script for this purpose, if such is available
    b) Is using ANT instead of the MAKE as comfortable ? Besides the separation of sourcecode and classes, I would like to keep everything else to be the same, i.e. I don�t want to edit the ANT file if I enlarge the project by directories or files.
    Tia
    Sincerely
    Rolf

    You can set S1S's options to place newly created .class files in a specific location.
    Identify the compiler that is being used - Open the S1S's Tools/Options window, expand Editing and select Java Sources. Note the Default Compiler value. (If it's one if the Ant options, you use Ant to specify this option, not S1S.)
    Open the S1S's Tools/Options window, expand Building/Compiler Types and select the appropriate compiler.
    The Properties tab of the compiler has the property Target, which sets the filesystem where the compiler output is directed. If you choose <not set>, the .class files are written to their source directory.
    When you set the Target, your change affects all classes that use this compiler.
    Very few options can't be set in S1S; the challenge is finding out where they're set!

  • What are the best export settings for video with small text?

    I am making videos of lectures (where slides show up next to a small video of a person talking). I would like the text to show up as legibly as possible, all while maintaining a small file size (smallest possible) and still maintaining quality. What would you recommend? The slides change every couple minutes or so, but I don't wnat to reduce the frame rate becuase I do have that small video in the corner. Which settings and format are best? Also, I'll be uploading this to Youtube.
    THANKS!

    Keep in mind that the small video in the corner does not require as high a data rate as a full screen video. So, if a full screen video requires, let's say 5Mb/s for a talking head, you might be able to get away with 2Mb/s or less for the entire frame with a little video and a lot of static slide. Also remember that the less motion in the video, the lower the bit rate can be.
    Try it out.
    Use the H.264 preset for YouTube at the same frame size as what you are editing, and then reduce the data rate to half normal. Export and check out the quality. Then halve it again and check the quality. Keep going until the quality is unacceptable then go up a little. Find your sweet spot.
    It is subjective. You have to decide the lowest bit rate you personally can accept and still be confident that the client will be OK with it.

  • Multi-language support for user-specified text strings used in the forms

    multi-language support for user-specified text strings used in the forms
    Instead of creating multiple forms, 1 in each different language, for the same service, is there any workaround?

    Hoan - is your question what are the considerations when creating multiligual catalogs? If so, I can tell you that at other clients I have seen them use a single catalog for one or two languages. For the two langugages, such as Spanish/English, you can create a single catalog with both of them. Once you get to more than two languages, the catalog would get unweildy and is therefore not suggested.

  • What is the best way to import a graphic? & How do I create a text frame for a figure caption?

    Hello all! I've been working from the FM book for almost 2 hrs trying to figure this out, so now I need your help. I am almost to this point:
    Problem I: Importing a graphic
    First of all, which is the best way?
    -Insert an anchor frame and then import the graphic into the frame OR
    -Just insert the graphic and get the anchor frame by default
    Here’s my importing and sizing problem:
    I hit ENTER to make a new paragraph line (side note: the book says make a new paragraph by hitting ENTER, import the graphic, and then ESC m+p to shrink wrap so that you can avoid the graphic overlapping the above text. I do exactly this (I believe), but my graphic still overlaps the above text when I shrink wrap. What the...?)
    I insert an anchored frame with position Below Current Line and alignment CENTER (I chose to the insert anchor frame, since this way I have control over its alignment, correct?)
    Anchor frame is selected when I import my image file
    In the Imported Graphic Scaling box, what do I select if my file is HUGE (3072x2304)?
    -Fit in selected rectangle (when I choose this the image imports small and fits in the anchored frame with lots of white space around it)
    -72 dpi
    -75 dpi
    -150 dpi
    -300 dpi
    -Custom dpi: 96 (I’ve tried changing this to a smaller number (20) and I get a message that says “cannot handle a bitmap of that size.”)
    I’ve had the best luck with selecting FIT IN SELECTED RECTANGLE, and then I just scale the image with my shift+click. If I choose 72 dpi or Custom, my image imports HUGE, and I just can’t manage it. I don’t have a method for resizing these images outside of FM.
    Problem II: Creating a text frame for a caption
    Once I have chosen FIT IN SELECTED RECTANGLE, I try to insert a text box underneath the image (and inside the anchor frame) to type a caption in it.
    In Create New Text Frame box, the default is Number 1 and Gap 0.25. I click SET.
    Next, I double-click inside the text frame to begin typing, but the cursor is OUTSIDE and UNDERNEATH the text frame! What the heck??? I’ve done this before and it has worked just fine. Then I had another problem where when I did get the text inside the text frame, I would select the text frame to move it, and it left the text behind! (I moved the frame but the text was separated from it and left behind.)
    THANK YOU in advance for your help. I hope I wrote this out clearly enough. I appreciate those who respond. P.S. I'm in FM 10.

    My favorite method is to use a one-cell table for graphics and captions.
    Import the graphic by reference into the table cell. Create a "Caption"
    paragraph tag and assign it to the table title. (The title can be set
    for above or below the table cell. I prefer below.) Now, whenever you
    insert this table, it will be ready for graphic and caption. Another
    advantage of this method is that graphic and caption always stay
    together at page/column breaks.
    When you create the table format above, assign it to have a -2.0 space
    above. Then, create a paragraph tag, such as "TableAnchor" and assign it
    -2.0 pt font size and -2.0 space below. (You can substitute a different
    point size, but it must be the same in all three places. The TableAnchor
    paragraph will hold the table and these settings let tables fit against
    the top margin where necessary. Otherwise, they dip down a bit.
    I wrote this from memory, so I hope I remembered all the steps!

  • I have lost the export settings for FCP7. How can I get these back?

    I accidentally threw a folder in the trash. I got a lot of stuff back using Data Rescue, but not everything.
    I have lost the export settings for FCP7. How and Can I get these back? tia

    Sorry for the delay in response. It sounds like you have somehow deleted your quicktime ProKit with the codecs by what ever process you were trying to restore  you trashed files.
    Go to the Apple Menu > System Updates and see if the updater sees a need to install them.
    If this doesn't work - it might be
    the best thing to do would be to get FCS Remover from Digital Rebellion (free)
    http://www.digitalrebellion.com/fcsremover/
    and try to remove all traces of your corrupt installation and then do a clean install from your original disks, followed by updates to restore the new ProKit codecs.
    If your system has been corrupted by whatever you did, it might be best to wipe the drive and start from scratch - but understood this is not a pleasant choice.
    Other posters may have different or better suggestions. The FCS Pro Apps require a lot of files and file structure that may or may not be apparent, and were never drag and drop installable. They always needed to be installed with the proper installer.
    MtD

  • How to add a rectangle color frame for the video clips ?

    Hi there,
    I have shrink the 3 video clips small enough to fit all 3 of them into 1 screen.
    And now I want tomake a border rectangle color frame for these 3 video clips.
    Any tips on how I shall start ?
    Thanks & regards
    Cheers

    Ian R. Brown wrote:
    I have a feeling it can't be done because the border will probably go round the original full size video.
    A workaround would be to use the Custom generator to make a rectangle which you resize and put above the background.
    Then put your video you want framed on top of the lot and resize it so that a bit of the coloured Custom generator is showing all the way round.
    It's gonna be fiddly but simple enough in theory!
    Thanks Ian, that was a good idea.
    But my cropped video clip is a video clip being color-keyed (ie my video clip has alpha channel & the background is transparent). So putting a colour image behind the clip does not work because it will be seen through the alpha channel.
    Any tips ?
    Thanks

  • I just updated my Firefox browser to Firefox 8. I am a college student and practice with HTML and CSS for class assignments. The fonts in all my html documents are being overwritten online by your script typeface. How do I resolve this issue?

    I just updated my Firefox browser to Firefox 8. I am a college student and practice with HTML and CSS for class assignments. The fonts in all my html documents are being overwritten online by your script typeface. I did not have this issue in the older version. I use an iMAC running OS10.6.8. How do I resolve this issue?

    Starting with this, you have errors in your CSS code.
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    body {
      margin:0;
      color: #151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: #EFF5F8;
      font-size: 100%;
    Related links:
    Windows Chrome, why do my fonts look so bad? - Lee Green
    css3 - Bad font rendering Chrome - Stack Overflow
    Nancy O.

  • What are the best export settings for a HD video in Premier Pro CS4?

    Hi!
       I've been having so much trouble with this issue and it's something that continually frustrates my boss. I have a HD video the settings for it are
    FPS 23.98
    1920 x 1080, then a few lines down it says 1408 x 792
    16 bit,
    2 channels
    48000 Hz
       What should the settings be when I make a new sequence?
                 When I look at it in the window in Premiere Pro I have to contantly 'shrink' the image to fit the window, is that something I should be doing or does it indicate the sequence settings are incorrect?
    But more importantly what should the export settings be? I exported a 4 minute long video and the size was 1 GB, I know that's too big.
    I need to export it without loosing any quality and export another one that meets the Youtube and Vimeo limits on size.
    Vimeo is 500 MB per week, sometimes I upload 4 videos per week. I think Youtube you can only upload 500 MB at a time.
    I need to get smaller sizes with loosing the least amount of quality possible AND the best export settings for quality, so I guess I have 3 separate questions-
    What are the best sequence settings for HD video?
    What are the best export settings for HD without loosing any quality?
    What are the best export settings for the size to come out around 500 MB with loosing the least amount of quality possible?
    Thank You!
    http://forums.adobe.com/thread/713070
    On the above thread I used the 5th anwer, and it's going to take about 7 hours to export a 4 minute video :/

    It Stands for "Coder Decoder."
    Your format is like a container for your video file. Certain containers can hold certain codecs and not others. Other containers can hold other codecs. Sometimes different containers can hold the same codecs.
    This might be a bad analogy but I'll give it a try.
    A coffe cup (container) can hold pretty much any liquid you drink, where a red solo cup (container) won't hold scolding water. So, the coffe cup would be your container of choice most likely because it has the most options for liquids (codecs). But, you might want a red solo cup for just a single crappy beer at a party (a moderate quality streaming video on the web). In that case, you don't need all the optoins of another container.
    In Premiere Pro CC H.264 is a Container and the Codec in one option. This has been streamlined for web distrobution of video to be played in browsers without things like Flash or special players.
    Were as if you choose the QuickTime Container there are over 40 codec optoins (at least on my machine with additinal ones installed) but you may run into an issue where your browser doesn't support QuickTime playback.
    I would say that your container is for compatability with players and your codec is taken into consideration when looking at the quality of the compression.
    Yesteraday I wrote a blog entery on Exporting from Premiere Pro and found that the MPEG-4 codec inside of the QuickTime container gave me much richer colors than the H.264 container/codec option.
    I posted the link before but here it is:
    http://goo.gl/8GZq4i

  • Looking in the wrong directory for class file

    My javabean looks like this:
    <jsp:useBean id="mailer" class="MailerBean">
    <jsp:setProperty name="mailer" property="*"/>
    <% mailer.sendMail(); %>
    </jsp:useBean>
    The actual MailerBean.class file is in ROOT/public_html/servlets directory. The file that uses the above javabean is in ROOT/public_html/clearresults directory. I have tried a bunch of different lines of code to point to the servlets directory with no success. The javabean continues to point to the ROOT/public_html/clearresults/MailerBean.class file when it should point to ROOT/public_html/servelts/MailerBean.class. How can I point the MailerBean class to the servlets directory without moving the file that uses the javabean?

    Generally you don't have to write code to say where a class is, and I don't know what "pointing" a class is. Things that run servlets and JSPs have rules about where they will look for classes. All you have to do is put your MailerBean class where the rules say to put it. Often that's a directory called something like .../WEB-INF/classes, but check out the rules for your product.

  • Any time frame for when we will be getting the Android 5.0 upgrade on the Verizon G3?Type your question

    Any time frame for when we will be getting the Android 5.0 upgrade to the G3 on Verizon?

    No one from Verizon can or will give you a timeline. They have no idea. Verizon can't even test 5.0 until they get it from LG first so perhaps you should be asking them.

  • Where can I find the original code for class in Java API

    I am learning Java programming and wanted to see how professionals handel all cases. Can anyone tell me where I can find the original implementation code for classes in Java API? It would be a great help for me.

    the basic source is where you installed java in a file called java.src, its either in the main dir of one of the sub dirs ( mmm ), contains all the source code for all the classes in the api.

Maybe you are looking for