External Interface/Javascript call working in IE/Safari not FF/Chrome

I'm hitting a brick wall here, and it's driving me mad.  Used to use ExternalInterface to call Flash functions from Javascript all the time, and now under CS5 (and the way it uses object id's instead of embed in html) it's stopped working for me in certain browsers.
I put together a really simple program that has the person click a link in the browser that activates a javascript function that simply sends some text in to Flash to display in a TextArea.  Here's the as3 code:
package  {
import flash.display.*;
import flash.external.ExternalInterface;
import flash.net.*;
import flash.events.*;
import fl.controls.TextArea;
import flash.text.TextField;
public class sendtest extends Sprite {
private var resultText:TextField = new TextField();
public function sendtest() {
     addChild(resultText);
     resultText.x = 0;
     resultText.y = 0;
     resultText.text = "hello";
     flash.external.ExternalInterface.addCallback("putText", addText);
public function addText(theText:String):void
     resultText.text = theText;
Here's the html page code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>sendtest</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
html, body { height:100%; background-color: #000000;}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { width:100%; height:100%; }
</style>
<script language="javascript">
     function putNewText()
          var flash = document.getElementById('sendtest');
          flash.putText('thetext');
</script>
</head>
<body>
<A href="javascript:putNewText()">test 1 2 3 </a><br>
<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" id="sendtest" align="middle">
<param name="movie" value="sendtest.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="id" value="sendtest">
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="sendtest.swf" width="100" height="100">
<param name="movie" value="sendtest.swf" />
<param name="id" value="sendtest">
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
This works perfectly fine in IE and Safari, and the text "thetext" is sent to the Flash movie and displayed inside.  It causes errors in FF and Chrome however:
Chrome: Uncaught TypeError: Object #<HTMLObjectElement> has no method 'putText'
FF: flash.putText is not a function
As for browser versions I'm using:
FF is 4.0
Chrome is 10.0.648.205
IE is 8
Safari on the Mac is 5.0.4
Can anybody shed some light on what's going on here and offer a solution?  It shouldn't be this hard to access Flash movie functions in all 4 browsers.

to use the callBack method you need to use additional javascript code to reference the embedded swf.  i don't have help files set-up right now but i know there's example code there showing how to reference the embedded swf.  you need that additional code.

Similar Messages

  • Continuity calling works but Handoff does not.

    I got continuity calling to work by doing the on & off tricks with my iPhone 6 and iPad 4, but Handoff still does not work.

    Hi.
    Continuity works one way here: I can continue on my Mac, but not vice versa, Also cellular calling worked that way: receive on Mac works but no outgoing calls. I managed to get the latter work by switching a setting in FaceTime preferences, but continuity discontinues to work both ways.
    Klaus Löfflad
    Spezialist für Apple Produkte
    http://train4media.de

  • I can't sign into my Youtube account on Firefox, but it works fine on Safari and Google Chrome. Deleting my web history, cookies, and etc didn't help. PLZ HELP!

    I click on sign in on Youtube.com and it takes me to the sign in page. I enter my information (correctly, duh) and then I am returned to the Youtube home page. I try to click Sign in again and the page is just refreshed. My account still exists bc I can reach it on Safari and Google Chrome, but I don't want to have to switch browsers. By the way the cookies ARE enabled, so Idk what the problem is.

    hello, please also make sure that in particular youtube.com & accounts.google.com are allowed to set cookies (at least for the session)...
    [[Give certain websites the ability to store passwords, set cookies and more]]

  • Published interactive project works in IE but not in Chrome???

    My buttons and interactions are working through an Internet Explorer browser, but loose their functionality when play via Chrome. Anyone have any ideas?

    If it works in IE but not FF, then it has nothing to do with the mp3s. More likely it's because of the HTML on the page.
    To start, page is missing DOCTYPE declaration... a MAJOR problem. The DOCTYPE declares which set of rules the browser will use to display the page. Without it, different browsers go crazy or do not work at all.
    http://www.w3schools.com/tags/tag_DOCTYPE.asp
    Validate the html code here:
    http://validator.w3.org/
    You will have to fix all the errors if you want this to work in all browsers.
    Best wishes,
    Adninjastrator

  • My internet connection works in parallels, but not in chrome in mac os10.7.2.  Also, Safari won't open - it just bounces in the launch bar.  Do I have a virus?  I've used my laptop in 2 hotels and an airport this week.

    I

    You probably don't have a virus. Viruses are a ubiquitous PC thing but a rare mac thing.
    Here are a few things to try to fix the situation:
    1. Restart your mac. Fixes most problems.
    2. Delete the preferences files for Chrome and Safari, then restart. Note, you will have to reenter your preferences. The preferences are found in Users/your user account/Library/Preferences. Lion hides the Library. You can get to it by holding down the option key and going to the Go menu in the Finder.
    3. If that doesn't work, I'd delete Safari and Chrome and reinstall them.

  • URL call works in windows and not in linux

    HI,
    I am using the below code to call a URL from my java code. It works fine when I access the application from local tomcat service, but it doesn't work under linux where my production server is setup.
    URL url = new URL(urlData);
                             URLConnection conn = url.openConnection();
                             conn.setDoOutput(true);
                             OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
                   wr.write(rawData);
                   wr.flush();
                   BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
                   String line;
                   while ((line = rd.readLine()) != null) {
                        if (mode.equalsIgnoreCase("O"))
                             retValCaseId = Integer.parseInt(line.toString());
                        else if(mode.equalsIgnoreCase("C"))
                             retValCloseStatus = line.toString();
                             //System.out.println("retValCloseStatus "+ retValCloseStatus);
                   wr.close();
                   rd.close();

    Do anyone know what is the problem?
    Regds,
    noneda

  • Captivate 5.5 javascript button working in preview but not on server

    I attached javascript to a button to close the window ( javascript:window.close() ) It functions correctly on preview on my local machine but when I upload it to the LMS, it no longer functions.  Thoughts?  Thanks in advance.

    Hi there
    Thoughts? Sure! For starters, give the link below a read.
    Click here to view
    Cheers... Rick

  • Added a spry menu bar and site works in firefox but not in chrome or IE.  Please help

    Hello,
    I'm a photographer by trade and have only picked up enough web design knowledge  in order to build a website that isn't distracting to my photographs and is simple to update and mantain.  Please breakdown any answers to my questions in very simple terms.
    To start off here is a link to my site for reference.  www.cechternach.com
    1.  My Biggest problem right now is that my site works in firefox but appears as a blank white page in chrome and in IE it only shows my background color.
         I'm assuming that this has something to do with the spry menu bar I added.  The galleries, banner, and footer were all part of a previous version of this website that didn't use the menu bar.  I actually used png's exported from an illustrator as buttons.  I've been wrestling with this menu bar for a few days now.  I had an issue with the menubar forcing down the gallery below it.  that was fixed by changing a position value from relative  to absolute in the menubar css.  Then I couldn't see the submenu over the galleries.  I think I fixed that with a wmode change but I"m not sure if I did that right.  I believe i needed to change that in the object and embed part of the code.  One spot for certain browsers and the other spot for other browsers.  I was a little confused on this because i also read that i needed to change the wmode in the javascript file in dreamweaver cs4 which is what i'm using.  Whatever wmode I changed it seemed to work in firefox.  The submenu background was showing up transparent but i fixed that in the menubar css.
    2.  I would like the submenu's to have a semi transparent blurred background effect.  Is this possible with a spry menu bar?
    3.  How do I center my text in the submenu?
    4.  My menu bar buttons should be the same font as my name in my banner.  It looks fine on my computer that has that font loaded but on other computers I was testing the site on the menubar buttons show up as a default font.  How can i fix this?
    5.  Is there any way to get rid of the grey lines that show up around my slideshow pro galleries and menu bar buttons when they are clicked?
    The last four questions aren't as important as the first one.  I may be upsetting the flow of the forum as well.  Please let me know if I'm not following procedure with any of my questions.  Feel free to point out any other problems you see with my page.  I'm trying to learn this as I go.  Thanks in advance.

    Spry widgets, which includes the SpryMenuBar, in their original state do not pose any problem in any browser!
    Widgets contain two parts
    JavaScript which drives the widget
    CSS which styles the widget to individual tastes
    The most common reason for a widget to misbehave especially in IE is because the inexperienced web developer has upset the delicate balance of the CSS. I say delicate, because in the original, great care has been taken by the Spry team to ensure cross browser compatibility.
    There are other reasons why a whole page can misbehave. In these cases, the culprit should be sought outside of the Spry framework.
    When trouble shooting, I would first of all comment out all of the Spry Spry parts and test the page in IE. If it does work after that, then yes come back here and we will have a look at the SpryMenuBarHorizontal.css for you.
    If it doesn't work after disabling Spry, then have a look at the coding and the CSS for your page and fix that.
    I hope this helps.
    Ben

  • Internal user to External user P2P call failed.

    Hi,
    Environment:-
    Lync 2013 FE (collocate mediation role) - 1
    Lync 2013 Edge server (Single IP FQDN)– 1
    Public IP -1
    Ports:
    Access Edge: 5061
    Web Conference: 444
    A/V Edge: 443
    Ports opened on External Firewall
    TCP - 5061,443,444
    UDP – 3478
    Tested Scenario
    Internal to Internal
    à Call, Video and Sharing are working fine.
    External to External
    à Call, Video and Sharing are working fine.
    Internal to External (vice versa)  à
    Call, Video and Sharing is not working.
    Uccapi log:-
    Client Log
    User-Agent: UCCAPI/15.0.4569.1503 OC/15.0.4569.1503 (Microsoft Lync)
    ms-client-diagnostics: 23; reason="Call failed to establish due to a media connectivity failure when one endpoint is internal and the other is remote";CalleeMediaDebug="audio:ICEWarn=0x2a0,LocalSite=:10970,LocalMR=:57220,RemoteSite=:33680,PortRange=1025:65000,LocalMRTCPPort=51651,LocalLocation=1,RemoteLocation=2,FederationType=0,NetworkName=airtel,Interfaces=0x18,BaseInterface=0x8,BaseAddress=:5594"
    Content-Length: 0
    Whether need to open 50000 – 59999 range ports in external firewall?
    Can you please help on this problem ?
    Regards,
    Manikandan

    Hi,
    Please check if there is any error message on Edge Server Event Viewer.
    Please double check if all needed DNS records added in external DNS Server (especial for Edge web service and A/V service).
    More details:
    https://technet.microsoft.com/en-us/library/gg412787.aspx
    Also check the Edge external interface certificate, make sure all SAN including.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • External interface memory leak?

    Hello,
    I am embedding the flash player inside a Visual C++
    application. My program uses the external interface extensively.
    The external interface is called several times a second ( ~20 fps )
    each time a ~1k XML string is passed to the flash player.
    During execution the program increases its memory by ~10 Mega
    each hour. I have used the Umdh tool to try to locate the problem.
    It points to the line where the container program uses the external
    interface to call a function inside the swf movie.
    Below is a typical output of the Umdh tool:
    + 3396588 ( 3405883 - 9295) 261991 allocs BackTrace12EF
    + 261276 ( 261991 - 715) BackTrace12EF allocations
    ntdll!RtlpNtMakeTemporaryKey+000074D0
    ntdll!RtlInitializeSListHead+00010D08
    ntdll!wcsncat+00000224
    FlDbg9c!DllUnregisterServer+0010261A
    FlDbg9c!DllUnregisterServer+0010263C
    FlDbg9c!DllUnregisterServer+0000F1B7
    myProgram!CZFlash::CallFunction+0000004D (c:\documents and
    settings\amit\my documents\visual studio projects\ myProgram
    \zflash\zflash.cpp, 255)
    myProgram!MainDialogProc+000012A2 (c:\documents and
    settings\amit\my documents\visual studio projects\ myProgram
    \w32\maindlg.cpp, 2324)
    USER32!GetDC+0000006D
    USER32!PrivateExtractIconExW+000002B2
    USER32!PrivateExtractIconExW+000000FE
    USER32!DefDlgProcW+00000022
    USER32!GetDC+0000006D
    USER32!GetDC+0000014F
    USER32!IsWindowUnicode+000000A1
    USER32!CallWindowProcW+0000001B
    COMCTL32!Ordinal11+00000328
    COMCTL32!RemoveWindowSubclass+0000017E
    COMCTL32!DefSubclassProc+00000046
    COMCTL32!Ordinal389+000028DF
    COMCTL32!RemoveWindowSubclass+0000017E
    COMCTL32!DefSubclassProc+00000046
    COMCTL32!Ordinal389+000028DF
    COMCTL32!RemoveWindowSubclass+0000017E
    COMCTL32!DefSubclassProc+00000046
    COMCTL32!Ordinal389+000028DF
    COMCTL32!RemoveWindowSubclass+0000017E
    COMCTL32!DefSubclassProc+00000046
    COMCTL32!Ordinal389+000028DF
    COMCTL32!RemoveWindowSubclass+0000017E
    COMCTL32!DefSubclassProc+00000046
    COMCTL32!Ordinal389+000028DF
    The System.totalMemory value of the flash player ranges from
    2.2 Mbyte to 3.2. I tried using memory leak detection software like
    IBM's Purify but couldn't find the problem.
    I also tried to disable the BSTR caching by setting the
    environment variable OANOCACHE, but the memory of my program
    continues to increase.
    Below is my C++ code. The m_iflash object is a pointer to the
    ActiveX of the flash player.
    wstring CZFlash::CallFunction(wstring call_string)
    BSTR pcall_string = SysAllocString(call_string.c_str());
    BSTR presponse = NULL;
    HRESULT status = m_iflash->CallFunction(pcall_string,
    &presponse);
    SysFreeString(pcall_string);
    if (status != S_OK)
    if (presponse != NULL)
    SysFreeString(presponse);
    return L"";
    wstring sresponse(presponse);
    SysFreeString(presponse);
    return sresponse;
    Currently the swf movie contains only action script that
    displays the System.totalMemory value and an empty function that
    the external interface calls.
    Any help will be appreciated.
    Thanks in advance,
    Amit

    Hello,
    Thanks for coming to National Instruments Discussion Forum.
    Can you give us more details about your application? Basically, I can’t find your main VI for your User Interface. Can you also give us the different steps to do to run your application and reproduce your problem?
    Generally speaking, your code on your block diagram have to be displayable in one screen.
    Benjamin R.
    R&D Software Development Manager
    http://www.fluigent.com/

  • SAP B1 2007A PL05 on 64 bit  OS & SQL2005 Interfaces don't work

    We have installed SAP B1 2007 PL05 on 64 bit windows with 64 bit SQL2005 SP2.
    We have an interface to a Warehouse management system (Radio Beacon) and a custom interface to a legacy system.  The interfaces don't work.  We can not connect to the DIAPI and get the following:
    Error Retrieving COM class factory for component with class CLSID {632F4591-AA62-4219-22BCF5F62007} failed due to the following error:80040154
    <b>Action taken so far:</b>
    Reinstalled DI API PL05
    Reinstalled SAP SDK
    Used regsvr32 to manually install SAPbobsComm2007.dll - Windows reported Installed Successfully
    Checked entries for {632F4591-AA62-4219-22BCF5F62007}exist in registry.
    Both interfaces work fine on our 32 bit test server.
    Has anyone got interfaces working on SAP B1 2007 on 64 bit H/w S/w?

    Hello,
    Sizing guide is another good literature before made testing. you could download it from documentation resource center. my sizing guide Document version: 1.1 &#8210; 04/30/2007 recommends :
    1. server platform:
    Microsoft® Windows Server 2003 R2 Standard/Enterprise 32bit
    Microsoft® Windows Small Business Server 2003 R2 Standard/Premium Edition
    Microsoft® Windows Server 2003 SP1 Standard/Enterprise 32bit/64bit
    Microsoft® Windows Small Business Server 2003 SP1 Standard/Premium Edition
    2. Supported database platform
    Microsoft® SQL Server 2005 SP2 Standard/Enterprise Edition 32bit/64bit (only on Windows 2003 Server)
    let me check also whether SBO 2007A works in the system. Have you upgraded the PL 05 to PL08 ? I've heard it is available.
    Rgds,

  • Firefox 4 on Mac goes through periods of time where it brings "server not found" or "problem loading page" pages. I have to re-start firefox to get it to work again. Works fine on Safari.

    Hi, ever since I was prompted to download the new Firefox 4, I have continuously been having this issue. I will type in a domain name and it will automatically prompt me to "server not found". The websites work fine on Safari and Google Chrome, but not firefox. I have uninstalled and reinstalled firefox about 4 times and I really need a solution!
    Also, I have done all of the IPv4, Cache, and other solutions listed in the article on having certain sites not load. I'd appreciate some help! Thanks!

    Did you ever fix this, because I am having the same problem

  • A puzzle I made in Adobe Flash on an html5 canvas only works in Firefox, and not in other browsers. What should I do?

    I made a puzzle on a html5 canvas in Flash CC, and followed the exact steps of an online tutorial. The final product works in Firefox, but not in Chrome or Internet Explorer. What am I doing wrong?

    Call up the Javascript Console in Chrome and see if it's showing error messages.
    Also, you might try uploading it to a web server and viewing it from there (or turning Apache on locally). It may be a cross site security issue.

  • External interface.call is not working

    hi, i am trying to call one java script function in
    actionscript by using External interface.call method. but its not
    working .can u pls tell me why this happend

    "angadala" <[email protected]> wrote in
    message
    news:gmpc58$g9p$[email protected]..
    > skill status.mxml
    >
    >
    > <mx:Script>
    > <![CDATA[
    > if (ExternalInterface.available) {
    > ExternalInterface.call(getDataFromXml);
    > }
    >
    > it is javascript
    > <script type="javascript">
    > var data = new Array();
    > data[0]=[1,2,3];
    > function getData()
    > {
    > return data;
    > }
    > </script>
    > </head>
    > <body>
    > <div id="SkillStatus">
    > <p>Alternative content</p>
    > </div>
    >
    > </body>
    > </HTML>
    >
    1) Your JavaScript function name and the function name you
    are calling
    don't match.
    2) On the Flex side, you are calling a JS function that I
    think you are
    expecting to return a value, but not assigning the result of
    the value to a
    function.

  • Using AS2 to Call JavaScript w/ External Interface: What Am I Doing Wrong?

    I am trying to trigger a JavaScript fuction from inside a
    Flash 8/AS2 movie created by my coworker. The JS function is called
    disappear(), which is meant to close the DIV that contains the
    flash movie itself.
    I know the JS works in all my target browsers - it's been
    tested already. Now I need working ActionScript. The ActionScript
    I've been studying is 3.0 so the fact that this task must be
    accomplished in AS2 makes it that much harder for me; I know very
    little about the way Flash Virtual Machine 1 works so I don't know
    where to begin with the code.
    I would like to implement this one of two ways:
    Preferred Method: I'd like to create an AS file that I can
    send to my coworker for inclusion in his FLA along with any code
    necessary for linking the button instance to the class in the AS
    file (don't think code is necessary; linkage done during
    right-click on library panel, right?)
    Alternative Method: I'd like to send my coworker text that he
    can simply drop into the first frame in the movie to make it go.
    I started out trying to call the javascript with on(press) {
    getURL("avascript:myFunction"); }, which worked in Firefox but not
    in IE6 or 7. Then I read over the tutorial here:
    http://www.adobe.com/devnet/flash/articles/external_interface_print.html
    and switched to using ExternalInterface.call() instead. That's
    where I am now. My brain is hurting trying to dig up answers for
    AS2 without reference materials... You are my best hope.
    Please help me make sense of this ActionScript 2.0 code with
    one of the prefered methods above. I am away from my copy of Flash
    8 - I'm using FlashDevelop here at work - so I'd appeciate if you
    could test any suggestions you make before you make them - unless
    you are a Flash genius who I should not be questioning :) I've
    provided the HTML/JS code; all you have to do is make a 500x300 SWF
    and put a button instance in it.
    ----------------------------------------The attempt at
    ActionScript 2.0 (don't
    laugh)----------------------------------------
    import.flash.external.ExternalInterface;
    class JsCallerButton {
    private var _caller_btn:Button;
    //Constructor
    public function jsCallerButton():Void {
    this._caller_btn:Button = new Button();
    this._caller_btn.addEventListener("click", clickHandler);
    //Event handler for event set in class constructor
    function clickHandler(eventObj:Object):Void {
    ExternalInterface.call("disappear");
    ----------------------------------------The
    HTML/JavaScript----------------------------------------
    <html>
    <head>
    <script>
    var timeout;
    function appear(){
    var the_style = getStyle("floatingflash");
    if (the_style) {
    var current_top = parseInt(the_style.top);
    var new_top = current_top + 5;
    if (document.layers) {
    the_style.top = new_top;
    } else {
    the_style.top = new_top + "px";
    if (new_top < 150) {
    the_timeout = setTimeout('appear();',10);
    } // appear
    function disappear() {
    var the_style = getStyle("floatingflash");
    the_style.display = 'none';
    } // disappear
    function getStyle(ref) {
    if(document.getElementById &&
    document.getElementById(ref)) {
    return document.getElementById(ref).style;
    } else if (document.all && document.all(ref)) {
    return document.all(ref).style;
    } else if (document.layers && document.layers[ref]) {
    return document.layers[ref];
    } else {
    return false;
    } // getStyle
    </script>
    <style>
    #floatingflash {
    position:absolute;
    border:1px solid red;
    background:white;
    </style>
    </head>
    <body onload="appear();">
    <div id="floatingflash"
    style="top:-400px;left:-150px;margin-left:50%;">
    <!--This 'X' link is for manual calls to the function that
    should be triggered from inside Flash-->
    <a href="javascript:disappear();">X</a>
    <p>  </p>
    <p>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="500" height="300" title="Hover Ad">
    <param name="movie" value="
    http://------------------------------/500x300.swf"
    />
    <param name="quality" value="high" />
    <embed src="500x300.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="500"
    height="300"></embed>
    </object>
    </p>
    <p><a
    href="launch.html">Back</a></p>
    </div>
    </body>
    </html>

    Thank you for your response. The drives are in fact different letters -- I changed the drive name to correspond the original drive letter...but that doesn't seem to have fixed the problem.
    Where I seem to stand is:
    Old computer (with iTunes library) + external hard drive (with iTunes music) work just fine.
    New computer -- iTunes library copied from old computer, iTunes music folder identified in iTunes, but iTunes can't find the music.
    At this point, am I better off starting from scratch with the new computer (in terms of installing iTunes and moving my library over from my old computer)?
    And if so, what would be the best way to approach this?
    Thanks much.

Maybe you are looking for

  • Exporting ITunes to Final Cut Express

    I recently purchased a song in ITunes 6 to use in a home movie I am creating in Final Cut Express 2.0.3 When I imported the file, Final cut would not read it. The file was blank. I open it up in IMovie and it plays fine. So I saved it as a clip and o

  • RenameTo.(), Delete(), and mkrdir() not working????

    Hello Every Body i was just trying to make rename, delete, or even mkdir for files but for some resoan the value returned is FALSE?? here are some peice of my code File f = new File(path+"\newfolder");      out.print(f.mkdir()); File f = new File(pat

  • XI Content for CRM 2007

    Is there any dedicated XI Content package for CRM2007? I could only find Content for other versions of CRM in SMP.

  • Very Basic Flash question

    I apologize for this, but I can't seem to figure out this very basic function: I select a certian number of frames and I'd like to see at a glance how many frames I have selected. if I select 42 frames is there somewhere I can look that tells me I ha

  • Calendar sync is an external file *.pst

    it's about my iPod model A1288 8GB. I have a calendar file in an external PST. I opened it in Outlook by: file - open - outlook data file the problem is that when i try to make a sync. The sync software ITUnes. to me only the Dafault calendar in the