Android kitkat issue in loading swf file from device. URL found but not working

Hi,
I am facing one issue from a very long time regarding file access in Android Kitkat version 4.4.*. I have developed Adobe Air player application for android and it is working as expected below kitkat version but not on kitkat.
I am following this methods -
NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke);
public function onInvoke(event:InvokeEvent):void
                                    var newFile:String = String(event.arguments[0]);
                                    trace("Received new file from Android: "+newFile)
Received URL form device in Android Kitkat -
/storage/emulated/0/.iProfData/swf/playListFiles/ContentCreation/Ma_V2_522/en/Animation/27 031_1_Welcome screen.swf
file:////storage/emulated/0/.iProfData/swf/playListFiles/ContentCreation/Ma_V2_522/en/Anim ation/27031_1_Welcome screen.swf 
                -  Loading this URL using loader class in AS3 AIR but not working.
file%3A///storage/emulated/0/.iProfData/swf/playListFiles/ContentCreation/Ma_V2_522/en/Ani mation/27031_1_Welcome%20screen.swf
       - Have used also by doing escape character but still it is not working showing file not found both SWF and mp4 case. (Mp4 case NetStream.Play.FileNotFound)
By using the above methods I can have swf or mp4 video url but when I am loading it, It is not working giving error message "File not found/ IO Error". I have read that if use escape character then it will work but I have used escape character also but it is not working.
Humble request you to please advise how can I solve this issue.
Best regards,
Sunil Kumar

Starting in KitKat, Google requires that applications have permission to access files on the system. You must specifically add either the READ_EXTERNAL_STORAGE or WRITE_EXTERNAL_STORAGE permissions in order to access files. Adding either one of those permissions should let you read/access files on the device. Prior to KitKat, you didnt have to have these permissions listed in the manifest to access files.

