CFWindow pops up behing Flash object

Hello,
I'm using CFWindow as a link on my web page, which the user
can click to view some information. Also, I have a Flash object
embedded in the center of this same page.
Whenever the user clicks on the link, the CFWindow opens up
BEHIND the Flash object. Is there any way to ensure that the window
will open up above all other objects on the page? I've looked
around Google but couldn't find anything.
Thanks,
Peter

Hi Azadi,
That's strange. I followed closely what you posted and made
sure that I fixed my code to look as closely as possible to what
you have, but still no luck. There must be something else on my
page which is blocking the CFWindow from coming up above the Flash
object. If anyone else is having this problem, maybe they can also
be of help. Anyway, here is my code. I've put the CFWindow below
the Flash object just like you have it:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','550','height','450','title','scroller','src','disneyArtScroller','quality','high','pl uginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shockwave Flash','movie','disneyArtScroller2'
); //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=9,0,28,0"
width="550" height="450" title="scroller">
<param name="wmode" value="transparent" />
<param name="movie" value="disneyArtScroller2.swf">
<param name="quality" value="high">
<embed src="disneyArtScroller2.swf" quality="high"
wmode="transparent" pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="550" height="450">
</embed>
</object>
</noscript>
<cfwindow name="mywindow1" draggable="false"
initshow="true"
center="false" height="200" width="600" title="mywindow1">
this is my window!
</cfwindow>
Thanks for your help,
Peter

