Welcome Guest! To enable all features please try to register or login.
show case chromium
GoldenMinded
#1 Posted : Thursday, July 11, 2019 9:18:18 AM(UTC)


Rank: Forum Regular

Joined: 6/17/2010(UTC)
Posts: 110
Medals:
Standing her in this showcase taking in all this info but I'm wondering how any of this affects my builds, i use gifs in a few of my builds as well as many swf's so with the new chromium how will that change how I do this. Also, I make in world videos for commercials and weddings, porn movies ect with the in-world stream camera video maker how will that affect what im doing in this category??

Regards
GoldenMinded

Behind every great man is a woman rolling her eyes."
2 users thanked GoldenMinded for this useful post.
Silesa on 7/11/2019(UTC), Cassey on 7/24/2019(UTC)
Manon_Qc
#2 Posted : Thursday, July 11, 2019 9:22:08 AM(UTC)


Rank: Seasoned Forum Member

Joined: 1/2/2014(UTC)
Posts: 635
Medals:
That will just add the posibility to used HTML5 script. Wink




Cassey
#3 Posted : Thursday, July 11, 2019 8:17:44 PM(UTC)

Rank: Seasoned Forum Member

Joined: 2/10/2013(UTC)
Posts: 1,010
Medals:
I’m finding HTML5 isn’t as difficult as it may seem at first. It’s just different than what we are used to.

I just started learning more about html5, and I think everyone is going to like how much more we can do with it beyond Flash, as time goes by. Below is my first simple html5 test I did with a GIF I had and converted to WEBM using a free online converter. The free cloud one I found had a length limitation, but I’ve also seen a few reasonably priced boxed type software that can be downloaded to convert AV formats.

Code:
<li>
        <div align="center"><video autoplay loop muted width="700" height="110">
        <source src="https://PathToHostedWebmConvertedFromGif.webm"
         type='video/webm;codecs="vp8, vorbis"'/>
         Your browser does not support the HTML5 Video element.
    </video></div>
     </li>


Prop: Sign_01

Script: Attach Web Browser

URL: Is the .https://ToYourHTMLcode.html that you created from above code example and hosted online with the Webm video you converted from GIF.

In Script uncheck Interactive, so people can’t click on it and zoom in by accident if just a sign.

Use Scale in Script to Resize

Use Emissive in State tab to make brighter

My understanding is the RLC developers are preparing for the inevitable end of Adobe’s Flash the end of 2020 in all popular web browsers and Windows 10 even, a staff member mentioned Windows 10 in the forum. I’ve tested with converting SWF to WEBM too which worked well with Attach Web Browser. I’m guessing this is just the first update in the transition. I hope anyway.

Golden, I’ve seen some of your work and think you should send an email to techsupport@redlightcenter.com about the in-world streaming. That’s a really good question.


4 users thanked Cassey for this useful post.
Silesa on 7/19/2019(UTC), marlboroman on 7/19/2019(UTC), xxxCHRISTYxxx on 7/21/2019(UTC), Fanny on 8/20/2019(UTC)
Nefarious_Needs
#4 Posted : Thursday, July 11, 2019 8:48:09 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/19/2013(UTC)
Posts: 6,943
Location: Probably SomeWhere Dancing
Medals:
Cassey;1592516 wrote:
I’m finding HTML5 isn’t as difficult as it may seem at first. It’s just different than what we are used to.

I just started learning more about html5, and I think everyone is going to like how much more we can do with it beyond Flash, as time goes by. Below is my first simple html5 test I did with a GIF I had and converted to WEBM using a free online converter. The free cloud one I found had a length limitation, but I’ve also seen a few reasonably priced boxed type software that can be downloaded to convert AV formats.

Code:
<li>
        <div align="center"><video autoplay loop muted width="700" height="110">
        <source src="https://PathToHostedWebmConvertedFromGif.webm"
         type='video/webm;codecs="vp8, vorbis"'/>
         Your browser does not support the HTML5 Video element.
    </video></div>
     </li>


Prop: Sign_01

Script: Attach Web Browser

URL: Is .https://ToYourHTMLcode.html that you created from above code example and hosted online.

In Script uncheck Interactive, so people can’t click on it and zoom in by accident if just a sign.

Use Scale in Script to Resize

Use Emissive in State tab to make brighter

