Welcome Guest! To enable all features please try to register or login.
Flash disapearing
AnneSinclair
#1 Posted : Monday, July 22, 2019 1:03:41 PM(UTC)

Rank: Novice Forum Member

Joined: 2/5/2019(UTC)
Posts: 5
Okay we need a way to show gifs in world either by converting them or by showing them directly. There are alot of dance floors in world that use flash. I tried one method and it doesn't work for dance floors. Can you add support for the gif's? IF anyone knows a way to make dance floors using some kind of animated image that isn't flash please speak up.
1 user thanked AnneSinclair for this useful post.
Cassey on 7/22/2019(UTC)
AnneSinclair
#2 Posted : Monday, July 22, 2019 1:33:23 PM(UTC)

Rank: Novice Forum Member

Joined: 2/5/2019(UTC)
Posts: 5
Okay i figured out that creating a webpage allows you to show gif's but how do you make them so that you can resize the image? I tried this method in a webpage:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<style>
html, body {
height: 100%;
}

img.one {
height: auto;
width: auto;
}
</style>
</head>
<body>
<img class="one" src="https://i1078.photobucket.com/albums/w481/demonravenbird/flash/WYlX_zpsyaclarpg.gif" width="1000" height="1000"><br>
</body>
</html>

And it shows a empty space surrounding the gif I need a way to be able to resize the gif any suggestions?
2 users thanked AnneSinclair for this useful post.
Silesa on 7/22/2019(UTC), Cassey on 7/22/2019(UTC)
Silesa
#3 Posted : Monday, July 22, 2019 3:00:19 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
AnneSinclair;1594080 wrote:
Okay i figured out that creating a webpage allows you to show gif's but how do you make them so that you can resize the image? I tried this method in a webpage:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<style>
html, body {
height: 100%;
}

img.one {
height: auto;
width: auto;
}
</style>
</head>
<body>
<img class="one" src="https://i1078.photobucket.com/albums/w481/demonravenbird/flash/WYlX_zpsyaclarpg.gif" width="1000" height="1000"><br>
</body>
</html>

And it shows a empty space surrounding the gif I need a way to be able to resize the gif any suggestions?








IDK but i think you are over complicating it

https://i1078.photobucke...sh/WYlX_zpsyaclarpg.gif
as the webpage url


Attach web browser with the size of the gif and state tab emissive set to 255 seems to work fine
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
Cassey
#4 Posted : Monday, July 22, 2019 3:01:05 PM(UTC)

Rank: Seasoned Forum Member

Joined: 2/10/2013(UTC)
Posts: 1,010
Medals:
Hi,

Converting way, likely one of many ways we will all find to do this.

I tested this in my test place for dance floor animation after converting the gif to webm. The code I saved as html and hosted on the Internet is below. Don't forget that with html5 using Attach Web Browser you have to host both the webm and the html.

Hope this helps.


Code:
      <li>
        <div align="center"><video autoplay loop muted width="350" height="294">
        <source src="https://InternetPathToHostedWebm.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: Internet path to above hosted html

Scale: To change size

Interactive: Uncheck so people don't accidently zoom in on it
1 user thanked Cassey for this useful post.
Silesa on 7/22/2019(UTC)
Silesa
#5 Posted : Monday, July 22, 2019 3:04:20 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
Gifs should be fine in html5 does converting them to webm have an advantage
with lag?

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
Nefarious_Needs
#6 Posted : Monday, July 22, 2019 3:08:52 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/19/2013(UTC)
Posts: 6,943
Location: Probably SomeWhere Dancing
Medals:
Where is DurtyJay when you need her the most, sorry some of you just do video's for yourselves not very detailed as durty's are a 15-minute video outweighs a 30-second one always.
2 users thanked Nefarious_Needs for this useful post.
Cougar on 7/23/2019(UTC), DurtyJay on 7/1/2021(UTC)
Cassey
#7 Posted : Monday, July 22, 2019 3:11:10 PM(UTC)

Rank: Seasoned Forum Member

Joined: 2/10/2013(UTC)
Posts: 1,010
Medals:
Silesa;1594108 wrote:
Gifs should be fine in html5 does converting them to webm have an advantage
with lag?


People seem to think so online. It was like a 7 to 8 when I measured props. The file size is usually smaller than a gif when webm. I've seen it half the size when converted, but not with all gifs.
1 user thanked Cassey for this useful post.
Silesa on 7/22/2019(UTC)
Silesa
#8 Posted : Monday, July 22, 2019 3:13:56 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
Crixsus_Nef_R_B;1594109 wrote:
Where is DurtyJay when you need her the most, sorry some of you just do video's for yourselves not very detailed as durty's are a 15-minute video outweighs a 30-second one
always.



