Firefox Embedded Flash swf not shown in asynchronous desktop

Hi all,
in a jsp I embed a binary property of a content node that includes a flash .swf file. All that in an asynchronous desktop, using Firefox.
I use the follwing code:
"<embed scale="exactfit" quality="high" menu="false" width="600" height="400" hswLiveConnect="false" src="<%=myPropertyUrl%>">
When the page is loaded by "normal" browser request, the flash animation inside the jsp renders as expected. After click on an url (<a> ....</a>) inside the same JSP the portlet content refreshes (via Ajax request), only the flash disappears. After F5 it's back agian.
The problem does not exist with IE!
How do i need to handle this for Firefox?
Thanks for help.

Firefox uses the object if there isn't a classid to specify an ActiveX control for IE.<br />
You didn't specify such a classid (classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"), so there is actually no need for the embed in this case.<br />
As jscher2000 posted above, an object tag only works in Firefox if there is a data attribute present (copy of the movie param) to specify the Flash file and a possible MIME type.
<pre><nowiki><object style="width:420px;height:272px" data="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" >
<param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" />
<param name="flashvars" value="mode=mini&amp;backgroundColor=%23222222&amp;documentId=121102153057-a8027186d32d406698ae9cd6ce0305ed" />
<param name="allowfullscreen" value="true"/>
<param name="menu" value="false"/>
<param name="wmode" value="transparent"/>
</object></nowiki></pre>

