| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Sep 2005
Posts: 4
|
I have rendered flv files in both Riva and Sorenson Squeeze. Neither programs could give me a version that would play properly when either loading it with this code:
var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); theVideo.attachVideo(ns); ns.play("babies.flv"); ::::OR:::: just playing it in Flash PLayer 8 I could, however, view the flv with Riva flv Viewer. What is wrong with my flv and why wont it play in flash player or load into my swf? This post is bound to overlap with another but from what I checked I couldn't find a thread that matched my needs. Please point me to any info anyone has, thanks!! shatton |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Sep 2005
Posts: 4
|
if someone could at least tell me that they have made some .flvs that work fine and play in FLash Player that could be helpful...could the above problem have something to do with DirectX or ActiveX or some other X?
![]() |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2005
Posts: 4
|
Hey I fixed my problem and also realized I should have posted this thread in the Flash 8 section. If you get a problem where your flvs aren't playing, just make sure your Publish Settings are set to Action Script 2.0 and Flash 8. Gosh what a dumb mistake I made!
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Sep 2005
Posts: 4
|
My flv is not streaming again. Despite the fact I have copied and pasted everything in the right location onto my server, the flv just wont play! The swf plays fine from my harddrive, shows the streaming file, but not when i play it from the server...i just get white again. Everything is in the proper location and I have copied all the files I need. What could be the problem..?
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Oct 2005
Posts: 3
|
Register the Mime type on IIS with video/x-flv
Last edited by jdivis; 10-21-2005 at 08:42 PM.. |
|
|
|
|
|
#6 |
|
Member
Join Date: Aug 2004
Location: Astoria (Queens), NY
Posts: 99
|
Quick update, in case others come here looking for this info: IIS 6 needs the .flv MIME type set to "flv-application/octet-stream"
http://www.afcomponents.com/forum/viewtopic.php?t=697 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|