how to use notepad in flash

This is a discussion on "how to use notepad in flash" within the Flash & Multimedia Forum section. This forum, and the thread "how to use notepad in flash are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 28th, 2006, 04:41
New Member
Join Date: Jan 2006
Age: 28
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
how to use notepad in flash

hi i dont know how to change flash content using notepad(html)...can it be done by actionscript?
can anyone please tell me
thanks in advance
reeta
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 30th, 2006, 17:06
Junior Member
Join Date: Jul 2006
Location: Boca Raton, FL
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to use notepad in flash

Hi Reeta,

If I understood your question, the answer is NO.

In order to edit a flash movie (.SWF) you need the .FLA source file which has to be open in Flash itself.

If you are talking about editing an action script specifically, you could edit the code in a notepad, but you'd have to paste it back into your flash movie in order to make it effecticve.

Hope this helps...

Cheers,
Bruno Aun
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 31st, 2006, 14:42
New Member
Join Date: Jan 2006
Age: 28
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to use notepad in flash

thanks bruno,
i mean to say that html code is written in note pad..which will be displayed in flash page/movie..now if you want to change the content of movie...u can change it from notepad...

how to do that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 31st, 2006, 15:17
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to use notepad in flash

yes it can be done.
First of all create a .txt file named content.txt
Inside that txt file create the variable = content, example would be:
Code: Select all
&content=Hello
Now make a text field call it content_txt in your flash document.
Add the following code:
Code: Select all
var externalData:LoadVars = new LoadVars();
externalData.onLoad = function(){
content_txt.tect = externalData.content;
}
externalData.load("content.txt");
This makes all data from the content.txt file appear in the flash document at the content_txt field.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 31st, 2006, 15:21
New Member
Join Date: Jan 2006
Age: 28
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to use notepad in flash

thanks sypher
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
use, notepad, flash

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
League Table From Notepad magpie Web Page Design 10 Apr 18th, 2008 19:45
Another NotePad++ question dhall Starting Out 0 Aug 21st, 2007 16:57
Notepad++ question dhall Starting Out 3 Aug 19th, 2007 20:29
Notepad Is annoying me Accurax Webforumz Cafe 21 Mar 12th, 2007 12:18
First time with WIN XP --- what's up with Notepad?? autumn_whispers2me Web Page Design 16 May 17th, 2005 17:44


All times are GMT. The time now is 23:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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