Hi

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Hi

KiranMutt
The following attempt to play flash files within Croquet failed, eventhough it created a flash window but empty without display.
Anybody have any idea how to go about this? Thanks - Kiran
 
| f player |
 f := (FileStream readOnlyFileNamed: 'C:\Flash\babies.swf') binary.
     Transcript show:f.
 player := (FlashMorphReader on: f) processFile.
 player startPlaying.
 player open.
 

 
Reply | Threaded
Open this post in threaded view
|

Re: Flash

Bert Freudenberg

On May 10, 2007, at 17:57 , Kiran wrote:

> The following attempt to play flash files within Croquet failed,  
> eventhough it created a flash window but empty without display.
> Anybody have any idea how to go about this? Thanks - Kiran

Currently only Flash 3 is supported, and maybe not even completely.  
What error did you see?

- Bert -


Reply | Threaded
Open this post in threaded view
|

Re: Flash

KiranMutt
It opens up a window as per the code. But the images doesnt appear after clicking the play button, (which may not be necessary though as the code itself invokes). Only white background with Play and Stop button on either side of the window..
Like in other Windows like Mpeg/movie player there is no open button to select the file.
So programmatically have selected as you may observe.
 
Does it take longer to play? Is there anything i am missing.
 
Should i try out any Flash previous version files.
 
Thanks for your reply.
 
Regards
Kiran
 


 
On 5/11/07, Bert Freudenberg <[hidden email]> wrote:

On May 10, 2007, at 17:57 , Kiran wrote:

> The following attempt to play flash files within Croquet failed,
> eventhough it created a flash window but empty without display.
> Anybody have any idea how to go about this? Thanks - Kiran

Currently only Flash 3 is supported, and maybe not even completely.
What error did you see?

- Bert -