VicMan Software Users Community

It is currently Tue Mar 19, 2024 8:49 am

All times are UTC




Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
Author Message
 Post subject:
PostPosted: Fri Dec 29, 2006 10:08 pm 
Offline
User avatar

Joined: Thu Dec 14, 2006 6:22 pm
Posts: 11
Location: Utah Desert
Can anyone explain how one adds the gallery to a web page after exporting in VRML:


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 01, 2007 6:54 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Yes! Upload all exported files (my_holidays_gallery.wrl and my_holidays_gallery_files folder) to your web site and simply link to uploaded wrl-file.
VRML-files can be viewed in all the most popular browsers with Cortona plugin, for example (http://www.parallelgraphics.com/products/cortona/).


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 07, 2007 9:03 pm 
Offline

Joined: Sun Jan 07, 2007 5:13 pm
Posts: 1
Location: UK
I only found out about this software yesterday, and what an excellent product it is - and my favourite price too!

Following this advice from Maxim, I have managed to load a test gallery: http://www.lynbarn.org/gallery but, apart from the quality of image not being as good as the PC version (which I think I can adjust) I haven't found a way to select any of the images, and see the caption / descriptions that I've added. I know the VRML feature is only in beta, so there isn't much to help on the help page, but is this possible?

Apart from Cortona, are there other plug-ins that users can recommend?

Regards,


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 08, 2007 4:42 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Hello, Lynbarn. Thank you for respect!
Yes, these all are limitations of beta. But in the next versions that will be certainly improved!
Textures quality is planned to be increased using extensions of VRML language.
And full size images with comments will be made using simple HTML.
So, stay tuned! :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 11, 2007 3:17 pm 
Offline

Joined: Thu Jan 11, 2007 3:12 pm
Posts: 9
This may have been covered elsewhere, but the WRL works pretty good in IE7, but not in Firefox2.0. At least I can't get the graphics file to load within a reasonable time. The files folder is only 14.4M and on IE7 it loads very quickly with my highspeed connection, but not so on Firefox.

Can someone confirm or refute that it "works" on Firefox2.0?

_________________
Cheers,

Deacon


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 17, 2007 2:09 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Yes, Firefox fails to load images by relative paths...
I’ve written mail to Parallel Graphics. Let’s see what they will answer...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 17, 2007 3:32 pm 
Offline

Joined: Thu Jan 11, 2007 3:12 pm
Posts: 9
Maxim wrote:
Yes, Firefox fails to load images by relative paths...
I’ve written mail to Parallel Graphics. Let’s see what they will answer...


Many of my websites use relative paths with graphics and they show up fine on Firefox2.0.

_________________
Cheers,

Deacon


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 9:13 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Exactly!
I wanted to say "Cortona plug-in for Firefox". :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 10:11 pm 
Offline

Joined: Thu Jan 11, 2007 3:12 pm
Posts: 9
I've got SOOOO many people asking for sound backup to the galleries. When are we realistically going to see that (or "hear" that) ?

_________________
Cheers,

Deacon


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 18, 2007 10:55 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Unfortunately time limits of My Pictures 3D Album with music support in exe-galleries are still fuzzy...

But in VRML it’s possible to do already now! :wink:
Just split web-page into frames: one for wrl-gallery, second for music. Like this:
Code:
<html>
<head>
<title>My Pictures 3D</title>
</head>
<frameset rows="0, *">
<frame src="musicplayer.htm" frameborder="0">
<frame src="gallery.wrl" frameborder="0">
</frameset>
</html>

I haven’t tried this, but sure this should work (probably with some little modifications).


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 2:19 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Few posts previously I wrote:
I’ve written mail to Parallel Graphics. Let’s see what they will answer...

Parallel Graphics has replied. Cortona plug-in for Firefox doesn’t support back slashes. So now you can simply replace all \ by /. And wrl-files exported by next version of My Pictures 3D Album will contain only forward slashes.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 21, 2007 2:32 pm 
Offline

Joined: Thu Jan 11, 2007 3:12 pm
Posts: 9
OK. Thanks for checking it out. Hopefully the upgrade will come out soon.

In the meantime, I'll do the changes necessary.

_________________
Cheers,

Deacon


Top
 Profile  
 
 Post subject: adding gallery to site
PostPosted: Sun Apr 29, 2007 2:10 pm 
Offline

Joined: Sun Apr 29, 2007 2:04 pm
Posts: 1
Location: the Netherlands
Hi, Diny here. I have managed to upload my gallery files and the gallery.wrl to my site, and put a link to the .wrl, but it won't open, popup says it doesn't recognize wrl files. I read something about a plugin? Do I need that ? I use IE7...and do any viewers of my website need that also?
and where should I get it, and where do I install it?
Hope to get a clear answer, I am very new in this :)
Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 01, 2007 5:24 pm 
Offline
Site Admin
User avatar

Joined: Sun Aug 28, 2005 3:15 pm
Posts: 628
Yes, even in case of IE7 you (as well as visitors of your site) have to download Cortona VRML Viewer. You can get and install it here: http://www.parallelgraphics.com/products/cortona/.


Top
 Profile  
 
 Post subject: 3D Gallery onto Web Site
PostPosted: Mon Jun 04, 2007 11:59 pm 
Offline

Joined: Mon Jun 04, 2007 11:22 pm
Posts: 2
Location: Bournemouth - United Kingdom
OK, I already know that I am stupid. But, VRML & WRL don't mean a damn thing to me. After reading all the relevant posts have since downloaded http://www.parallelgraphics.com/products/cortona/. But, were do I go from here.

Please, please help me make my online gallery happen.

PS Am I right in thinking that the music I have included in my 3D screen saver won't happen online?

Regards

8)

_________________
Regards

www.NeedForSpeedQuestionsAnswered.com

Scottlouie

NeedForSpeed+NeedForSpeedQuestionsAnswered=Play2Win


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group