GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   TubeAce inside please... (https://gfy.com/showthread.php?t=1050782)

just a punk 12-21-2011 09:33 AM

TubeAce inside please...
 
Ive posted this to another board already, but seems you don't visit it too often :)

So here we go.

You guys have a serious bug in your specs. I'm talking about the <flv_embed> block because it includes <object ...> which (according to XML specs) is also considered as an XML tag (yeah just one more tag inside the other one), so everything inside of it (classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' blah..blah..blah) is considered as XML parameters of the <object> tag.

To do it right, you should use CDATA, e.g.:
Code:

...
    <flv_embed>
      <![CDATA[<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'
      codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'
      width='454' height='40** id='player' align='middle'><param name='allowScriptAccess'
      value='sameDomain' /><param name='allowFullScreen' value='true' /><param name='menu' value='false' />
      <param name='swLiveConnect' value='true' /><param name='quality' value='best' />
      <param name='movie' value='http://www.sponsor.com/video.flv/>
      <param name='quality' value='best' /><param name='bgcolor' value='#dfe5ef' />
      <embed src='http://www.sponsor.com/video.flv' menu='false' scale='noscale' quality='best' bgcolor='#dfe5ef'
      width='454' height='40** name='FLVplayer' align='middle' allowScriptAccess='sameDomain'
      allowFullScreen='true' type='application/x-shockwave-flash'
      pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>]]>
    </flv_embed>
...

I hope you understand what I'm talking about.

marlboroack 12-21-2011 09:45 AM

I don't know about this one

just a punk 12-21-2011 09:54 AM

Glad for you.

just a punk 12-22-2011 02:12 AM

Nobody from TubeAce here? Hmm...

porno jew 12-22-2011 02:15 AM

not interested sorry.

k0nr4d 12-22-2011 02:33 AM

There isn't too much they can do about it if sponsors output it without the cdata

just a punk 12-22-2011 05:38 AM

Quote:

Originally Posted by k0nr4d (Post 18646118)
There isn't too much they can do about it if sponsors output it without the cdata

Perhaps they can correct the specs here: http://www.tubeace.com/nav/xml_feeds/ :2 cents:

Tube Ace 12-22-2011 08:20 AM

Looking into it.

CaptainWolfy 12-22-2011 10:19 AM

nice seeing that somebody is in fact helping other people here instead of bashing them all the time! :thumbsup for cyberxxx

cooldude7 12-22-2011 11:40 AM

cyberxxx, you are now in my smart coders list


All times are GMT -7. The time now is 02:52 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123