Dreamweaver embedded flash movie - Safari problem

I have 3 flash movies embedded on a page using dreamweaver. Firefox plays either of the 3 no problem, Safari Only plays the first one.
I am using the Clear Skin 2 Controller. The ID tags I'm using are FLVPlayer1,2,3... JS script folder is uploaded and contains the AC_Active scripts.
Obviously I'd like to get this to work in Safari. Any thoughts???
Thanks

From the reading I've been doing since posting this, I am beginning to think this is either a QuickTime plugin or flash plugin problem with Safari. I am running osx 10.5.6 and Safari 3.2.1 - I was hoping for an easy page code fix.

Similar Messages

  • 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.

  • Embedded Flash movie locks up Browser

    It doesn't seem to matter which of the top three
    browsers I use, but most often when you go to
    a website page that automatically (or not?)
    launches an embedded Flash movie, a little
    window pops up inside that embedded movie
    asking me to click Allow or Deny.
    But NIETHER is clickable, the browser is locked,
    nothing can be clicked and ALL other tabs are locked
    and cannot be clicked either.
    I have to hit CTRL+ALT+DELTE to kills the
    browser in Task Manager. .A HUGE annoyance,
    that comes unexpectedly because you don't know
    when an embedded movie will be on the next page
    you click.
    How do I stop that Allow/Deny message popping up??
    -Drew

    CCWTechUtah wrote:
    I'm running the latest ATI driver
    The latest driver from Microsoft Update, or from the AMD download site?  See http://forums.adobe.com/thread/945765
    Green screen is usually an indication for some incompatibility with the graphics driver, although turning Hardware Acceleration off should prevent that from happening.

  • Embedding flash movie in a web page

    I have created a flash movie using actionscript 3 and an xml file with a list of images for a slideshow. After clicking publish, I can view the slideshow by previewing the html file it creates for you. However, I want to embed this flash movie in a different web page. When I try to add it in Dreamweaver, by dragging and dropping the swf file into the page, a flash placeholder is generated, but the movie does not play when previewed. It is just blank white space.
    Now I watched the Tom Green tutorials on "flash the easy way" and my flash (CS4 professional) did NOT generate the AC_RunActiveContent.js files. I did find and download the file and manually added it to my Scripts folder. Still no joy.
    I will note that the html file that embeds the flash video is in a different directory than the movie itself. Surely this cannot be the issue, otherwise people's websites would be incredibly messy with multiple flash videos. I am trying to put all the flash movies in their own child directories of a /flash directory to keep them neat and organized.
    I am not sure what to do next. How do you make the dang thing play on a web page that is in another directory?

    If you are loading content ala using an xml file, that may be the source of the problem.  When you load a Flash file into a web page, that web page becomes the frame of reference for any files that the swf loads.  So if you tested this where the html file was in the same folder, but then moved things into different folders, then you need to adjust the Flash to load things as if it is in the html file's folder

  • 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

  • Embeded Flash movies in Flex app

    Hi,
    Flex noob with no real Flash experience. I have successfully
    loaded a Flash analogue clock swf file into an app I'm
    experimenting with in Flex. I used the image tag and is works well.
    I would like to also embed a Flash movie which is a news scroller.
    This movie calls in an external XML file as it's text source (who's
    content I change dynamically with php) and the original movie was
    wrapped in some html which passed in some 'param' parameters. Can
    anyone explain how Flex handles Flash movies like this?,
    many thanks,
    Mike

    I found a solution to my problem so I thought I'd answer my
    own question here for the good of others who may experience the
    same issue. When using Flex on your local machine (localhost),
    security precautions inherent in Flash prevent the movies from
    showing up in Flex. Once I tested on the production server the
    movies showed up fine. The problem was nothing to do with the
    param's being passed in and Flex did not need any of the info from
    the html wrapper as far as I can make out,
    Hope that saves another newbie from some hair pulling,
    cheers,
    Mike

  • 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.

  • Flash Movie has problems in IE and Safari

    Hi, my website's home page works like a charm in FireFox and
    uses flashplayer to play, yet, in Internet Explorer and Safari, it
    uses Shockwave to play everything. And at that, Shockwave doesn't
    play it!
    Will someone please check in one of these two browsers on
    their computer to check whether it works for them?
    Website: www.redzero.co.za
    Text

    Here's the source for that page, note that the codebase url
    has two http's in it. Might fix that and see if it helps.
    codebase="
    http://http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash ">

  • Dreamweaver embedded flash content will not load in IE7

    My company standard is IE7
    I'm charged with developing flv that will auto play on PC from a removable thumb drive.
    in addition it should be able to launch a url.
    I'm using CS4 Flash and Dreamweaver
    developing on a Mac.
    I've used action script 3 to program buttons that start, stop and launch url
    I've worked everything out on a Mac.it works fine in Mac environment.
    I've gotten swf files to autoplay on PC
    the PROBLEM?
    when I try load the html web page on the PC with IE7 the flash content (either a swf or flv embedded using Dreamweaver) does not load.
    IF I leave the IE specific html in the code IE7 returns a message that flash player needs to update. - IT has installed the latest version of flash player.
    if I extract the sniffer/alternative code the flash content does not load there is no message
    If the swf file auto loads and plays then Why is that a problem?
    action script -  to launch url execution launches as a security warning and the trusted settings window
    not very seamless eh?
    so the alternative is to play the flash content embedded in html and create launch url button in html . . . but ofcourse flash content won't load in IE7.
    I've not been able to test the code on any other version of IE
    I hope this is enough information to help if not let me know what you need to know . . .
    thanks in advance for any time you all spend on this.
    M

    So right now you have a SWF file that plays and FLV file and it's not loading in IE7.  Is the testing server that you are using NOT on your local machine?  The reason I ask this is because IE will typically block content if it is hosted on the local machine and treat it as a security risk, prompting the message you refer to.
    Also would it be possible for us to see the code you are using for the plugin?  Most users here will be able to help troubleshoot any issues with the HTML code if we can see it, however, there is a possibility that the fix may be in Flash, in which case you should cross-post this in the Flash forum as well for assistance just in case.

  • Embedding Flash Movies in an HTML page without browser warning...

    Hi guys...I have been using Flash for some time now....My
    problem is how to embbed a flash swf movie file in an HTML or XHTML
    page without the browser warning the user that this web site is
    trying to install ActiveX content on her or his computer....Almost
    all professional sites does not display a warning message in the
    browser...So how can I do this???

    I tried to embed it in Dreamweaver CS3.......Here is the code
    which Dreamweaver generates...
    <!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>Untitled Document</title>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body>
    <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','400','src','../My
    Documents/My Pictures/Samla E-Cards/Best Cards/13 July
    2006','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','../My
    Documents/My Pictures/Samla E-Cards/Best Cards/13 July 2006' );
    //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="400">
    <param name="movie" value="../My Documents/My
    Pictures/Samla E-Cards/Best Cards/13 July 2006.swf" />
    <param name="quality" value="high" />
    <embed src="../My Documents/My Pictures/Samla
    E-Cards/Best Cards/13 July 2006.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="550"
    height="400"></embed>
    </object></noscript>
    </body>
    </html>
    Can you look at the code and tell me which I have to
    change....Internet Explorer still displays the warning message
    saying: " To help your security, Internet Explorer has restricted
    this webpage from running scripts or ActiveX controls that could
    access your computer.Click here for options"......I am sorry to
    disturb you all....But I really need help!!!
    Text

  • Dreamweaver CS3 / Flash serve viewing problems

    I've created my flash inserted it into dreamweaver, previewed it and uploaded the pages and the JS files to my host server again and again and it everything shows up but the flash, nothing, not even a box. Any ideas on what the problem could be? They show up in the root directory on the server. the file I used was the SWF. file. Is there another way to do this?
    Rob

    Hi,
    I suggest posting this question in the "Dreamweaver General Discussion" forums, as it´s not related to the Dreamweaver Developer Toolbox
    (ADDT) extension.
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Embedding Flash movie in Acrobat 3D

    When I try to embed a flash file (.swf) into an Adobe document, I get the message:
    "Cannot create the movie annotation ...."
    Any ideas why, and how to do it properly?

    If you are loading content ala using an xml file, that may be the source of the problem.  When you load a Flash file into a web page, that web page becomes the frame of reference for any files that the swf loads.  So if you tested this where the html file was in the same folder, but then moved things into different folders, then you need to adjust the Flash to load things as if it is in the html file's folder

  • Is there a way to open another pdf via a button in my (pdf embedded) flash movie?

    My Acrobat 9 pro pdf, contains an ActionScript 2.0 swf, added via the Flash tool, on the multimedia toolbar.
    The Flash file contains an animation introducing a collection of linked pdf files.
    At the end of the intro a button appears, which when clicked, should replace the current pdf with one of the linked ones.
    Is it possible to do this inside actobat?
    Regards Maxwell

    Thank you.  That’s all I need to know.

  • Embedding flash movie

    I have designed a slideshow in dreamweaver using the
    Insert/Media/Image Viewer. I resized all the jpeg images to
    400x325; it looks beautiful when viewed in the preview browser but
    when I upload it to my site, it does not appear.
    Is there a special code that Dreamweaver doesn't
    automatically load that I would have to do to embed the file? I
    appreciate any help I can get.
    Thanks,

    Post a link to the uploaded page, please.
    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
    ==================
    "centralmaine" <[email protected]> wrote in
    message
    news:ftauie$ah9$[email protected]..
    >I have designed a slideshow in dreamweaver using the
    Insert/Media/Image
    >Viewer.
    > I resized all the jpeg images to 400x325; it looks
    beautiful when viewed
    > in
    > the preview browser but when I upload it to my site, it
    does not appear.
    >
    > Is there a special code that Dreamweaver doesn't
    automatically load that I
    > would have to do to embed the file? I appreciate any
    help I can get.
    >
    > Thanks,
    >
    >

  • Safari not playing  local flash movie

    Hello All,
    Below is a piece of html code I am using to view an embeded flash movie. As you can see the file is located on my hard drive - this (the .swf file on the hard drive) is being used to simulate content that will eventually be placed on a CD. Also the code is an html page that is part of a Java program that uses "continue"servlets to advance to other pages.
    I know the Flash plugin (8) works because I can view flash files from other sites and I can also view my file by navigating to it through Safari using file open.
    The Problem is when I try get the flash movie to play by advancing from one web page to the one below that has the file embeded - Nothing happens.
    Any Help is very appreciated. Thank you
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>
    </title>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,40,0"
    WIDTH="500" HEIGHT="400" id="doyouflash">
    <PARAM NAME=movie VALUE="file:///doyouflash.swf">
    <PARAM NAME=quality VALUE="high">
    <PARAM NAME=bgcolor VALUE="#FFFFFF">
    <embed src="file:///doyouflash.swf" quality=high bgcolor=#FFFFFF WIDTH="500" HEIGHT="400"
    NAME="doyouflash" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>
    </body>
    </html>

    Glad that resolved your problem.
    Strange things tend to happen in Cyber world. I've seen, albeit infrequently, where my Safari Preferences were reset to default values while surfing. Haven't figured out why that happens, but I have my suspicions. Yet, because it's a rare event, it's not in the top 5 of things to do.
    Thanks for the Aloha from Big Island.

Maybe you are looking for