macromedia.flash.flashcom
[Top] [All Lists]

FLV streaming problem

Subject: FLV streaming problem
From: "designut" <webforumsuser@xxxxxxxxxxxxxx>
Date: Mon, 18 Aug 2008 22:17:43 +0000 (UTC)
Newsgroups: macromedia.flash.flashcom

Hello, 

 I'd appreciate very much if anyone can shed some light on streaming from a 
Flash Media streaming service link which is at a different host to where the 
actual site is. This is the first time I'm streaming a video.

 A test from my desktop of the FLV file works, i.e. the video plays within the 
SWF file. 

 I have a button with the following actionscript:

 on (release) {
        gotoAndStop(13);
 }


 and actionscript on the frame 13 to load in the swf file which will will 
stream the video, as follows:

 loadMovieNum("JDRFvid1.swf", 2);

 The swf file being loaded in has been imported with the following link put in 
using the component inspector:

 http://ip_address/public_html/flash_stream/vod/media/Video.FLV

 The skin and FLV file as well as AC_RunActiveContent.js fileare at the 
streaming service. The SWF files are with all other files are located at the 
main site server.

 Thanks.


<Prev in Thread] Current Thread [Next in Thread>
  • FLV streaming problem, designut <=