LouiZeForum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
LouiZeForum

3D vrml
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  3Dchats / forums3Dchats / forums  
Le deal à ne pas rater :
Tablette 11″ Xiaomi- Mi Pad 6 global version (coupon + code promo)
224.97 €
Voir le deal
Le deal à ne pas rater :
Jeux, jouets et Lego : le deuxième à -50% (large sélection)
Voir le deal

 

 X3D Flash movietexture problem

Go down 
2 posters
AuthorMessage
3onne
1/20
3onne


Number of posts : 4
Registration date : 2010-09-24

X3D Flash movietexture problem Empty
PostSubject: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 14:41

Hello!

I'm new member. Also, I'm new in this.
Need help!

Maybe you had talk about that previously (in that case link would be enough), but I have problem with
Flash movietexture interactivity when work with X3D. Interactivity works only with VRML (without text input).
I'm using BS Contact player.

Is there any solution for interactivity with Flash in X3D?
Maybe I need to change player?

TNX!
Smile
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 14:49

welcome !!!

Personaly I am bad at knowing things about x3d , but I will search and too ask LouiZe's friends

wait please Smile

Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 16:12

Well , hummm ,
as I said I am very bad at x3d , sorry .

I went to BS bitmanagement and I used their

http://www.bitmanagement.de/php-bin/ViewVrml.php?url=http://www.bitmanagement.de/developer/contact/examples/media/flash/flash_transparent.wrl&fullPage=yes


to make my own test :


http://mixed3d.free.fr/x3d/flash_transparent_alain.wrl

I just changed the url of the flash and used an old one of mines ,

http://dumenieu.free.fr/1024/mec.swf

witch links to

http://dumenieu.free.fr/clicgpourquitter/refresh.html

when you click on .

Well it is OK in vrml ...


I imported that in FluxStudio to get an x3d by exportation .

I embeded it in

http://mixed3d.free.fr/x3d/x3dtest3.htm

witch contains x3dtest3.x3d


I had to replace ImageTexture by FlashMovieTexture by hand ,
it was false using vrmlpad , but I got it with Chisel .

I named it <FlashMovieTexture DEF='MV'

Now I guess I must add

ROUTE S.startTime TO MV.set_startTime

ROUTE Clicker.isActive TO MV.set_mouseActive
ROUTE Clicker.hitTexCoord_changed TO MV.set_mousePosition
ROUTE MV.duration TO S.mediaDuration


But I dont know exactly the syntax to do it in x3d , may be you could help me LOL
BTW I still search ...

Anyways it is just my second attempt about x3d , I am always happy to learn , LOL , many thanx Smile

And scuse if may be I waste your time ...
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 16:15

arggg very strange !!!

http://mixed3d.free.fr/x3d/flash_transparent_alain.wrl

is OK in local , but not when online Sad !!!
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 16:42

hummmmm


not sure if I am on the way ,

but that one works for me in local

http://mixed3d.free.fr/x3d/x3dtest5.x3d

( I mean that , clicking on the flash inside that opens the right html page )

but not online

and the embeded

http://mixed3d.free.fr/x3d/x3dtest5.htm

doesnt work online or in local Sad