Similar Messages

  • Embedded Fonts are not shown anymore

    When I create a PDF from a Word Doc, the embedded Fonts are not shown anymore. In the previous Version it was working perfectly. My version is currently 11.0.10.

    Thank you for your feedback. The Job im using is simple take a word document converting it into a pdf format. If this is done I will see it in my Acrobat view. There is no fonts at all. The System is notifying me that the font "ETBFGYI+DIN-Regular" are not embedded. And there will be some character not shown or printed correctly. I didn't change anything on the setting of Acrobat. I'm using this Acrobat almost for 2 years and I never had any problem. The Problem came up after the last update of the software to version 11.01.10.

  • Firefox 3.6 does not open onto my desktop from the dock when links in email or other files are opened. I have eMac with system 10.4.11 in English

    Firefox 3.6 does not open onto my desktop from the dock when links in email or other files are opened, use to. I have eMac with system 10.4.11 in English
    Thanks, Claude Combs
    [email protected]

    Firefox 3.6 does not open onto my desktop from the dock when links in email or other files are opened, use to. I have eMac with system 10.4.11 in English
    Thanks, Claude Combs
    [email protected]

  • Updates to my IPad contacts are not shown on my desktop PC ( I don't have a Mac)

    updates to my IPad Contacts are not shown on my desktop PC ( I don't have a mac)

    If your iPad is disabled due to misentry of a passcode, you must restore it via recovery mode by following the instructions in http://support.apple.com/kb/HT1212 but f you do not have a computer you can use, you may be able to get help by visiting an Apple store genius bar and see if they will do the restore for you.

  • Embedded flash does not appear in Firefox

    I've embedded flash into a website, but only a white box appears. The embedded flash document appears in IE and Chrome.
    Here's my embed code:
    <pre><nowiki><div>
    <object style="width:420px;height:272px" >
    <param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf?mode=mini&amp;backgroundColor=%23222222&amp;documentId=121102153057-a8027186d32d406698ae9cd6ce0305ed" />
    <param name="allowfullscreen" value="true"/>
    <param name="menu" value="false"/>
    <param name="wmode" value="transparent"/>
    <embed src="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" wmode="transparent" style="width:420px;height:272px" flashvars="mode=mini&amp;backgroundColor=%23222222&amp;documentId=121102153057-a8027186d32d406698ae9cd6ce0305ed" />
    </object>
    <div style="width:420px;text-align:left;">
    <a href="http://issuu.com/uuastewdev/docs/2012report?mode=window&amp;backgroundColor=%23222222" target="_blank">Open publication</a> - Free <a href="http://issuu.com" target="_blank">publishing</a> - <a href="http://issuu.com/search?q=report" target="_blank">More report</a>
    </div>
    </div></nowiki></pre>

    Firefox uses the object if there isn't a classid to specify an ActiveX control for IE.<br />
    You didn't specify such a classid (classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"), so there is actually no need for the embed in this case.<br />
    As jscher2000 posted above, an object tag only works in Firefox if there is a data attribute present (copy of the movie param) to specify the Flash file and a possible MIME type.
    <pre><nowiki><object style="width:420px;height:272px" data="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" >
    <param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" />
    <param name="flashvars" value="mode=mini&amp;backgroundColor=%23222222&amp;documentId=121102153057-a8027186d32d406698ae9cd6ce0305ed" />
    <param name="allowfullscreen" value="true"/>
    <param name="menu" value="false"/>
    <param name="wmode" value="transparent"/>
    </object></nowiki></pre>

  • Embedding Flash swf in Google Site displays NaN output but works in Debug mode

    Hello,
    I am loading a text file with three variables into a flash file (CS5). The flash file then calculates and prints the three values based on some calculations. I am storing the text file as an attachment on the google page in which I am embedding the swf file. What's weird is that the flash file plays correctly in debugging mode (i.e., prints the 3 variables correctly), but as soon as I upload the swf to the Google site page (as an attachment in the same location as the text file), the flash file outputs NaN. I am stuck as to why the file works in debug mode in Flash, but not when it's uploaded to the google site page. I have tried storing the text file on SharePoint and referencing it from there, but I get the same results when viewing the swf on the Google site page.
    Is it because the google site page is using SSL?
    I am fairly new to flash, so any help would be appreciated.
    Thanks!
    Lori
    Variables.txt stores this: "current=6950&goal=7175&low=6950"
    Here is the code in my flash file:
    _global.getPercent = "";
    myvars = new LoadVars();
    myvars.load("variables.txt");
    myvars.onLoad = function(success){
              l = Number(myvars.low);
              c = Number(myvars.current);
              g = Number(myvars.goal);
              getPercent = (c-l)/(g-l);
              if (getPercent > 0) {
                        colorshow._height = (getPercent*colorshow._height);
              } else {
                        colorshow._height = 0;

    I have this in front of the trace:
    myvars.onLoad = function(success){
    When I put in the full URL to the attachment on the Google page (i.e., something similar to "myvars.load("https://sites.google.com/a/..../home/department-sites/sales/variables.txt,");" - instead of just "myvars.load("variables.txt");", it doesn't work. So right now its set to just "variables.txt" and the swf file is in the same root location as the variables.txt file on the Google page. I also have a copy of the variables.txt file in the same local directly in which I am running the flash file for testing. So I think when I run it in debug mode, its referencing the variables.txt file in the local directory, rather than the one stored as an attachment on the Google page.
    That's what seems so weird...it runs locally in debug mode...but not when I embed it on the Google page. I can also get it to work if I explicity define the variables in the flash file, rather than rely on the external text file. That's the only time I can get it to work on the Google page.
    Thank you for your help!

  • Embedding Flash SWF Skin in External Site

    I posted this under the Flash forum as well. My Flash video
    displays correctly on my server, however, if I try embedding my
    Flash SWF file on an external site – just as you would with
    YouTube – the skin does not transfer. The video is the only
    thing that displays.
    I understand when using components that 2 SWF files are
    created when published – SO with that said, is there an HTML
    embedding technique to display both the video w/ the skin? If not,
    is this something that needs to be corrected within the Flash file.
    Any thoughts?

    I have this in front of the trace:
    myvars.onLoad = function(success){
    When I put in the full URL to the attachment on the Google page (i.e., something similar to "myvars.load("https://sites.google.com/a/..../home/department-sites/sales/variables.txt,");" - instead of just "myvars.load("variables.txt");", it doesn't work. So right now its set to just "variables.txt" and the swf file is in the same root location as the variables.txt file on the Google page. I also have a copy of the variables.txt file in the same local directly in which I am running the flash file for testing. So I think when I run it in debug mode, its referencing the variables.txt file in the local directory, rather than the one stored as an attachment on the Google page.
    That's what seems so weird...it runs locally in debug mode...but not when I embed it on the Google page. I can also get it to work if I explicity define the variables in the flash file, rather than rely on the external text file. That's the only time I can get it to work on the Google page.
    Thank you for your help!

  • CS3 Flash swf not visible on webpage

    Hi,
    I'm working in Dreamweaver and Flash CS3. For some odd
    reason, Flash swf files are not showing up on my webpage. I never
    had this issue with MX2004.
    I uploaded the java script (new in CS3) but it still shows a
    blank area -the swf dimensions - on the page. It previews fine
    locally but not from the server.
    please help.
    Jeff

    Sorry to see your use of the DW pop-up menus with templates.
    You know that
    they are not compatible with them, right? Also, you should
    read this
    (written by the person who adapted that code for Macromedia
    to use) -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Also, your template doesn't appear to have been properly
    made, since there
    is no editable region around the page <title>, nor is
    there an editable
    region anywhere in the head of the page.
    Finally, when I browse to this location -
    http://www.worldofgranite.net/photogallery.swf
    the Flash file loads, but it doesn't function. This means
    that there is
    something wrong with your Flash file itself, not with the
    page, other than
    the comments above, that is.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "MyFriendGoo" <[email protected]> wrote in
    message
    news:fetbcg$4u3$[email protected]..
    > Similar problem, images wont show. Using MX2004. It
    works in my DW
    > player and browser preview. Upload incorrect?
    >
    http://www.worldofgranite.net/gallery.htm
    >

  • Why is Firefox crashing? No error or reason is given. Uninstalling and reinstalling Firefox/Shockwave/Flash does not help. I have no addons.

    Firefox randomly closes every time I go to do something, like use Google or Yahoo (it will NOT close if I let it linger). It would also close immediately when I tried to use a hyperlink through Word. When I go to open it back up, it will say that it cannot restore the previous session and there are no crash ID's of any kind.
    I have no addons or extensions, and thus they cannot be causing this. I've uninstalled/re-installed Firefox, Shockwave, Flash, and Java. I've wiped my cookies and history. Nothing works. My other two browsers, Internet Explorer and Google Chrome, are working fine.
    What could be causing this?

    You can try to do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Icons of firefox menu bar are not shown properly

    I've recently updated my firefox to Version 35.0, When I opened it the icons for the menubar are missing. I tried using the suggestions found in this site:
    1.Options > Content : Fonts & Colors > Advanced
    2.gfx.downloadable_fonts.enabled
    3. reset firefox to default
    but not of these worked. I haven't noticed if there are changes in web sites though. But it's just frustrating that i can't see icons on my browser

    Did you try to click the Restore Defaults button in the Customize palette window?
    Try to rename (or delete) the xulstore.json file in the Firefox profile folder.
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Files, tools, help categories above firefox start page are not shown. How to restore pls?

    File, Edit, view, history, bookmarks, tools etc are not shown at the top
    of my mozilla start page. Maybe I have deleted it when I deleted cookies and history. How can I restore them. Pls help.

    Thanks a lot. Problem solved. No doubt about it MFF is really the BEST!!

  • Dailymotion embedded flash movie not working anymore

    I cannot seem to get Dailymotion embedded flash movies working. The movie is just a black screen. The same embedded movie on the same webpage works in windows. (Non-embedded) movies on the official Dailymotion site still works though.
    This happened only recently. I thought maybe it was a flash 10 issue, but after rolling back to flashplugin 9, the problem still remains.
    Does anyone has the same problem?

    Usually when a browser has an issue playing a Flash file it is due to the embedding code that is used in the html page.  Can you compare your code to another page's code to see what differences there are?  You should let Flash generate the embedding code rather than using some other software to do it if that is what you did.  Just have Flash publkish and html page, test that page in your various browsers, and if it works, copy/paste that code in place of what you have now.

  • Flash SWF not appearing in RH

    I am using TCS 4 with FM 12 and RH 11.
    I have an animation built in Flash and published to a SWF file.
    The animation is added to a FM doc. Publishing to PDF shows the animation as expected.
    I link an RH project to the FM book and the animation is missing.  There is an empty frame where the animation should be, and what is in the frame is a blank PNG with a made up name (i.e. filename004.png).  I can add the SWF file manually into the frame but it gets wiped during the next update. I can turn off updates but that defeats the purpose of Single Sourcing.  There is no setting I can find in RH to manage importing media files.
    Any help?

    Yep, anchored frame.
    Adding baggage files did not help.
    Embedding or linking within FM did not help.
    Starting with your suggestions I did a little testing and found the problem.  There are, in fact, 2 SWFs in the one frame, and that was causing RH to give up on the frame entirely.  If I only put a single SWF in the frame, it seems to work.
    I went back into Flash and glued both SWFs together to make one, which has solved it. However it would be interesting to know if there is a way to have 2 SWFs in a single FM frame.
    Thanks for the help.

  • Firefox 12 flash player not working with video on Facebook

    Using Firefox 12, newest flash player 32 bit -- embedded video won't work on Facebook. I have tried another computer with XP SP3, completely removed firefox, flash, started in safe mode with add ons disabled, even created a new profile with no addons at all, and nothing seems to fix the problem. Video plays fine in Internet Explorer. That said, YouTube works fine so I don't think its a flash 'only' problem. (I right clicked on video to make sure flash was playing the video and not html 5.)

    Is the Flash player loaded if you right-click that black box where the player should be?
    Does it help if you try to "Disable the hardware acceleration" in the Flash Player?
    *http://helpx.adobe.com/flash-player/kb/video-playback-issues.html
    See also:
    * https://support.mozilla.org/kb/Cannot+view+full+screen+Flash+videos
    Flash "Display settings" window:
    * http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html

  • Embeded Flash component not working

    I have createdf a Flash movie using the Drag & Drop
    Learning Interactions Component using Flash MX 2004. The
    interaction works fine as standalone Flash movie but when embedded
    in an Adobe Presenter presentation, the drag works ok but it will
    not drop the object. I have had the Breeze control the Flash movie
    and also Breeze not control the movie.
    Any ideas?

    Hi Conrad!
    As you have no doubt already realized, using the Learning
    Interaction templates that are available in Flash MX / MX2004 and 8
    will not work at all in Presenter content.
    The coding methods conflict while playing back within the
    Breeze environment and I
    think it has to do with the _dropTarget property as part of
    the interaction's codebase. The _dropTarget method is NOT supported
    in Breeze, but the hitTest() method IS!
    I have written a few drag and drop exercises that do work
    within Breeze content, and you have to use the hitTest() method to
    accomplish it.
    As you already have discovered, the bottom line is that the
    learning components were intended to be "stand alone" objects that
    could be incorporated into a web page (or even a CD as these
    objects are nothing more than swf files). Aside from the fact that
    the prebuilt/preconfigured learning objects in flash don't always
    work in Breeze, in my mind, the bigger question here is the ability
    (or more accurately) the inability to connect these SCO's to an LMS
    for tracking. As stand alone objects, they're actually pretty
    handy...but not in Breeze.
    I realize this doesn't help much with what you're trying to
    do, but from my perspective, you're better off creating your own
    drag n' drops.
    I've got a bunch of examples to share if you'd like to take a
    look...just send me a PM or email if you're interested.
    Rob
    [email protected]

Maybe you are looking for

  • I recently got a new HP PC 500-267c/64 bit Windows 7 computer. I installed Creative Suites CS5 and I cannot scan into Photoshop? It says I need the Twain Plug In. How do I get it?

    I have a new HP PC 500-267c/ Windows 7/64 bit c omputer. I installed Creative Suites CS5 and I cannot scan into Photoshop. It says I need the Plug In Twain to scan into Photoshop and can download it but nothing else. How and where do I find the downl

  • Need connector version for Seibel 8.1

    Hi , Current system having Siebel 7.8 as target system, for this currently deployed Seibel connector version is 9.0.4.5. Is this version is compatible with Seibel 8.1 If not what would be the connector for Seibel 8.1. Thanks in advance

  • Error in generating the pdf form:HR_F_6559

    Hi  Gurus, I  canu2019t create W2s out , i have the message  Error in generating the pdf form: HR_F_6559                                                                                 HR_F_W2_07                                                       

  • Runtime is too long

    how to make php code run faster? for example : part php code: while ($row = oci_fetch_array ($stmt, OCI_BOTH)) { echo "<tr>"; echo "<td>".$row['SEGMENT1']."</td>"; echo "<td>".$row['SEGMENT2']."</td>"; echo "<td>".$row['ORDER_NUMBER']."</td>"; who ca

  • Media Storage Solution?

    So I made the switch earlier this year to Mac. I've been a Windows user since 1994, and making the switch 12 years later I'm turning into a big fan of Apple. I now own a Mac Mini (not Core Duo) a 20Gig iPod, a 60Gig Video iPod and a sparkling new bla