|
|
|
|
![]() ![]() |
Oct 31 2005, 02:49 PM
Post
#1
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 8 Joined: 31-October 05 Member No.: 9,379 |
hello,
how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2. This post has been edited by microscopic^earthling: Nov 1 2005, 06:19 AM |
|
|
|
Oct 31 2005, 10:08 PM
Post
#2
|
|
|
Premium Member Group: Members Posts: 242 Joined: 4-August 05 From: Los Angeles Member No.: 7,624 |
QUOTE(pirate @ Oct 31 2005, 06:49 AM) hello, how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2. Well the flash file can be put in your page with the EMBED tag which can be used as simply as this: CODE <embed src="http://www.url.com/flash.swf" width="550" height="400"> but normally one would include more code to make the file appear and operate exactly how it should. Flash will generate this code if you use the File > Publish feature. After adjusting the publish settings (file > publish settings) it will generate an HTML file for you with all of the relevant coding. Then you can copy that code from the HTML file into your web page code. All you need to upload to your host is the SWF file. |
|
|
|
Dec 25 2005, 08:22 AM
Post
#3
|
|
|
Member [ Level 1 ] Group: Members Posts: 38 Joined: 28-September 05 Member No.: 8,785 |
QUOTE(pirate @ Oct 31 2005, 04:49 PM) hello, how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2. This will make it done. Just replace after the src element your file source path. As far I know it is enough to upload your .swf movie file, that works fine. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="100"> <param name="movie" value="header01.swf" /> <param name="quality" value="high" /> <embed src="header01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="100"></embed> </object> |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th September 2008 - 05:25 PM |