Hi all. I don't have experience working with flash . But i need a help adding auto update rss xml to a flash image rotator which is not made me(The author provided the source .fla file).Now flash pulls image url from a rss feed but if i want view updated rss i have to reload the whole page!!
I appreciate if any one help me modify this flash so it pulls data every 15 seconds automatically without refreshing the whole page. i know you might suggest to use javascript but i want to use this flash where javascript is disabled.I did some search and noticed flash has this auto update power but never found a good tutorial on how to do it!!
Currently flash image rotator pulls rss xml feed like shown below. I appreciate some one help in achieving this task.Thanks
Looking foward for some help.Thanks
I appreciate if any one help me modify this flash so it pulls data every 15 seconds automatically without refreshing the whole page. i know you might suggest to use javascript but i want to use this flash where javascript is disabled.I did some search and noticed flash has this auto update power but never found a good tutorial on how to do it!!
Currently flash image rotator pulls rss xml feed like shown below. I appreciate some one help in achieving this task.Thanks
Code:
<object type="application/x-shockwave-flash" data="./imagerotator.swf" height="180" width="448">
<param name="movie" value="./imagerotator.swf" />
<param name="allownetworking" value="internal" />
<param name="allowScriptAccess" value="never" />
<param name="enableJSURL" value="false" />
<param name="enableHREF" value="false" />
<param name="saveEmbedTags" value="true" />
<param name="bgcolor" value="#FFFFFF" />
[b] <param name="flashvars" value="file=externalfeed.php&autostart=true&transition=fade&shownavigation=false&rotatetime:4&shuffle=true" />[/b]
<param name="wmode" value="transparent" />
</object>
</div>
Looking foward for some help.Thanks