
February 27th, 2007, 02:11 PM
|
|
Contributing User
|
|
Join Date: Apr 2005
Posts: 207
Time spent in forums: 20 h 3 m 51 sec
Reputation Power: 4
|
|
How to modify flash so it pulls php url every 15 seconds
Hi flash experts. could any one tell me how to modify flash .fla file so it pulls a .php url every 15 seconds without need to refrsh to the whole page that contains the flash. Here is how the flash is placed in page. I never worked in flash so i be happy if an expert have a look at it. I also can post the source code.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" />
<param name="flashvars" value="file=externalfeed.php&autostart=true&transition=fade&shownavigation=false&rotatetime:4&shuffle=true" />
<param name="wmode" value="transparent" />
</object>
</div>
pic of .fla
http://img3.freeimagehosting.net/im...?665f71e4ea.jpg
.fla to download:
http://www.wikiupload.com/download_page.php?id=91160
|