My understanding is the RLC developers are preparing for the inevitable end of Adobe’s Flash the end of 2020 in all popular web browsers and Windows 10 even, a staff member mentioned Windows 10 in the forum. I’ve tested with converting SWF to WEBM too which worked well with Attach Web Browser. I’m guessing this is just the first update in the transition. I hope anyway.

Golden, I’ve seen some of your work and think you should send an email to techsupport@redlightcenter.com about the in-world streaming. That’s a really good question.





Nice post-Cassey can you indulge me a bit more by showing me what this code looks like after you put in the URL thank you.

<li>
<div align="center"><video autoplay loop muted width="700" height="110">
<source src="https://PathToHostedWebmConvertedFromGif.webm"
type='video/webm;codecs="vp8, vorbis"'/>
Your browser does not support the HTML5 Video element.
</video></div>
</li>
2 users thanked Nefarious_Needs for this useful post.
Silesa on 7/11/2019(UTC), Cassey on 7/24/2019(UTC)
Cassey
#5 Posted : Thursday, July 11, 2019 9:16:56 PM(UTC)

Rank: Seasoned Forum Member

Joined: 2/10/2013(UTC)
Posts: 1,010
Medals:
Crixsus_Nef_R_B;1592531 wrote:
Cassey;1592516 wrote:
I’m finding HTML5 isn’t as difficult as it may seem at first. It’s just different than what we are used to.

I just started learning more about html5, and I think everyone is going to like how much more we can do with it beyond Flash, as time goes by. Below is my first simple html5 test I did with a GIF I had and converted to WEBM using a free online converter. The free cloud one I found had a length limitation, but I’ve also seen a few reasonably priced boxed type software that can be downloaded to convert AV formats.

Code:
<li>
        <div align="center"><video autoplay loop muted width="700" height="110">
        <source src="https://PathToHostedWebmConvertedFromGif.webm"
         type='video/webm;codecs="vp8, vorbis"'/>
         Your browser does not support the HTML5 Video element.
    </video></div>
     </li>


Prop: Sign_01

Script: Attach Web Browser

URL: Is .https://ToYourHTMLcode.html that you created from above code example and hosted online.

In Script uncheck Interactive, so people can’t click on it and zoom in by accident if just a sign.

Use Scale in Script to Resize

Use Emissive in State tab to make brighter

My understanding is the RLC developers are preparing for the inevitable end of Adobe’s Flash the end of 2020 in all popular web browsers and Windows 10 even, a staff member mentioned Windows 10 in the forum. I’ve tested with converting SWF to WEBM too which worked well with Attach Web Browser. I’m guessing this is just the first update in the transition. I hope anyway.

Golden, I’ve seen some of your work and think you should send an email to techsupport@redlightcenter.com about the in-world streaming. That’s a really good question.





Nice post-Cassey can you indulge me a bit more by showing me what this code looks like after you put in the URL thank you.

<li>
<div align="center"><video autoplay loop muted width="700" height="110">
<source src="https://PathToHostedWebmConvertedFromGif.webm"
type='video/webm;codecs="vp8, vorbis"'/>
Your browser does not support the HTML5 Video element.
</video></div>
</li>


The converted GIF I tested is from a synch dance team I was on a while back at the VWW below. The Christmas tree there is an SWF to WEBM I had purchased from Pinks_Liplock's and associates. Love their work, but can't attach new html5 web browser to a prop yet like Flash, so just an animated 2 dimensional Christmas tree for now. I hope RLC developers work that all out.

vww://utherverse.vww/@120324/@1498819
3 users thanked Cassey for this useful post.
Silesa on 7/11/2019(UTC), Cougar on 7/12/2019(UTC), marlboroman on 7/19/2019(UTC)
Cougar
#6 Posted : Friday, July 12, 2019 12:13:14 AM(UTC)


Rank: Seasoned Forum Member

Joined: 9/24/2011(UTC)
Posts: 429
OMG CASSEY!!!

You said Pinks and I realized most of my Christmas stuff is swf from her.

This is critical! Someone has to teach me how to make it go! It will ruin my Christmas if I can't use Pinks stuff


SOS!!


