Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Question About Embedding Flash Object Header, flash
pirate
post Oct 31 2005, 02:49 PM
Post #1


Newbie [ Level 1 ]
Group Icon

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
Go to the top of the page
 
+Quote Post
foolakadugie
post Oct 31 2005, 10:08 PM
Post #2


Premium Member
Group Icon

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.
Go to the top of the page
 
+Quote Post
bnbrown
post Dec 25 2005, 08:22 AM
Post #3


Member [ Level 1 ]
Group Icon

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>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Converting Flash Files To Gif(7)
  2. Bad_pool_header(8)
  3. Delphi - Tfilestream(1)
  4. Question About Professional 3d Animating(21)
  5. How Do I Create A Good Fire Animation Using Flash ?(13)
  6. Flash Site Software(11)
  7. Mp3 Questions(14)
  8. How To Install Applications In Fedora(12)
  9. Firefox Update(7)
  10. MySQL Output Database Question(18)
  11. VB.NET / MS Access Question(6)
  12. What's The Best CMS(35)
  13. Pre Loader Tutorial For Flash(6)
  14. Vertical Text In Datagridview Column Header(6)
  15. Ipod Hardware And Software Question(9)
  1. Flash 8 - Game Tutorials?(8)
  2. Cruzer Flash Drive (usb)(11)
  3. Creating Flash Image/slideshow(2)
  4. Do Google Search Better Than Yahoo?(15)
  5. Help! Usb Flash Drive(10)
  6. Simple Java Question(3)
  7. Changing Path Of Shared Object(2)
  8. Using Blogger To Add Content(9)
  9. Php Question, Help Please(5)
  10. Flash Flash Revolution(0)
  11. Question About Opengl Codes.(0)
  12. Css Minus The <p>(9)
  13. Type Checking Not Work On For .. In Loop(0)


 



- Lo-Fi Version Time is now: 6th September 2008 - 05:25 PM