Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Embedding a flash file from another server (https://thetfp.com/tfp/tilted-technology/108588-embedding-flash-file-another-server.html)

Sun Tzu 09-16-2006 01:30 AM

Embedding a flash file from another server
 
We can place images here in the forum for the outside. Same with sound files. Is there a way to do that with flash animation opposed to posting just a link?

CSflim 09-16-2006 08:09 AM

It can be done only when HTML code is allowed. You can see if it is allowed in the "Posting Rules" box, just under the Quick Reply area.

In general discussion html is allowed. In Nonsense it is not. I am not sure if there is a reason for this difference.

the code to do it is:
HTML Code:

<EMBED src="http://www.website.com/files/flashmove.swf" WIDTH=400 HEIGHT=400 >

Sun Tzu 09-16-2006 09:23 PM

Quote:

Originally Posted by CSflim
It can be done only when HTML code is allowed. You can see if it is allowed in the "Posting Rules" box, just under the Quick Reply area.

In general discussion html is allowed. In Nonsense it is not. I am not sure if there is a reason for this difference.

the code to do it is:
HTML Code:

<EMBED src="http://www.website.com/files/flashmove.swf" WIDTH=400 HEIGHT=400 >

Thanks for the response, I tried that and it didnt work. I'm wanting to post my my personal Flash stuff in artwork and hoping to see other members do the same.

Sage 09-17-2006 08:08 AM

Try adding in this line of code:

Quote:

type="application/x-shockwave-flash"
so your code looks like this:
Quote:

<EMBED src="http://www.website.com/files/flashmove.swf" type="application/x-shockwave-flash" WIDTH=400 HEIGHT=400 >


All times are GMT -8. The time now is 02:38 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73