Need HELP [FLASH Video]

kady

Member
Dec 2, 2006
13
0
0
Colombo
I create a swf file with video streaming, n itz workin.. den I load dat file 2 another swf by using “loadmovie” nw itz not workin. PlS guy’S help meeeeeeeeeee…. N itz urgent :confused: :confused: :confused: :confused:
 

demo123

Member
Jun 24, 2007
131
0
0
check video streaming file name in "loadmovie" U might miss spell it

is it Flash video file - give the correct video streaming file name to your Swf player

or use a flash video streming software to bulid your Flash video
 

kady

Member
Dec 2, 2006
13
0
0
Colombo
non of ths... i hav creat a file call "video.swf" dat file is workin evn da video. n i load dat video.swf file 2 antr swf call "main.swf" so dtz my site index.... aftr i did dat itz not playin?????
 

demo123

Member
Jun 24, 2007
131
0
0
n i load dat video.swf file 2 antr swf call "main.swf" so dtz my site index.... aftr i did dat itz not playin?????
did u rename your video.swf to main.swf

Then You have 2 change video.swf to main.swf in your html index page

eg:-

Code:
 <html>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="640" height="480">
  <param name=movie value="[B]main.swf[/B]">
  <param name=quality value=high>
  <embed src="[B]main.swf[/B]" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="640" height="480">
  </embed>
 </object> 
</html>


AND Your Movie name has to be your Earlier Movie name

eg:- Earlier Movie name is "Demo"
now also It has to be "Demo"

:yes:

Code:
i hav creat a file call "video.swf" dat file is workin evn da video.

For this one

THEN you have keep it as video.swf

or else you have change your action script as main.swf ( if you are changing video.swf to main.swf )
 
Last edited: