crazymind21 0 Report post Posted June 24, 2007 oke i got flash now and i made this buttonhttp://forums.xisto.com/no_longer_exists/this button i wanne use for my website now my question is, what do i need to put it online do i need a special code or something,i'm not experienced with this,i heard something about a special code u need for it,but i dunno wichi'm just used to using tis <img src=""> Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted June 24, 2007 computinghost.com has Flash in its page.https://xisto.com/Check out the embed and object codes by doing a source view and let us know if it works for you. Share this post Link to post Share on other sites
cwconline 0 Report post Posted June 25, 2007 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://forums.xisto.com/no_longer_exists/; width="600" height="400"> <param name="movie" value="http://ww38.yoursite.com/file.swf; <param name="quality" value="high"> <embed src="http://ww38.yoursite.com/file.swf; quality="high" pluginspage="https://get.adobe.com/flashplayer/otherversions/; type="application/x-shockwave-flash" width="600" height="400"></embed></object>To save you some time from looking it up this is it right here.... Best of luck just replace the domain with your own and you should be OK! Share this post Link to post Share on other sites
crazymind21 0 Report post Posted June 25, 2007 it didn't work,the only thing i got was a white background just look  http://forums.xisto.com/no_longer_exists/  i put this code in <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab; width="64" height="17">  <param name="movie" value="flash/coolflashthingy.swf">  <param name="quality" value="high">  <embed src="flash/coolflashthingy.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/otherversions/; type="application/x-shockwave-flash" width="64" height="17"></embed>  </object> now i wonder do i need some extra javascript or somthing to make it work cause i don't know how to let it work Share this post Link to post Share on other sites
cwconline 0 Report post Posted June 25, 2007 I'm sorry, it worked for me. I dont understand why it didnt work for you? Hmmm, let me check one sec... <object width="550" height="400"><param name="movie" value="file.swf"><embed src="file.swf" width="550" height="400"></embed></object> that should work if it doesnt I am at a lost. it should work I am 99.99% Positive Share this post Link to post Share on other sites
Striker9099 0 Report post Posted July 5, 2007 Well that's really nice. I've always wondered how to get a flash button or a flash clip on my website but never knew how to do it. Now could someone please give us a final resolution over this, because crazymind21 said it didn't work for him so... I'm not sure what to do... and actually I got a question, and this might be the reason why it didn't work for crazymind21... you included http://ww38.yoursite.com/file.swf and then you told him that he has to replace "yoursite.com" with his domain name, but what about the "file.swf" part... I believe that he should replace it with the name of his flash file... isn't that right? Share this post Link to post Share on other sites
galexcd 0 Report post Posted July 7, 2007 The flash buttons seem to work fine for me but open everything in a new window. This is really annoying for a nav bar. If you used the getURL() function, make sure as the second paramater you put "_self", so it doesn't do this.Example: getURL("http://http://ww38.yoursite.com/page.html;; Share this post Link to post Share on other sites
svsnipa 0 Report post Posted July 16, 2007 The flash buttons seem to work fine for me but open everything in a new window. This is really annoying for a nav bar. If you used the getURL() function, make sure as the second paramater you put "_self", so it doesn't do this.Example: getURL("http://http://ww38.yoursite.com/page.html;; yea it works fine for my too. that is the right code for me. Share this post Link to post Share on other sites
crazymind21 0 Report post Posted July 16, 2007 well it worked 2 i just did some stuff wrong with making the flash image,it worked all along but i forgot to change the background size so i didn't see the image only alil block lol ,but now i got it all working Share this post Link to post Share on other sites
galexcd 0 Report post Posted July 18, 2007 You still haven't set it to open the links in the same window which is very annoying. If you would pay attention to my previous post you could fix that. Share this post Link to post Share on other sites
saqib431 0 Report post Posted July 23, 2007 You still haven't set it to open the links in the same window which is very annoying. If you would pay attention to my previous post you could fix that. I think you should embed your .swf file in an html page, and then link it to your desired page and put it online. just you have done! Share this post Link to post Share on other sites