Can Servlet embed flash??

hi,all
Recently,I've start write servlet code,and client UI which use flash application.But I have problem with write out page through servlet.
I want to know can servlet embed flash (swf.file).Below I post some section of my code.
protected void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException,IOException
response.setContentType("text/html");
PrintWriter out = response.getWriter();
out.println("<html>");
out.println("<head>");
out.println("<meta http-equiv=Content-Type content='text/html>");
out.println("<title>XXX</title>");
out.println("<script language='JavaScript'>");
out.println("function openNewWindow(URLtoOpen, windowName, windowFeatures){");
out.println("newWindow=window.open(URLtoOpen, windowName, windowFeatures); } </script>");
out.println("<script language='JavaScript' type='text/JavaScript'>");
out.println("<!-- ");
out.println("function setFlashVars() {");
out.println("enterprise.SetVariable('userid'," + UserID + "); }");
out.println("function openBrWindow(theURL) {");
out.println("window.open(theURL,'desc','width=588,height=285'); }") ;
out.println("//--> </script>");
out.println("</head>");
out.println("<BODY bgcolor='#999999' onLoad=\"setFlashVars()\">");
out.println("<A HREF=javascript:top.close()></A> <A HREF=e-date.swf></A> <!-- text used in the movie-->");
out.println("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH='100%' HEIGHT=\"100%\" id=\"enterprise\" ALIGN=\"\">");
out.println("<PARAM NAME=movie VALUE=\"enterprise.swf\">");
out.println("<PARAM NAME=quality VALUE=high>");
out.println("<PARAM NAME=scale VALUE=exactfit>");
out.println("<PARAM NAME=devicefont VALUE=true>");
out.println("<PARAM NAME=bgcolor VALUE=#999999>");
out.println("<PARAM name=flashvars value=\"gatewayURL=" + gatewayURL + "&Userid=" + UserID + "&Today=" + today + "\">");
out.println("<EMBED src=\"enterprise.swf\" quality=high scale=exactfit devicefont=true bgcolor=#999999 WIDTH='100%' HEIGHT='100%' NAME=\"enterprise\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" flashvars=\"gatewayURL=" + gatewayURL + "&Userid=" + UserID + "&Today=" + today + "\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"> </EMBED>");
out.println("</OBJECT>");
out.println("</BODY>");
out.println("</html>");
out.close();

You should use the path to the .swf file, i.e. /myapp/flash/whatever.swf

Similar Messages

  • Can Servlet embed in Jsp files?

    Dear Friends,
    I am new to jsp
    Can embed HttpServlet in my jsp page ?
    my java program contains outputstream, printwriter etc.,
    please help me.
    Thanks a lot.
    Yours Iee

    hi
    to enable u to see your codes more clearly, i would suggest that u separate ur docs into JSP and servlet.
    this allows u to correct ur errors easily too.
    cos currently i am usin both JSP and servlet too.
    u just need to call ur servlet from ur JSP page..
    btw both JSP and servlet can be used for designin websites.. but usin JSP might be easier..
    wonder if the above helps..
    regards

  • Apols, another can't embed Flash video with cs3

    hullo there - I've trawled the forums and read many posts but
    i think im suffering solution blindness. Here's the code. As far as
    i know ive uploaded all the files and the javascript - the vid
    works in the current page it is embedded in.
    <script src="/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body onload="MM_CheckFlashVersion('7,0,0,0','Content on
    this page requires a newer version of Adobe Flash Player. Do you
    want to download it now?');">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','widt h','384','height','288','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_Co mponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedback&autoPlay=false&autoRewin d=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage' ,'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','mo vie','FLVPlayer_Progressive'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="384" height="288" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    <param name="salign" value="lt" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="FlashVars"
    value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedback&autoPlay=f alse&autoRewind=false"
    />
    <embed src="FLVPlayer_Progressive.swf"
    flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedback&autoPl ay=false&autoRewind=false"
    quality="high" scale="noscale" width="384" height="288"
    name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    />
    </object></noscript>

    Post a link to the page, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "bucky-biederman" <[email protected]> wrote
    in message
    news:[email protected]...
    > hullo there - I've trawled the forums and read many
    posts but i think im
    > suffering solution blindness. Here's the code. As far as
    i know ive
    > uploaded
    > all the files and the javascript - the vid works in the
    current page it is
    > embedded in.
    >
    > <script src="/Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body onload="MM_CheckFlashVersion('7,0,0,0','Content
    on this page
    > requires a
    > newer version of Adobe Flash Player. Do you want to
    download it now?');">
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,0,0','width','384','height','288','id','FLVPlayer','src','FLVPlayer_
    >
    Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamNam
    >
    e=studentfeedback&autoPlay=false&autoRewind=false','quality','high','scale','nos
    > cale','name','FLVPlayer','salign','lt','pluginspage','
    http://www.adobe.com/shock
    >
    wave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Pr
    > ogressive' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,0,0" width="384" height="288"
    id="FLVPlayer">
    > <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    > <param name="salign" value="lt" />
    > <param name="quality" value="high" />
    > <param name="scale" value="noscale" />
    > <param name="FlashVars"
    >
    value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedback&a
    > utoPlay=false&autoRewind=false" />
    > <embed src="FLVPlayer_Progressive.swf"
    >
    flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=studentfeedba
    > ck&autoPlay=false&autoRewind=false"
    quality="high" scale="noscale"
    > width="384"
    > height="288" name="FLVPlayer" salign="LT"
    > type="application/x-shockwave-flash"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" />
    > </object></noscript>
    >

  • Can I embed the Flash Document preview on my Flex Application

    Hi I am creating a Flex application utilizing acrobat document sharing, and I was wondering if I could have it display a preview of my documents very similar to http://share.acrobat.com/adc/.
    I notice that you can embed flash on webpage by the use of this viewer https://share.acrobat.com/adc/flex/mpt.swf, and I tried loading it and appending necessary variables to it, it works but I cannot resize the viewer. I'm not sure if Im doing it wrong or its just the viewer not compatible at all.
    Thanks, I really appreciate if anyone could point me on the right direction.

    I'm sorry, but at present this isn't something that we support. We didn't build the viewer with the intent of allowing others to use it in flex.
    Best Regards,
    Michelle

  • How to embed flash in html

    I have been trying to embed a flash swf document in a free
    website hosting site called Weebly. You can add html code to it and
    i have been reading up about the ways to embed flash in html. I
    have tried all the codes but when you first save the file where
    does it have to be saved?

    Felixhj wrote:
    > I have been trying to embed a flash swf document in a
    free website hosting site
    > called Weebly. You can add html code to it and i have
    been reading up about the
    > ways to embed flash in html. I have tried all the codes
    but when you first save
    > the file where does it have to be saved?
    >
    I'm sure weebly have instruction for it and would be best to
    try to search the site.
    In most cases you upload the file to some folder and define
    the path in your embed tag,
    or upload to your hosting space and direct that path to the
    file there.
    As I said, each company practice differently, check with
    them.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Embed flash file without using IFrame UI

    Hi all,
    Can any one tell me how i can embed flash file without using IFrame UI ?

    Hi
    To run a flash file you will definetely need a platform for which you need a shockwave player or a simple browser window. From webdynpro, the purpose of making it run through a IFrame is at runtime, the frame acts as a window for the flash file to run. Hence its the direct option of running it. Otherwise, you need to use a external window to invoke it seperetely in a browser window to run the file.
    If you have any specific issues, do let us know, or else its the best option @!
    thanks
    sathya

  • Can i embed video in a customised storefront?

    Hi,
    We have Adobe DPS enterprise license and as you know are able to produce HTML storefronts. Is there any size limit and can we embed a video if we want? I know we can stream a video but we would rather have it embeded so it doesnt require internet connection.
    Here is the link to the existing App that uses streaming video - http://itunes.apple.com/au/app/fs-connect/id507335397?mt=8
    Thanks
    Tony

    Thanks rezun8.  When I try to embed an mp4 into Flash CC 2014, I receive an error message and I am unable to click the "Next" button since Flash is saying the format isn't compatible. 
    I'm wondering how to convert an MPEG to FLV without the option in AME available anymore. 
    removal of FLV and F4V export features from Adobe Media Encoder, After Effects, and Premiere Pro | After Effects regio…

  • Embed Flash into Java Application

    Hello Friends,
    I need to develop a Java Swing application which can display the menus using Flash. So basically I want to embed flash in the Java swing application such that when the user clicks a button in the flash menu, the menu will pass a command to the Java Swing application and vice-versa.
    I am looking to use Flash this way, because using Flash we can create really good looking and smooth menus as opposed to Java Swing. I also want a solution which will be platform independent.
    Please let me know how to do this. Atleast give me some pointers or website tutorial which will guide me in this.
    Thanks a ton.
    S

    moshegym wrote:
    como puedo visualizar archivos swf en javaSer?a mejor hacer un "thread" (?hilo?) nuevo aqu?, y escribir en ingl?s.
    Tambi?n, T? debe mirar aqu?:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=695658
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=605662
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=686514
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=749760
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=682919
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=580785
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=628218
    http://forum.java.sun.com/thread.jspa?threadID=637018&messageID=3719465
    (I found this information in this link: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=768376)
    Edited by: Encephalopathic on Mar 25, 2008 2:40 PM

  • Embed flash video on website...

    About a month ago, I asked for a code to embed a flash video
    on my website, but now I am stuck. I was told to convert the videos
    to .FLV, which is fine. I can do that, BUT in the coding, I am
    confused because the 'file name' in the code ends with .swf. I am
    SO lost because if the video is converted to .flv how would it work
    if the name in the code ended with .swf? I am VERY new at flash,
    and beyond converting the videos to .flv, I'm lost.
    Also, if I can figure this out, would I need to add any other
    details to make sure the code works in both IE and firefox?
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=6,0,29,0" width="400" height="400" >
    <param name="movie" value="videoplayer.swf">
    <param name="quality" value="high" >
    <param name="LOOP" value="false">
    <embed src="videoplayer.swf" width="400" height="400"
    loop="false"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></ embed >
    </ object >
    Thank you!!!

    You will need to use the following <object> code for IE
    and <embed> code for
    Mozilla browsers. Replace "your_video_file.swf" with your
    actual file name
    in both places.
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=6,0,29,0" width="400" height="400" >
    <param name="movie" value="your_video_file.swf">
    <param name="quality" value="high" >
    <param name="LOOP" value="false">
    <embed src="your_video_file.swf" width="400" height="400"
    loop="false"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></ embed >
    </ object >
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Miss_Angela" <[email protected]> wrote in
    message
    news:ffnl8c$i7d$[email protected]..
    > In looking at the response I got a month ago, a "Nancy
    O" replied and also
    said
    > this:
    > "To embed Flash Video in your web page, you'll link to
    an SWF
    > file which contains the player info and skin."
    >
    > I am not sure how to do that all or what it means.
    Thanks
    >

  • How to embed Flash .flv video?

    Hello guys,
    I am wondering, is there any way how to embed Flash video onto my web page?
    And regarding QT video template on iWeb's Movie page, can I drag any kind of QT ? Like H.264 QT for example, or is it just for Mpeg2 QT?
    Thank you so much for any advise.

    What is your video codec you are working with? NTSC (and PAL) DV is about 13 gigs/hr uncompressed. When you export your QT movie from your editing application and convert the file to flv you are compressing the video at that time with a determined bit rate and video dimension. quality and file size comes down to math. File size = bit rate x movie length. Quality is bit rate in relation to dimension. Surprisingly enough the recommended video encoder for flv is Flash Video Encoder application that comes with Flash. Sorenson Squeeze is arguably the best flv video encoder. Visual Hub is not recommended if quality and efficiency is desired. Flash Player is a browser plug-in that that allows web visitors to view Flash videos on your website from their web browse. Most already have Flash player installed and you can insert a script that checks to see if the visitor has Flash player installed and if it doesn't a window will appear informing the visitor that they are required to instal the Flash Player in order to view Flash content on your website. A URL is also provided to direct the visitor to the Flash Player download page. Insert this script into the <head></head> of your site:
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
    with(navigator){
    var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){
    var flashVer = -1;
    if (plugins && plugins.length > 0){
    var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
    desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
    if (desc == "") flashVer = -1;
    else{
    var descArr = desc.split(" ");
    var tempArrMajor = descArr[2].split(".");
    var verMajor = tempArrMajor[0];
    var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
    var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
    flashVer = parseFloat(verMajor + "." + verMinor);
    // WebTV has Flash Player 4 or lower -- too low for video
    else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
    var verArr = reqVerStr.split(",");
    var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
    if (flashVer < reqVer){
    if (confirm(msg))
    window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash";
    </script>
    Then replace <body> with this:
    <body onload="MM_CheckFlashVersion('9,0,0,0','Content on this site requires the latest version of Adobe Flash Player. Do you want to download it now?');">
    Beginning with Flash Player 9 h.264 QT movies are now supported for playback. Simply change the file extension from .m4v to .flv to convert the h.264 video to Flash video that can be viewed from Flash Player 9+ on a web browser.
    hope that helps!

  • Cannot embed flash

    hopefully someone can help me out. i was out for one day and when i get back to work seems like someone poked around and messed something up.
    I'm running Dreamweaver CS5 V11 Build 4993 on my iMac.
    until yesterday i was able to embed flash by doing the following <insert/media/SWF>, and now everytime i try to embed the swf file i get an error "While executing objectTag in Flash.htm, a JavaScript error occurred."
    so does anyone know a fix for this or has experienced anything like this?
    Thanks in advance!
    Rich

    Try http://kb2.adobe.com/cps/405/kb405604.html#main_Troubleshooting_steps
    Start with Steps 4 and 12.

  • Is there a way to EMBED Flash player?

    Hello Earth-lings,
    Good Day!
    First of all, I have created a website for a client of mine
    but whenever they wanted to
    visit their 100% Flash website, they can see the 'Flash
    Detection - Download Flash
    Player from Adobe' prompt but they could not install the
    downloaded Flash Player
    as they got an error something like ' You don't have
    privilages . Please contact your
    Admin.'
    Is there any way to solve this issue?
    PS. Sorry for the 2x posts.

    But is there a way to embed Flash Player in it so that it's
    easier for
    them - what I meant was the trouble to inform their admin
    just for
    this.

  • Can a macromedia flash object be embedded in BSP?

    Can a macromedia flash object be embedded in BSP?

    Sure.  You can even upload the flash object itself into the mime repository right along the BSP application.  Basically you just fall back to normal old HTML to embed the Flash Object.  Here is an example that I just created a few minutes ago:
    <%@page language="abap" %>
    <html>
    <head>
    <title>Macromedia Flash (SWF) Movie Created by Camtasia Studio 2</title>
    </head>
    <body bgcolor="#FFFFFF">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1020" height="785" id="myMovieName">
    <param name="movie" value="New_BSP_Editor_controller.swf?csConfigFile=New_BSP_Editor_config.xml">
    <param name="quality" value="high">
    <param name="bgcolor" value="#FFFFFF">
    <param name="FlashVars" value="csConfigFile=New_BSP_Editor_config.xml">
    <embed src="New_BSP_Editor_controller.swf?csConfigFile=New_BSP_Editor_config.xml" FlashVars="csConfigFile=New_BSP_Editor_config.xml" quality=high bgcolor=#FFFFFF width=1020 height=785 type="application/x-shockwave-flash"
    pluginspace="http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>
    </body>
    </html>

  • Embed Flash artwork but no design preview

    I can successfully embed some simple flash artworkby
    following the directions in the Adobe documentation Importing Flash
    CS3 assets into Flex (no scripting just a plain old static
    movieclip). When I run the application, it is fine. Should I be
    seeing this imported artwork in design mode? I only see a small
    image icon but no preview. Is this correct?

    You can't see a swf in design mode, no. You have to run the
    app.

  • Acrobat X Pro Embed Flash & Powerpoint 2010

    The only reason I upgraded to Acrobat X Pro from standard was to be able to embed cine loops/video into Powerpoint slides that would play upon conversion to PDFs via PDFMaker.
    I've made some small test ppts and converted them. Sometimes they convert, sometimes they don't.
    Of the converted files, I embedded two videos converted from mp4 via the "Embed Flash" option under the Acrobat heading on the Powerpoint ribbon.
    One plays as it should.  The other just displays an all black window.  Both files were MP4s.  Got no error messages.  Both MP4s look fine/play fine in Powerpoint.  So why won't one convert correctly - no error message so PDFMaker seems to think it converted fine.  Seems like it is very unreliable.
    Can anyone help?
    Thanks,
    j

    Hi,
    Thank you for trying to help.  I have Powerpoint 2010 32 bit version.  I have made some progress, but spent an inordinate amount of time doing so.
    I can't embed directly into Acrobat using the commands you provided in your first message. This is what I am trying:
    Insert new page. While on that page go to tools>Content>Multimedia>Video...  I click video  Nothing actually happens.  Not sure how this is supposed to work or be helpful.  There is no prompt to select a file, no dialog box, nothing...the selection just has a check mark next to it and stares back at me.
    But if I select, Insert Page from Another File, and then adjust, "files of type" to be the video files, I can load the video directly into the PDF.  Of course then I don't have them formatted in the same slide background, etc. as the rest of the presentation and, "IT AIN'T PRETTY!".  And the insert only lets me insert "before" or "after" current slide, not onto the current slide...
    I found that the inserted MP4 files displayed in jerky fashion and appear to have fewer frames than the original. In Powerpoint they play fine and move smoothly.  Another problem was that the files "blinked" before playing. In other words, image 1 is displayed.  If I click on the image, it goes black for a second and then the image comes back and plays its loop.  After much trial and error and loss of hours of my life I will never get back, I found that iif I turned off hardware acceleration and let it play in "software," the files played fine with no blinking.  However, how will I know how viewers of my content have their computers set up? This is pretty sketchy implementation, or, more likely, I just don't know what I'm doing.
    Also, I see no way to make the slide play continuously.  I get one loop per click.  I did edit the properties so that it would "Disable when:" "The page containing the content is closed." This doesn't seem to make any difference and it still stops after one loop even while the page is displayed.  Is there a way to make the files that are directly embedded into the PDF play continuously once triggered?  Actually, I guess I don't care about that so much as, overall, inserting the cine loops directly into the PDF is a bad solution as the slide doesn't have the Powerpoint theme and formatting and such.
    Concerning the embed process in Powerpoint using the Adobe Acrobat X Pro add-in:  I converted the test video to MP4 and MOV from an original AVI using Prism Video File Converter and each displayed just fine in their native format in Powerpoint (and I could loop them continuously!)
    However during the embed process in Powerpoint,  when I use the Acrobat "Embed Flash" tool, the video is inserted as an all black window on the slide...I can't see the content at all.  If I save the file as a PPTm, the images do appear  in the Powerpoint slideshow and play, albeit with the initial blank image problem/Flicker despite hardware acceleration still being turned off.  Again I can see no way to make an embedded image loop continuously as long as the slide is displayed.  I get one loop and have to trigger it again.  Also, once I play the show, the image then does appear on the slide in the, "normal" editing mode. Pretty weird that I have to play the show to get the image and controls to appear in edit mode...
    So, bottom line questions:
    1  Can I do an "embed flash" and get the image to play continuously unless stopped by the user using the controls? 
    2. Can I do an "embed flash" and avoid the business where the cine box goes blank before displaying the embedded video?
    3.  Can I do an "embed flash" that doesn't start off life in the PPT presentation as an empty black box that only displays the video after it has been put through a slide show experience?
    BTW, I am a physician and I'm trying to embed cine loops of 3D medical images from my radiology practice into secure PDF files for distribution to interested health care professionals. Since the images reflect my practice, I want them and the entire presentation to be as professional as possible.  I have to tell you, this is pretty frustrating since I paid for the Acrobat X PRO out of pocket and it isn't a business expense/tax deductible, etc.  I would never have thought this process would be so convoluted in such a mature product.  Any additional help that you or others on the forum can provide would be much appreciated, and of course I do appreciate your efforts to date.
    Best regards,
    John

Maybe you are looking for