| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Flash
Hi
does anyone know how to insert a flash image using html codes as i am new to this and am hoping to progress my experience ![]() |
|
#2
|
|||
|
|||
|
A flash image?
The easiest way is just to press F12 when your flash program is open in flash. This will create a .html document with the flash program embedded in it. Then just open this file up in the code editor and copy the object tags. Its long and contains complex url's for the flash player. So i dont remember it.
__________________
Ask me for help in the following areas: Flash - Should be able to help HTML/Dreamweaver/Web Design - Should be able to help. CSS - Can help in some areas Also working on: JavaScript PHP C++ DHTML |
|
#3
|
|||
|
|||
|
thanks
|
|
#4
|
|||
|
|||
|
i do usually use dreamweaver to make webs and its easier in dreamweaver, you just press
Ctrl + Alt + F but yeah, i want to progress in my knowledge of htlm coding |
|
#5
|
|||
|
|||
|
Firstly, try not to double post. Just edit your previous post.
And I don't use Dreamweaver... I hate it... Go notepad! |
|
#6
|
|||
|
|||
|
kk
|
|
#7
|
|||
|
|||
|
Quote:
Ok How do u center flash in dreamweaver? it keeps going up in the left corner and dont center it. Here is a code i tryed but nothing happens. </head><table width="1280" height="600" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="772"><div align="center"> What am i doing wrong???? |
|
#8
|
|||
|
|||
|
click on the flash menu and insert the flash object in web page.
webdesigningcompany.net |
|
#9
|
|||
|
|||
|
LOL! ok that I know.
Next now if the size. Since my flash is 1280x800 its quit big for some screens to see, so if any one know a good idea for a script to resize it so its compatebel with the screen resolution of other peoples screen settings. Cheers! |
|
#10
|
|||
|
|||
|
Hmm. I always have trouble with sizes... I'm not sure if it works.. But set the width and height to 100%:
Code:
width="100%" height="100" I hope it works. And for your previous problem, just stick <center></center> tags around your flash object. |
|
#11
|
|||
|
|||
|
Quote:
Will that be under <body> or before? |
|
#12
|
|||
|
|||
|
Quote:
The <center> tags will come after body. |
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > HTML > Flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|