Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


How do i put the javascript



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> Flash Forum
View previous topic :: View next topic  
Author Message
npsari



Joined: 08 Mar 2007
Posts: 15
Location: England

PostPosted: Sat Mar 10, 2007 12:31 am    Post subject: How do i put the javascript Reply with quote

In the Flash I am doing...

It allows me to put a Javascript part

So, I typed this one :

<script language="JavaScript">
document.write('<IMG src="http://www.example.com/pic.jpg"');
</script>


Is that the right format to type in the Javascript?
Because the flash does not show the image at all
Back to top
View user's profile Send private message Visit poster's website
doctordigital84



Joined: 06 Apr 2007
Posts: 12

PostPosted: Fri Apr 06, 2007 3:27 am    Post subject: Re: How do i put the javascript Reply with quote

nope. i dont even think you can run javascript in flash. look for "actionscript" image loaders
Back to top
View user's profile Send private message Visit poster's website
siege



Joined: 21 Apr 2007
Posts: 31

PostPosted: Tue May 01, 2007 12:41 am    Post subject: Re: How do i put the javascript Reply with quote

there are a few ways to communicate with external scripts. Look in the help menu for external communication/ or communicating with JS. An easy to access your JS from flash is to put the JS in a function in the
Code:
<head> function imgWriter(myReallyCoolHref)
   {
   document.write('<IMG src=myReallyCoolHref');
   
   }</head>
of your html. Then in flash call it from a button; passing the argument/s. For example:
Code:
my_btn.onPress=function(){getURL("javascript:imgWriter('"http://www.example.com/pic.jpg"');}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> Flash Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap