Hi:
I'm having trouble loading a swf file that i'm referring to in php. I cannot make it load. It takes forever to load. What I'm doing is simple. I don't know what i'm missing.
$content='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="399" height="93"><param name="movie" value="pub/"'.$name.'><param name="quality" value="high"><embed src="pub/"'.$name.'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="399" height="93"></embed></object>';
echo $content;
What i did is used a flash file, published it and then replaced the file with another. The file does exist, but no luck. It takes forever to load.