Heads up for Flash developers: Change in Invite Friends flow

In a update that will go out tonight, we're going to add contact imports in the invite process. This will help developers promote their applications more, as users can invite friends not on hi5 to register and use applications. The new flow will create an AJAX-based pop up on the canvas page (see screenshot below.) Your requests via requestShareApp will also pop up this new UI. 

This means that if you use Flash in your application, you need to make sure your application will not render on top of the AJAX box, making it impossible for your users to send invites. To let the invite box show up at the top, you can either:

   1. Set the wmode="transparent" on your <embed> tag, or
   2. Include a <param name="wmode" value="transparent" > if your using an <object> tag.

Please make the necessary changes to your existing applications. We're also making the inclusion of these attributes a mandatory requirement for any new applications submitted to the gallery.

App-Invite-Good.gif


Leave a comment

Recent Entries

  • OpenSocial 0.8 Moved To Live Environment

    We have now finished the migration of the Platform in production to OpenSocial v0.8. We'd like to thank the developers who helped test 0.8 while...

  • Translation Service for OpenSocial Applications on hi5

    Reaching a Wider Audience: Community-based Translations for Applications Hi5 has a large audience in Spanish-speaking markets, Thailand, Romania, Portugal, and many other countries. How much...

  • OpenSocial 0.8 In Beta On hi5

    Following close behind the release of the OpenSocial 0.8 specification two months ago, we have been hard at work implementing it, and are happy to...

  • Statistics API Available on Sandbox

    The Statistics API that we announced two weeks ago is available on sandbox. Please use the endpoints described in the earlier post, prefixed with http://sandbox.hi5.com/rest....

  • hi5 Providing Library For Templates

    The hi5.template library is a browser side, Javascript library which enables you to fuse Javascript data and logic into your HTML. It simplifies writing...

Close