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

Application's pageTitle property does not do anything.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • mx: Application
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Run the code below. Note that it sets the pageTitle property. Run the compiled swf in a browser.

      Actual Results:
      The pageTitle is ignored.

      Expected Results:
      It's in the ASDoc, so I expected it to do something.

      Workaround (if any):
      Set your own page title in HTML.

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" pageTitle="Hello There" >
      <mx:Label text="hi" />
      </mx:Application>

      Browser Code:
      <html>
      <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"
      WIDTH="550"
      HEIGHT="400">
      <PARAM NAME="movie" VALUE="test.swf" />

      <EMBED
      SRC="test.swf"
      WIDTH="550"
      HEIGHT="400"
      TYPE="application/x-shockwave-flash"
      PLUGINSPAGE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"
      >
      </EMBED>
      </OBJECT>
      </html>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: