My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Nov 25, 2009
    QueueLoaderEvent Wiki page edited by dono...@hydrotik.com   -   Revision r89 Edited wiki page through web user interface.
    Revision r89 Edited wiki page through web user interface.
  • Nov 25, 2009
    QueueLoader (QueueLoader intro) Wiki page edited by dono...@hydrotik.com   -   Revision r88 Edited wiki page through web user interface.
    Revision r88 Edited wiki page through web user interface.
  • Nov 25, 2009
    QueueLoaderGuide Wiki page edited by dono...@hydrotik.com   -   Revision r87 Edited wiki page through web user interface.
    Revision r87 Edited wiki page through web user interface.
  • Nov 25, 2009
    ChangeLog Wiki page edited by dono...@hydrotik.com   -   Revision r86 Edited wiki page through web user interface.
    Revision r86 Edited wiki page through web user interface.
  • Nov 25, 2009
    QueueLoaderLite (QueueLoaderLite intro) Wiki page edited by dono...@hydrotik.com   -   Revision r85 Edited wiki page through web user interface.
    Revision r85 Edited wiki page through web user interface.
  • Nov 25, 2009
    ChangeLog Wiki page edited by dono...@hydrotik.com   -   Revision r84 Edited wiki page through web user interface.
    Revision r84 Edited wiki page through web user interface.
  • Nov 25, 2009
    QueueLoaderGuide (QueueLoader usage guide) Wiki page commented on by dono...@hydrotik.com   -   Folks, please remember to contact me through the google group list. I don't get notified when a comment is posted here.
    Folks, please remember to contact me through the google group list. I don't get notified when a comment is posted here.
  • Nov 23, 2009
    issue 14 (Fails if ignoreErrors=true but all items in queue are in err...) commented on by cam.marsollier   -   Whoa! That was incredibly quick. Thank you. And I love this program!
    Whoa! That was incredibly quick. Thank you. And I love this program!
  • Nov 23, 2009
    issue 14 (Fails if ignoreErrors=true but all items in queue are in err...) Status changed by dono...@hydrotik.com   -   Fixed with rev 3.1.8
    Status: Fixed
    Fixed with rev 3.1.8
    Status: Fixed
  • Nov 23, 2009
    QueueLoader_rev_3_1_8_src.zip (QueueLoader 3.1.8 Source Only) file uploaded by dono...@hydrotik.com   -  
    Labels: Featured
    Labels: Featured
  • Nov 23, 2009
    issue 14 (Fails if ignoreErrors=true but all items in queue are in err...) reported by cam.marsollier   -   What steps will reproduce the problem? 1. Using: var qLoader:QueueLoader = new QueueLoader( true ); // ignore errors 2. qLoader.addItem( urlWhereFileDoesntExist , null, { title: "css", mimeType: QueueLoaderConst.FILE_GENERIC }); 3. qLoader.execute(); What is the expected output? What do you see instead? Expected: No error, and QUEUE_COMPLETE event on completion of loading. Actual error: TypeError: Error #1010: A term is undefined and has no properties. at com.hydrotik.queueloader::QueueLoader/loadNextItem()[C:\Users\cam\Documents \Courses\Course Frameworks\course_framework\src\com\hydrotik\queueloader\QueueLoader.as:472 ] at com.hydrotik.queueloader::QueueLoader/ioErrorHandler()[C:\Users\cam\Documen ts\Courses\Course Frameworks\course_framework\src\com\hydrotik\queueloader\QueueLoader.as:404 ] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete() What version of the product are you using? On what operating system? @version: 3.1.7 Windows 7 Please provide any additional information below. It looks like the QueueLoader.ioErrorHandler() blindly does a _index++ and loadNextItem() without checking to see if there is anything else to load. I assume the code in completeHandler() can just be copied over for the most part to fix this.
    What steps will reproduce the problem? 1. Using: var qLoader:QueueLoader = new QueueLoader( true ); // ignore errors 2. qLoader.addItem( urlWhereFileDoesntExist , null, { title: "css", mimeType: QueueLoaderConst.FILE_GENERIC }); 3. qLoader.execute(); What is the expected output? What do you see instead? Expected: No error, and QUEUE_COMPLETE event on completion of loading. Actual error: TypeError: Error #1010: A term is undefined and has no properties. at com.hydrotik.queueloader::QueueLoader/loadNextItem()[C:\Users\cam\Documents \Courses\Course Frameworks\course_framework\src\com\hydrotik\queueloader\QueueLoader.as:472 ] at com.hydrotik.queueloader::QueueLoader/ioErrorHandler()[C:\Users\cam\Documen ts\Courses\Course Frameworks\course_framework\src\com\hydrotik\queueloader\QueueLoader.as:404 ] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete() What version of the product are you using? On what operating system? @version: 3.1.7 Windows 7 Please provide any additional information below. It looks like the QueueLoader.ioErrorHandler() blindly does a _index++ and loadNextItem() without checking to see if there is anything else to load. I assume the code in completeHandler() can just be copied over for the most part to fix this.
  • Oct 26, 2009
    QueueLoader (QueueLoader intro) Wiki page commented on by t_ali_cr...@hotmail.com   -   tyaguinhooliveira@hotmail.com
    tyaguinhooliveira@hotmail.com
  • Oct 09, 2009
    QueueLoaderGuide (QueueLoader usage guide) Wiki page commented on by cogthrob   -   how do i access the application domain in an ITEM_COMPLETE handler function?
    how do i access the application domain in an ITEM_COMPLETE handler function?
  • Sep 29, 2009
    QueueLoader_rev_3_1_7_src.zip (QueueLoader 3.1.7 Source Only) file uploaded by dono...@hydrotik.com   -  
    Labels: Featured
    Labels: Featured
  • Sep 29, 2009
    r83 (rev 3.1.7) committed by dono...@hydrotik.com   -   rev 3.1.7
    rev 3.1.7
  • Sep 29, 2009
    r82 (rev 3.1.7 - Missing first item error bug. QueueLoader consta...) committed by dono...@hydrotik.com   -   rev 3.1.7 - Missing first item error bug. QueueLoader constants moved. QueueLoader interface added.
    rev 3.1.7 - Missing first item error bug. QueueLoader constants moved. QueueLoader interface added.
  • Sep 29, 2009
    QueueLoaderGuide (QueueLoader usage guide) Wiki page commented on by dunarispace   -   Hallo, i've loaded my swf to some target MC eq. targetMC _LoaderSubPages.addItem("test.swf", targetMC, {title:"test"}); In test.swf i've function some() How can i execute this function? Thanks P
    Hallo, i've loaded my swf to some target MC eq. targetMC _LoaderSubPages.addItem("test.swf", targetMC, {title:"test"}); In test.swf i've function some() How can i execute this function? Thanks P
  • Sep 19, 2009
    QueueLoaderGuide (QueueLoader usage guide) Wiki page commented on by stoica.ionut   -   When using the zip loader, where is the zipfile, how can one access the zip file, if one loads zip with swfs in it, are the swfs added to the application context ?
    When using the zip loader, where is the zipfile, how can one access the zip file, if one loads zip with swfs in it, are the swfs added to the application context ?
  • Aug 22, 2009
    QueueLoader (QueueLoader intro) Wiki page commented on by lucuns   -   Não funcionaaaaaaaaaaaaaaaaaaaaaaaaaaa
    Não funcionaaaaaaaaaaaaaaaaaaaaaaaaaaa
  • Jul 11, 2009
    issue 12 (Dynamic load of XML) commented on by flashblocks   -   How do you pass POST parameters? - URLRequestMethod = POST
    How do you pass POST parameters? - URLRequestMethod = POST
  • Mar 13, 2009
    r81 (rev 3.1.6: Fixed ampersand bug with url vars at end of path....) committed by dono...@hydrotik.com   -   rev 3.1.6: Fixed ampersand bug with url vars at end of path. Support and testing with phpThumb and removal of local testing functions if item has a manual mimeType set. This should help with connection to servers with absolute paths.
    rev 3.1.6: Fixed ampersand bug with url vars at end of path. Support and testing with phpThumb and removal of local testing functions if item has a manual mimeType set. This should help with connection to servers with absolute paths.
  • Jan 25, 2009
    r80 (rev 3.1.5: Converted even listeners to a default of strong r...) committed by dono...@hydrotik.com   -   rev 3.1.5: Converted even listeners to a default of strong references for consistency. mp4 shifted to FLV item.
    rev 3.1.5: Converted even listeners to a default of strong references for consistency. mp4 shifted to FLV item.
  • Dec 28, 2008
    r79 (ver. 3.1.4 .f4v added to item list. Fixed video streaming pr...) committed by dono...@hydrotik.com   -   ver. 3.1.4 .f4v added to item list. Fixed video streaming progess bug.
    ver. 3.1.4 .f4v added to item list. Fixed video streaming progess bug.
  • Nov 30, 2008
    ChangeLog (QueueLoader Change Log) Wiki page edited by dono...@hydrotik.com
  • Nov 30, 2008
    QueueLoader_3-1-3_src-docs.zip (QueueLoader v3.1.3 Source and Docs) file uploaded by dono...@hydrotik.com   -  
    Labels: Featured
    Labels: Featured
  • Nov 30, 2008
    r77 (version 3.1.3: Fixed width and height prop for SWF and Image...) committed by dono...@hydrotik.com   -   version 3.1.3: Fixed width and height prop for SWF and Image items. Added autoStart to FLV
    version 3.1.3: Fixed width and height prop for SWF and Image items. Added autoStart to FLV
  • Nov 08, 2008
    ChangeLog (QueueLoader Change Log) Wiki page edited by dono...@hydrotik.com
  • Nov 08, 2008
    queueLoader_3-1-2_src-docs.zip (QueueLoader 3.1.2 Source and Docs) file uploaded by dono...@hydrotik.com   -  
    Labels: Featured
    Labels: Featured
  • Nov 08, 2008
    r75 (ver 3.1.2: Fixed path prop to URLRequest) committed by dono...@hydrotik.com   -   ver 3.1.2: Fixed path prop to URLRequest
    ver 3.1.2: Fixed path prop to URLRequest
  • Nov 03, 2008
    issue 13 (XML doesn't show up) Status changed by dono...@hydrotik.com   -   No prob:)
    Status: Invalid
    No prob:)
    Status: Invalid
  • Nov 03, 2008
    issue 13 (XML doesn't show up) commented on by henryk.pavel   -   Thanks. For making me look at it again more carefully. I tried tracing the XML from within the onItemProgress function. Stupid me! But I would have never found that. It's always those little things that make you stumble. (already started using URLRequest and so on).
    Thanks. For making me look at it again more carefully. I tried tracing the XML from within the onItemProgress function. Stupid me! But I would have never found that. It's always those little things that make you stumble. (already started using URLRequest and so on).
  • Nov 03, 2008
    issue 13 (XML doesn't show up) commented on by dono...@hydrotik.com   -   I just tested with the following code with no problems. Please add an error event handler and make sure your path to the XML is correct. {{{ // XML Loading/Get Item By Title Example import com.hydrotik.queueloader.QueueLoader; import com.hydrotik.queueloader.QueueLoaderEvent; var _oLoader:QueueLoader = new QueueLoader(); _oLoader.addItem("../includes/admin/test.xml", null, {title:"XML"}); _oLoader.addEventListener(QueueLoaderEvent.ITEM_COMPLETE, onItemComplete,false, 0, true); _oLoader.addEventListener(QueueLoaderEvent.QUEUE_PROGRESS, onQueueProgress, false, 0, true); _oLoader.addEventListener(QueueLoaderEvent.QUEUE_COMPLETE, onQueueComplete,false, 0, true); _oLoader.execute(); function onQueueProgress(event:QueueLoaderEvent):void { trace("\t>>onQueueProgress: "+event.queuepercentage); } function onItemComplete(event:QueueLoaderEvent):void { trace("\t>> "+event.type, "item title: "+event.title); if (event.fileType == QueueLoader.FILE_XML) { trace("\t\tXML: "+event.content); } } function onQueueComplete(event:QueueLoaderEvent):void { trace("** "+event.type); } }}}
    I just tested with the following code with no problems. Please add an error event handler and make sure your path to the XML is correct. {{{ // XML Loading/Get Item By Title Example import com.hydrotik.queueloader.QueueLoader; import com.hydrotik.queueloader.QueueLoaderEvent; var _oLoader:QueueLoader = new QueueLoader(); _oLoader.addItem("../includes/admin/test.xml", null, {title:"XML"}); _oLoader.addEventListener(QueueLoaderEvent.ITEM_COMPLETE, onItemComplete,false, 0, true); _oLoader.addEventListener(QueueLoaderEvent.QUEUE_PROGRESS, onQueueProgress, false, 0, true); _oLoader.addEventListener(QueueLoaderEvent.QUEUE_COMPLETE, onQueueComplete,false, 0, true); _oLoader.execute(); function onQueueProgress(event:QueueLoaderEvent):void { trace("\t>>onQueueProgress: "+event.queuepercentage); } function onItemComplete(event:QueueLoaderEvent):void { trace("\t>> "+event.type, "item title: "+event.title); if (event.fileType == QueueLoader.FILE_XML) { trace("\t\tXML: "+event.content); } } function onQueueComplete(event:QueueLoaderEvent):void { trace("** "+event.type); } }}}
  • Nov 03, 2008
    issue 13 (XML doesn't show up) reported by henryk.pavel   -   Hello, I tried loading an xml file using the example: ... if (event.fileType == QueueLoader.FILE_XML) { trace("\t\tXML: " + event.content); } ... It just traces an undefined or null. Tried out another xml, but it's the same. Am I missing something?
    Hello, I tried loading an xml file using the example: ... if (event.fileType == QueueLoader.FILE_XML) { trace("\t\tXML: " + event.content); } ... It just traces an undefined or null. Tried out another xml, but it's the same. Am I missing something?
  • Nov 01, 2008
    r74 (v 3.1.1: Fixed a warning is generated by flex 4 SDK on the f...) committed by dono...@hydrotik.com   -   v 3.1.1: Fixed a warning is generated by flex 4 SDK on the file: FLVitem.as. Added Version numbers to all files.
    v 3.1.1: Fixed a warning is generated by flex 4 SDK on the file: FLVitem.as. Added Version numbers to all files.
  • Nov 01, 2008
    r73 (FLV Test) committed by dono...@hydrotik.com   -   FLV Test
    FLV Test
  • Oct 29, 2008
    issue 11 (Loading FLVs causes bad performance) Status changed by dono...@hydrotik.com   -   Check 3.1.0 update.
    Status: Fixed
    Check 3.1.0 update.
    Status: Fixed
  • Oct 29, 2008
    issue 12 (Dynamic load of XML) Status changed by dono...@hydrotik.com   -   Check 3.1.0 update.
    Status: Fixed
    Check 3.1.0 update.
    Status: Fixed
  • Oct 29, 2008
    issue 10 (stop behavior and event error) Status changed by dono...@hydrotik.com   -   Check 3.1.0 update.
    Status: Fixed
    Check 3.1.0 update.
    Status: Fixed
  • Oct 29, 2008
    issue 8 (null object checking) Status changed by dono...@hydrotik.com   -   Check 3.1.0 update.
    Status: Fixed
    Check 3.1.0 update.
    Status: Fixed
  • Oct 29, 2008
    QueueLoader (QueueLoader intro) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    QueueLoaderEvent (QueueLoaderEvent intro) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    QueueLoaderEvent (QueueLoaderEvent intro) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    QueueLoaderGuide (QueueLoader usage guide) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    QueueLoaderGuide (QueueLoader usage guide) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    QueueLoaderGuide (QueueLoader usage guide) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    ChangeLog (QueueLoader Change Log) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    ChangeLog (QueueLoader Change Log) Wiki page edited by dono...@hydrotik.com
  • Oct 29, 2008
    r64 (Sync) committed by dono...@hydrotik.com   -   Sync
    Sync
  • Oct 29, 2008
    r63 (Sync) committed by dono...@hydrotik.com   -   Sync
    Sync
  • Oct 29, 2008
    r62 (Sync) committed by dono...@hydrotik.com   -   Sync
    Sync
 
Hosted by Google Code