3

I link my mp4 video directly using video.source = "my.mp4" in AS3 and the link is not broken, but then player keeps on loading forever.

Any ideas?

TA

Pranav Hosangadi
  • 23,755
  • 7
  • 44
  • 70
Donatas Cereska
  • 515
  • 1
  • 5
  • 11

1 Answers1

2

Got it, thanks guys.

Found out that all it needs is a simple video object and a NetConnection instead of FLVPlayback.

Source:http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html

Donatas Cereska
  • 515
  • 1
  • 5
  • 11
  • FLVPlayback is pretty strict and won't allow query strings in the URL, which could prevent playback, in case anyone ran into that problem. – Triynko Oct 23 '12 at 17:26