~Coug
Don't shop, just adopt. Support your local animal rescue, if you can't adopt, foster, if you can't foster, sponsor, if you can't sponsor, volunteer, if you can't volunteer, donate, if you can't donate educate! Give old blankets and towels! And PLEASE, ALWAYS spay or neuter your pet!!


2 users thanked Cougar for this useful post.
Silesa on 7/19/2019(UTC), Cassey on 7/24/2019(UTC)
Silesa
#7 Posted : Friday, July 19, 2019 10:27:30 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:


i am a hard head sometimes, someone i admire and respect very
much from the 2007 crowd and has way more knowledge about deco/rlc code than i,
told me what is in the video was not going to be possible.

Not only is it possible, i realize now, for sure, that what we lose in flash
the Chromium update UV was able to do makes it possible to do
WAY WAY more than flash ever could.

Now only if the Wizard of Utherburg and the Dynamic Dev Team would give us
attach web browser copy, the sky would be the limit on what can be done.

Peace

CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
5 users thanked Silesa for this useful post.
marlboroman on 7/19/2019(UTC), Cougar on 7/20/2019(UTC), xxxCHRISTYxxx on 7/21/2019(UTC), Cassey on 7/24/2019(UTC), EMP_Contessa_Mel on 11/2/2019(UTC)
Silesa
#8 Posted : Saturday, July 20, 2019 7:48:40 AM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
HTML

Code:
<html lang="en">
<head>

<script>

window.ga = window.ga || function() {
  (ga.q = ga.q || []).push(arguments);
};
ga('create', 'UA-24722991-1', 'auto');
ga('set', 'transport', 'beacon');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>

<meta charset="utf-8">
<meta name="description" content="sitv test.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta itemprop="name" content="sitv test.">
<meta itemprop="image" content="/images/icons/icon.png">
<meta id="theme-color" name="theme-color" content="#fff">

<link rel="icon" href="/images/icons/icon.png">

<base target="_blank">


<title>Video </title>

<link rel="stylesheet" href="../css/main.css">
<link rel="stylesheet" href="css/main.css">

</head>
<body>

  <video id="video1" autoplay src="video/sitv.webm" loop muted></video>
  <video id="video2" autoplay src="video/sitv2.webm" loop muted></video>
  <video id="chrome" class="transparent" src="video/chrome.webm" loop muted></video>

  <div id="container">

   

   

    <script src="js/main.js"></script>

  </div>



</body>
</html>


CSS

Code:
a#viewSource {
  border: none;
  bottom: none;
  color: #36f;
  padding: 0 0 0 0;
  position: absolute;
  width: 200px;
  z-index: 10;
}

body,
html {
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
  background-color: rgba(0,0,0,.0);
  background-image: url(../images/none);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

div#container {
  background: none;
  max-width: 100%;
  position: relative;
}

p {
  color: black;
}

span#clearSpan {
  color: #7af;
  cursor: pointer;
}

span#clearSpan:hover {
  text-decoration: underline;
}

video#chrome {
  bottom: 0;
  position: absolute;
  -moz-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1s;
  width: 100%;
}

video#chrome.transparent {
  opacity: 0;
}

video#video1,
video#video2 {
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  background: transparent;
  position: absolute;
}

video#video1 {
  bottom: 0;
  left: 10%;
  width: 50%;
  z-index: 1;
}

video#video2 {
  bottom: 50px;
  right: 10%;
  width: 25%;
  z-index: 1;
}

.rotateOut {
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    opacity: 0;
    -webkit-transform: rotate(-2000deg) scale(0);
    transform: rotate(-2000deg) scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: rotate(2000deg) scale(1);
    transform: rotate(2000deg) scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateOut {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: rotate(0) scale(1);
    transform-origin: center center;
  }

  50% {
    opacity: 0;
    transform: rotate(-2000deg) scale(0);
    transform-origin: center center;
  }

  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: rotate(2000deg) scale(1);
    transform-origin: center center;
  }
 
 
}




Based on Cassey willingness to share plus the fact i am anxious to see some of the wonderfully talented creative learn to use our new set of paintbrushes i decided to share my work on this.

Github is a place much like that GoldenMinded and Crixsus i believe might understand the spirit of sharing that should bear the fruits of a group of people creating something greater than can be done alone.

Templates are meant to save work and to be adapted to be a better fit for the application needed. A considerable amount of time went into getting this to work as shown in the video above. So my Karma of sharing this SHOULD come back to me when someone takes it a bit further.