( I added , with Chisel :

Code:
<ROUTE fromNode='S' fromField='startTime' toNode='MV' toField='startTime'  />

<ROUTE fromNode='Clicker' fromField="isActive" toNode='MV' toField='mouseActive' />

<ROUTE fromNode= 'Clicker'  fromField='hitTexCoord_changed' toNode='MV'  toField='mousePosition'  />
<ROUTE fromNode= 'MV'  fromField='duration' toNode='S' toField='mediaDuration'  />
Back to top Go down
3onne
1/20
3onne


Number of posts : 4
Registration date : 2010-09-24

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 19:05

Yes, your movietexture can be button. Also, you can place VRML object, using inline, in X3D scene. Your texture is active and everyone is putting a smile on their face. Problem solved!It is similar to this:

http://www.bitmanagement.de/php-bin/ViewVrml.php?url=http://www.bitmanagement.de/developer/contact/examples/media/flash/flash_flex.wrl&fullPage=yes

it works OK (no text input) but there is some kind of interactivity.
Also, you can see file name "flash_flex.wrl", where "wrl" stands for VRML

I got answer on web3d.org:

The X3D Specification does not require Flash. If a particular browser supports it, then you must work with the organization that supports that browser. Any interactivity would be something solely supported on a browser-by-browser basis.

BS Contact can provide me animation in X3D, importing "swf" file as movietexture, but there is no interactivity (buttons reamins inactive).

I need, if there is possibility, interactive Flash movietexture (it would be perfect with text input) imported in X3D!

Smile
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySat 25 Sep - 19:52

Well thanx for the bitmanagement link ,
it works !!I mean the flash works perfect .

I guess I have none flash files perfect , on my own ,
I tried to embed that one and it works a bit , humm

http://mixed3d.free.fr/x3d/audio.htm

just a bit ....

Not sure how to write the ROUTE in x3d ...

I remembered that I have that sort of stuff :

http://dumenieu.free.fr/repass/passreponse.html

so I tried to put it in some x3d , but it is not very good ,
the result is shit , BTw , lol

http://mixed3d.free.fr/x3d/pass.htm


I guess that we need perfect swf to make tests
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySun 26 Sep - 9:56

I made other tests

http://mixed3d.free.fr/x3d/loader.htm

http://mixed3d.free.fr/x3d/playsound.htm


http://mixed3d.free.fr/x3d/son.htm
Back to top Go down
3onne
1/20
3onne


Number of posts : 4
Registration date : 2010-09-24

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySun 26 Sep - 14:08

The last three are totally QL!!!
How did you made it?
Is it only X3D with swf or X3D with VRML inline or...?

Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySun 26 Sep - 14:31

Hum , I am learning doing that :

I search old swf files I have on my puter , i.e. http://mixed3d.free.fr/x3d/son.swf

I change with Chisel the url of an x3d to put son.swf as a FlashMovieTexture ,
so I get http://mixed3d.free.fr/x3d/son.x3d

I embed it and get


http://mixed3d.free.fr/x3d/son.htm


My last trying is about anchor :


I made a swf with a free software , because I have lost my Flash Macromedia

when I changed my puter 3 years ago Sad

http://mixed3d.free.fr/x3d/tomixed2.htm


That one does nothing

but that one

http://mixed3d.free.fr/x3d/tomixed2.x3d

works for me in local ...

So ; I am a bit lost and I think it is because of the ROUTEs in x3d.

I am not used at them .

I searched on the web3d consortium , but it is not easy .

Do you know a bit about that ??


Last edited by alain on Sat 2 Oct - 20:07; edited 1 time in total
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySun 26 Sep - 16:27

this other test works
( from a swf found on the web )

http://mixed3d.free.fr/x3d/redtext.htm

So ..now I know how to put swf in x3d , as FalshMovieTexture ;
et to have some of their interactivity working ,
but when it is more complex ..it is too much complex for me for the moment , LOL

Could you send an example , VRML or x3d , of what you want , 3onne ????
Back to top Go down
3onne
1/20
3onne


Number of posts : 4
Registration date : 2010-09-24

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptyThu 30 Sep - 23:05

You're genius! It works! TNX! Smile
There is some kind of interactivity (without text input), but it's the same
thing on example from bitmanagement site.

I'm trying to figure out how to implement text input ...

Smile

Also, what about ROUTE you would like to know?
As I previously said, I'm new in this, but maybe could help you...



Last edited by 3onne on Fri 1 Oct - 10:04; edited 1 time in total
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptyThu 30 Sep - 23:42

LOL I am very new too at x3d !!

and I am on the way to bed , now ,
so , wait , I will tell later what I found about ROUTEs
and what I wonder about Smile
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySun 3 Oct - 18:33

well , hummm ,

I resumed what I tried here :


http://alaindumenieu.pagesperso-orange.fr/artvrml/211010.htm


The last examples , working or half working Sad
are at the end of the page ....

BTW , I wonder why you want your stuff in x3d !
why ? If I can ask ...
vrml is not sufficient ???

Quote :
BTW , VRML works :

http://mixed3d.free.fr/x3d/menu.wrl
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptySun 3 Oct - 21:23

mmmmmm ;

my second page is more simple , with a x3d working

http://alaindumenieu.pagesperso-orange.fr/artvrml/281010.htm

Are you good at making swf , 3onne , ????

you have the *.fla example there ,
may be a way to make some changes on , to test ....
Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem EmptyMon 4 Oct - 23:16

at the end I added a new test on that page above ,
playing with the flash - *.fla" script ....
Back to top Go down
Sponsored content





X3D Flash movietexture problem Empty
PostSubject: Re: X3D Flash movietexture problem   X3D Flash movietexture problem Empty

Back to top Go down
 
X3D Flash movietexture problem
Back to top 
Page 1 of 1
 Similar topics
-
» Bilan 05 -16 septembre 2005
» Networking Problem
» Sharing The Circle
» convert wrl file in meshlab problem
» BS Collaborate

Permissions in this forum:You cannot reply to topics in this forum
LouiZeForum :: ARTS :: 3D art :: Worlds (vrml)-
Jump to: