It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Html code for .flv

Html code for .flv

Postby nonotme2008 on Wed Aug 06, 2008 4:50 pm

Hi all,
i use Premiere cs3 to make my .flv movies...
then, i have to put them into my html-website...
i dont know the code i have to write????
i tried a code for the swf ... it does NOT work ....
i dont know the difference or the relation ship between the 2 formats flv and swf ???
i need to explain clearly the complete relation ship between all the items in this subject : Html , Flash player , flv , swf and all.....
(i have all the cs3)
thanks to any help

:(
nonotme2008
 
Posts: 3
Joined: Wed Aug 06, 2008 4:41 pm

Postby chubzyko on Wed Aug 06, 2008 5:14 pm

To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the following steps:

Step 1
Choose File > Open. Open a Flash movie you have created.

Step 2
Choose File > Export Movie.

Step 3
Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK.

Step 4
Open the HTML page where you want to insert your Flash movie. Insert this code:

<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
"Failure is the key to success, so try and try until you succeed."
User avatar
chubzyko
100+ Club
 
Posts: 104
Joined: Wed Jul 30, 2008 10:48 pm
Location: Marikina City, Philippines

Postby nonotme2008 on Fri Aug 08, 2008 10:59 pm

Many thanks chubzyko, i did it, But some notes :
the video of the movie plays in 50% of its speed
The Audio is running in normal speed
there is NO boton to play/stop the video with the bar like usually
Many thanks 4 ur help
nonotme2008
 
Posts: 3
Joined: Wed Aug 06, 2008 4:41 pm


Who is online

Users browsing this forum: No registered users and 3 guests