# Load Twitch Stream in a single SWF and resize it (ActionScript)

**URL:** https://forum.kirupa.com/t/load-twitch-stream-in-a-single-swf-and-resize-it-actionscript/332522
**Category:** flash
**Created:** [July 13, 2014, 4:09pm UTC](https://forum.kirupa.com/t/load-twitch-stream-in-a-single-swf-and-resize-it-actionscript/332522 "2014-07-13T16:09:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![akamaths](https://avatars.discourse-cdn.com/v4/letter/a/f9ae1b/32.png) [@akamaths](https://forum.kirupa.com/u/akamaths)
#### Post date: [July 13, 2014, 4:09pm UTC](https://forum.kirupa.com/t/load-twitch-stream-in-a-single-swf-and-resize-it-actionscript/332522/1 "2014-07-13T16:09:09Z")

</div>

So what i want to do is to Load the embed code of a twitch stream in a single SWF and then Resize the Loaded twitch live\_embed\_player.swf because when it loads it comes up always in full screen and i want it to be in exact dimensions.My actionsript knowledge is barely average.So what i did is , i created a new SWF and used the command

```auto
**loadMovieNum("http://www.twitch.tv/widgets/live_embed_player.swf?channel=akamatos", 0);**

```

the stream comes up but in full size always…i’ve searched a lot of posts all over the internet but came up empty, this Twitch SWF refuses to resize.If anyone can Help me with that will be most Welcome! Thanx in Advance
