Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How Do I Put A Flash Image In My Website
crazymind21
post Jun 24 2007, 10:24 PM
Post #1


Member [Level 3]
******

Group: Members
Posts: 92
Joined: 20-May 07
From: holland
Member No.: 43,377



oke i got flash now and i made this button
http://www.crazydesign.trap17.com/coolflashthingy.swf

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
QUOTE
<img src="">
Go to the top of the page
 
+Quote Post
jlhaslip
post Jun 24 2007, 11:12 PM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,882
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



computinghost.com has Flash in its page.

http://www.computinghost.com/

Check out the embed and object codes by doing a source view and let us know if it works for you.
Go to the top of the page
 
+Quote Post
cwconline
post Jun 25 2007, 12:01 AM
Post #3


Member [Level 1]
****

Group: Members
Posts: 60
Joined: 25-February 07
From: Somewhere Your Not! Well... Maybe your here. Who Knows?
Member No.: 39,197



<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="400">
<param name="movie" value="http://yoursite.com/file.swf">
<param name="quality" value="high">
<embed src="http://yoursite.com/file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" 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!
Go to the top of the page
 
+Quote Post
crazymind21
post Jun 25 2007, 08:25 PM
Post #4


Member [Level 3]
******

Group: Members
Posts: 92
Joined: 20-May 07
From: holland
Member No.: 43,377



it didn't work,the only thing i got was a white background just look

http://www.crazydesign.trap17.com

i put this code in
QUOTE
<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="64" height="17">

<param name="movie" value="flash/coolflashthingy.swf">

<param name="quality" value="high">

<embed src="flash/coolflashthingy.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" 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
Go to the top of the page
 
+Quote Post
cwconline
post Jun 25 2007, 10:03 PM
Post #5


Member [Level 1]
****

Group: Members
Posts: 60
Joined: 25-February 07
From: Somewhere Your Not! Well... Maybe your here. Who Knows?
Member No.: 39,197



I'm sorry, it worked for me. I dont understand why it didnt work for you? Hmmm, let me check one sec...

CODE

<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

Go to the top of the page
 
+Quote Post
Striker9099
post Jul 5 2007, 10:42 PM
Post #6


Member [Level 2]
*****

Group: Members
Posts: 79
Joined: 30-June 07
Member No.: 45,745



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://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?
Go to the top of the page
 
+Quote Post
galexcd
post Jul 7 2007, 04:05 AM
Post #7


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 975
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



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:
CODE
getURL("http://www.yoursite.com/page.html","_self");
Go to the top of the page
 
+Quote Post
svsnipa
post Jul 16 2007, 05:45 PM
Post #8


Newbie
*

Group: Members
Posts: 8
Joined: 3-April 07
Member No.: 41,025



QUOTE(alex7h3pr0gr4m3r @ Jul 7 2007, 04:05 AM) *
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:
CODE
getURL("http://www.yoursite.com/page.html","_self");


yea it works fine for my too. that is the right code for me.
Go to the top of the page
 
+Quote Post
crazymind21
post Jul 16 2007, 05:55 PM
Post #9


Member [Level 3]
******

Group: Members
Posts: 92
Joined: 20-May 07
From: holland
Member No.: 43,377



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