Posted by bagya on October 8, 2009 at 2:56am
| Project: | SWF Tools |
| Version: | 6.x-2.5 |
| Component: | SWF Tools |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have used SWF player using PHP code :
<?php
print swf('http://blablabla.com/audiofile.mp3');
?>The player can be displayed and run properly but the audio file can not be replayed when it finished.
So, I have to refresh my browser to play the audio again.
Anybody can help me? Thx.