i am putting together a post and example free player and webspace now to help on ways people can do own videos

https://www.freewebhostingarea.com/

Pretty good free space can ftp to it but not much storage

Google drive can link to video files stored on it
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
1 user thanked Silesa for this useful post.
Cassey on 7/22/2019(UTC)
Silesa
#9 Posted : Monday, July 22, 2019 3:15:29 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
Cassey;1594110 wrote:
Silesa;1594108 wrote:
Gifs should be fine in html5 does converting them to webm have an advantage
with lag?


People seem to think so online. It was like a 7 to 8 when I measured props. The file size is usually smaller than a gif when webm. I've seen it half the size when converted, but not with all gifs.


that gif is 11k

f2 and comparing with gif vs webm web page should show if helps
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
Cassey
#10 Posted : Monday, July 22, 2019 3:23:12 PM(UTC)

Rank: Seasoned Forum Member

Joined: 2/10/2013(UTC)
Posts: 1,010
Medals:
I think for now gif or webm is six for one half a dozen for the other. lol Below is a link from Google about it. They seem to think their are benefits in converting.

https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/
1 user thanked Cassey for this useful post.
Silesa on 7/22/2019(UTC)
Paul_FW
#11 Posted : Tuesday, July 23, 2019 6:38:29 PM(UTC)

Rank: Seasoned Forum Member

Joined: 9/21/2010(UTC)
Posts: 1,206
Medals:
So flash can be replaced by other formats, but only on a web browser, currently you can attach flash to many props with different shapes for visual effects, how will a Web browser maintain that it cant. so more additions to animated textures would be a good idea?
Manon_Qc
#12 Posted : Tuesday, July 23, 2019 8:21:44 PM(UTC)


Rank: Seasoned Forum Member

Joined: 1/2/2014(UTC)
Posts: 635
Medals:
Fx Floor & Ceiling

Demonstrator showroom

2 HTML5 players

Ceiling with Youtube space video (no sound)

Dance floor with Youtube trance Fx video (with music)


vww://utherverse.vww/@1531327










Paul_FW
#13 Posted : Wednesday, July 24, 2019 1:57:02 AM(UTC)

Rank: Seasoned Forum Member

Joined: 9/21/2010(UTC)
Posts: 1,206
Medals:
Manon_MaXi_DECO;1594311 wrote:
Fx Floor & Ceiling

Demonstrator showroom

2 HTML5 players

Ceiling with Youtube space video (no sound)

Dance floor with Youtube trance Fx video (with music)


vww://utherverse.vww/@1531327



Yea animations videos etc easy on a 2 dimensional prop which all props turn into when use script attach web browser, what about 3 dimensional props is the question try wrapping an animation around a cylinder or curved surface without flash !!






Manon_Qc
#14 Posted : Wednesday, July 24, 2019 5:22:02 AM(UTC)


Rank: Seasoned Forum Member

Joined: 1/2/2014(UTC)
Posts: 635
Medals:
IDK Paul, my job is media players.

Maybe I can do a VR video showroom Grin

3D take more ressource. Is that the fun with RLC classic, dont need a last generation compute. Not need a university course for make some deco.

Oasis, Sandar, Sinespace are fun but not sure all can pay a super GPU card for play on this when these games will have full ppl.

For RLC classic, half spere etc, idk, maybe someone can answer to this.

Hugs



Cassey
#15 Posted : Wednesday, July 24, 2019 6:37:08 PM(UTC)

Rank: Seasoned Forum Member

Joined: 2/10/2013(UTC)
Posts: 1,010
Medals:
Paul_FW;1594279 wrote:
So flash can be replaced by other formats, but only on a web browser, currently you can attach flash to many props with different shapes for visual effects, how will a Web browser maintain that it cant. so more additions to animated textures would be a good idea?



The developers on this html5 transition are aware how important it is for us to be able attach html5 to props for the 3D look. I sent an email to techsupport@redlighcenter.com mentioning it, and I doubt I was the only one. At least I hope I wasn't the only one. lol

There is a lot of flash many of us have purchased that gets attached to props in-world. Tech support acknowledged my concern which is all I expected, but I hope they have a plan because losing that ability would be incredibly bad for RLC.
2 users thanked Cassey for this useful post.
Silesa on 7/24/2019(UTC), Cougar on 7/25/2019(UTC)
Users browsing this topic
Guest
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.324 seconds.
TC-IIS-7
3.15.231.194