A Flash Developer Resource Site

Search:

Type: Posts; User: manuelf

Page 1 of 2 1 2

Search: Search took 1.08 seconds.

  1. Replies
    1
    Views
    803

    Hello Brian, we're not aware of any problems...

    Hello Brian,

    we're not aware of any problems related to this. Can you post or sent to us (support@blue-pacific.com) a simple example demonstrating it?
  2. Replies
    3
    Views
    6,845

    Yes absolutely - Turbine does support Flash MX...

    Yes absolutely - Turbine does support Flash MX 2004 template files. The only features in MX 2004 Turbine doesn't support yet are Action Script 2.0 and Flash components.

    We can not provide yet a...
  3. Replies
    1
    Views
    11,952

    Hello JP, Turbine SDK does not provide any...

    Hello JP,

    Turbine SDK does not provide any direct method for using resources, however this can be accomplished by extracting the resources (by using the hosting programming language) and then...
  4. Replies
    4
    Views
    609

    Hello Julian, The behaviors you're getting,...

    Hello Julian,

    The behaviors you're getting, are all related to the way Turbine deals with variables:
    In a first MML passage Turbine scans for variable definitions and defines them. Secondly, it...
  5. Replies
    1
    Views
    457

    Hello Weden, There isn't indeed any option to...

    Hello Weden,

    There isn't indeed any option to select both of them, however there is a simple workaround which is to open both overlays/preloaders in a Flash editor and concatenate them. This isn't...
  6. Replies
    4
    Views
    1,035

    Yes, the pellepiano method is the best one....

    Yes, the pellepiano method is the best one. However if you don't have access to the internals of the several movieclips, you can use Action Script to concatenate any number or arbitrary SWFs by using...
  7. Replies
    4
    Views
    3,224

    Hello, currently Turbine can not output images...

    Hello,

    currently Turbine can not output images - only Flash and PDF. Although we intend to develop such a plugin for Turbine, there isn't yet a solid release date.

    If you want to be notified...
  8. Thread: Scene ??

    by manuelf
    Replies
    5
    Views
    1,238

    From the Flash format point of view there aren't...

    From the Flash format point of view there aren't scenes. Scenes are abstractions created by the Flash Editor to organize the movie. With Turbine you can accomplish the same effect by using the...
  9. Replies
    5
    Views
    907

    MML also supports MovieClips with the ...

    MML also supports MovieClips with the <Movieclip> tag. See an example at:
    http://blue-pacific.com/support/lab/?filename=animation02&Title=Movie%20Clips

    Inside the MovieClip you can place...
  10. Thread: Php 4.3.8

    by manuelf
    Replies
    0
    Views
    585

    Although the current public release doesn't...

    Although the current public release doesn't explicitly list PHP engine 4.3.8, our tests indicate that it runs perfectly by using the same settings as for 4.3.6 (which is listed on the current...
  11. Replies
    5
    Views
    907

    Hello, MML - the XML Turbine language -...

    Hello,

    MML - the XML Turbine language - supports buttons. You can insert a button into a swf and attach to it any kind of script. To see a working example, please visit:...
  12. Replies
    1
    Views
    719

    Hello, Turbine Video Encoder works with...

    Hello,

    Turbine Video Encoder works with Windows Media and/or QuickTime. Does the source video plays in Windows Media or QuickTime?

    If so, can you kindly send us the following information,...
  13. Replies
    1
    Views
    495

    Hello, Turbine can compile Action Script 1....

    Hello,


    Turbine can compile Action Script 1. The Action Script 2 engine is not yet available.

    Turbine 7 also uses templates just like Generator & JZOX but it uses common .SWFs as templates...
  14. Replies
    1
    Views
    572

    Hello, yes, Turbine can incorporate several...

    Hello,

    yes, Turbine can incorporate several kind of images (PNG, GIF, JPEG, BMP and TIFF) into a SWF movie and make it available directly to the browser or save it to disk for download.

    Please...
  15. Replies
    7
    Views
    1,027

    Hello, the [0..2] syntax is a way to make a...

    Hello,

    the [0..2] syntax is a way to make a DataSet which is a subset of an existing DataSet. From your example, "data[0..2]" is also a DataSet, so you can only use it in contexts where a DataSet...
  16. Replies
    1
    Views
    731

    Hello Gabriel, thank you for your kind words. ...

    Hello Gabriel,
    thank you for your kind words.

    You can mix MML and Flash templates, in fact that's the correct way of accomplishing the task.
    Attached you'll find a very simple example on how to...
  17. Replies
    7
    Views
    1,027

    Hello, after reviewing the documentation and...

    Hello,

    after reviewing the documentation and doing a simple test, I verified that Turbine accepts 3 dots as well 2 dots, so the problem you are having must be something else. Is it possible to...
  18. Replies
    7
    Views
    1,027

    Hello, it is probably a problem with the...

    Hello,

    it is probably a problem with the number of dots you're using: please note that the correct syntax are 2 (two) dots but you are using 3 (three).
  19. Replies
    3
    Views
    754

    yes, you can use this same technique to format...

    yes, you can use this same technique to format other media types. Basically there are two possible techniques:
    1) one more generic and more powerful which involves the use of Action Script to format...
  20. Replies
    3
    Views
    754

    Hello, Attached you'll find an MML file that...

    Hello,


    Attached you'll find an MML file that demonstrated how to change the background of a table cell arbitrarily. I believe that you can easily modify this example to accomplish color...
  21. Replies
    13
    Views
    1,125

    Hello, yes, you can subscribe to our announce...

    Hello,

    yes, you can subscribe to our announce mailing list by following this URL:
    http://blue-pacific.com/support/default.htm#mailinglist
  22. Hi, part of your problem seems to be a...

    Hi,

    part of your problem seems to be a misunderstanding between server time variables and client time variables. The following quote from the Turbine manual explains it:



    Please let me...
  23. Replies
    1
    Views
    669

    Hello, you'll find attached to this post a MML...

    Hello,

    you'll find attached to this post a MML file that includes a mp3 file (test.mp3) and lets the user play and stop it by pressing a play and stop buttons. These buttons use Action Script to...
  24. Replies
    3
    Views
    873

    Lisa, you don't have to implement the...

    Lisa,

    you don't have to implement the controls, you just have to select an overlay which already implement such controls: for instance, select the 'Mach Controls'.

    If you aren't happy with the...
  25. Replies
    3
    Views
    873

    Hello Lisa, I assume you are using Turbine...

    Hello Lisa,

    I assume you are using Turbine Video Encoder 1.0 (TVE).
    You can make TVE display text, shapes, buttons and any other Flash elements over the playing video. With this feature you can...
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center