You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/01/15 13:18:35 UTC

[jira] Created: (SHINDIG-15) Add support for Flash Embedding

Add support for Flash Embedding
-------------------------------

                 Key: SHINDIG-15
                 URL: https://issues.apache.org/jira/browse/SHINDIG-15
             Project: Shindig
          Issue Type: New Feature
            Reporter: Paul Lindner


To start using Shindig at hi5 we need support for the flash extension which is used by our music apps..

<Require feature="flash"/>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-15) Add support for Flash Embedding

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner updated SHINDIG-15:
--------------------------------

    Attachment: flashfeature.diff

This contains stubs for embedFlash and embedCachedFlash, plus an implementation of getFlashMajorVersion based off of code from iGoogle.

I also added backwards compatibility for iGoogle:

var _IG_EmbedFlash = gadgets.Window.embedFlash;
var _IG_EmbedCachedFlash = gadgets.Window.embedCachedFlash;
var _IG_GetFlashMajorVersion = gadgets.Window.getFlashMajorVersion;



> Add support for Flash Embedding
> -------------------------------
>
>                 Key: SHINDIG-15
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-15
>             Project: Shindig
>          Issue Type: New Feature
>            Reporter: Paul Lindner
>         Attachments: flashfeature.diff
>
>
> To start using Shindig at hi5 we need support for the flash extension which is used by our music apps..
> <Require feature="flash"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-15) Add support for Flash Embedding

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown resolved SHINDIG-15.
--------------------------------

    Resolution: Fixed
      Assignee: Kevin Brown

Fixed with the introduction of the "flash" feature (issue assigned to me because Zhen Wang isn't on the Asignee list).

> Add support for Flash Embedding
> -------------------------------
>
>                 Key: SHINDIG-15
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-15
>             Project: Shindig
>          Issue Type: New Feature
>            Reporter: Paul Lindner
>            Assignee: Kevin Brown
>         Attachments: flashfeature.diff
>
>
> To start using Shindig at hi5 we need support for the flash extension which is used by our music apps..
> <Require feature="flash"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.