Posts by crugh

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    I have the database in UTF-8 and the server is hosted in Korea. The Korean text will enter through the cpanel and show correctly in the database but when entered using the get object through a php file it will not show properly. I have also tried url encoding the string with no success.

    I have a free response student testing system that will not insert the unicode (Korean characters) into a mysql database. I am using php with the get object.

    I had designed this program in flash originally but now I am converting it to mmf2 to port in different platforms. In my php code I used the header <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> but this will not work with the get object using $_POST for the data.

    Any help or suggestions would be appreciated.

    Thanks

    I did get it to work by adding a crossdomain.xml file to the root directory on the server. Here is the code used in the xml file:

    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-access-from domain="Please login to see this link." />
    <allow-access-from domain="mysite.com" />
    </cross-domain-policy>


    Thanks

    It might be worth trying a crossdomain.xml policy file, even if you are on the same server. There are certain situations with hosting setups where even the same domain can cause an issue here.

    I have searched for a some info and came up with:
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-access-from domain="Please login to see this link." />
    <allow-access-from domain="mysite.com" />
    </cross-domain-policy>

    Do I put the crossdomain.xml file with this code in the same folder as the swf on the server?

    Thanks

    I am have the same problem. The swf file worked for about a year and then when I recently tested it... it did not work. I tried the program in mmf2 and it worked getting feedback from the php file and entering data in the mysql database. Both the swf and the php files are on the same server.

    Is there something I can do? It is for an online testing program ported in flash.

    Thanks

    I have a program that used to allow users to login in using the the get object (with php and mysql) in flash. All the files are on the same server but it will not return a response. When I test the get file in mm2 before compiling the swf, it works fine....?

    Is there a newer version of the Get Object? Or is this not working anymore in flash?

    Thanks for any direction on this.

    Hi,

    Is there another way to load a dynamic images in flash? Flash Images Plus link seems to be down and I can not download the latest version. How can I get the latest Flash Images Plus?

    I am trying to make flash quizzes that allow teachers to upload images to a folder that the and this changes the quiz images rather than recompiling the swf file for each new quiz.

    Thanks

    How can I use the surface object to screen capture a section of a frame and save to the clipboard?

    I have tried the screen capture object but many of the objects are not showing in the capture.

    With the surface object I set the blit source position, dimension, and flag to 1 and then save the image to clipboard as in the blit example file but when I paste the image into a word document it is all black.

    Any help or an example file using the surface object as a screen capture would be greatly appreciated.... or another work around.

    Thanks in advance.

    The example files will not compile with build 254. I reinstalled build 253 and could compile the example files. Is there a way to compile under build 254?

    Thanks in advance.

    Here is the error message with build 254:

    Loading configuration file C:\Program Files (x86)\Multimedia Fusion Developer 2\Data\Runtime\Flash\Flex\frameworks\flex-config.xml
    C:\Users\Administrator\AppData\Local\Temp\FlaD782.tmp\Extensions\CRunExternalFilesPlus.as(629): col: 19 Error: Call to a possibly undefined method load through a reference with static type flash.net:FileReference.

    aFileReference.load();
    ^
    C:\Users\Administrator\AppData\Local\Temp\FlaD782.tmp\Extensions\ImagesPlusStorage.as(112): col: 19 Error: Call to a possibly undefined method load through a reference with static type flash.net:FileReference.

    mFileReference.load();
    ^

    How can an external file on the server be loaded in a flash file? I can not seem to get it to work with Flash Images Plus.

    I have a quiz program that I want to convert online and all the image files will be in a folder in the same directory as the swf file. Any suggestions or an example using Flash Images Plus would be very helpful.

    Thanks.