# Actionscript 3 for http streaming

**URL:** https://community.wowza.com/t/actionscript-3-for-http-streaming/168
**Category:** Wowza Streaming Engine
**Tags:** media-players-and-devices
**Created:** [December 23, 2015, 11:04am UTC](https://community.wowza.com/t/actionscript-3-for-http-streaming/168 "2015-12-23T11:04:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [December 23, 2015, 11:04am UTC](https://community.wowza.com/t/actionscript-3-for-http-streaming/168/1 "2015-12-23T11:04:20Z")

</div>

Hi there,

We want to update our steaming flash player which currently does our .flv playback to do .mp4 playback also, but cannot find clear documentation.

For instance, if we want to play an MP4 file, I think this is the correct URL:

http://[our wowza ip address]:1935/vod/MayapurTV/mp4:MayapurTV/bunny.mp4/manifest.f4m

But what part of this goes into the Url in actionscript: NetConnection.connect(Url);

And what part goes into the Stream.play(“something\_goes-here”);

Help is much appreciated,

Thank you,

ys

Alan Costello

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [December 23, 2015, 8:19am UTC](https://community.wowza.com/t/actionscript-3-for-http-streaming/168/2 "2015-12-23T08:19:15Z")

</div>

Hello Alan.

Please take a look at this tutorial and see if it answers your question:

[Loading video files](http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d4e.html)

Regards,

Salvadore

---

<div class="post-metadata">

### Author: ![alan\_costello](https://avatars.discourse-cdn.com/v4/letter/a/c89c15/32.png) [@alan\_costello](https://community.wowza.com/u/alan_costello)
#### Post date: [January 5, 2016, 12:15am UTC](https://community.wowza.com/t/actionscript-3-for-http-streaming/168/3 "2016-01-05T00:15:24Z")

</div>

Thanks for that salvadore - that link is for progressive download.

I believe that for streaming an MP4 from a wowza server, the netConnection URL is: rtmp://myIPaddress:1935/vod/myApplicationDirectory

netStream.play(“myFile.mp4”)

---

<div class="post-metadata">

### Author: ![Michelle\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/michelle_b/32/394_2.png) [@Michelle\_B](https://community.wowza.com/u/Michelle_B)
#### Post date: [March 21, 2016, 9:56am UTC](https://community.wowza.com/t/actionscript-3-for-http-streaming/168/4 "2016-03-21T09:56:22Z")

</div>

Hi,

The values for the NetConnection.connect and NetStream.play methods in a SWF application are also discussed in our [protocols and file output formats](https://www.wowza.com/docs/understanding-streaming-protocols-and-output-file-formats#flashRTMP) article.

Michelle