The original open-source on this can be found in a huge GitHub repository of sample code a member put together https://github.com/samdutton/simpl This particular package is contained in the videoaplha folder

The Alpha video i create to use with the modified slimed down code above can be accessed @ this link http://sitv.ga/t5/video/sitv.webm

The animation portions of the CSS is not what does the animating the video does. That portion of the CSS allows the video to be dragged around & some easing in the original code. i took portions out that were conflicting but may be able to be added back in with changes to the code to avoid the conflicts. This was just the first go around with it and i know more slimming of the code needs done. i tried several other methods/sample codes and did achieve the same results but this code was way less work and more possibilities IMO. The masking method seems to be a very cumbersome method to achieve what alpa channel on video does on its own.

i alone can not do SiTV it takes the help of others and that is what makes it the best.

Please remember that if me sharing this helps others and happy coding/creating to all the wonderful kind gifted talent here


Peace

Edit to add:
i did another one Cougar might like but tried some changes in the video frame rate/quality that did not work out as well as my first one https://www.youtube.com/watch?v=x6Tb6irvsoo
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
2 users thanked Silesa for this useful post.
Cassey on 7/24/2019(UTC), Fanny on 8/20/2019(UTC)
AnneSinclair
#9 Posted : Monday, July 22, 2019 12:54:09 PM(UTC)

Rank: Novice Forum Member

Joined: 2/5/2019(UTC)
Posts: 5
Cassey;1592516 wrote:
I’m finding HTML5 isn’t as difficult as it may seem at first. It’s just different than what we are used to.

I just started learning more about html5, and I think everyone is going to like how much more we can do with it beyond Flash, as time goes by. Below is my first simple html5 test I did with a GIF I had and converted to WEBM using a free online converter. The free cloud one I found had a length limitation, but I’ve also seen a few reasonably priced boxed type software that can be downloaded to convert AV formats.

Code:
<li>
        <div align="center"><video autoplay loop muted width="700" height="110">
        <source src="https://PathToHostedWebmConvertedFromGif.webm"
         type='video/webm;codecs="vp8, vorbis"'/>
         Your browser does not support the HTML5 Video element.
    </video></div>
     </li>


Prop: Sign_01

Script: Attach Web Browser

URL: Is the .https://ToYourHTMLcode.html that you created from above code example and hosted online with the Webm video you converted from GIF.

In Script uncheck Interactive, so people can’t click on it and zoom in by accident if just a sign.

Use Scale in Script to Resize

Use Emissive in State tab to make brighter

My understanding is the RLC developers are preparing for the inevitable end of Adobe’s Flash the end of 2020 in all popular web browsers and Windows 10 even, a staff member mentioned Windows 10 in the forum. I’ve tested with converting SWF to WEBM too which worked well with Attach Web Browser. I’m guessing this is just the first update in the transition. I hope anyway.

Golden, I’ve seen some of your work and think you should send an email to techsupport@redlightcenter.com about the in-world streaming. That’s a really good question.




I tried your code even created a webpage to host the code and it would not show up at all the sign kept becoming visible. So what did I do wrong, just using the url only does not work, creating a webpage with only the code does not work and creating a regular html page using your code still does not work.
AnneSinclair
#10 Posted : Monday, July 22, 2019 12:57:41 PM(UTC)

Rank: Novice Forum Member

Joined: 2/5/2019(UTC)
Posts: 5
Okay i take it back it did work but the gif shows as a movie and that won't work for a dance floor.
1 user thanked AnneSinclair for this useful post.
Silesa on 7/22/2019(UTC)
Silesa
#11 Posted : Thursday, July 25, 2019 8:34:54 AM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:


Was very very glad to hear from DJ_Railgirl1_TNA who showed me
a player she is working on. Nice to see people get creative and
original using the new Chromium patch.

Now if we can find a way to texture 3d props with attach web browser
and more start to venture into some code to do some things to spice
it up using the new script that would be nice to see.

Still testing out a free open source easy to do DIY type player that people can
do their own including some naughty videos not just youtube with.

Within a week or so i hope to post the how to details/code on the free/easy players
that should help replace the redtube type ones people made of their own in places.


Great Job RailGirl on the player keep at it!

