Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2015-05-02 11:30:22

donronca
Member
From: The Netherlands
Registered: 2012-12-27
Posts: 317
Website

Embedding is not working

when i try to embed it on a blogspot.

the video won't appear.

Offline

#2 2015-05-02 13:06:07

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

It should work. Whats the URL where you embedded a video?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2015-05-05 12:00:02

donronca
Member
From: The Netherlands
Registered: 2012-12-27
Posts: 317
Website

Re: Embedding is not working

http://xxxvideos4free.blogspot.com

please look the latest post.

Gorgeous Latina

Offline

#4 2015-05-11 00:38:48

donronca
Member
From: The Netherlands
Registered: 2012-12-27
Posts: 317
Website

Re: Embedding is not working

can you help me fix it?

Offline

#5 2015-05-11 04:49:21

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Please send me a URL for a video that is embedded on your site. I was not able to find one on the above url.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#6 2015-05-11 21:31:16

donronca
Member
From: The Netherlands
Registered: 2012-12-27
Posts: 317
Website

Re: Embedding is not working

FluxBB bbcode test

in the red is the iframe code and this is the code for that video

<iframe src="http://www.wizzporn.com/embed/522/" frameborder="0" border="0" scrolling="no" width="100%" height="100%"></iframe>

Offline

#7 2015-05-12 04:54:42

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Will check and fix.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#8 2015-05-15 19:53:14

donronca
Member
From: The Netherlands
Registered: 2012-12-27
Posts: 317
Website

Re: Embedding is not working

please let me know when it can be fixed.
or is that in the new update?

greets

Offline

#9 2015-05-15 19:58:53

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

It seems something related to your site only. Will review again and see how i can fix.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#10 2015-05-18 17:17:00

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Fixed the embed.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#11 2015-06-15 04:04:06

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: Embedding is not working

Hey adrian how you fixed that issue? i have that same exact problem, embedding show my site not the player. Thanks.

Offline

#12 2015-06-15 07:32:38

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Please email me FTP and i can fix.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#13 2015-06-15 18:25:44

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: Embedding is not working

I send you access, you can fix 1 and let me know how you did it so i can fix the others.

Offline

#14 2015-06-15 23:39:05

mario2000
Member
From: Spain
Registered: 2012-05-04
Posts: 190
Website

Re: Embedding is not working

Same problem for me, i use nuevo player.
<iframe src="http://brutal5.org/embed/6054/" frameborder="0" border="0" scrolling="no" width="100%" height="100%"></iframe>

Error 404
How to solve?
Thanks

Last edited by mario2000 (2015-06-15 23:40:16)


Brutal Porn Videos - Brutal5.org
Peliculas Online - PepeCine
Filme Online Romana - Filme5

Offline

#15 2015-06-16 12:47:16

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Do you have this line in .htaccess:

RewriteRule ^embed/(.*)$ embed.php?id=$1

Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#16 2015-06-17 04:45:21

mario2000
Member
From: Spain
Registered: 2012-05-04
Posts: 190
Website

Re: Embedding is not working

No  - this is my .htacces

Options -Indexes
Options +FollowSymLinks

<IfModule mod_php5.c>
  php_value max_input_time                  7200
  php_value max_execution_time              7200
  php_value memory_limit                    2048M
  php_value magic_quotes_gpc                0
  php_value magic_quotes_runtime			0
  php_value register_globals                0
  php_value session.auto_start              0
</IfModule>

<IfModule mod_rewrite.c>
    RewriteEngine On

	RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
	RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
	RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
	RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
	RewriteCond %{QUERY_STRING} SELECT(=|\[|\%[0-9A-Z]{0,2}) [OR]
	RewriteCond %{QUERY_STRING} UNION(=|\[|\%[0-9A-Z]{0,2}) [OR]
	RewriteCond %{QUERY_STRING} UPDATE(=|\[|\%[0-9A-Z]{0,2}) [OR]
	RewriteRule ^(.*)$ index.php [L,QSA]
	
    RewriteCond %{REQUEST_FILENAME} !\.(flv|mp4|gif|jpg|jpeg|png|css|js|html)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
	RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] 
	RewriteRule ^(.*)$ http://%1/$1 [R=301,L] 
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault A1209600
  ExpiresByType text/html A1
  ExpiresByType text/html A1
  ExpiresByType text/html A1
  ExpiresByType text/html A1
  ExpiresByType image/jpeg "access plus 1 month"
  ExpiresByType video/mp4 "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 year"
  ExpiresByType text/css "access plus 1 year"
</IfModule>

<ifModule mod_gzip.c>
  mod_gzip_on Yes
  mod_gzip_dechunk Yes
  mod_gzip_item_include file \.(html?|css|js)$
  mod_gzip_item_include handler ^cgi-script$
  mod_gzip_item_include mime ^text/.*
  mod_gzip_item_include mime ^application/x-javascript.*
  mod_gzip_item_exclude mime ^image/.*
  mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

#FileETag MTime Size

#php_value xdebug.profiler_output_dir /tmp
#php_value xdebug.profiler_output_name cachegrind.out.%t.%p
#php_value xdebug.profiler_enable 1

Brutal Porn Videos - Brutal5.org
Peliculas Online - PepeCine
Filme Online Romana - Filme5

Offline

#17 2015-06-17 07:22:31

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Your .htaccess is not correct. You need to add that line from my previous post and you also need to move the www to non-ww redirection before the first rewritecond.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#18 2015-10-25 08:54:51

Double_D
Member
From: The Netherlands
Registered: 2014-08-14
Posts: 305
Website

Re: Embedding is not working

Hello Adrian,

i got embed problems too....
If i put this code from the site example: <iframe src="http://www.porntube69.net/embed/3696/" frameborder="0" border="0" scrolling="no" width="100%" height="100%"></iframe>

the embed is 640x(around) 200

and if i insert this manual width="640" height="480" example: <iframe width="640" height="480" src="http://www.porntube69.net/embed/3696/" frameborder="0" border="0" scrolling="no" width="100%" height="100%"></iframe>

than its oke.
Can you tell me how i must change it in the code
Greetings
Jaco

Offline

#19 2015-10-25 09:32:03

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

The problem is that the embed is responsive, so basically if the parent div is not correct, the embed will not resize correctly.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#20 2016-01-27 12:52:43

donronca
Member
From: The Netherlands
Registered: 2012-12-27
Posts: 317
Website

Re: Embedding is not working

still have this issue.

Last edited by donronca (2016-01-27 12:52:57)

Offline

#21 2016-01-27 16:57:43

spankmonkey
Member
From: Detroit, MI
Registered: 2015-11-18
Posts: 37
Website

Re: Embedding is not working

I'm also having issues with embedded videos not showing up on other sites.

Offline

#22 2016-01-28 06:03:58

Nuevolab
Member
Registered: 2012-08-01
Posts: 189

Re: Embedding is not working

symtab wrote:

The problem is that the embed is responsive, so basically if the parent div is not correct, the embed will not resize correctly.

The problem is javascript within iframe code. It handle player size according to some static width/height of 854x480 and player becomes of bad height. Player should be 100% width/height of iframe size.
All this javascript is to remove from iframe code.

    var vwidth      = 854;
    var vheight     = 480;
    var playerc     = $("#player-container");
    var width       = playerc.width();
    var height      = Math.round(width / (vwidth / vheight));
        
    playerc.css('height', height);
        
    $(window).resize(function() {
        var width   = playerc.width();
        var height  = Math.round(width / (vwidth / vheight));
        playerc.css('height', height);
    });

There's no sense to apply container's css width and height values when player is intended to be 100% width/height of the iframe.

Last edited by Nuevolab (2016-01-28 19:24:42)

Offline

#23 2016-01-28 12:58:46

spankmonkey
Member
From: Detroit, MI
Registered: 2015-11-18
Posts: 37
Website

Re: Embedding is not working

"html5: Unsupported video" error.  I use flowplayer since I could never get my Nuevoplayer to work and haven't had a chance to deal with it yet.

Offline

#24 2016-01-28 15:39:12

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Embedding is not working

Hmm...will test this again with the new version and fix before releasing.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#25 2016-01-29 02:50:30

Nuevolab
Member
Registered: 2012-08-01
Posts: 189

Re: Embedding is not working

symtab wrote:

Hmm...will test this again with the new version and fix before releasing.

Symtab, few suggestions, both, any player and Nuevoplayer in particular.

1. Set padding and margin = "0" for iframe body style.
2. Do not use any javascript to size the player, just keep player container 100% with and height.
3. Do not set overlay ad position on document ready, set it always on ad show event.
4. For Nuevoplayer rather start it as separate javascript code than on document ready, though it's not big difference.
5. Can be important for Nuevoplayer not to use "<style>" in "head" section.

The last one I discovered just now. Discovered that Nuevoplayer may have trouble with reading the right stylesheet if it's missing "href" attribute and specific "<style>" items conflict with Nuevoplayer vars.
I already found solution to avoid such situation and will send you player's javascript, but for your existing clients would be better to avoid "<style>" in iframe's "head" section and use style for each specific container separately, or.... use external stylesheet loaded from server.

Regarding iframe player the problem can be also with overlay ad. Imagine iframed player in 320x240px container. This size is often used on mobiles in portrait mode. Now what if overlay ad is much bigger? This will break frame size. Best suggestion would be to use css scale transform if ad bigger than iframe (player) or at least set css overflow hidden for overlay's parent.

Last edited by Nuevolab (2016-01-29 04:54:20)

Offline

Board footer

Powered by FluxBB