Similar Messages

  • Loading swf files from an iPhone Air App

    Although the faq says its possible ( http://bit.ly/gyxmCo  )  I can't seem to load .swf files from my app.
    There's no .AS code in the .swf file I'm trying to load.
    PNG files load with no problems, swf's fail.
    A working example would be appreciated instead of suggestions, I've spent the entire day trying out suggestions
    regards,
    Martijn

    Because I can't see any library assets in an as2.0 file.
    I've discovered that the swf fails to load as soon as you make a symbol 'export for actionscript'
    probably because it will then create a class. So you can only load SWF's as simple pictures or animations, you cant use it as an asset library with multiple animations/images/sounds in it..
    As for you other questions:
    it doesnt matter if the file is local or on the web. same results
    I created the swf file from a fla in CS4,  and I'm compiling my air project that loads the swf  with FlashDevelop.

  • I have Photoshop Elements 9. I downloaded the plug in 6.0 and it works on the RAW files from Canon EOS 60D, but not with Canon EOS 70D. I cannot download higher versions of plug in, because I have Windows Vista and it is not supported.

    I have Photoshop Elements 9. I downloaded the plug in 6.0 and it works on the RAW files from Canon EOS 60D, but not with Canon EOS 70D. I cannot download higher versions of plug in, because I have Windows Vista and it is not supported.

    You could try using the DNG converter 8.7 on Windows vista:
    <Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 8.7>
    <Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Adobe DNG Converter 8.7>
    You then need to watch this video to get hang of it:
    <Camera Raw: How to use Adobe DNG Converter - YouTube>
    Hope this helps.

  • Update to 10.6.8 and HP F2100 and D2400 Printers stopped working. Restored 10.6.7 and printers from Install CD's but not working,  Same with scanner

    Help....
    Updated to 10.6.8 and HP F2100 and D2400 Printers stopped working.
    Restored 10.6.7 and printers from Install CD's but not working.
    Same with F2100 scanner
    Am I glad I kept Windows desktop as without it I would be scre**ed now
    What is going on with this latest update as its like a return to Windows with things crashing or hanging up every few minutes????
    On a MacBook Air that has not been updated everything still works so what has 10.6.8 done and why won't the restore to 10.6.7 work?
    Steve

    None of those things you mentioned were what I suggested.
    I'm guessing the "ctrl click in printer preferences" means you Reset the Printing System?
    If so, that is what I would have suggested if deleting it by selecting the ( - ) button and then adding it with the ( + ) button.
    But, if HP has a fix, it likely needs to update its drivers.

  • Is it possible to load SWF files from an SQL database?

    Hi all, I am very new to flash (I am primarily a C'# developer!) and I have been asked to investigate the possibility of doing the following;
    Create an application that allows swf files to be uploaded and stored inside of a SQL database as binary data (Why a database is a long story!)
    Allow this binary data to be extracted via a http request to be dynamically loaded inside of a web page.
    Now the first part was easy. I have all of my swf's uploaded and stored inside of the database. I have code that can make a request for the binary and write it to the response, so far so good. Now this is where I am stuck.
    I thought I could dynamically load the swf binary data by creating a very basic swf that simply contains a movie clip holder and for now a simple loadMovie statement. My idea being that I can could provide a url for the loadMovie statement that returns the swf binary data. This is where I have ground to a halt.
    I can see the call being made from the swf, I can see the data being returned but I cannot get it to render. I remember seeing an article some time agao where someone stated that they had used this method with success but I cannot find now. Has anyone ever done anything like? Is it even possible? Am I missing something simple?
    I have tried to return both the raw binary data and also used response.write but to no avail. Can anyone help?

    You are possibly trying to load AS3 swf into an AS2 Container at least the use of loadMovie() points in that direction. Be sure to use AS3 and target at least Flash 9 in your Loader/Main.swf. Also the AS3 concept of how to load swfs  differs a lot from the old concept.
    Look into the docu:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Loader.ht ml
    But the biggest Problem seems to me -what you mentioned- that Loader needs a (defined) URLRepuest and since your swf files have no "real" URL and you surely don`t want to let the user directly write to your server, a workaround would be to write the BinaryStream with AIR-functionality to a local installlation directory and load it then from there.

  • Swf files from my web site do not show in Mozilla/5.0

    I HAVE DEVELOPED A WEB SITE AND THE SWF FILES AS WELL AS THE .MOV FILES DO NOT SHOW WITH Mozilla/5.0
    I would like users of my web site to automatically install plugins and not manually
    Thanks

    For the mov file file you will need the QuickTime plugin or another plugin that can handle type="video/quicktime"
    For the Flash file visitors need to have the [[Flash]] plugin installed.
    I do not think that you can install missing plugin automatically, on Firefox you will always have to confirm that via the info bar at the top. A possibility to avoid installing QuickTime would to to convert the mov to a format that the Flash player can play. Most visitors will have the Flash plugin, but not QuickTime (there is no QT for Linux).

  • Swf files appearing in preview (D8) but not n browser after uploading - frustrated!

    Hello,
    I have worked with Flash and Dreamweaver on the side for a
    number of years. We all know that after the recent changes, the way
    it handles object and embed tags has changed to favor Java
    actionscripts instead.
    This code I am about to paste was created using Dreamweaver
    8.02, with transitional (x) html. Now mind you, this is not the
    prettiest piece of code you've ever seen. I now am learning to use
    CSS layouts instead of layers/tables, with php and flash
    integrated. This one example is not the only time I have had this
    problem however.
    I made a silly flash banner (its actually a placeholder for a
    better one I have to develop) for testing purposes and sizing. It
    appears fine in Firefox, and IE6 in the preview mode via
    Dreamweaver. When I upload it all to the site, the flash banner
    does not appear.
    I have tried copying the FLA and SWF files to the root folder
    (the fla, swf, and html files generated are all present), and tried
    a number of variations in the code and parameters to no avail. The
    darn thing just won't appear now. Similarly older pages I have
    created that Dreamweaver now prompts you to "fix the object tag
    that may not work in IE7...etc" have the same issue. If I select
    "go ahead and fix them for me", they are visible in production, but
    gone after uploading.
    Now to remove the possibility that this was a layering or
    parent tag issue of visibility, I created a blank HTML page and
    "insert/media/flash" and stuck the banner in there, then uploaded
    it to my server. It doesn't appear.
    I need help. I have been scouring the web for a few days now
    to no avail and have become quite frustrated with what used to be a
    really easy integration of Flash and html.
    Here is the top chunk of code from the page in question: (the
    page is live with the missing banner here:
    http://www.aeonsolutions.net/shirtworks/Shrtwrks_Homepage.html)
    <!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=iso-8859-1" />
    <title>Shirtworks custom T shirts, silk screening,
    inkjet printing, embroidery, event, club, sport, organization,
    holiday, humor, clothing</title>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <style type="text/css">
    <!--
    #Layer1 {
    position:absolute;
    width:999px;
    height:690px;
    z-index:1;
    left: 4px;
    top: 3px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(Shrtwrks_bkgrnd5.jpg);
    visibility: visible;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="CSS/shirtworks.css" rel="stylesheet"
    type="text/css" media="all" />
    <style type="text/css">
    <!--
    #Layer2 {
    position:absolute;
    width:128px;
    height:309px;
    z-index:2;
    left: 8px;
    top: 197px;
    visibility: visible;
    #Layer3 {
    position:absolute;
    width:804px;
    height:457px;
    z-index:3;
    left: 179px;
    top: 215px;
    visibility: visible;
    #Layer4 {
    position:absolute;
    width:1000px;
    height:27px;
    z-index:4;
    left: 4px;
    top: 697px;
    visibility: visible;
    #Layer5 {
    position:absolute;
    width:528px;
    height:150px;
    z-index:5;
    left: 214px;
    top: 11px;
    visibility: visible;
    -->
    </style>
    </head>
    <body
    onload="MM_preloadImages('MenuText/HomePage_over.jpg','MenuText/Artwork_over.jpg','MenuTe xt/Apparel_over.jpg','MenuText/Embroidery_over.jpg','MenuText/Custom_over.jpg','MenuText/D irections_over.jpg','MenuText/AboutUs_over.jpg','MenuText/Contact_over.jpg')">
    <div id="Layer5">
    <table width="533" height="141" border="0">
    <tr>
    <td><script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','dat a','Banner1.html','width','525','height','143','hspace','0','vspace','0','align','middle', 'border','0','title','Banner1','src','Banner1','pluginspage','http://www.macromedia.com/go /getflashplayer','scale','noborder','movie','Banner1'
    ); //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=7,0,19,0"
    data="Banner1.html" width="525" height="143" hspace="0" vspace="0"
    align="middle" border="0" title="Banner1">
    <param name="movie" value="Banner1.swf" />
    <param name="SCALE" value="noborder" />
    <embed src="Banner1.swf" width="525" height="143"
    hspace="0" vspace="0" align="middle" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"
    scale="noborder"></embed>
    </object></noscript></td>
    </tr>
    </table>
    Understanding this change is fundamental in my developing
    process as a designer, and will save my sanity. I appreciate any
    help.
    Mike

    Did you upload this folder?
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "MalikyeMoon" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    >
    > I have worked with Flash and Dreamweaver on the side for
    a number of
    > years.
    > We all know that after the recent changes, the way it
    handles object and
    > embed
    > tags has changed to favor Java actionscripts instead.
    >
    > This code I am about to paste was created using
    Dreamweaver 8.02, with
    > transitional (x) html. Now mind you, this is not the
    prettiest piece of
    > code
    > you've ever seen. I now am learning to use CSS layouts
    instead of
    > layers/tables, with php and flash integrated. This one
    example is not the
    > only
    > time I have had this problem however.
    >
    > I made a silly flash banner (its actually a placeholder
    for a better one I
    > have to develop) for testing purposes and sizing. It
    appears fine in
    > Firefox,
    > and IE6 in the preview mode via Dreamweaver. When I
    upload it all to the
    > site,
    > the flash banner does not appear.
    >
    > I have tried copying the FLA and SWF files to the root
    folder (the fla,
    > swf,
    > and html files generated are all present), and tried a
    number of
    > variations in
    > the code and parameters to no avail. The darn thing just
    won't appear
    > now.
    > Similarly older pages I have created that Dreamweaver
    now prompts you to
    > "fix
    > the object tag that may not work in IE7...etc" have the
    same issue. If I
    > select "go ahead and fix them for me", they are visible
    in production, but
    > gone
    > after uploading.
    >
    > Now to remove the possibility that this was a layering
    or parent tag issue
    > of
    > visibility, I created a blank HTML page and
    "insert/media/flash" and stuck
    > the
    > banner in there, then uploaded it to my server. It
    doesn't appear.
    >
    > I need help. I have been scouring the web for a few days
    now to no avail
    > and
    > have become quite frustrated with what used to be a
    really easy
    > integration of
    > Flash and html.
    >
    > Here is the top chunk of code from the page in question:
    (the page is
    > live
    > with the missing banner here:
    >
    http://www.aeonsolutions.net/shirtworks/Shrtwrks_Homepage.html)
    >
    > <!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=iso-8859-1" />
    > <title>Shirtworks custom T shirts, silk screening,
    inkjet printing,
    > embroidery, event, club, sport, organization, holiday,
    humor,
    > clothing</title>
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > <style type="text/css">
    > <!--
    > #Layer1 {
    > position:absolute;
    > width:999px;
    > height:690px;
    > z-index:1;
    > left: 4px;
    > top: 3px;
    > margin: 0 auto;
    > overflow: hidden;
    > background-image: url(Shrtwrks_bkgrnd5.jpg);
    > visibility: visible;
    > }
    > -->
    > </style>
    > <script type="text/javascript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    >
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    >
    > function MM_preloadImages() { //v3.0
    > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    > var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0;
    > i<a.length;
    > i++)
    > if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    > //-->
    > </script>
    > <link href="CSS/shirtworks.css" rel="stylesheet"
    type="text/css"
    > media="all" />
    > <style type="text/css">
    > <!--
    > #Layer2 {
    > position:absolute;
    > width:128px;
    > height:309px;
    > z-index:2;
    > left: 8px;
    > top: 197px;
    > visibility: visible;
    > }
    > #Layer3 {
    > position:absolute;
    > width:804px;
    > height:457px;
    > z-index:3;
    > left: 179px;
    > top: 215px;
    > visibility: visible;
    > }
    > #Layer4 {
    > position:absolute;
    > width:1000px;
    > height:27px;
    > z-index:4;
    > left: 4px;
    > top: 697px;
    > visibility: visible;
    > }
    > #Layer5 {
    > position:absolute;
    > width:528px;
    > height:150px;
    > z-index:5;
    > left: 214px;
    > top: 11px;
    > visibility: visible;
    > }
    > -->
    > </style>
    >
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('MenuText/HomePage_over.jpg','MenuText/Artwork_over.jpg
    >
    ','MenuText/Apparel_over.jpg','MenuText/Embroidery_over.jpg','MenuText/Custom_ov
    >
    er.jpg','MenuText/Directions_over.jpg','MenuText/AboutUs_over.jpg','MenuText/Con
    > tact_over.jpg')">
    > <div id="Layer5">
    > <table width="533" height="141" border="0">
    > <tr>
    > <td><script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','data','Banner1.html','width','525','height','143','hspace','0
    >
    ','vspace','0','align','middle','border','0','title','Banner1','src','Banner1','
    > pluginspage','
    http://www.macromedia.com/go/getflashplayer','scale','noborder','m
    > ovie','Banner1' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" data="Banner1.html" width="525"
    height="143" hspace="0"
    > vspace="0" align="middle" border="0" title="Banner1">
    > <param name="movie" value="Banner1.swf" />
    > <param name="SCALE" value="noborder" />
    > <embed src="Banner1.swf" width="525" height="143"
    hspace="0"
    > vspace="0" align="middle"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"
    scale="noborder"></embed>
    > </object></noscript></td>
    > </tr>
    > </table>
    >
    > Understanding this change is fundamental in my
    developing process as a
    > designer, and will save my sanity. I appreciate any
    help.
    >
    > Mike
    >

  • Cannot Retrieve referenced URL in wscript file from Local System Account, but not other accounts on the computer.

    Hello,
    I have a WScript File that includes an external resource (js file).
    It works on one computer and it does not work on another computer.
    If I run this file from a normal admin command prompt everything runs fine on both computers.
    If I run this file from the Local System account using PsExec it runs fine on one of the computers and throws an error "Cannot Retrieve referenced URL" on the other computer.
    The reason I want it to run from the Local System account is that it is executed from a Windows Service.
    Is there some setting or some way for the IE cache to get corrupt on the Local System account or something like that?

    JRV,
    You are by far the worst 'support' person I've ever seen. If you aren't going to be thoughtful in providing support, don't pretend. If you're going to pretend, leave your condescension on the shelf. You have provided no thoughtfulness whatsoever to his issue,
    and have in no way improved the discourse. You are arrogant and condescending without exhibiting any intelligence whatsoever. I'm impressed Matt kept calm through your demeaning, counterproductive diatribes.
    Matt,
    First I'd check UAC settings, because I believe that can change how elevation works substantially.
    Second, I would check the versions of wscript.exe on both machines, both in System32 and SysWow, and I'd check for updates bypassing WSUS to make sure there's not something silly going on there (totally a shot in the dark, catch-all theory).
    Have you made any headway in the last few weeks?
    -John
    This is not a support forum and it is not for assistance in fixing broken configurations.  It is a scripting forum. The OP proved that the issue is not the script but the environment it is running in.  You should not get mad just because you are
    not getting satisfaction.
    ¯\_(ツ)_/¯

  • Why does embeded .swf file goes crazy in IE but not in other browsers?

    hi everyone
    I'm building a SharePoint page with an embedded .swf file that is capable of detecting the current URL to activate and show content. Everything goes smoothly in all the browsers I've tested it except IE. When I open the SharePoint page in IE the .swf just reproduces the frames non stop, It completely ignores my scripts and I cant find anything that could be responsible of this. besides the url detection script, i just have simple button configuration for the timeline and general stops.
    any idea?.....anyone?

    Normally when swf's play differently for different browsers it is due to the embedding code used in the html page.

  • SWF file opens in safari / firefox but not IE

    Hi.
    I was wondering if someone could help me.  I'm working on a flash project that people can download from the internet and use or just use on the internet.  I'm have a problem with one of the links however.  Its a button that is to link to a excel file,  at the minute the following code works in safari and forefox, it opens the file pefect in a separate window, but in IE it opens on the same window.  does anyone no what the problem could be?  The code i'm using is
    on (release) {
    getURL("../docs/OIA.xls", _blank);

    I can't say if this will fix it, but you can try putting quotation marks around "_blank"... it is a String argument so it should be quoted just like the URL is.

  • Import From Device "show preview" Does not work for RAW (Canon T1i/500D)

    Hi,
    Not sure if anyone else has seen this.  I just got a canon T1i (500D for you Europeans).  When I plug the camera into the computer and select Import From Device, and select "show preview" in the import window, only the JPEGs show thumbnails.  All of my RAW images show up as grey boxes.  This is the first digital SLR I ever owned, and the first time I am really using lightroom.  This kills my workflow plans, as I ususally download images into folders, and name them, by category.  Without seeing the thumbnails, it is impossible to know what category what images belong to.
    Anywone have any ideas?  Does this happen with all RAW images on all cameras?  Is it a T1i problem?
    Thanks.
    w0den

    OK, I have the previews working now, which is good.  Here is how I am using the tool.
    1) put the card in a card reader
    2) select import from device
    I noticed a couple of things that are very frustrating:
    1) I Don't see a way to delete photos from the import tool, either manually or automatically after import.  I seem to have to delete thing through explorer (I am on windows xp)
    2) There is no indication of whether you have downloaded an image already or not.  The software that came with the camera puts an arrow on all downloaded pictures.  This is very nice if you are not importing all your pictures at once.
    3) My camera takes movies.  There is no way to import them along with the rest of the files (yes I know lightroom is not a movie tool, but having to use another program or explorer is annoying).  Furthermore,  every time I try to import files when there is a movie on the card, I get an error saying movies will be skipped.  The pics still import, but it is irritating.
    Any suggestions?  I am trying to figure out a good work flow.  I would import everything and than organize the files, but I don't see any easy way to resort files and rename them en-mass.  I tried moving files in explorer, but, as could be expected, LR could not find the files afterward.  I re-synced the folder, but that lost the changes I made on images (I did not have them saved as DNG, so the modifications were in the side car, I guess).
    Thanks,
    w0den

  • Load SWF file from AIR library module.

    Hi,
    I am writing a testing agent (record and playback agent) for Flex applications.
    Here, I am required to load a SWF object (in a new window) from a AIR module library.
    And then I need a handle to the newly opened SWF so that I can perform testing operations on it.
    How can I accomplish this. Any links or sample code is welcome.
    Thanks,
    Pradeep.

    10.0.1 is very old, we're on 11.2 now.  Do you know about when this started breaking for you?  I'd suggest two things.  First, you might want to post over on the Flash Pro forums as there's a larger developer audience there and someone might have a quick answer for you.  Next, you might want to open a new bug at bugbase.adobe.com.  Please include detailed steps to reproduce, along with a link to your site and / or sample code so we can test this internally.

  • Using files from dreamweaver 8 in CS5 - not working

    Hi All
    I made 2 websites a few years ago in Dreamweaver 8. We now have windows 7 at work so we are trialling CS5.
    Basically, i open up our web files (which were made in Dreamweaver 8) in CS5 and the site ios not being very friendly at all. It is almost like it doesn't recognise the codes and formats properly.
    And to change one line of text - i select and change colour - it changes the whole 3 paragraphs.
    Is Dreamweaver 8 files compatible with CS5.
    Need help
    one website is www.progressivegroup.com.au
    in the old version i could simply make changes with out any bit of hassel, in the new one i can barely do anything with out it going crazy on me!!
    Thanks

    Thank you for your help.
    Are the code errors from Dreamweaver 8?
    I am not the best with this sort of thing.
    How do i fix the errors so i can use the web siles in CS5?
    also, how do i validate the code?
    Thanks again

  • Upload file from hard disk button does not work

    I have run in safe mode, reset Firefox, upgraded all Adobe software, etc.

    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • Trying to upgrade to 10.4.7 from 10.3.9 but not working please help!

    ok so first off I have no problem with panther. I have been happy with my powerbook b4 titanium for the past 6 years now. but now that I went and bought a new iphone 3G , my powerbook doesn't support it. fortunately I converted my parents over to mac last year and they have a i-mac that does support it. but I dont want to have to go to their place to sync my iphone ... I am going to buy another mac even though I really dont want to spend the money but for the time being I need the help to get tiger on this laptop.
    here are the specs
    powerbook g4 titanium
    667 MHz powerPC G4
    1MB L3 cache
    512MB RAM
    OSX 10.3.9
    ok so I have 2 CD's for OSX 10.4.7
    I put the first CD in and I get the big error screen and the last command or statement darwin makes is "we are hanging here" what ever that means. but thats all it will do. the cd reads fine while OSX is up and reading files.
    any ideas?

    I hate to interrupt your fuming, Joshua, but those Apple "nazis" do still sell Tiger as of a few days ago. Call 1-800-SOS-APPL and ask for Phone Sales (not iPhone sales, but a sales department that only operates over the phone, not through the online store).
    As for "I just love how they dont support older products anymore," I think if you look around a little, you'll discover that Microsoft doesn't sell outdated versions of its OS any more, and most car manufacturers aren't selling their 2005 car models any more either. In fact the practice of not selling discontinued, superseded products is standard across most industries. Apple's continued selling of Tiger long after the introduction of Leopard is quite unusual.
    And as for the "nazi" practice of not allowing you to install Tiger on your Powerbook from the Intel iMac's discs, the machines use entirely different architectures, and the iMac discs are configured specifically for the Intel architecture. The OS on them is also licensed for use on only one computer, not multiple computers, as you would know if you read the license agreement. And while you may never have encountered this limitation before, the discs that are shipped with every Mac have always, since the mac's earliest days, been specific to that machine model and, in all but a few exceptional (and accidental) cases, unusable on any other model. Apple has never changed this longstanding policy/practice. It's nothing new.

Maybe you are looking for

  • Using usb as serial connecting to cisco router not working

    Tried using ZOC and securecrt and both shows only /dev/tty-Bluetooth..... any ideas how can I use USB as serial connection to router?

  • MR42 and Invoice Block

    Hi, How can we block Invoice manually after posting MIRO..I mean payment block for that Invoice and wat for is transaction MR42 for in SAP 4.0 B version Thanks Sachin D C

  • Error 1606, Acrobat X Pro - cannot update, uninstall, or fix install

    I installed X Pro on a Win7 machine.  I updated the program to 10.0.1 when the update came out in February.  About 2 weeks later, SP1 for Win7 was released and I installed it.  I don't know if SP1 is causing a problem, but I have not been able to ins

  • Where are memos saved?

    Question: Where are the notes made on the yellow "memo pad" saved to? In iTunes, I can locate backup on music, contacts, bookmarks, etc.-but see no sync/backup for the memo notes. Anyone know? Thanks!

  • Creating socket problem

    hi, i am new to socket programing. i am creating a new socket using ' new Socket (InetAddress, portnumber);' works fine if the specified ip address is valid but just stops in this line if the specified address is not correct. i need to get exception