I have uploaded swf file and it's stored in file system but Swf Flash Player is outputing only site base url path:
<object width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="http://localhost/" name="movie">
<param value="true" name="autoplay">
<param value="transparent" name="wmode">
<object width="640" height="360" data="http://localhost/" type="application/x-shockwave-flash" class="video-object">
No video? Get the <a href="http://get.adobe.com/flashplayer/">Adobe Flash plugin</a> </object>
</object>
Am I missing something?
Comments
Comment #1
Jorrit commentedMy bad. I will fix it asap.
Comment #2
Jorrit commentedThe fix has been committed to 7.x-2.x. If you download the next 7.x.2-x-dev version you will have this fix. It will be available within 12 hours.
Comment #3
xalexas commentedThanks. It's working perfectly now!