babygirl*brittney 0 Report post Posted May 26, 2005 OK I'm new to this so bare with me how do I or would I add a flash pic/vid to my blog/site? I uploaded it to photobucket and the tag code didn't make it show up Someone told me to come here and check this place out but I'm so lost lol Share this post Link to post Share on other sites
moonwitch1405241479 0 Report post Posted May 26, 2005 You did not actually move it from tutorials moonwitch so I moved it for you.No thanks need :DRudyI firstly moved your topic to a more suitable place Don't worry. I don't bite *much*Now, there's a huge different between flash (which is like name_of_file.swf) a picture (name.jpg, name.png etc), animation (name.gif if it moves, if it don't it's a pic) and between a vid (.wmv, .avi etc)Most sites don't allow posting of flash because it can be a security risk (CAN). Also it requires some pretty long code, for IE and Netscape it's different etc (even I have to look it up LOL). Pictures are easy (same goes for gif, jpg, png and all those) <img src="whateveranemithas.jpg"> Videos are similar to flash qua code you have to insert, it's also long, I don't think it's allowed on many sites. What exactly are you trying to pour in there? And also MySpace my have limitations on what code you can use, what extensions (or file types) you can put on their site. Share this post Link to post Share on other sites
mookas49 0 Report post Posted May 27, 2005 Hey i am having the same problem, anyone out ther that can help us? Share this post Link to post Share on other sites
jet 0 Report post Posted May 27, 2005 Ok. To embed flash onto a website. Go into the <body> section of your HTML code, and insert this:<object width="INSERT WIDTH OF MOVIE IN PX HERE" height="INSERT HEIGHT OF MOVIE IN PX HERE"><param name="movie" value="NAME + LOCATION OF FILE.swf"><embed src="LOCATION, NAME OF MOVIE AGAIN.swf" width="WIDTH HERE AGAIN" height="HEIGHT HERE AGAIN"></embed></object>That is the core code (minimal code, the least you need to have a working flash movie show). You can customise around the code, e.g. put <center>, <div> & other tags around it. But do NOT put any tags between the <embed> (e.g. between <object ...> and <param>. Always put them outside, e.g. <div class=movie position=absolute .. <object><param><embed></embed></object></div>If you are using Macromedia (or should I say Adobe) Flash, you can just go File -> Publish, and then Flash creates the file for you automatically. Share this post Link to post Share on other sites