gaziks52 Posted February 17, 2009 Report Share Posted February 17, 2009 (edited) $find = array( "'\[b\](.*?)\[/b\]'is", "'\[i\](.*?)\[/i\]'is", "'\[u\](.*?)\[/u\]'is", "'\[size=(.*?)\](.*?)\[/size\]'is", "'\[color=(.*?)\](.*?)\[/color\]'is", "'\[img\](.*?)\[/img\]'i", "'\[url\](.*?)\[/url\]'i", "'\[url=(.*?)\](.*?)\[/url\]'i" ); $replace = array( "<b>\\1</b>", "<i>\\1</i>", "<u>\\1</u>", "<span style=\"font-size:\\1px;\">\\2</span>", "<span style=\"color:\\1;\">\\2</span>", "<img src=\"\\1\"/>", "<a href=\"\\1\">\\1</a>", "<a href=\"\\1\">\\2</a>" ); $output = preg_replace($find,$replace,$input); tātad ja ir šāds kods kā vislabāk būtu aizstāt tagus lai vienlīdz labi varētu ielikt video no metacafe.com , youtube.com utt. jo tur ir atšķirīgi to video parametri piem. loga izmēri???? Edited February 17, 2009 by gaziks52 Quote Link to comment Share on other sites More sharing options...
marcis Posted February 17, 2009 Report Share Posted February 17, 2009 Nu tāpat kā tu izvelc to, kas ir, piemēram, [ b ] tagos, tikai izvilkto rezultātu padod caur citu funkciju, kas pārbauda vai video id ir derīgs un no kurienes tas vispār nāk. Runājot par video plejera izmēriem - protams, būs foršāk, ja plejera izmērs būs pielāgots video izmēram, bet principā lielākā daļa (ja ne visi) plejeri prot proporionāli samazināt/palielināt video, lai tas maksimāli pielāgotos plejera izmēram. Quote Link to comment Share on other sites More sharing options...
gaziks52 Posted February 17, 2009 Author Report Share Posted February 17, 2009 ok...paldies! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.