| View previous topic :: View next topic |
| Author |
Message |
Jjf Cheater
Reputation: 0
Joined: 23 Aug 2007 Posts: 29
|
Posted: Mon Sep 03, 2007 4:02 pm Post subject: Flashgames in notepad?? |
|
|
| Is there a way to make flash games In notepad (If so please teach)
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Mon Sep 03, 2007 4:49 pm Post subject: |
|
|
| No. Why do newbies always ask if they can compile in notepad or make "x" in notepad? :/
|
|
| Back to top |
|
 |
Programmer Cheater
Reputation: 0
Joined: 02 Sep 2007 Posts: 48
|
Posted: Mon Sep 03, 2007 5:08 pm Post subject: |
|
|
You can write the actionscript in notepad if you wish!
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Tue Sep 04, 2007 6:32 am Post subject: |
|
|
| yea but... it wont play it, if u want to see the source ull see nothing but
|
|
| Back to top |
|
 |
lolium Expert Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 209 Location: AREA 51!!!!!!!!!!!!!!!!!!!!
|
Posted: Tue Sep 04, 2007 6:49 am Post subject: |
|
|
| Programmer wrote: | | You can write the actionscript in notepad if you wish! and dont forget lolium is the best lolz |
_________________
|
|
| Back to top |
|
 |
tylermoore Expert Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 187 Location: ottawa
|
Posted: Wed Sep 05, 2007 7:26 pm Post subject: |
|
|
First of all you will not see flash in notepad becuase it does not support the feature. You can write a HTML to display a SWF file wich alot of site do like addictinggames.com does.
If you like the code for it here you go
| Quote: | <HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>Untitled-1</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--PenguinShark/100--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="550" HEIGHT="400" id="Untitled-1" ALIGN="">
<PARAM NAME=movie VALUE="Untitled-1.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Untitled-1.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="Untitled-1" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>
|
_________________
|
|
| Back to top |
|
 |
|