| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| CactusLoverâ„¢ Join Date: Sep 2006
Posts: 1,764
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Snippets for Noobs Thread Hiya I thought i would compile a list of html snippets noobs would most likely want, so here goes. Embedding Flash/Other movie files into a page. Use something like dreamweaver, then create a layer and move this layer to where you would like the movie to be shown. Next click inside the layer and switch to code view then paste in the following code: Code: <embed src="URL OF MOVIE" width="100%" height="100%"> If you want to add play pause and rewind functionality ect.. add the following code before width and height parameters. Code: controll="true" This makes things easier when setting the width and height of your movie, as sometimes the movie doesnt always show in its correct proportions. Dont have dreamweaver? ????: NamePros.com http://www.namepros.com/code/252175-snippets-for-noobs-thread.html just copy and paste the code into your html body, if your using something like dreamweaver then you should be able to place the movie in design view wherever you want to place it once you've added the code. More snippets to follow If you want
__________________ Turtles!
Last edited by Electric-Shadow; 10-29-2006 at 09:18 AM.
Reason: added extra info
|
| |
| | #2 (permalink) |
| Senior Member Join Date: Oct 2005 Location: Kent ~ U.K.
Posts: 3,209
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | nice going, rep added ![]() you should do more tutorials for the webmaster tutorial section Joe
__________________ Myself and "JackHeskett" are no longer associated with FusedHosting.net. Please pipe all PMs to admin [at] fusedhosting.net. |
| |