Peace
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
2 users thanked Silesa for this useful post.
Pytch on 7/26/2019(UTC), Cougar on 7/27/2019(UTC)
ASultryWmn
#12 Posted : Saturday, July 27, 2019 8:47:26 AM(UTC)


Rank: Veteran Forum Member

Joined: 2/4/2017(UTC)
Posts: 3,578
Medals:
Been in there a couple of times. I don't like the textures. It has lost the 3D effect and this is suppose to be a 3D world. It looks flat, like a cheaply made cartoon in there. I would think in 2019 the look of 3D would be popping off the screen instead it looks like it's being wiped out. Question: When 2020 finally get here does this mean all the work that has been done with attach webbrowser will go white, and all will have to be redone? If so this will put a hell of a strain on people who sold layouts. I'm thinking brace for impact.
Silesa
#13 Posted : Saturday, July 27, 2019 11:45:19 AM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
ASultryWmn;1594737 wrote:
Been in there a couple of times. I don't like the textures. It has lost the 3D effect and this is suppose to be a 3D world. It looks flat, like a cheaply made cartoon in there. I would think in 2019 the look of 3D would be popping off the screen instead it looks like it's being wiped out. Question: When 2020 finally get here does this mean all the work that has been done with attach webbrowser will go white, and all will have to be redone? If so this will put a hell of a strain on people who sold layouts. I'm thinking brace for impact.




Brace for impact it could be and judging how we knew the demise/ugly of Photobucket was coming (i am guilty also and a lot of my older work effected).

Maybe people will handle this happening a lot better.

If designers and members do the same as PB, that can be a severe blow to RLC when towards the end of 2020 comes and flash goes white for good in world.


Not really anything UV can help us with and doing all they can, it will be up to us to have things replaced tested and developed ahead of time.

Everything flash will need to be replaced plus ways to do new things that we could not do in flash.

HOPING somehow UV will find a way to 3d texture with attach web browser, there could be something in HTML5 coding that does make it possible

There is 3d browsers maybe some of the code used in web pages for those or something can break the flat limitations.



There was a trend in deco of using flash for images, not sure if a lot of designers people still do that much.

Another good question for staff is will just swf files not work with flash or will static images still work with the flash script.

That is something i would like to know, because i think i could give an image the file extension of .swf and have it be a message on how to replace the flash with attach web browser for the players out there.

i will have to try that see if possible to rename a .png image to .swf see if still works. We know .jpg and .png work in flash but will it after 2020.

i have a question back, is the chromium showroom still open in world? i can not seem to find it.


And yes i will keep my word on the free easy DIY attach web browser video player and share it here ASAP.

Still, have a few to try then decide on which one.

Peace
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
2 users thanked Silesa for this useful post.
Fanny on 8/20/2019(UTC), Cougar on 9/9/2019(UTC)
Silesa
#14 Posted : Tuesday, July 30, 2019 2:57:21 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:


This is what i was referring to in the ideals topic

Attach sprites i made a mpeg one and it did something to the alarm clock
but did not texture it

Then the attach sprite to an animate sprite/gif and Ortho be nice to have a little more info on that script


Not that i do not appreciate there is info and sharing on chromium at another site

i just believe would be much better if a section/topic could be here in the forums

Emailing support on what works or does not with sprites i could do. But would be nice if we had a place
for discussing specific things on update/ ideas and chromium here in the forum staff & vols could share
info with us

Still testing players for the best DIY html5 one


Peace
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
2 users thanked Silesa for this useful post.
Cougar on 7/31/2019(UTC), Fanny on 8/20/2019(UTC)
Teen_Temptress
#15 Posted : Tuesday, July 30, 2019 6:00:19 PM(UTC)


Rank: Novice Forum Member

Joined: 7/28/2014(UTC)
Posts: 7
Silesa Help help Help
Silesa
#16 Posted : Tuesday, July 30, 2019 6:34:01 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
TeenTemptressDis;1595250 wrote:
Silesa Help help Help


And i just got through all my inbox

OMW
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
Silesa
#17 Posted : Monday, September 09, 2019 10:10:11 AM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:


