| View previous topic :: View next topic |
| Author |
Message |
jkash78 AFC Member
Joined: 28 Feb 2008 Posts: 7
|
Posted: Sat Mar 22, 2008 7:22 am Post subject: weird error |
|
|
i am trying to laod up mp4s into an as3 video component and when i click on the list which is loading up fine i get this error:
Error opening URL 'http://www.podtrac.com/pts/redirect.mp4?http://podcasts.g4tv.com/videoDB/020/678/video20678/as20080310_whatsupwithjapan_pod.mp4&FLVPlaybackVersion=2.1'
every one of the urls for the videos there is "&FLVPlaybackVersion=2.1" being added to the end of the video url. I have run a trace on the click for the url and it traces the video fine but when it tries to play it tacks on that extra stuff to the string.
Also has there been any updates to the list with the bug that was found a little while back with it selecting media when you scroll up?
Any help would be appreciated
-j |
|
| Back to top |
|
 |
nerfkhat AFC Team

Joined: 19 Nov 2007 Posts: 2105
|
Posted: Mon Mar 24, 2008 5:59 pm Post subject: |
|
|
Hi,
Is this for AS3 media list? or AS2? You posted in AS2 but are speaking about AS3 component. Yes this scrolling/selecting issue has been fixed all you need to do is redownloand the component and install.
Thanks,
Nerath |
|
| Back to top |
|
 |
jkash78 AFC Member
Joined: 28 Feb 2008 Posts: 7
|
Posted: Mon Mar 24, 2008 6:01 pm Post subject: |
|
|
| its the as3 component sorry for the miss-post |
|
| Back to top |
|
 |
nerfkhat AFC Team

Joined: 19 Nov 2007 Posts: 2105
|
Posted: Mon Mar 24, 2008 6:30 pm Post subject: |
|
|
Hi,
Flv player and adobe flv playback doesn't load mp4 files. You must convert them to flv format. That is why it is not working. I suggest using the adobe video converter.
Thanks,
Nerath |
|
| Back to top |
|
 |
jkash78 AFC Member
Joined: 28 Feb 2008 Posts: 7
|
Posted: Mon Mar 24, 2008 6:33 pm Post subject: |
|
|
nope the newest version does:
http://www.adobe.com/devnet/flash/articles/flvplayback_fplayer9u3_04.html
but the issue was that you can imbed an mp4 right to the component and it will play it fine. if you use mp4s dynamically you have to use some code to set the meta data of the file or it wont know what to do with it.
-j |
|
| Back to top |
|
 |
|