Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-22729

The SWF having keyboard interaction doesnt works in SWF loader when added on Image

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.3 (Release)
    • None
    • mx: SWFLoader
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:
      1.Load a SWF having keyboard interaction in SWF loader
      2.Add the SWF in Image
      3.No keyboard interaction works in SWF

      Actual Results:
      Key Board events do get fire.But nothing happens in SWF

      Expected Results:
      Keyboard event should have got fire in the SWF

      The Code i am using is here

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="

      {init()}

      ">
      <mx:Script>
      <![CDATA[
      import mx.controls.SWFLoader;

      public function init():void

      { var swfLdr:SWFLoader = new SWFLoader(); swfLdr.height = 150; swfLdr.width = 150; swfLdr.load('flash-strike.swf'); testImg.addChild(swfLdr); }

      ]]
      >
      </mx:Script>

      <mx:VBox height="100%" width="100%">
      <mx:Image id="testImg" height="75%" width="75%" source="2005_099_1126.jpg" />
      </mx:VBox>

      </mx:Application>

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: