Dimensions of flash movie

Hi there,
Just wondering if anyone can tell me what dimensions i should
make my flash movie?
It is going to be for a cd-rom and be executed at full
screen......just wondering if anyone has some guidelines for this.
Thanks,
Nathan

wally_errrr wrote:
> Hi there,
>
> Just wondering if anyone can tell me what dimensions i
should make my flash
> movie?
>
> It is going to be for a cd-rom and be executed at full
screen......just
> wondering if anyone has some guidelines for this.
>
> Thanks,
>
> Nathan
>
just do it in dimensions or the workspace of your file
doesn't matter, i
think. just try to do all your animation within a 800 x 640.
then put an fscommand for the full screen and the allowScale
to false.
so the movie does not scale when loaded. just the plain
background that
you have... does this make sense? i don't know. just trying
to help

Similar Messages

  • Maximum movie stage dimensions in Flash CS4?

    Anyone know what is the maximum movie stage dimensions in Flash CS4? Thanks for any info.

    I don't remember for MX but I know in CS3 and CS4 your movie clips can be much larger than the max stage size (if you need them to be). I guess I misunderstood your original question as the stage size not the movie clip dimensions.

  • What are the appropriate document/stage dimensions in Flash for tablet optimized apps?

    What are the appropriate document/stage dimensions in Flash (width x height in pixels) for tablet optimized apps?
    (Dec. 2013)
    Using Flash and AIR for Android/iOS I would like to develop a educational interactive title optimized for tablet PCs, hopefully both the Android but finally also the iOS platforms. With so many tablets on the market today and with different resolutions (and even aspect ratios) I have difficulty deciding what document/stage size to set for my project/app. I have been experimenting with an Android Google Nexus 7 and Samsung Note 10 tablets and discovered that Android automatically resizes the app's stage to fully fit the screen of the tablet BUT this creates the following two issues for me:
    if the stage/document size in Flash is too small and I include bitmaps when the app's stage is enlarged to fit the tablet screen the bitmaps look pixelated.
    If I make the stage dimensions too big so that there is no bitmap pixelation because the bitmaps will be shrank instead of enlarged, I am afraid that on some older tablets with slower processors the app may be too slow to run (but I have to say that I did not experiment with very large stage dimensions yet).
    Until today I had looked at some of the most commonly used tablets on the market and their resolutions Google Nexus 7, Samsung Note, iPads etc and was inclined towards using a stage size of approximately 1280 x 720 pixels which I considered a medium solution, but now the new generation tablets came out (Nexus 7 gen 2, iPad Mini with Retina, iPad AIR etc) with much higher resolutions so I don't know what size to use now. Anybody has any suggestions?
    I would appreciate any ideas and suggestions on this matter.

    You explained your problem well enough that looking at the picture won't matter.  It looks like you found out too late that one of the first things you should do when you create a Flash file is set the movie properties, which include the dimensions and other things like background color, frame rate, publish settings, etc.  While the string that I just listed can pretty much be revised anytime, the dimensions should really be done before anything else, when possible.
    One way to go about resizing is to leave the file as is and specify the larger dimensions in the html page code.  This could end up reducing the quality of any bitmaps you might have in the file(s) since you would essentially be enlarging them, but any Flash drawn elements will resize cleanly.
    If you resize the stage, then you don't have much choice but to resize and relocate everything in it keyframe by keyframe.

  • Two flash movies index problem while in different div

    hi,
    i have created a page and i use peelawayad file which is in
    flash. i was already using two div on home page which contains
    flash movies. but now when i placed peelawayad flash movie on home
    page. it appears on bottom of both div layers. i tired my best with
    stylesheet. z-index and many other tricks which i know best. but
    still not able to sucess. can someone help me to getride of this
    issue. help would be appriciated. thanks
    here is the current site link which has the flash movies
    embeded.
    http://www.visionetsystems.com/test/
    for movies already in home page has following tags and
    script.
    <script type="text/javascript">
    var FO = { movie:"visionet/visionetindexbuttn2.swf",
    width:"764", height:"41", majorversion:"8", build:"0",
    id:"flashmovie", menu:"0", flashvars:"rootPath=/"};
    UFO.create(FO, "quicklinks01");
    </script>
    <div id="quicklinks01" style="z-index:4;"><img
    src="images/visionetindexbuttn2.jpg" width="764" height="41"
    border="0" usemap="#Map3"></div>
    <script type="text/javascript">
    var FO = { movie:"swf/vsi_technology.swf", width:"764",
    height:"229", majorversion:"8", build:"0", id:"flashmovie",
    menu:"0", flashvars:"rootPath=/"};
    UFO.create(FO, "casestudy");
    </script>
    <div id="casestudy" style="z-index:3;"><img
    src="images/vsihome.jpg" width="764" height="229" border="0"
    usemap="#Map2"></div>
    and peelaway ad has the following JS file which create the
    peelawayad on right top corner.
    Das Copyright dieses Scriptes liegt beim Autor.
    Bitte die Lizenzbedingungen beachten, und ausgefüllt
    zurücksenden.
    var esel = new Object();
    MODIFY TARGET URL
    esel.ad_url = escape('
    http://events.mortgagebankers.org/servicing2008/register');
    // Change URL to be redirected to when clicking Peel Away Ad
    END TARGET URL
    esel.small_path = 'swf/esel_s.swf'; // Enter the URL of the
    Peel Away Corner Flash
    esel.small_image = escape('images/expo100.jpg'); // URL of
    the Image behind the Peel
    esel.big_path = 'swf/esel_b.swf'; // Enter the URL of the
    Large Peel Away Corner
    esel.big_image = escape('images/expo.jpg'); // URL of the Big
    Image Behind the Peel
    // Do NOT Change anything under this
    line---------------FINISHED----STOP------------------------------------------------------ ----
    esel.small_width = '100';
    esel.small_height = '100';
    esel.small_params = 'ico=' + esel.small_image;
    esel.big_width = '650';
    esel.big_height = '650';
    esel.big_params = 'big=' + esel.big_image + '&ad_url=' +
    esel.ad_url;
    function sizeup987(){
    document.getElementById('eselcornerBig').style.top = '0px';
    document.getElementById('eselcornerSmall').style.t op =
    '-1000px';
    function sizedown987(){
    document.getElementById("eselcornerSmall").style.t op =
    "0px";
    document.getElementById("eselcornerBig").style.top =
    "-1000px";
    esel.putObjects = function () {
    document.write('<div id="eselcornerSmall"
    style="position:absolute;width:'+ esel.small_width +'px;height:'+
    esel.small_height +'px;z-index:5;right:0px;top:0px;">');
    document.write('<object
    classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
    document.write(' id="eselcornerSmallObject"
    width="'+esel.small_width+'" height="'+esel.small_height+'">');
    document.write(' <param name="allowScriptAccess"
    value="always"/> ');
    document.write(' <param name="movie" value="'+
    esel.small_path +'?'+ esel.small_params +'"/>');
    document.write(' <param name="wmode" value="transparent"
    />');
    document.write(' <param name="quality" value="high" />
    document.write(' <param name="FlashVars"
    value="'+esel.small_params+'"/>');
    document.write('<embed src="'+ esel.small_path + '?' +
    esel.small_params +'" name="eselcornerSmallObject"
    wmode="transparent" quality="high" width="'+ esel.small_width +'"
    height="'+ esel.small_height +'" flashvars="'+ esel.small_params
    +'" allowscriptaccess="always" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object></div></script>');
    document.write('<div id="eselcornerBig"
    style="position:absolute;width:'+ esel.big_width +'px;height:'+
    esel.big_height +'px;z-index:5;right:0px;top:0px;">');
    document.write('<object
    classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
    document.write(' id="eselcornerBigObject" width="'+
    esel.big_width +'" height="'+ esel.big_height +'">');
    document.write(' <param name="allowScriptAccess"
    value="always"/> ');
    document.write(' <param name="movie" value="'+
    esel.big_path +'?'+ esel.big_params +'"/>');
    document.write(' <param name="wmode"
    value="transparent"/>');
    document.write(' <param name="quality" value="high" />
    document.write(' <param name="FlashVars" value="'+
    esel.big_params +'"/>');
    document.write('<embed src="'+ esel.big_path + '?' +
    esel.big_params +'" id="eselcornerBigEmbed"
    name="eselcornerBigObject" wmode="transparent" quality="high"
    width="'+ esel.big_width +'" height="'+ esel.big_height +'"
    flashvars="'+ esel.big_params +'" swliveconnect="true"
    allowscriptaccess="always" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object></div>');
    setTimeout('document.getElementById("eselcornerBig
    ").style.top = "-1000px";',1000);
    esel.putObjects();
    i am also attaching all files in zip with this thread.
    Source
    Zip File
    thanks
    Shahid Hussain

    Hi users,
    Thanks for reply.
    Actually the problem is -
    For portrait dimensions are -
    width 20
    height 30
    for landscape , obviously it will be
    width - 30
    height - 20
    Thus , for second page - table width is 20 while page width is 30 and so 10 cm space remains blank on right side of page
    user says that right side should not be blank, rather you extend table width to whole page width.
    thats where the problem is

  • Opening maximized window from embedded flash movie

    Hi!
    I need your help!
    I have a html file with a flash movie-menu embedded into it. I'd like one of the buttons to open an external html page strictly in a new maximized window. It does not matter if the new window has toolbar or not. I want it to open a new maximized window (not the full screen thing) onclick.
    How can I achieve this?
    thank you!

    use the javascript window.open method to open your popup and set the page dimensions.
    you can use getURL or navigateToURL() to execute a javascript function or better use the externalinterface class to call a javascript function in your embedding html file.

  • Overlib images dissapear under Flash movie

    Hi all,
    Total noob with flash.
    I have some thumbnail images on my page, when you mouse over
    the images an overlib pops up with the full image. Not far above
    the thubmnails is a flash header, when the overlib images pop up
    part of them is going underneath the flash movie.
    Any ideas on how I can prevent this?
    I have tried replacing the flash movie with an image of the
    same size and it all works fine then so I know its not a layout
    issue.
    Thanks a lot for any help with this.

    BlueSolar,
    > I have some thumbnail images on my page, when you mouse
    > over the images an overlib pops up with the full image.
    Not far
    > above the thubmnails is a flash header, when the overlib
    images
    > pop up part of them is going underneath the flash movie.
    The reason this happens is because Flash is an example of
    so-called
    Active Content. Flash movies aren't actually *in* the HTML
    page in which
    they're embedded, they just look that way. The <object>
    or <embed> tags in
    the HTML tell the browser to launch an instance of the Flash
    Player at
    thus-and-such dimensions in this area of the document, and
    the Flash Player
    and browser work together to give the illusion that the SWF
    is a part of the
    page.
    > Any ideas on how I can prevent this?
    The only way to affect this issue involves an often buggy
    feature called
    WMODE.
    http://www.quip.net/blog/2006/flash/how-to-position-flash-beneath-other-content
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Creating Hyperlink for Flash Movie

    Hi Guys
    I have just created a flash movie. I have inserted the flash
    into dreamweaver and when somebody clicks on the movie I want it to
    take them to a certain page. If possible could I send you the .fla
    file and you can send it back with it all linked up as I have been
    getting annoyed with this all morning.
    Thanks
    J - 17 from Brits

    ForensicBop,
    > I have just created a flash movie.
    Okay.
    > I have inserted the flash into dreamweaver and when
    > somebody clicks on the movie I want it to take them
    > to a certain page.
    Easy enough, once you know how to proceed. :)
    > If possible could I send you the .fla file and you can
    > send it back with it all linked up as I have been
    getting
    > annoyed with this all morning.
    It's possible, sure -- but that goes agains the grain (and
    benefit) of
    why these forums are here. A dozen other people may have a
    question similar
    to yours, and by participating in a public conversation about
    it -- and also
    working it through publicly -- you not only learn a knew
    skill, but
    onlookers can learn it as well.
    If you want the whole Flash movie to respond to a click, you
    can either
    create a so-called invisible button that matches the
    dimensions of the whole
    movie, then set that above all other layers, or you can code
    your movie to
    respond to mouse clicks globally.
    The invisible button approach usually seems easier to
    newcomers, but
    neither techniques is especially difficult. What version of
    the Flash
    Player are you publishing to? (Most importantly, what version
    of
    ActionScript?)
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Can you have usable href(able) elements on top of flash movie?

    I'd like to have several href-linked text elements on top of
    a flash movie
    that directs to different pages. With possibly each href in a
    layer unto
    itself.
    I've already built a site www.trappio.net that has
    href-linked text menu
    navigation elements on top of a static background pic, but
    I'd like to
    substitute the pic for a .swf movie and still be able to have
    the menu text
    displayed on top of it.
    Any ideas anyone on how i could pull this off?
    -Adolphus

    Thank you, Bill, your article will be very helpful. I appreciate it.
    My question, However, is not getting answered, and either I am not getting it (which is highly likely) or I am not explaining my situation correctly, so I'm going to try and explain it in more detail if you don’t mind.
    I understand the whole PIP solution and that helps me in part.
    Here is what I have and what I am trying to do.
    My video is 1280x720. On the right hand side there are candles lite. On the left hand side i have an image 724x504. I'm going to have images fade in and fade out with in this 724x504 frame. I would also like to pan and zoom the image within the 724x504 dimensions. To do that I need my images to be larger than 724x504. I don't want to scale ALL the images to 724x504 in Photoshop then bring them into PrPro because I wont be able to pan and zoom the image. I need some sort of Mask, like in Photoshop, but don't think I can do it in PrPro. I want the viewer to only see the 724x504 frame and not the excess of the image needed to pan and zoom.
    I hope I was clearer in describing my issue.
    Michael

  • Scaling My Flash Movie Proportionally To Fit Any Browser

    Hi,
    Thanks for any help.
    I am trying to make my flash site scale to the browser size, just like this site: http://www.flashcomponents.net/upload/samples/1213/index.html?full=true
    The reason is because I want to design for bigger screens (that most of us have) yet still be able to view my website on small monitors i.e. 800 x 600.
    I don't think I want a 'liquid/fluid' layout (as mentioned in many tutorials) because they can compromise the design aesthetic if browser window is too big or small.
    I just want the movie to shrink or grow proportionally with the browser. I would also like it to stop growing beyond the dimensions that I build the flash movie- to avoid losing bitmap quality.
    I currently have my flash centered in the browser with fixed dimensions. What settings do I need to change in Flash or Dreamweaver to make this happen? Also, if you have any comments or criticisms about this type of layout please do mention it. I have found only one issue with this layout - it does not zoom in when you press "command & +", but other flash sites do.
    Thank you!

    Hi animated_cloud.
    In all honesty, I dont think you should create a scalable template if you will be using bitmap images in your movie. On the other hand, if you will be using vector images, or dinamically drawn content within your movie, then making it scale is fine.  But this is up to you! =)
    ok. first off, you should go check in your File ---> Publish Settings. In the SWF Tab you should see scaling options. You should play around with some of these to understand what each do.
    Have a look through those settings, and if you cant find what you want come back and we'll go from there.
    good luck.

  • Exporting flash movie in 4:3 aspect ratio

    I need to export my flash movie so the aspect ratio is 4:3.
    However, the few compression settings I have chosen have resulted
    in really poor quality video. The setting that looks perfect is
    DVCPRO HD 720p60, however the dimensions of this is 1280 x 720, and
    since i need to post this on the web, the dimensions need to be 720
    x 480. I've tried compressing the video in Compressor, but once
    again, the quality is crap.
    What is the best 4:3 compression setting to use in order to
    get optimal video quality?
    I have Flash 9 and Mac OS 10.5.4

    That is how the studio supplied them. This is not an Apple TV issue.

  • How do i make an image pause in a flash movie clip

    Please can someone help me. I am trying to find out how to pause or stop an image in a basic flash movie clip,  after it has entered from one side and before it exits the other side.
    I have been trying to work it out myself for three days but no joy. I am practicing  for a test with a training agency which gave me a disk to use but nowhere in it does it say how this is done. I am also having a lot of difficulty making stop start buttons work with this movie clip. I am using a trial cs5.5 version of Flash which expires in 7 days so i need to know this soon. I am up to speed on most of the features, its just this one thing that has me stumped. A lot of the tutorials or examples  i have found on the net are very long winded and hard to follow exactly. Could someone let me know, step by step the sequence i should follow after i have created an object  and made it go from one side of the stage to the other.

    Hi
    Thank you for getting back to me. Yes i am using a timeline tween. I have an image on my stage which moves in from one side and out the other side. I am trying to stop or pause the image. The effect i will be asked to reproduce in my exam will be something very much like the banner on the website http://www,iactweb.com. If you go to this website you will see images arrive on the banner and pause before exiting the other side. I am fairly up to speed on all the aspects of getting this effect but i have forgotten what i learned during the course on how stop or pause the images. I am using the trial cs5.5 version of flash . Thanks again for getting back to me.

  • Passing multiple session values from cold fusion into a flash movie

    Hello all,
    I know that to pass multiple variables into a flash movie
    you could use the embed tag like this(with the & between each
    variable):
    <embed
    flashvars="variable1=value1&variable2=value2"
    ></embed>
    Now to pass a single session variable from coldfusion in i
    did the following; which worked:
    <embed
    src="ASdb.swf"
    FlashVars="UserName=<cfoutput>#session.userName#</cfoutput>"
    width="550" height="400" autostart="true">
    </embed>
    Note that i had to use the cfoutput tags to get the value
    stored in the variables. Now; i tried to do the same thing for two
    session variables and the second one does not get read in. Here was
    my code:
    <embed src="ASdb.swf"
    FlashVars="UserName=<cfoutput>#session.userName#</cfoutput>&testTypeID=<cfoutput>#session .testTypeID#</cfoutput>"
    width="550" height="400" autostart="true">
    </embed>
    Can someone please tell me what I am doing wrong? Thank you
    very much in advance.

    Hold on there was a little error: My final code that did not
    work was the following:
    <embed src="ASdb.swf"
    FlashVars="UserName=<cfoutput>#session.userName#</cfoutput>&testTypeID
    =<cfoutput>#session.testTypeID#</cfoutput>"
    width="550" height="400" autostart="true">
    </embed>

  • Flash movies with play button don't work

    I have the 'simple' problem that everytime I see a "play" button on a web page with flash content, clicking on it won't start the movie.  However, e.g. YouTube movies work fine. So it seems it's just movies that do not start automatically after clicking on a link.
    Also, checking the flash player e.g. at the Adobe site (http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html), tells me in a flash box I have the latest flash player installed, and I see the  flash movie 'flash player is running on your system' with the red ball rolling in it.
    I have the same problem for both google Chrome and for IE.
    I still have an old Dell Inspiron 6000 notebook with Win XP (latest updates) and ATI mobility Radeon X300 graphics chip, for which I also installed the latest available drivers.
    Experimenting with Flash Player settings was unsuccessful so far (e.g. no hardware acceleration, clearing all internet data in the Flash Player global settings tool).
    My desktop (also with Win XP and with the same browsers and Flash Players/Flash Plugins installed works fine...).
    I also know that it worked at an earlier time with this NB...
    I managed to run the movie with a Linux Live CD but that is not what I want to do every time...
    Any idea is highly appreciated.....

    Hi BalusC, i have saved the datamodel (a ArrayList) in SessionBean. It can't be null. The rows of table display correct. I don't understand, why functions buttons with ObjectArrayDataProvider, but not with ObjectListDataProvider?
    I found a page with same problem: http://forum.java.sun.com/thread.jspa?threadID=549675&tstart=30

  • How can I remove the thin black border of Flash movie when viewed in a browser?

    There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?
    Here's the movie.
    One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.
    I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
    I'm using Flash CS3 on a Windows PC rrunning XP professional.

    Okay, I found the answer. It turns out that when I made the buttons in Flash (so the movie would have clickable links), the default stroke color was set to black. Change it to white and the outline is gone.
    As for appearing only on the top and left of the movie - for some reason the bottom and right is being cropped a bit when it's placed in to the html page. But that's a topic for a different discussion.

  • How can HTML call a Flash movie?

    Greetings Everyone!
    I'm sincerely hoping that someone has the answer for me. I'm
    a newbie, but trying so very hard to understand... :) I've read
    books, pages & pages of this forum, 'net searches - I haven't
    found a complete answer to my challenge so far - thanks in advance
    for any help you can give...
    Here's where things are:
    1) I've created a series of swf Flash movies that loop (at a
    particular size so they can play inside of an html table cell)
    2) I've created html buttons in another cell
    What I'm trying to do:
    1) Like a swap file in HTML (where you click a button and an
    image changes elsewhere on the page, click another button, and that
    image swaps to a different image file)
    I want to have a flash movie play on a click of a button, click
    another button, and a different flash movie plays in the same
    spot.
    The challenge is the interaction between Dreamweaver and
    Flash and getting HTML to talk to Flash.
    Here's the code direction I've been heading ...
    ...IN MY HTML code...
    I have a onMouseClick event for each button link. In this
    code I set some variable names inside it.
    onMouseClick="setFlashVariables('sendmovie','myMovie=activeMovie1')"
    ---- this would be for button 1.
    onMouseClick=
    "setFlashVariables('sendmovie','myMovie=activeMovie2')" ---- this
    would be for button 2
    onMouseClick
    ="setFlashVariables('sendmovie','myMovie=activeMovie3')" ---- this
    would be for button 3
    Basically, I'm setting a 'myMovie' variable to 'activeMovie1'
    or 'activeMovie2' or 'activeMovie3' when one of the buttons is
    clicked.
    If 'myMovie' variable is equal to 'activeMovie1' by clicking
    a link, this will tell a flash movie: (" Hey flash! Variable
    'myMovie' is equal to 'activeMovie1'. Act accordingly."). When the
    2nd button is clicked, 'myMovie' will be equal to 'activeMovie2'
    and so on.
    I need to declare the 'myMovie' variable in my flash movie -
    how do I do that?
    ...IN FLASH...
    1. I need to create one variable which will act as a variable
    receiver from HTML. (What I called "myMovie")
    2. I gather I need to create an IF statement so that
    "myMovie" is set to which "activeMovie" ( it could be
    activeMovie1/activeMovie2/activeMovie3 etc ) ,
    ----->Question:
    Where should the IF statement be and
    How should it be written?
    Admittedly I don't know Action Script 3 very well.
    if myMovie is equal to "activeMovie1"
    then load a movie. (This movie will be a movie related to my
    1 Button.)
    else if myMovie is equal to "activeMovie2"
    then load a movie. ((This movie will be a movie related to
    your 2 Button.)
    else if myMovie is equal to "activeMovie3"
    then load a movie. ((This movie will be a movie related to
    your 3 Button.)
    Here's where I'm stuck....
    1) If I've already made my movies into swf files where does
    an IF statement go?
    2) I'm missing the mechanics of how to connect the dots here
    - how do I get button 1 to load movie 1 and start playing
    automatically? When I click button 2, movie 1 is replaced by movie
    2 and starts playing automatically.
    It's a detailed explanation (I know) - I'm hoping someone has
    an answer for me that's equally explicit. Thanks so much much for
    taking the time to read it!!

    Anybody?

Maybe you are looking for

  • Doubts in internal table logic

    Hi All, I have two internal table, according to the posnr value i need to add the kbetr value from the 2nd internal table and update the value in the 1st line internal table. below the example of my internal table. Here for the line item 0010 i need

  • Everything disappeared

    I have lost all my address book contacts, music & photos as well all safari history n favorites. I have all the files still saved but when you open any of these apps there is nothing there. It is like I never used them before. They are not in trash e

  • How to restore safari settings?

    how to restore safari settings & how to change the language in safari?

  • A error in ejb deployment

    i got a error in j2see deployment i deploy a entity bean,but while the Deployment Progress ,i got a error: java.rmi.ServerException:RemoteException occurred in server thread;nested exception is: java.rmi.RemoteException: Error processing ejb jar: Com

  • Change Unit of Messure in PO

    Hi, We have a scenario Where the PO Unit of Messure(UOM) in Litre, but  while receiving Invoice getting Unit of Messure in KG this required..  a) Is there any way to handle this b) If we change price in PO Is it will get generate or update  the docum