![]() |
Ajax.Updater and Flash content - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Ajax.Updater and Flash content (/showthread.php?tid=3857) |
Ajax.Updater and Flash content - El Forum - 10-25-2007 [eluser]ELRafael[/eluser] Hello everybody! I have some problems with Prototype Ajax.Updater function. Let's explain my case! In my view, i have this: Code: <div id="principal"> Ok, its working, fine thanks! But the var $capa_html has this content Code: AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','320','height','260','title','Videos','src','/videos/public/flv_player/flvplayer','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flashvars','file=/videos/public/videos/<?=$capa->arquivo;?>','movie','/videos/public/flv_player/flvplayer' ); //end AC code The string ($capa->nome and $capa->descricao) show fine. But the script part doesn't!!! I saw in the scriptaculous wiki, a param called evalScripts, but if i set true, the updater clear the page and show me only the AC_..... Ah, this script is for a flash content!!! Thanks |