Similar Messages

  • Flash Object not viewable within page

    Hello, I've been having trouble adding a Flash content into pages (which I'm quite innexperienced at). My homepage for example, is supposed to be a flash site. But for some reason it does not play when inserted to an incredibly simple webpage, as you can see here; www.ethanguillemette.com
    Instead of the flash site appearing, there is simply an empty white box. Now interestingly enough, the flash object is fine in and of itself, and can be viewed without problem (albeit far too large!) here; http://www.ethanguillemette.com/flashsite.swf
    The following is the code for the index page. Pretty much all I did was create a wrapper, center it, and add a background color:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Ethan Guillemette - Web Designer</title>
    <style type="text/css">
    body {
    background-color: #91919B;
    .flashwrapper {
    margin: auto;
    height: 480px;
    width: 900px;
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="flashwrapper">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="480" id="FlashID" title="Ethan Guillemette Flash Site">
        <param name="movie" value="flashsite.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="11.0.0.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="flashsite.swf" width="900" height="480">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="11.0.0.0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><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" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>
    Does anyone know what hairbrained thing I'm doing wrong? Any help would be much appreciated!

    Just as general info I'd like to add a couple of my observations.
    There seems to be a number of very similar problems popping up in other Forums recently related to this same issue. I'm thinking that a recent Flash pluggin update is causing some of these problems.
    For example, I can't see the .swf files in either of hans links... I haven't updated my Flash pluggin for awhile (10.0.45.2). OK, I can understand if I can't view the .swf.
    But here is a similar problem posted over in the Flash Forum:
    http://forums.adobe.com/thread/868573?tstart=0
    I get a "download latest pluggin" message when attempting to view the posters page:
    http://www.brendaportfolio.co.uk/test.html
    However, I can direct download the .swf and view it just fine.
    So the problem is not that I don't have the correct version pluggin for that particular .swf, but rather that I don't have the correct pluggin as required by the embedding code used, specifically:
    <param name="swfversion" value="11.0.0.0" />
    older versions of his .swf/pages used an embed method calling for older version of "swfversion" as a param, those work just fine.
    So my guess is that in this posters case, the newer version pluggin IS required for his .swf, since I can't view the page. The old CS3 version, which used the old "AC_FL_RunContent" embed method only called for version 9 pluggin, while the .swf itself requires the latest pluggin.
    Perhaps a lesson to be learned is that when creating Flash content, you may not want to always develop for the very latest version of Flash Player, since not everyone has updated their browers. A second lesson/observation is that the embed method used in CS5 (swfobject_modified.js) seems to be putting the cart before the horse, requiring the latest pluggin update even if the .swf does not need it.
    Now I am all for using .swfobject, but NOT to display the Flash. swfobject is not needed, nor required to display Flash on a Web page. If the Web browser has the Flash pluggin a .swf will display just fine with some simple code like this:
    <object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">
      <param name="movie" value="path_to_file/file.swf">
      <param name="SomeOtherParam" value="ParamValue">
    </object>
    no other code, swfobject, or AC_FL_RunContent needed.
    The purpose if using .swfobject is to provide Flash detection (not Flash display) and display alternate content if the Flash pluggin is missing or not up to date. But it appears now that the version of .swfobject used in CS5 has incorporated "get the latest version pluggin no matter what" rather than "get the appropriate pluggin for this .swf".
    And yet one of the most powerful features of .swfobject is the most overlooked and underused, that of allowing you to create alternate content for SEO purposes. That alt content can completely remedy I Know Nothing at all's concerns:
    On another note, you are aware that a 100 % Flash navigated site is the worst thing you can do from an SEO standpoint right?
    From an old post:
    If you think that Flash is somehow bad for SEO, it's time to dispell that MYTH!
    If fact, in some circumstances I'll use Flash INSTEAD of just HTML because then I'll have better SEO than with just HTML alone.
    http://www.worldbarefootcenter.com/
    The link to World Barefoot Center in the above post is just one example. View the source code and you see a couple paragraphs of text along with regular HTML links.... but what displays is the Flash version of the image and Flash links.
    The client provided the artwork for the page... and that's what they wanted to use a .jpg image. Well yes, that could be done in HTML but it would be virtually invisible to Google. So Instead I converted the image into a Flash .swf and used swfobject to display the Flash. swfobject allows you to create alternate content inside the <div> which also holds the Flash .swf, then when the page is loaded it detects if the browser has the Flash pluggin. If it does, it displays just the Flash content, if not, it displays the alternate content. Since almost everyone has the Flash pluggin, for most people the Flash version of the <div> will display.
    The alternate content for that <div> can be any regular HTML text, images, media player, links, etc., anything that you would use if you were not using the Flash. Now the best part is that the alternate content can be "over the top" as far as optimizing for SEO, since it will not be seen by most viewers.
    Here's another example of SEO with Flash.. again, the page is just a single image provided by the client:
    http://www.ksowetsuits.com/
    View the source code. The alt content is paragraph after paragraph of information about the site, including lists and links. If it was just the HTML, it might be kind of a boring Home page. But for SEO I can go "over the top" in promoting the site, since most viewers will never see that part... but it's all indexed by search engines. The end result is BETTER SEO using Flash than just HTML.
    On another Web site, a Flash video is displayed, the alt content is the complete text narration of the video. Now how many people would take the time to read that if they could just watch the video instead?? again, better SEO with Flash than without. In fact in one case we had first page search result from that video narration within 4 hours of posting the page.
    On still another site with a Flash video, the alt content is another video, but a .mov version, which will, in effect play Flash video on the iPhone (not possible you say??). Well since the iPhone does not have Flash pluggin, it simply displays the .mov version of the video, while everyione else sees the Flash version.
    So anyway, if Flash is a part of your Web development, you should look into using swfobject and alternate content.
    http://code.google.com/p/swfobject/
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes all,
    Adninjastrator

  • Flash object border

    How do I make the border=1 for this Flash object:
    http://ltcproduction.com/Home_creative.html
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','widt h','480','height','230','id','prod','align','middle','src','prodbkg','loop','false','quali ty','high','wmode','transparent','bgcolor','#ffffff','name','prod','allowscriptaccess','sa meDomain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashpl ayer','movie','prodbkg'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" border="1"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="480" height="230" id="prod" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="prodbkg.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#ffffff" /><param
    name="LOOP" value="false">
    <embed src="prodbkg.swf" width="480" height="230"
    loop="false" align="middle" quality="high" wmode="transparent"
    bgcolor="#ffffff" name="prod" allowscriptaccess="sameDomain"
    allowfullscreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>

    Is there a way to do this using a JAVA called from Flash?
    Just found one site today which gave me a pop-up window with this
    look, however, this one had java in it!

  • Layer appearing under flash object

    Hello,
    I am having a problem getting a layer that contains a pop-up
    menu to appear over the top of a flash object and not under. See
    the following site and scroll over "Focus of Care" in the nav bar
    to view the problem. (And ahead of time, I know that the image in
    my flash is a comp, I am going to purchase the actual image after I
    have approval from the person I am working for.)
    www.robertandsharon.com/twcaps
    Thanks for your help,
    Sharon

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    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
    ==================
    "sharonw" <[email protected]> wrote in
    message
    news:f23513$b6s$[email protected]..
    > Hello,
    >
    > I am having a problem getting a layer that contains a
    pop-up menu to
    > appear
    > over the top of a flash object and not under. See the
    following site and
    > scroll over "Focus of Care" in the nav bar to view the
    problem. (And
    > ahead of
    > time, I know that the image in my flash is a comp, I am
    going to purchase
    > the
    > actual image after I have approval from the person I am
    working for.)
    >
    >
    http://www.robertandsharon.com/twcaps
    >
    > Thanks for your help,
    > Sharon
    >

  • Firefox shrinks flash objects if dynamically written from javascript but not if static in html

    firefox shrinks flash objects if the code for the and are written to the page via document.write() in javascript during page load. The object is rendered correctly if the same and are tags in the html document.
    == This happened ==
    Every time Firefox opened
    == tried to dynamicly write object and embed via javascript

    Hi Tom,
    This looks like a real bug. The problem is this forum is for end user support.
    Please report this issue at http://bugzilla.mozilla.org, and be sure to search and see if your problem is already known.
    See also https://developer.mozilla.org/en/Bug_writing_guidelines

  • How to read a local file using as3 in a flash object in HTML? [urgent]

    My web site contains a flash object.
    I want to use as3 to read some local .txt file
    by getting the user directory of the file.
    i know AIR can support this by sth like:
    File.desktopDirectory.resolvePath
    but when i open a AIR file for this, it seems
    the action cant be run when i embed it in html.
    And i tried to use the above function in a normal
    flash file in the action script.
    But it cant recognize the File. class..
    How can it be done ?
    It's reli urgent,
    please help...
    Thanks !

    a web based flash app can't detect user directories.  you can use the filereference class'es browse method to let the user locate a file in any directory the user wants.  flash can then retrieve the file's name and type.  but, as mentioned before,  flash can't determine the file's directory.

  • Flash Player dosn't work in IE 11 even shockwave flash object is activated

    Hello,
    Flash Player dosn't work in IE 11 even shockwave flash object is activated.
    I've installed Adobe Flash Player Version 16.0.0.287 (today).
    then
    I  checked on this page:
    http://helpx.adobe.com/de/flash-player.html
    says Flash Player not installed or not activated
    Active X Version 16.0.0.287
    Internet Explorer 11
    Win 7 SP1 32 Bit
    Please help me.
    Thank you in advance
    Paul

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • Can there be buttons/links on or in flash object?

    Hi, I have no idea how to ask this question properly. I am only designing this, not making it, so simple answers for me would be good, but also technical answers that I can pass on to the flash person.
    On my home page, I am going to have 3 images that switch out, each that need to have a "learn more >" link and a 1, 2, 3, and pause buttons.
    My question is whether or not these image buttons/links can be placed on or embedded in the flash object. I read this is not possible and that buttons or links have to be separate from flash. Ideally if I wanted to place a "go" button on top of my flash image, that would be great.
    However I have been told the only option is to make one side of this in photoshop where I have the buttons and then place that next to the flash image. My example of this would be the msn.com home page.
    If further descriptions are needed I can post an example.

    Your image hasn't loaded yet, so I'll describe what you should do.  Chances are you will only need one set of buttons to manage everything rather than creating a set for each image.
    If you want to convert each of these items into usable buttons, then select one of them, being sure that all its pieces are selected, then right click on it and select Convert to Symbol ( select it and in the toolbar choose Modify -> Convert to Symbol).
    In the interface that appears, select Button (you could also select MovieClip, but for now, select Button) and give it a name that relates to its functionality in some way, just so it is recognizable by its name in the library.  Click OK.
    Do that for all of the items you want to turn into buttons.  To make things easier to manage, you should place the buttons on their own layer in the timeline.
    If you are handing this over to someone who knows Flash, they should be able to deal with coding the buttons to function the way you want.

  • HTML page with FLASH object doesn't reload upon a redirect

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

  • Flash objects not displaying in Firefox (but works fine in Chrome and IE)

    Well, I'm trying to embed a Shockwave Flash object into a website I'm building. It displays in Chrome and IE, but it doesn't show up at all in Firefox. It's just white space. Ive tried it on two machines, so it's presumably the code. Both the machines have Adobe Flash enabled... I'm not sure what the problem is. I've not worked with embedding Flash objects in HTML before, so, it's probably something really obvious. I just used the insert command on dreamweaver and it wrote the code that I'm using. If anyone can help me, it would be much appreciated. Here's my code:
    <pre><nowiki><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="99%" height="600" id="FlashID">
    <param name="movie" value="The file path" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="the file path" width="99%" height="76.5%">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><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" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]--></nowiki></pre>

    If you can't post an address for a page demonstrating the problem, could you check the Web Console (Ctrl+Shift+k) and Browser Console (Ctrl+Shift+j) for any messages related to the Flash media? For example, does either console show that Firefox is requesting the SWF file? Does either show an error in content type or any kind of security message?

  • Problem Viewing Flash Object in IE

    I have been managing my wife's website. She had someone design it, then the guy stopped responding, so I took over. Im somewhat of a beginner, so I cant figure this one out, and have looked online for resolutions. There are two pages on her site that have flash objects. When you go to either page in IE, you get an error : Content on this page requires a newer version of Adobe Flash Player. It then gives you a link to update, which lets you update, but then doesnt resolve the problem. Like I said, someone else did the basic design, so im not sure where they went wrong.
    The two pages are:
    http://www.karabakerphotography.com/index.html
    and
    http://www.karabakerphotography.com/gallery.html
    The pages work fine in Firefox and Safari. So its only IE that doesnt work. I know differet browsers can use different versions of Flash. I have been using Dreamweaver CS4.
    I have not spoken with anyone who can view it using IE. Everyone that uses IE has mentioned the problem to me.
    Any help would be greatly appreciated. If you need any further info from me, just let me know.

    Do the flash communicate with files which is outside of the sitedomain?

  • Problem for web service path for Xcelsius engage in flash object

    Hi, All
    I had created one xcelsius through Web Service of SAP B1.it works well.
    but when I run the flash object came from xcelsius by explorer,it gives one message
    "Can not access external data"
    thier I have to give path for swf file and web service path -- (which is given at the time of connection of xcelsius through web service in data manager)
    and I have to run the web service then it shows
    the dash board made from Xcelsius very well.
    but when i change the path of same web service to other m/c then flash file does work and it gives message
    "Can not access external data"
    but in practical my web service path can be changed, it should not fixed for path which is given in data manager in Xcelsius.
    I am using Xcelsius Engage 2008 sp3
    please give suggetions for solve the problem
    thanks in advance

    Hi Venky CRMIT, Bruce007
    Aside from the question, I tried another methods and I have succeeded calling webservice. A reference URL is
    http://www.webbasedcrmsoftware.com.au/crm-on-demand-tutorials/65-java-access-to-crm-on-demand#_Toc224720963
    Main cause may be jsessionID as you guess. When I try with EAI, I have send login information and message call at once, so URL may be incorrect.
    Thank you for your help.

  • Embedding a youtube video in Powerpoint 2010 via a shockwave flash object

    We have a user, has found recently, when he adds a 'shockwave flash object'
    in Microsoft PowerPoint 2010, and adds a YouTube link, next to the
    "movie" field within the properties of the shockwave flash object, it
    will not show the YouTube video window (with the play button etc.) and will not
    play the video.
    The user thinks the current version of Adobe flash is causing this (version:
    14.0.0.145) and would be grateful if any staff from Adobe or anyone else has any
    ideas if this version does cause this problem and if there is a way to resolve
    it, or if a new release of Adobe Flash player will address this and if so when
    it will be released.
    Thanks,
    James

    Please ask your question on a forum for the Flash Player

  • Embedded application/x-shockwave-flash objects will not display

    4.0b9 on Windows XP
    I just get a white section where a shockwave flash object should be, and in all the occurences I've found it's when the flash object is embedded. Youtube works just fine, though...
    In the "white section" I can right-click and get the options for Adobe Flash Player 10, but I cannot actually choose any of the menu options.
    In some cases, I can choose to display the flash object in another tab, and then it works just fine. Typically an embedded youtube movie clip acts like that that, but not always.
    In an example, I see only a white section where the shockwave flash object should be visible in Pichfork TV - http://pitchfork.com/tv/
    When I open the page information, in the media section, list of URL's, I find an URL that is both grey and italic, and describes this URL as type Embedded:
    URL - http://pitchfork-cdn.s3.amazonaws.com/player/DelveMoviePlayer.swf
    Type - application/x-shockwave-flash
    I assume this URL is grey and italic because it is not loaded or opened in the pitchfork TV site.
    This is the same problem with most embedded flash objects, and I really hope someone can help me! I've browsed aroud the support forums and tried a lot of different tips, but to no avail.
    I have of course uninstalled and reinstalled both flash player and shockwave from adobe's site, and made sure it's not the active-x version for IE that's installed.
    My add-in manager claims that Shockwave Flash 10.1 r102 is installed and enabled, and the release is the latest available according to adobe.com.
    I have also tried to open FF in secure/private mode, but same problem in both modes.
    Just to check, I tried to open this site with IE8, and there it displays correctly (and I also remembered why I don't ever use IE8, haha...), so apparently the active-x part of shockwave/flash works...
    BR, Torgeir

    OK, so now I've tried again to open FF in safe mode again, but the problem is still unsolved. Same problem in safe mode.
    The hardware acceleration in the flash player is set to disabled long before I posted this problem.
    I didn't know that Pitchfork had such a special flash player, but the problem is the same on any sites. Just chose Pitchfork because it's an English site. Bad example then...
    Here's a better example: NME.com:
    http://www.nme.com/musicvideos/my-chemical-romance-sing/832454
    Here I only see a white space where the flash object is embedded (if it really IS embedded, I dont't know how these things work). But I can right-click and get the dialog for Adobe Flash Player 10 properties (such as settings and global settings), and if I'm lucky to hit the start button (wich I don't see), the flash object starts playing, and I hear all sound but see no image.
    I open the page info menu, and here I find in the list of media URL's the link to the flash object, described as an embedded object in the NME site:
    URL: http://www.muzu.tv/player/getPlayer/a/RSFVcmvHJ4/autostart=n&includeAll=y&soundoff=n&vidId=832454&videotype=hq
    Type: application/x-shockwave-flash
    It's grey and italic in the list of media URL's, and I assume that's because it's not properly loaded.
    But if I copy the URL from the media URL list and paste it into the adress field of a new tab, I can both see and hear the flash object without a problem.
    This is exactly the same issue with local sites that have embedded web radio stations. Cant see the object, and have to be quite lucky to hit the start button. But by stepping via info for site and copy the URL to the flash object and paste it into a new, empty tab, I can both see and hear whatever was supposed to display in the original site.
    Any help would be more than welcome! So many of the sites I use most has embedded flash objects, so if I cannot solve this I have to find another browser. I REALLY don't want to, because otherwise I really love FF...

  • Shockwave flash object in Word doesn´t appear in PDF (Acrobat X Pro 10.1.4)

    I have a Microsoft Word document with many shockwave flash objects linked to graphs. The Word document has macro that dynamically links these graphs (SWF files) to the shockwave flash objects. The graphs aren't embedded, they are linked because they have to be loaded when the Word document is opened.
    In the Word document the graphs are loaded OK but when the Word document is converted to a PDF the graphs are shown completely blank.
    Does anyone know why it happens and if there's a solution to this problem?

    hi thanks Bernd, 2 questions:
    Can Adobe Acrobat 9 Pro do this (as well as Extended - from the product comparsion chart it seems so...)?
    If the full version can, does the trial version also enable this - am not really looking forwards to paying for software & then finding still yet to be resolved..?
    Thanks for this, others also interested on various sites will keep them informed.

Maybe you are looking for

  • Folders in Aperture - Can't store pictures in them.

    In Aperture2, I created folders within projects, and imported pictures into the folders. In Aperture3, I don't see any way to get my pictures into folders. I can't select a folder when I try to Drag and Drop from finder, or use Import.

  • Bridge Cache Help

    I'm working with Adobe Bridge CS5 on a network of two Mac computers.  There is roughly 200,000 images stored on an external database, which is a cloud based hard drive connected through ethernet,  (it is not directly connected to either of the Macs).

  • Home sharing - view format for other users tunes

    When I home share with another user's tunes, I can't get a fully organised view format (e.g. under "view" menu, sort by list, cover flow etc are greyed out). I can only get a single long list which is pretty-not-useful... It looks like this is the on

  • How to capture Purchase order text from MM02

    Hi Friends , i have a requirement like i have  to capture the purchase order text from MM02 from one program. Pls give helpful code . Thanks & Regards Jagadeeshwar.Bachu

  • Field 'material' in service master data and material requisition

    Hello, all! Could anybody say, what is the purpose of field 'material' in service master data ('other' tab) and why system after setting the object type in that tab to 1 'material' will never show service in search help? This first question comes fro