Hello everyone!
I have a big problem…
I must add some java script to my flash application (inside of a text box) but dont have a clue how to do it.
I am trying to offer some kind of News Feed to my site and i got this code (Java Script) to add to it, but dont know how. Dont know what goes inside of the flash application and what goes in the actual html page…
Here goes the code.
Any help will be MOST welcome!
Cheers.
Leo.
:thumb:
<!--
START OF NEWSFEEDMAKER.COM CUSTOM CODE
Newsfeed Maker, http://www.newsfeedmaker.com
- Service for creating customized RSS, JS, IFrame
and HTML newsfeeds for your website or blog.
Your use of this code indicates your agreement
to the terms and conditions found at:
http://www.ipdgroup.com/user_agreement.php
Copyright (c) 2005-2007 IPD Group, Inc.
http://www.ipdgroup.com
-->
<script type="text/javascript" language="JavaScript">
//<!--
function nfm_articles(a)
{
for(i=0;i<a.length;i++) {
document.writeln('<p style="padding:0.5em 1em;margin:0px;">');
document.writeln('<a style="font-size:14px;color:#3D81EE;text-decoration:underline;" target="_blank"'
+'href="'+unescape(a*[0])+'&code=9e5d17eb">'+unescape(a*[1])+'<'+'/a>');
if(a*[4].length) a*[2]=a*[2]+',';
document.writeln('<span style="font-size:10px;color:#E1771E;text-decoration:none;">'
+unescape(a*[2])+'<'+'/span>');
document.writeln('<span style="font-size:10px;color:#E1771E;text-decoration:none;">'
+unescape(a*[4])+'<'+'/span>');
if(a*[3].length) {
document.writeln('<br>');
document.writeln('<span style="font-size:11px;text-decoration:none;">'
+unescape(a*[3])+'<'+'/span>');
}
document.writeln('<'+'/p>');
}
}
function nfm_articles_error(e)
{
document.writeln('<p style="padding:0.5em 1em;margin:0px;">');
document.writeln('<span style="font-size:11px;text-decoration:none;">'
+e.replace(/a href/g,'a style="font-size:11px;text-decoration:underline;color:#3D81EE;" href')+'<'+'/span>');
document.writeln('<'+'/p>');
}
//-->
</script>
<div style="font-weight:normal;font-style:normal;font-size:9pt;text-decoration:none;">
<script type="text/javascript" language="JavaScript" src="http://www.newsfeedmaker.com/feed_basic_js.php?site=einnews&type=n&id=25818&num=20&abstract=1&code=9e5d17eb">
</script><div class="nfm_more" style="text-align:center;padding:2px;font-size:10px;color:#3D81EE;text-decoration:none;"><a style="font-size:10px;color:#3D81EE;text-decoration:underline;" href="http://www.einnews.com/east-africa/newsfeed-east-africa">More news</a> >>
<br><br>
Powered by <a style="font-size:10px;color:#3D81EE;text-decoration:underline;" href="http://www.newsfeedmaker.com/">Newsfeed Maker</a>
</div></div>
<!-- END OF NEWSFEEDMAKER.COM CUSTOM CODE -->