1.

Solve : Need to make this into a regular video?

Answer»

Note: I'm in a hurry right now, and I'm not sure where to put this, so SORRY if its in the wrong place.

How do I MAKE this code into an actual video that can be played like a regular video FILE? I know that if you put it into a myspace MESSAGE, it becomes a flash video(I think it's flash)

are there any tricks I can use? thanks.

http://services.brightcove.com/services/viewer/federated/1126082709">


http://services.brightcove.com/services/viewer/federated/1126082709" />


http://admin.brightcove.com" />

Well, to EMBED .swf to web page, you can use HTML code like this:
Code: [Select]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game">
<param name="movie" value="/flash/yourflash.swf" />
<param name="quality" value="high" />
<embed src="/flash/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="330"></embed>
</object>



Discussion

No Comment Found