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/03/26 10:37:24 UTC

[jira] Created: (SHINDIG-155) Add documentation for flash features

Add documentation for flash features
------------------------------------

                 Key: SHINDIG-155
                 URL: https://issues.apache.org/jira/browse/SHINDIG-155
             Project: Shindig
          Issue Type: Improvement
          Components: Features
            Reporter: Paul Lindner


Many flash developers are confused about how to use the flash features.

Reading through the code it appears that the following params are supported:

   height
   width 
   base
   wmode
   type
   src
   swf_PROP  --> maps to PROP=value



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


[jira] Commented: (SHINDIG-155) Add documentation for flash features

Posted by "Cassie Doll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590488#action_12590488 ] 

Cassie Doll commented on SHINDIG-155:
-------------------------------------

actually i think the code is such that all params are supported _unless_ they start with swf_ (a legacy thing) all of the params will be passed to the flash movie either in the embed tag (like <embed height="xx" width="xx">) or in the object tag as param things if they are using ie.

the attributes you mentioned all get defaults set on them if they aren't specified but anything a developer passes in will get passed to the flash object. 

anyway, i don't think adding documentation to shindig will help anything though. if developers are still confused they should really ask questions on the mailing list and something should probably end up on the opensocial-resources project or some other developer help site. i'm going to close this bug as i see no coding action to take.

> Add documentation for flash features
> ------------------------------------
>
>                 Key: SHINDIG-155
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-155
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Features (Javascript)
>            Reporter: Paul Lindner
>
> Many flash developers are confused about how to use the flash features.
> Reading through the code it appears that the following params are supported:
>    height
>    width 
>    base
>    wmode
>    type
>    src
>    swf_PROP  --> maps to PROP=value

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


[jira] Closed: (SHINDIG-155) Add documentation for flash features

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

Cassie Doll closed SHINDIG-155.
-------------------------------

    Resolution: Fixed
      Assignee: Cassie Doll

> Add documentation for flash features
> ------------------------------------
>
>                 Key: SHINDIG-155
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-155
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Features (Javascript)
>            Reporter: Paul Lindner
>            Assignee: Cassie Doll
>
> Many flash developers are confused about how to use the flash features.
> Reading through the code it appears that the following params are supported:
>    height
>    width 
>    base
>    wmode
>    type
>    src
>    swf_PROP  --> maps to PROP=value

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