DevalVR support

 

It is currently Sun May 19, 2013 9:42 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: SWF not displaying correctly...
PostPosted: Wed Jul 15, 2009 12:19 pm 
Offline

Joined: Tue Apr 21, 2009 3:27 pm
Posts: 43
Hello,

I've this SWF player (512x384)
Image

and it is displayed as...
Image


The code...
Code:
(pano)
{
   TYPE=PANORAMIC;
   FILE=carovigno.jpg;
   LENSFLARE= lens1, 1,157.51,124.65,-14.50, f1,#000000,0,250, f2,#111177,29,20, f2,#226666,33,110, f2,#aa0066,54,60, f3,#aa0000,68,70, f2,#aa0044,76,60, f2,#aaaaaa,39,15, f2,#888855,85,15, f4,#1a1a1a,97,200;
   IMAGE=quadro,1,10,10,512,384,#00,100,no,tv;
}
(tv)
{
   TYPE=IMAGE;
        SIZE=512,384;
   FILE=filmato.swf;
}

...
...
...


Bug or not?

Thank You :)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 15, 2009 3:14 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
Hi manny_gt,

The TYPE and FILE instructions must be the first instructions in the object. Try this:

Code:
(tv)
{
   TYPE=IMAGE;
   FILE=filmato.swf;
   SIZE=512,384;
}


regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Wed Jul 15, 2009 3:56 pm 
Offline

Joined: Tue Apr 21, 2009 3:27 pm
Posts: 43
Thank You fiero :) now works!

I've noticed a little "trouble" with FLVplayblack component of Flash:

- If you are planning to include a SWFs that's play a FLV video, DO NOT USE skins for the FLVPlayback component if you run the script in LOCAL (ie: launching directly the .dvl via player or just a html, because did not work properly.
These skins are external SWF launched by your player SWF and, for security policy of Flash, cannot be launched in LOCAL.
So you have 3 ways:

1. Upload all files to a site and run the HTML that's launch the script dvl
2. SetUp a "On-The-Fly" server to run the HTML.
3. Use custom buttons for "Play", "Stop", etc... <- recommended (expecially for the packager tool)

Maybe will helpful for you :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


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