Problem in swf.

Hi friends, I have created a swf in macromedia flash player which has some external swf links.
swf is fine working when opened in flash player, but problem is occurring when I am trying to
open that in internet explorer or calling them from .net form without embedding it.
Problem is that some links (external or internal) are not opening and swf hangs and
when I right click on movie then menu is showing ‘movie not loading’ message on the top.
I have installed all plug-ins required, then also its not working.
Can anyone please tell me what may be the reasons?

hi
please use allowScriptAccess as an attribute while embedding the code
in param tag
<param name="allowScriptAccess" value="always" />
and in embed tag
allowScriptAccess="always"

Similar Messages

  • Problem inserting .swf in dreamweaver 8.Help!!

    Hi everybody.I have a problem since a lot of time jaja.I habe
    problems inserting .swf files in dreamweaver 8.I can insert, when I
    press f12 to see in Internet Explorer you see the movie, but when
    you put mouse over the banner I design.This has a bad behavior, it
    transform to hand, because the banner is a buttom, and again
    transform in default mode and it doesn`t stay in buttom form.When I
    did the flash, I saw the .sfw file in HTML, that generated the same
    Flash, and it look good, and had a hood behavior, but when I insert
    in dreamweaver 8 it doesn`t work correctly.I download the
    Dreamweaver 8 Update 2. Now I have Dreamveaver 8.0.2 or something
    like that.
    I think that the problems is in the form that Dreamweaver
    Insert the .swf file.
    My way is Insertar - Media - Flash.
    Somebody can help me? this problem I can´t resolved and
    I new whit this.
    English is not mi first Language, sorry if I had mistakes.

    ok....
    i installed php 5.2.10
    and downloaded php-5.2.10 zip file i found .dll
    its ok
    but in next help topic (testing PHP installation (Windows) )
    [http://livedocs.adobe.com/dreamweaver/8/using/gs_18_q7.htm]
    i didnt gt the result...
    what may be the problem?
    plz advice
    thanks in advacne

  • Problem with .swf playback

    Hello,
    I have a problem with .swf animation playback in captivate 4. I created the .swf in flash with as3 on one frame. The animation is contained in a movieclip. I exported from flash and made sure the framerates between captivate and flash work. I import the animation to a slide and notice that the duration of the animation is .01 (could this be a red flag?). When previewing my captivate file the animation does not play it shows up static. I have my captivate file set up with continue buttons but I tried taking the button off the animation slide and it still shows up with the static what would be animation. Has anyone else encountered this? I'm really at a loss as to whats going on
    For bonus points: I'm still getting a transition that fades to white briefly even after I put no transition. Is their a way to just have an abrubt transition without the fade?
    Cheers
    -Matt

    Alright now it makes more "sense".
    Your SWF problem is caused by a bug in Captivate. I have encountered this many many times. Basically if you import a Flash animation and you have more than 1 slide in Captivate it will play to the end before you get to the slide with the animation. It's a really annoying bug that also occurs if you insert an SWF created in Captivate into a master Captivate project.
    There are a couple of solutions to your problem.
    1. Try and Externalize your animations when you publish your Captivate project. This can sometimes remove the problem. You can edit the settings in Preferences - Publish Settings.
    2. Create a loader in Flash that will pull in your animation SWF. Basically you just need to do a loadMovie shell in Flash and then have that pull in your animation SWF. I use this all the time for AS2 projects, but I guess that it will work just the same for AS3 projects.
    As for your fade in / fade out issue. Did you by any chance set a transition effect on your slides? Check the Slide Properties for a transition effect. If that's not it - is your fade in issue only occuring on the first slide? The "master" setting for a Captivate project has a default to fade in on the first slide. You can change that in Preferences - Project - Start and End.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Problem loading swf which reads data in a local file

    Hi,
    Using flex with a online project, I have to load a swf file, which reads data in a xml file (it works fine if I open it with flash player)
    I do a very simple test :
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="absolute"
                    minWidth="955" minHeight="600"
                    >
        <mx:SWFLoader id="swfloader" source="data/player.swf"/>
    </mx:Application>
    The result is that player.swf can't read the xml file (error : Error #2044: ioError non pris en charge : text=Error #2032: Erreur de flux. URL: enonce.xml).
    I do the same test with an AIR project, and it works fine !!!!
    It works also if I put the xml file directly at the same level as my compiled application (in bin-debug for instance).
    I think that it's a path problem, but I don't know how to set it.
    Is there any way to solve the problem ???
    Thanks a lot !
    Olivier

    Hi,
    Thanks for your answer, but I am not sure to understand it.
    What code I have to adjust :
    - the code of the swf I load ? It's a problem because I don't have access to the source code : my customer provides me only a swf file (with the xml file), and I have a lot of others swf files that work the same way, I can't ask him to modify everything.
    - the code of my application ? I don't really see how to use LoaderUtil.createAbsoluteURL, because when I debug, I see in the SWFLoader code that when this method is called, the returned url is good !
    Thanks for your help.
    Olivier

  • DW CS3 ImageViewer - problem with .swf file

    I'm trying to make a slide show in Dreamweaver for the first time. I've searched and found a lot of common problems people have - forgetting to upload the .js file, not including the .swf file, etc.
    I think I've done everything right (obviously I'm wrong though), it previews in DW, it works when I preview it in a browser, but when it's uploaded, nothing.
    But I think I've found where the problem is. The .swf file that was created doesn't seem to be the right file. When I open it, it shows a blank flash slideshow with three empty slides, just as the sample is when you first open the Imageviewer.
    But then what is DW pulling the slideshow from that works in the preview?? How do I re-export the .swf file from DW?
    Do my questions even make sense? Sorry, kinda new at all this.
    Thanks in advance.
    Oh, here is the blank page, but when I view source, the code is there.
    http://www.americanindianreport.com/imageviewer.html
    The .js file is in the Scripts folder, the .swf is in the same folder. Actually, here you can see why it doesn't work. This is the .swf file, three blank pages:
    http://www.americanindianreport.com/imageviewerflash.swf

    If you look at my last post, the js file has been overwritten with html code, and this is what will be causing the problem.
    The only solution is to delete this file insert a new flash object (any swf file will do for this), then copy the new js file to your server, as your flash will not work with this file.
    here is a short example of the js files content (not javascript), -
    <html>
    <head>
    <title>Page not found | www.americanindianreport.com</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="shortcut icon" href="/http://www.falmouthinstitute.com/favicon.ico" type="image/x-icon" />
    <link type="text/css" rel="stylesheet" media="all" href="/modules/book/book.css?r" />
    <link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?r" />
    PZ

  • Problems targeting swf loaded with loadClip()

    Hi everyone,
    I'm having a really weird problem that I hope someone will be able to help me with. I'm using Actionscript 2.0.
    Basically, I have a main .swf, into which I am loading another .swf using loadClip(), on the click of a button. It loads into an empty movie clip on the timeline of the main .swf called container_mc. So far so good, this works.
    The problem comes when I am trying to control a movie clip that lives on the timeline of the external .swf. This clip has the instance name test_mc, and I'm trying to control it using the reference _level0.container_mc.test_mc. I have also tried just plain old container_mc.test_mc.
    Neither of these work, though when I apply a trace to test_mc with Actionscript on the timeline of the external swf (test_mc.onRelease = function () { trace(this); }), it returns the path _level0.container_mc.test_mc (when clicked on after being loaded into the main movie, obviously).
    Can anybody give me any ideas as to what is going wrong here? I've attached a couple of files demonstrating the problem I'm having.
    Cheers for any assistance!

    Thanks for confirming that I'm not crazy or stupid in thinking that's what the reference should be (honestly, I was starting to imagine that I must be one of the two), however I definitely only have one each of container_mc and test_mc. I've just tested this by changing the instance names (one at a time) - if there was a duplicate instance with the same name, the code would presumably still work, which it doesn't.
    Thanks for the suggestion, though.

  • (Eng/Esp)  Problem with .SWF in DW/Problema con .SWF en DW.

    Hello,
    Sorry for my English, im learning, but im not yet a expert.
    I have  problem  with my Dreamwaver, when I put a .swf (I've done my web with Flash) and press F12 i cant see my SWF. And the error mensager is the follow:
    Could u help me, plz?
    Thnx.
    Andrés
    Buenas tardes,
    Estoy diseñado mi pagina web. La he hecho en Flash, pero a la hora de exportarla a Dreamwaver y al darle al F12 para verla como seria en el FireFox, me sale este mensaje
    Si le doy aceptar, me aprece el fondo de mi web, pero donde esta la parte de flash se queda totalmente en blanco. He probado otros exploradores y me sale el mismo mensaje. He actualizado el flash a la última versión, etc. Alguien me podría ayudar?.
    Muchas gracias,
    Andrés

    On lines 33 and 42, change this:
    <param name="swfversion" value="20.0.0.0" />
    To this:
    <param name="swfversion" value="8.0.35.0" />
    Nancy O.

  • Problem adding .swf in page

    Hello,
    here's my problem.
    I have a short video that I embedded  in flash, ACS2. Exported as .swf. When I place it in my page in Muse, on the preview nothing happens.
    Then I converted to a GIF sequence, same problem.
    To test, I made a basic animation in Flash and then did the same thing, and it worked. So, I'm confused.
    Is it because of video? Because I converted and tried to make it as light as possible.
    Thank you!

    Hi
    You can refer to these links :
    https://forums.adobe.com/message/4635231#4635231#4635231
    http://tv.adobe.com/watch/classroom-basic-site-layout-and-navigation-in-dreamweaver-cs5/pa rt-11-adding-flash-content/
    http://www.lynda.com/Muse-tutorials/Adding-animated-GIFs-SWFs/89048/104731-4.html
    Thanks,
    Sanjit

  • Problem loading swf file in flash player 9.0.47.0

    Hi all!
    I have a really strange problem and couldn't find any information over the internet.
    The problem only occurs in flash player 9.0.47.0. It works in all the others players, newer and older..
    I try to load a swf file to my web application and get the following error: "This content requires Adobe Flash Player 10.2. Would you like to install it now?"
    the log file shows:
    *** Security Sandbox Violation ***
    SecurityDomain 'http://10.1.1.84:8080/app/jsp/flex/bin-release/LP_FLEX_project.html' tried to access incompatible context 'http://fpdownload.macromedia.com/pub/flashplayer/update/current/swf/autoUpdater.swf?0.5087 71003223956'
    Warning: Reference to undeclared variable, 'out'
    Warning: Reference to undeclared variable, 'out'
    Warning: 'out' has no property 'text'
    Warning: Reference to undeclared variable, 'cameraSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'microphoneSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'privacy'
    Warning: checkPort is not a function
    Warning: Reference to undeclared variable, 'xOffset'
    Warning: Reference to undeclared variable, 'yOffset'
    Warning: Reference to undeclared variable, 'cameraSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'microphoneSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'privacy'
    Warning: checkPort is not a function
    Warning: Reference to undeclared variable, 'cameraSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'microphoneSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'privacy'
    Does anybody has a solution??
    Thanks alot!
    Assaf

    Maybe FP9 does not support your application / swf file?  How did you develop it?

  • Scope problem .as- swf

    I posed this question in Actionscript 1 / 2 forum, but I
    think that this area may be more appropriate.
    I have a AS2.0 file that describes a page in a book
    (Page.as). The class page contains private variables that define
    things like the background image and hotspot locations on the page.
    I have a "pre-processor" that takes the action script file inserts
    the page specific images and then builds the page using the Motion
    Twin compiler.
    I am not using the Flash GUI to create anything because some
    of these "books" are very long. I am programatically creating
    unique .swf "pages."
    The output SWFs all load and render correctly by themselves.
    However when I load the page SWFs into my viewer each data has the
    data from the first page. It appears to be a scoping problem that
    only the class Page from the first SWF is being loaded. If I change
    the name of the class/file to something unique and recompile all of
    the "pages" it works.
    Is there a solution to this without renaming each file and
    class?

    OK. Here we go. So what this does is draw a fixed background
    rectangle, load in a background image, and then draw hotspots on
    top of the image.
    When I create multiple SWFs from this as with custom values,
    they all run independently just fine, and have their own content.
    When I take those SAME swfs, and nest them in a "book"
    wrapper, they ALL show the same content.
    I believe it is a scoping problem, and the variables are all
    set to the same thing at runtime when they share the stage with
    their siblings.
    Thoughts?
    class Page {
    static var app:Page;
    var red=0xff0000;
    var yellow=0xFFCC00;
    var pWidth=756;
    var pHeight=1144;
    private var pageBack_mc:MovieClip;
    private var imageWrapper_mc:MovieClip;
    private var hotSpotWrapper_mc:MovieClip;
    private var debug_mc:MovieClip;
    /****** DATA TO BE MODIFIED BY THE PRE-PROCESSOR ****/
    // The temp values are for testing, and gets overwritten by
    the pre-processor
    private var BACK_IMAGE:String="ATG_2008_082.jpg";
    private var PRINT_PDF:String="test.pdf";
    private var LINKS:String="ext|
    http://www.cnn.com|50|597|322|540::int|3|386|597|322|540";
    private var VIDS:String="2.flv|72|247|248|142";
    /******* END PRE-PROCESSOR DATA ****/
    /******* Data directory definitions ***/
    private var IMAGE_DIR:String="images/";
    private var PDF_DIR:String="pdfs/";
    private var VID_DIR:String="vids/";
    public var book:MovieClip;
    function Page(mc:MovieClip) {
    // Page Constructor
    var wrapper_mc=mc;
    // Content Wrappers
    pageBack_mc=wrapper_mc.createEmptyMovieClip("pb",0);
    imageWrapper_mc=wrapper_mc.createEmptyMovieClip("iw",1);
    hotSpotWrapper_mc=wrapper_mc.createEmptyMovieClip("hsw",2);
    debug_mc=wrapper_mc.createEmptyMovieClip("db",10);
    var imgURL=IMAGE_DIR + BACK_IMAGE;
    imageWrapper_mc.loadMovie(imgURL);
    pageBack_mc.beginFill(0xff0000);
    pageBack_mc.lineStyle(1,0x000000);
    pageBack_mc.moveTo(0,0);
    pageBack_mc.lineTo(pWidth,0);
    pageBack_mc.lineTo(pWidth,pHeight);
    pageBack_mc.lineTo(0,pHeight);
    pageBack_mc.lineTo(0,0);
    pageBack_mc.endFill();
    createHotSpots();
    //setDebug("book");
    private function setDebug(val:String) {
    // this writes information to a text field since I cannot
    trace
    debug_mc.createTextField("tf",0,0,0,10,20);
    debug_mc.tf.autoSize=true;
    debug_mc.tf.selectable=false;
    debug_mc.tf.text="debug=" + val;
    private function createHotSpots() {
    var hotSpotTable_array:Array=new Array ;
    hotSpotTable_array=LINKS.split("::");
    //hotSpot_array is an array of pipe delemited values
    describing hotspots
    //ext(ernal) or int(ernal) | url | x | y |width |height
    for (var i:Number=0; i < hotSpotTable_array.length; i++)
    var hotSpotRecord:String=hotSpotTable_array
    var hotSpotRecord_array:Array=new Array ;
    hotSpotRecord_array=hotSpotRecord.split("|");
    var linkType:String=hotSpotRecord_array[0];
    var destination:String=hotSpotRecord_array[1];
    var xPos:Number=hotSpotRecord_array[2];
    var yPos:Number=hotSpotRecord_array[3];
    var hotSpotWidth:Number=hotSpotRecord_array[4];
    var hotSpotHeight:Number=hotSpotRecord_array[5];
    var
    tempHotSpot=createHotSpot(linkType,destination,xPos,yPos,hotSpotWidth,hotSpotHeight);
    private function
    createHotSpot(linkType:String,destination:String,xPos:Number,yPos:Number,w:Number,h:Numbe r)
    var level=hotSpotWrapper_mc.getNextHighestDepth();
    var
    tempHotSpot_mc=hotSpotWrapper_mc.createEmptyMovieClip(level,level);
    tempHotSpot_mc.linkType=linkType;
    tempHotSpot_mc.destination=destination;
    tempHotSpot_mc.beginFill(0xfff000,100);
    tempHotSpot_mc.moveTo(0,0);
    tempHotSpot_mc.lineTo(w,0);
    tempHotSpot_mc.lineTo(w,h);
    tempHotSpot_mc.lineTo(0,h);
    tempHotSpot_mc.lineTo(0,0);
    tempHotSpot_mc.endFill();
    tempHotSpot_mc._x=xPos;
    tempHotSpot_mc._y=yPos;
    tempHotSpot_mc._alpha=50;
    tempHotSpot_mc.createTextField("tf",0,0,0,10,20);
    tempHotSpot_mc.tf.autoSize=true;
    tempHotSpot_mc.tf.selectable=false;
    // Roll Over //////////////
    tempHotSpot_mc.onRollOver=function() {
    _root.book_mc.flipOnClickProp = false;
    var message_str;
    if (this.linkType == "int") {
    message_str = ("Turn to page "+this.destination);
    } else if (this.linkType == "ext") {
    message_str = ("External website: "+this.destination);
    this.tf.text = message_str;
    //Roll Out////////////////////
    tempHotSpot_mc.onRollOut=function() {
    _root.book_mc.flipOnClickProp = true;
    this.tf.text = "";
    //Click
    tempHotSpot_mc.onRelease=function() {
    if (this.linkType == "int") {
    _root.book_mc.gotoPage(this.destination);
    return tempHotSpot_mc;
    /*************** entry point***/
    static function main(mc) {
    app=new Page(mc);

  • Problem With Swf File. Please Help!!!!

    Hi! I recently got adobe flash cs4 and i tried to create swf wallpaper (flash lite 1.1), so everything looked good, untill i opened the file. The problem is its constantly blinking, like its refreshing with every second or frame or something. Then i transfered it to my phone and theres no change. I had the same problem with CS3...I attached the sample, if someone cares to see...Please can somebody help me??? Thank you!

    I think (at a first look) that you should put a stop() command at each frame of your movie.
    Playhead is running through your movie from one frame to another and back to beginning if you don't stop it with stop() command.
    What I mean is:
    in frame one of your movie put ActionScript: stop();
    in frame two of your movie put ActionScript: stop();
    etc.
    If navigation through your movie is linear, like some animations then don't put this AS in frames, but it seems to me that this will solve your problem.
    For more (if this isn't helping) upload your movie along with ActionScript.

  • Problem with SWF export and audio looping

    When I export from Keynote into SWF, I get an odd audio looping problem when playing the SWF files. Here's the workflow:
    Create Keynote presentation (includes transitions typically, but also happens with presentations that don't).
    Record audio using Audacity, convert using iTunes to MP3 in order to be able to export from Keynote to Flash (Keynote can't export WAV files).
    Drop in MP3s onto slides. Sync up my transitions with audio.
    Export Keynote file to SWF, including the audio.
    Play SWF file either directly using Safari or when posted using Firefox. Audio plays, but a certain length into the audio the audio file seems to re-initiate and play over itself.
    Anybody seen this? Anyone know how to solve it?
    This is pretty critical for us (work related). We are using Keynote to create educational content SWF files, and we only discovered this problem after release.
    Thanks for your help!
    Michael

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • CS4 Problems exporting swf

    I am having a problem trying to export a swf file from my fla file in adobe flash CS4. Every time I try to export my fla file to a swf the progress bar reaches about 7/8 of the way to finishing, but then the progress bar goes away. The swf file is no where to be found, where I tell it to be exported to. I don't seem to have problem exporting scenes from the fla file though, just when I export the whole thing. Maybe the file is to big? The file size is  486, 508 KB.  If anyone has any idea how to fix this it would be greatly appreciated.

    Acrobat's Bookmark creation facility is associated with PDF page content.
    The content of the inserted SWF file is not part of the PDF page content.
    There may be something possible using Action Script and Acrobat JavaScript.
    But, I'd guess that's a question for those respective scripting forums.
    You might want to browse Joel Geraci's blog.
    http://blogs.adobe.com/pdfdevjunkie/
    Be well...

  • Problems resizing SWF to browser

    Hi all,
    I am having trouble making a SWF project resize to full screen.  I am using a third party flash component “Slideshowpro” and I am working with CS5 Flash and CS5 Dreamweaver.
    There is only 1 layer when I open slideshowpro and I have added the following code to the first key by opening “Window>Actions” in Flash:
    import net.slideshowpro.slideshowpro.*;
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    resizeHandler(null);
    function resizeHandler(event:Event) {
         my_ssp.setSize(stage.stageWidth,stage.stageHeight);
    stage.addEventListener(Event.RESIZE, resizeHandler);
    I set my instance name to "my_ssp"
    I also did a similar set up in Flash “Publish Settings” on the HTML tab (W/H 100%, Scale: No scale, Flash Alignment Hor/Left and Vert/Top).
    I also set height and width to 100% in html doc using Dreamweaver.  The site is www.rannallenphotography.com.
    I can only see a truncated version of my SWF movie in IE and only gray background in Firefox?  If I add any px dimension to the horizontal position, the SWF slideshow opens to max width and the horizontal pixel dimension…
    I feel as if I am overlooking something simple being a novice at Flash and DW.
    Any Suggestions?
    Randy

    Not sure how, but by coping code from a website where resizing worked, my website now works and the swf resizes to browser...   Now when I exit from Full Screen it resizes incorrectly, but that (I think) is a flash problem. 
    thanks

  • Problem with SWF layering in Flex

    The problem is that I have a SWF placed on top of everything
    else and there's a zone I need to be clicked, but the rectangle
    that encloses the symbol obstructs it. Is there a way to export the
    SWF, so that the symbols on the it only take up the space of the
    shape they have?

    BTW, in Flash, I would use hitTest to solve that... I don't
    know if that helps you in Flex.

Maybe you are looking for

  • Archive file with errors in sender file adapter not working! please help!

    Hi Experts,    I have a file to RFC scenario. the input is a XML file. I have setup the flag in sender file adapter channel for archiving the input files with errors. But it is not working. For testing I have used an invalid xML file for example with

  • Error in Reversal of Production Order Settlement (KO88)

    Hi Sapians : Following is the message: +++++++++++++++++++++++++++++++++++++++++ ""Program errors : more than one AUAK with ABRBR 1 Message no. KD211 Diagnosis There are errors in the program. Processing for the sender affected could not be continued

  • Albums out of Sync

    My itunes list my albums in the correct order of track 1, track 2 etc. The Track order is correct in the information of the track etc and all right, in itunes its listed right. However, on my ipod the albums play out of order i.e. track 1 will play i

  • Stopping an event propagation

    Hi! I want to provide hotkey in my html webpage. (I am using http://code.google.com/p/js-hotkeys/) I also have a chat module in Flex. When I am typing some text in the flash object, I don't want the hotkeys to be enabled. I tried to stop the propagat

  • Premiere Pro CS 4.0 not working properly on iMac

    Hello, I have done a clean install of Premeire on a new iMac.  I have copied the folder I was using with my premiere project on my pc (on which I was using CS3), and pasted that entire folder in the iMac's desktop. When I attempt to load the project,