User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 27 of 27

Thread: Help: Graphic & Video Objects

  1. #21
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects

    Hi Dynasoft,

    It is strange as I get the readings by one loop which is equal to the size of the file loaded in to the object. If that is the case then my readings would be wrong for every loop which is not the case. It is only when it reads any integer greater than 100h which I get the wrong readings. I have changed the color of the bmp and if there is no color value greater than 100 then the readings are correct.
    I think it is a bug.

    Regards

  2. #22
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects

    Signed vs unsigned are only different for half the values. For bytes, this is 128 - 255 (unsigned) becomes -128 - -1 (signed). 0-127 work fine. This is what you are seeing.

  3. #23
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects

    Hi Dynasoft,

    You are right I am getting signed bytes out of the binary object. But then how this very object is useful in getting bytes? Does it mean that I always have to first check if the bytes are signed or unsigned and then convert the second half if signed integer? Is there any special reason in choosing the output to be signed or unsigned?
    I think I will have to read more about use of these integers.

    Thanks for your patience.

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects


    Hi,

    What is the path to a MMF2 built application’s temp directory? Is it possible to get the data output of video and graphic objects?
    Thanks

  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects

    Hi,

    I think I have not been clear enough with my question so I will try to put it somehow better.
    In MMF 1.5, I could have access to the temp directory of my project via
    As Appdrive$ + Appdir$ + "_Del.log"
    I wonder how I can access to temp directory of my project in MMF2 and if there is a possibility of accessing the data output produced by the video or graphic objects I have used in my project. My task is to get access to the video output of a video object by accessing its pointers or reading the changes in value of the bytes reserved for the object. Is it somehow possible?

    Thanks in advance

  6. #26
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects

    Quote Originally Posted by Ham
    In MMF 1.5, I could have access to the temp directory of my project via
    As Appdrive$ + Appdir$ + "_Del.log"
    I wonder how I can access to temp directory of my project in MMF2
    The same thing works, though Apppath$ instead of "appdrive$+appdir$" is preferred now.

    Quote Originally Posted by Ham
    and if there is a possibility of accessing the data output produced by the video or graphic objects I have used in my project. My task is to get access to the video output of a video object by accessing its pointers or reading the changes in value of the bytes reserved for the object. Is it somehow possible?
    Theoretically yes, in practice it might as well be impossible.

  7. #27
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help: Graphic & Video Objects


    >>Theoretically yes, in practice it might as well be impossible <<


    Hi Dynasoft,

    Thank you very much. Now I can put some time on it. You are a pearl.



Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Simple Moving Objects / Graphic Control
    By TheFieryPlumber in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 12th July 2013, 09:34 PM
  2. Layering objects over video... any progress?
    By Maximum in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 18th November 2009, 02:38 AM
  3. Layering objects and/or video over video...
    By Maximum in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th July 2009, 06:22 PM
  4. Video behind active objects
    By MechatheSlag in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 10th March 2008, 11:44 PM
  5. Objects in front of video files
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th May 2007, 03:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •