Like I said, there's a chance you already got it in your catalogue and just need to upload the swf. If you don't got it, here it is.
Furniture:
Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES(31196, 'cine_platform', 'cine_platform', 's', 4, 1, 1.5, '0', '1', '0', 4444, '1', '1', '0', '1', '1', 'default', 1, '0', '0');
Catalogue item:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(NULL, PageID, '31196', 'cine_platform', 6, 0, 0, 1, '0');
Furnidata:
Code:
["s","4444","cine_platform","41565","2","4","1","","Cinema Platform","Enjoy the show!","","-1","-1","0.64","1"],
Note: I've set interaction on 1. I know it's more but Phoenix doesn't support that yet.