Swf won't load in IE

http://newmicon.byethost31.com
Having issues, the swf seems to load ok in Chrome.
However when I try with IE, the site just stops loading typically half way through.
Any ideas?
Thanks

The most common cause for a Flash file not displayng/functioning properly in different browsers is errant embedding code.  The embedding code used for the page you show is the old version, Flash 8 and earlier.  What you should probably do is update it to use the swfobject.js embedding that is integrated with the newer releases of Flash.  Just Google swfobject.js and you should find some help for getting/using it.
Just a note, It loads fine in IE8 as far as I can see.

Similar Messages

  • .swf won't load remotely...please help

    Ok, so I have been working with the FlipBook dreamweaver extension and once I upload to my server
    the .swf file won't load. However, everything works like a charm when tested locally. All corresponding
    xml and js files are in place and the code looks fine. I've had this issue once before, and after much time spent on Google it
    seemed there could be a problem with how the swf is being uploaded. I finally got it to work via uploading
    through the web based control panel. Unfortunately, we switched hosts and can only upload via FTP now.
    So I'm stuck again..any ideas how to remedy this situation? Thanks. -Bryan
    URL: http://www.franklinshopper.com/everyday_heroes/

    MAke sure you have all the supporting files loaded to the srver.  Also, the flashvars line(s) in your embedding code that appear to have some stray "&"s in them that probably needs to be a real "&"s
    <param name="flashvars" value="movie=FlipBook.swf&amp;flashvars=configSource=config.xml&source=book.xml&amp;swfversion=9 .0.45.0" />

  • Swf won't load on web but ok locally (believe only video playback issue)

    Hi all,
    I am very new to flash....literally first day into it.
    I converted a mov into flv and imported the flv with playback component. When I publish, I am able to see both (via the swf and the html) from my browser. Once I uploaded the swf and html onto my webserver (both files are stored in the same folder just like how I had it locally), the swf won't display the video.
    Now, I have a button (when clicked, it skips the playback and go directly to the site) and the button works fine. So, I think it is only limited to the video playback.
    Any help appreciated.

    Hi Ned,
    I was just fiddling with it and it seems to be working now.  I think your advice of putting the flv there helped?!?! Thanks a billion!
    http://www.astoryconcept.com/index1.html
    The only minor issue that I need to fix and not sure how yet:
    -it stops during the initial playback (I guess my flv is a little large 4mb and I might have to optimize it to a smaller file)
    -it didn't center itself when I drag the browser larger/smaller
    Now that it works, I want to see if I could optimize it. Wandering if there is a "BETTER/EASIER" way to take me to a url at the end of the video playback.
    What I did in here:
    I created a cuepoint at 23 second (that's the end of the video) and it will take me to a url (here: adobe.com). Below is the actionscript I had in there (using code snipper) [One is for "Skip Intro" that will bring me to cnn.com; and the other one is the cuepoint that will take me to adobe.com):
    ================================================================
    /* Click to Go to Web Page
    Clicking on the specified symbol instance loads the URL in a new browser window.
    Instructions:
    1. Replace http://www.adobe.com with the desired URL address.
       Keep the quotation marks ("").
    skip_intro_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
    function fl_ClickToGoToWebPage(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.cnn.com"), "_blank");
    /* On Cue Point Event Handler
    Executes the fl_CuePointHandler function defined below each time a cue point is passed in the specified video instance.
    Instructions:
    1. Add your custom code on a new line after the line that says "// Start your custom code" below.
    The code will execute when cue points are reached in a video that is playing.
    import fl.video.MetadataEvent;
    video.addEventListener(MetadataEvent.CUE_POINT, fl_CuePointHandler);
    function fl_CuePointHandler(event:MetadataEvent):void
    // Start your custom code
    // This snippet code displays the cue point's name in the Output panel
    // trace(event.info.name);
    var url:URLRequest = new URLRequest("http://www.adobe.com/");
    navigateToURL(url);
    // End your custom code

  • Swf won't load on device - Flash icon with yellow warning triangle and number 9

    I have an internet tablet - the Archos 5. I'm trying to
    create a swf file that runs on the device. I made a small "hello
    world" application in Flex 3. When I try to run it on the device I
    get a blank white screen with a flash icon in the center. To the
    lower right of the flash icon is a yellow "warning" triangle with
    the number 9 inside of it.
    I loaded the flash version checker on the device and that
    runs properly. It claims that the player version is:
    AFL 9,1,115,0
    Debug player: No
    OS: Linux
    Video capable: Yes
    Audio capable: Yes
    Local File i/o enabled: No
    Any hints as to what settings I need to switch in Flex 3 so I
    can create applications for this device? The only thing I see that
    looked promising is the "Require Flash Player version" setting, but
    that's set to 9.0.124 - lower than the 9.1.115 version on the
    device.
    Thanks for any help

    Flex does not run on all devices yet. Maybe it does not run
    on this one yet.

  • Flash Catalyst swf won't load as external swf

    I'm loving Flash Catalyst since the beta app came out. I've transformed several design's into flash components with great ease. But when I try to use the swf Flash Catalyst spits out as an external movieclip, it wont load. It loads just fine in the html doc but not when I try to load it with a flash CS4 swf.
    I don't have the slightest idea what to look for in the actionscript FC wrights, so is there a way to make it work or can I consider this a real bug?

    The swfs that Flash Catalyst generates use the Flex framework and can't be used as standalone movie clips. If you'd like to use a componet that you've made in FC along with something you've created in Flash Authoring, I would recommend importing your FC project into Flash Builder and then loading your swf from Flash Authoring into the Flex project. When you do this, the Flex runtime will be available to the components you've made in FC and everything ought to work properly.

  • SWF won't load on server but loads in preview

    I have an FLV video I imported in flash then put text on it. I embedded it in Dreamweaver using Insert > Media > SWF however, it only plays when I preview it and not when it's uploaded on the server. It's really frustrating me and have looked everywhere for solutions. Any help is welcome!
    Here's the LINK!  http://creativepowersolut1.ipage.com/Index.html
    Thanks
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="618" height="183">
            <param name="movie" value="Flashimages/turbineservices.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.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="Flashimages/turbineservices.swf" width="618" height="183">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.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>

    Hi
    Go to your flash program and check your export settings, if you export the html direct from flash and upload this page to your server with all files, does this work?
    If it does it is possibly the location of your flash files, in relation to your html page that is causing the problem.
    PZ

  • Flash website won't load in IE since installing Wordpress

    I have a flash website that's been running fine, but since I installed Wordpress on that server, the SWFs won't load from Internet Explorer. It still works fine in Firefox on both the Mac and Windows platforms. The Flash website is not associated with the WP blog at all, but it exists along side. I tried moving the blog folder up a level, farther away from the Flash site, but it didn't help. IE will see the index page, and the html elements, but no longer will load the flash. It's was working fine before. I should mention that there is also a b2 evolution blog installed in another directory on the server, if that makes any difference.
    Has anyone else run into this issue? Thank you for any suggestions!

    Sorry for posting, I'm an idiot   I made some edits to my index.html file and forgot to save out that pesky .js file that IE needs. It's just coincidence that I happened to install Wordpress the same day. Oh well, everythings OK now!

  • FLV won't load in SWF

    I ran into an issue where a a SWF file loads fine on a
    website when the domain contains the use of "www" or even without
    it. However, I have a video player using an attach movie command
    that then loads an FLV. If you have "www" in your url to the site,
    it works. If you don't, the SWF loads, but the FLV won't. I've
    tried giving an absolute path to the FLV and that does not work
    either. Any ideas?
    try this url with and without the www:
    http://www.aiequine.com/products/tr3_rake.php
    Click on any of the "+" signs to load an FLV

    Hi Hans-Günter,
    thanks for you suggestions, loading to the web didn't change the situation, but lowering the flash version to 9 did thank you!
    so the swf is now loading correctly, here's the website:
    www.flowmusicmethod.com.au
    regards,
    Glenn

  • SWF Won't Display in RoboHelp Project

    Hi,
    I have a RoboHelp 9 HTML project that has a number of SWF files embedded in a number of the pages. The problem is the SWF won't display on the HTML page. The SWF files are published to version 11.x. The HTML pages work fine on my computer but I have Robohelp and Flash Pro installed. When I take it to any other computer in my office, the HTML pages load with no problem but the SWF files will not load onto the pages. Any help is appreciated.
    Thanks

    So you are saying that the SWF *WAS* actually displaying but was somehow unable to present the text?
    For others that may wonder about what TLF is (as I did) I'll save you the Google step.
    Click here to view
    Cheers... Rick

  • How can I get a swf file to load...

    Not sure if this is the place to ask this but I have a swf file embeded in a web page design.
    Now here’s the issue, the client wants to add more photos to it making it even larger.
    I would prefer not to make it larger but create 2 or 3 swf files that would randomly load when the webpage is refreshed or reloaded.
    Is there a way to code a random swf loading in HTML?
    Would I use javascript? I googled and found nothing on the subject.
    Thank you

    If you know JavaScript (ECMA Script) then you might be able to get it done applying a for loop and a random function
    to the for loop if you know how to get a page-loaded request into JavaScript.
    But an easier solution, if you know ActionScript 3.0, and if your SWF's don't need to be recoded and can load into a "container" SWF would be to create a master FLA file that loads your SWF's in a random fashion using Math.random() as a multiplier, though you won't see much variation if you only have 2-3 SWF's to load--if you had more than that then you would begin to benefit from the random function's capabilities.  In ActionScript 3.0 use the load() method along with addChild() to load the SWF and add it to the stage.  You will be able to search for specifics on how to code the FLA properly by using Flash's Adobe Help tool and also using an internet search.
    -markerline
    P.S. Once you have the master FLA coded you can Publish it to an SWF and an HTML and if the container/master SWF needs to be in a page with other content you can simply copy and paste the object and embed tags for the container SWF from the published HTML into any place on your master HTML that you need it to reside.  You can then use CSS to control placement of the SWF object if it is in a div tag.

  • Flash Pro v 11.5 won't load graphics from saved .fla

    I have downloaded the latest flash pro cs5.5 package and installed it on 3 different windows XP machines and I get the same bad result.  This is Flash Pro 11.5.0.325 on  XP SP3.
    I made a small slideshow swf consisting of two jpeg images and nothing else.  No music or other bells or whistles.  Just 2 images converted to symbols, some keyframe/tween definitions with altered alpha channels.  The slideshow runs perfectly and as I expect.
    I save the slideshow as a .fla file.  I need to add some more functionality from this plateau to show that the product can do what we need to the boss.
    When I later load this .fla file,  I don't see my graphics on the stage anymore.  I right-click on the images and click on the option in the dialog to update the images.  I see that the white stage now has the image I expected.  When I close the dialog that lets me update the image flash pro abends and I get the crash dialog from microsoft.
    Why can I make this slideshow and have it run perfectly, save it successfully (so I think) and then it won't load properly or let me work on it after one save?
    I physically called customer support which would not help me.  I must have gotten Nancy Pelosi for support because they wanted to make me buy the package so I could find out what was in it that was causing the problem.  I think my boss would have some sharp instructions for me if I had the company spend close to a grand for something that does not work in the first place.
    I have updated the software when the system  tray tells me to,  I have installed the software multiple times on one of the machines.  No matter,  I get the same result in every case.  I thought the software was a full version for 30 days trial but I am now wondering if it is a lameware version that needs purchasing before it will work completely.
    Can anyone help me?  I searched the forums (and the internet) and could find no mention of this problem.  I find that hard to understand when I get it so consistently.
    TIA

    Hi Max,
    We are currently working on a way to handle these type of images better in Flash. In the mean time, please see below on how to fix these images.
    1. open the JPG in Photoshop.
    2. re-save as a JPG with a different filename.
    3. import the new JPG.
    These steps correct the JPG header bytes and allow Flash to correctly read them from XFL files.
    In your case specifically, after step 2 you should use the bitmap properties dialog in Flash Library panel to reimport the image. After importing you may or may not see a change on stage. Please save the file, close, and reopen the file. The images will appear on stage correctly.
    Thank you for bringing this to our attention and thank you for the quick response.
    Quynh

  • Flash won't load xml generated from coldfusion

    I have a swf file that used to load in xml files. It worked
    perfectly fine. However, I then realized it would make more sense
    to have the flash load a cfm file that creates xml on the fly.
    My cfm page is creating perfectly fine xml but the flash
    won't load it. WHY!?
    Here is the path to my xml...
    http://www.flyfishingcommunity.com/newsite/widgets/reports/pictures_widget_fly_fishing.cfm
    In my flash file I load the cfm the way I used to load the
    xml and its not working.

    mikejjr wrote:
    > Ever since I loaded the new Internet Explorer, 7.0, my
    FLASH won't load. When
    > I go to a site requiring FLASH, it tells me that the
    site requires FLASH, and I
    > need to downloaded it from Macromedia... I have download
    it twice, and still
    > NO luck.
    >
    > Any suggestions? Can anyone help?
    adobe.com/support/flash
    look for links for player installation troubleshooting.
    Also make sure that anti spy ware / ad ware and other that
    type
    of tools are not set to block flash content.
    Some of these tools do that by default
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Any reasons SWFs will not load into an application?

    I've loaded thousands of swfs before into applications/components, but now I have an application (component) that won't load a swf - no matter where I put it, not matter how I load it (I've tried using a static <mx:SWFLoader source="test.swf" />  with the test.swf in the same directory as the component).  I've also tried  with a combination of the SWFLoader control with ActionScript and I tried loading it using all ActionScript (var loadTheSWF:SWFLoader = new SWFLoader() method).
    I even wrote a test application to load the test.swf - that loads fine.
    This particular component is very busy, I'm wondering if I've just "maxed out" the components ability to do more?  Or confused it somehow with namespaces and import statement.  At a loss here.
    Any insights welcomed.
    Thanks.

    The SWFloader appears on the screen with a broken link graphic in its place, but it can't seem to "find' the swf.  I have tried four different swfs.  I even created one with a simple 50-frame animation with no AS that will not load.  All these swfs will load in another application, just not this one for some crazy reason.  I may have to break down the whole comonent, or do a work around.
    Thanks.

  • AI file that has loaded many times previously into FC, now won't load

    I am starting to lose my mind working with Flash Catalyst.   I have created a file within AI CS5, imported into FC CS5 numerous times, now all of a sudden it won't load.  The error message "Error initializing import libraries" appears.   I had this issue happen before, but after much frustration, I went back and re-created the AI file under the Flash Catalyst New Document profile and that seemed to solve the problem, now, even with an AI file created with the FC document profile, a document that has loaded into FC MANY times successfully, all of a sudden won't load.   Of course I am at the end of the project and was ready to export the final SWF files and it does this.  I am about ready to throw my computer out the window at this point.  
    It is not a large file, under 1MB in fact, so that is not the issue.   Is there some kind of FC cache somewhere on my computer that I need to clear out?   I have scoured the internet looking for a solution as I have a deadline of Wednesday of this week for this project and I can't find anything helpful.  This is beyong frustrating and seems to make no sense as the AI file has imported successfully in it's current state many times. 
    I tried to rebuild the project, move its file location, rename it, cut and paste it into FC and nothing seems to work.  In fact, I can't cut and paste a simple object at this point without getting the "Error initializing import libraries" error message.   PLEASE HELP ME ADOBE!   I AM DYING HERE!!!   Thanks!!!!!!!!!!! 

    I found the FC log files and the log for my last attempt at importing my AI file is below.  Do I have a Java issue?   This is WAY above my pay grade, but I'm hoping maybe it's a simple fix?  Run Java update? 
    !SESSION 2011-11-08 09:01:17.129 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
    !ENTRY com.adobe.thermo.core 1 0 2011-11-08 09:01:28.111
    !MESSAGE Loading ThermoPanels from bundleentry://51/ThermoPanelsSWF/ThermoPanels.swf
    !ENTRY org.eclipse.equinox.p2.ui.sdk 2 0 2011-11-08 09:01:34.225
    !MESSAGE Could not locate the running profile instance
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-11-08 09:02:09.931
    !MESSAGE Error during import: Error initializing import libraries
    !STACK 0
    java.lang.Exception
        at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
        at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
        at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)
        at com.adobe.thermo.importnativeartwork.importer.ImportManager.showErrorDialog(ImportManager .java:1982)
        at com.adobe.thermo.importnativeartwork.importer.ImportManager.importArtworkIntoNewFile(Impo rtManager.java:404)
        at com.adobe.thermo.importnativeartwork.importer.ImportManager.importArtworkWithProgress(Imp ortManager.java:305)
        at com.adobe.thermo.welcome.ProjectCommands.importArtworkWithProgress(ProjectCommands.java:4 19)
        at com.adobe.thermo.welcome.ProjectCommands.access$0(ProjectCommands.java:405)
        at com.adobe.thermo.welcome.ProjectCommands$1.run(ProjectCommands.java:368)
        at com.adobe.thermo.interfaces.FlexDialogManagerInterface$RunnableWrapper.run(FlexDialogMana gerInterface.java:77)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at com.adobe.thermo.interfaces.FlexDialogManagerInterface.doRunnable(FlexDialogManagerInterf ace.java:182)
        at com.adobe.thermo.importnativeartwork.ui.ImportProgressDialog.runImportNewProject(ImportPr ogressDialog.java:353)
        at com.adobe.thermo.welcome.ProjectCommands.doImportArtwork(ProjectCommands.java:361)
        at com.adobe.thermo.welcome.ProjectCommands.doImportArtwork(ProjectCommands.java:320)
        at com.adobe.thermo.welcome.ProjectCommands.createProjectFromArtwork(ProjectCommands.java:30 2)
        at com.adobe.thermo.welcome.ProjectCommands.createProjectFromArtworkRemote(ProjectCommands.j ava:313)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.adobe.thermo.core.remoteobject.IncomingCommandHandler.invoke(IncomingCommandHandler.j ava:152)
        at com.adobe.thermo.core.remoteobject.IncomingCommandHandler.access$0(IncomingCommandHandler .java:139)
        at com.adobe.thermo.core.remoteobject.IncomingCommandHandler$1.run(IncomingCommandHandler.ja va:124)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.thermo.application.ThermoApplication.start(ThermoApplication.java:133)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

  • Os X and Safari won't load FlashVars

    Hi to eo,
    I have some weird issues with Safari 5 on MacOsX. I'm loading on a javascript called popup a swf player which load an f4v. The URI of this video is passed through a query string in a flashvar in this way:
    calling page:
    <a href="javascript:popup('../progetti/video_flv.php?video=campilot02&width=900&height=506') ;">video</a>
    called page (PHP):
    <object class="playerpreview" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'. $_GET['width'] .'" height="'. $_GET['height'] .'" id="FlashID" title="ffdfb">
                <param name="movie" value="../swf/player_flv.swf" />
                <param name="quality" value="high" />
                <param name="wmode" value="transparent" />
                <param name="swfversion" value="6.0.65.0" />
                <param name="FlashVars" value="flv=http://km-studio.net/clienti/LittleFilmRoma/video/'. $_GET['video'] .'.f4v&amp;width='. $_GET['width'] .'&amp;height='. $_GET['height'] .'&amp;autoplay=1&amp;showstop=1&amp;bgcolor1=444247&amp;bgcolor2=444247&amp;playercolor= 444247" bgcolor="#000" wmode="transparent" />
                <param name="expressinstall" value="Scripts/expressInstall.swf" />
                <!-- Il tag object successivo è per i browser diversi da IE. Utilizzare IECC per nasconderlo in IE. -->
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="../swf/player_flv.swf" width="'. $_GET['width'] .'" height="'. $_GET['height'] .'">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="transparent" />
                    <param name="swfversion" value="6.0.65.0" />
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <param name="FlashVars" value="flv=http://km-studio.net/clienti/LittleFilmRoma/video/'. $_GET['video'] .'.f4v&amp;width='. $_GET['width'] .'&amp;height='. $_GET['height'] .'&amp;autoplay=1&amp;showstop=1&amp;bgcolor1=444247&amp;bgcolor2=444247&amp;playercolor= 444247" bgcolor="#000" wmode="transparent" />
                </object>
                <!--<![endif]-->
        </object> 
    Well, Safari 5 on MacOSx won't load a damn. I'm getting crazy.
    Any ideas?

    I would suggest trying different media in your 15"...we had the same problem, sometimes certain drives don't like certain media...

Maybe you are looking for

  • Custom font not exported in PDF

    Hello Guys, In my web application, I have a crystal report developed in CR11 R2 SP3. The report uses custom font and it works fine when shown in report viewer. However I get errors while exporting report as PDF. 1) In windows 2003 server, the pdf is

  • Calling Sql Procedure from data template

    Hello, I am facing problem to call a stored procedure which inserts data into DB when a report is generated. I tried to use data trigger before report, It did not call the procedure nor it gave any error. I looked into thread dataTrigger beforeReport

  • TS1702 I forgot security required 3 questions and answers.

    I forgot my secure required 3questions and answers. So I don,t buy the app. Please check it out.

  • 11.2.0.3 upgrade to 12.1.0.2 - listener question

    I am currently doing a database upgrade from 11.2.0.3 to 12.1.0.2. The server has a number of other 11g database instances which have not yet been upgraded and the listener on teh server is 11g. Should i be creating a 12c listener for the upgrade i.e

  • JQuery Facebox Question

    Does anyone else here use the jQuery package Facebox? (http://famspam.com/facebox) I'm using the AJAX option so that I can load a remote page inside the popup. Mostly it works great; however, I notice that when I click a link inside the remote page w