| X3D Flash movietexture problem | |
|
|
Author | Message |
---|
3onne 1/20
Number of posts : 4 Registration date : 2010-09-24
| Subject: X3D Flash movietexture problem Sat 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! | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sat 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 | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sat 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 And scuse if may be I waste your time ... | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sat 25 Sep - 16:15 | |
| arggg very strange !!! http://mixed3d.free.fr/x3d/flash_transparent_alain.wrl is OK in local , but not when online !!! | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sat 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 ( 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' /> | |
|
| |
3onne 1/20
Number of posts : 4 Registration date : 2010-09-24
| Subject: Re: X3D Flash movietexture problem Sat 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! | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sat 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 | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sun 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 | |
|
| |
3onne 1/20
Number of posts : 4 Registration date : 2010-09-24
| Subject: Re: X3D Flash movietexture problem Sun 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...?
| |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sun 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 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 | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sun 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 ???? | |
|
| |
3onne 1/20
Number of posts : 4 Registration date : 2010-09-24
| Subject: Re: X3D Flash movietexture problem Thu 30 Sep - 23:05 | |
| You're genius! It works! TNX! 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 ... 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 | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Thu 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 | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sun 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 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 | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Sun 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 .... | |
|
| |
alain fondateur
Number of posts : 23529 Localisation : Dompierre sur Veyle ,France Registration date : 2005-04-19
| Subject: Re: X3D Flash movietexture problem Mon 4 Oct - 23:16 | |
| at the end I added a new test on that page above , playing with the flash - *.fla" script .... | |
|
| |
Sponsored content
| Subject: Re: X3D Flash movietexture problem | |
| |
|
| |
| X3D Flash movietexture problem | |
|