Turns out the loyalty gift Yacht layout UV generously gave out
makes a great theater/club. i have been tinkering with it for the
last couple of weeks doing a new layout on it and also with
trying to stay away from flash utilizing the new Chromium
attach web browser script instead. The live video i will not release
yet, but slowly Chromium is definitely making the demise of flash less
discouraging for me and i hope for RLC also.

Some of the pluses of Chromium, RESO !!!.

The looping type flash video swf files i use to make, it was
never possible to do the higher resolution video because of
file size/lag. Chromium? i am able to do video loop/deco videos
around 2+ minutes long and resolutions up to 1280p with considerably
smaller file sizes/less lag. To do that in flash without way long
load times/horrific lag was not possible. The transparent video
in Chromium is also able to do much higher resolution/longer loops.

So far in this layout i am at 3 attach web/Chromium transparent videos,
1 nontransparent video and 1 audio loop. Total of 5 and going to try to
add a couple of more, plus try a duplicate copy of one of them.

The negatives of the Chromium patch?

There is a bug but IMO i would not call it a critical one, once familiar with it.

Although it is a pretty mean bug, it can disruption network connection.

Once you get multiple instances of attach web browser in you need to expect when editing
them the layout will crash. What helps avoid that is to edit slowly, things like holding
the scale arrow down in the editor so that the scale rapidly increases will cause a crash.

Editing within the attach web browser script when multiple instances of the script are in
a layout has to be done slowly and deliberately to best have a chance of not crashing.

Seems you have to let the layout catch up with the editing, but sometimes it will crash
no matter what when editing. BUT so far with 5 instances, i was able to log back into the
layout and continue to edit. (do a lot of layout saves until the attach web scripts are complete)

i know that with flash 2 to 3 dozen of flash control/copy was the limit before it was detrimental to
the layout. i am expecting we will not be able to match that number with attach web browser, but
i will continue to push the number and vary the types of them until i get a good idea on how many
are too much.


vww://utherverse.vww/@61455/@1533932 feel free to look around, i have a really fast computer/internet
and causes my judgment of lag to be a bit biased, so positive criticism i do hope for.

Peace
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
3 users thanked Silesa for this useful post.
Cougar on 9/9/2019(UTC), Sandra_SD_SoF on 9/10/2019(UTC), Paul_FW on 9/27/2019(UTC)
Silesa
#18 Posted : Thursday, September 26, 2019 1:18:30 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
http://sitv.us/sharedbySiTV/fire2.html

The above is pretty much the equivalent (except way better resolution)
of the fire swf SiTV created and has shared for many years to many users who use it.


i am going a bit further on this one by providing a zip file link to the files
in hopes that others will create/gain from it.

http://sitv.us/sharedbySiTV/sharedbySiTV.zip


Please do remember to share back with SiTV and donate to cover cost with what you can.

Peace


CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
4 users thanked Silesa for this useful post.
Cougar on 9/27/2019(UTC), Paul_FW on 9/27/2019(UTC), Sandra_SD_SoF on 9/27/2019(UTC), EMP_Contessa_Mel on 11/2/2019(UTC)
Silesa
#19 Posted : Friday, September 27, 2019 2:10:01 AM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
TY Paul

When i ever get the layout done i will be sure to send you a copy if you like.

The Island layout you shared with others and i has caused Joy and appreciated.


Note: to achieve transparency (so the black or white background portion of the html files
does not show) the video must contain an alpha channel.

Peace
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
aangel_l
#20 Posted : Sunday, September 29, 2019 8:23:56 AM(UTC)

Rank: Seasoned Forum Member

Joined: 7/14/2012(UTC)
Posts: 1,118
Medals:
I read this post with a little amusement. Code??????? Code to deco? Can it be in the future your gonna have to get a degree in programming to play a game?

Ok ill admit it. I'm LAZY!!! When i start seeing a lot of \\\\\\ on the screen I start thinkin about grade school math and think that's the opposite of division and should be an x.

My computers are toys. That's all i want them to be. When i was a child playing jacks i didn't have to know the trigonomic functions of an isosceles triangle or the reciprocative force of different types of materials. I just found me a piece of sidewalk.


But thats ok, I just wont use gifs or flash. Never have.
1 user thanked aangel_l for this useful post.
Silesa on 11/20/2020(UTC)
Users browsing this topic
Guest (3)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Clean Slate theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.505 seconds.
TC-IIS-7
3.14.131.212