a7mdfm / flexpaper

Automatically exported from code.google.com/p/flexpaper
1 stars 0 forks source link

Source code compile error #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.down the source code,complile the flex library project to FlexPaper.swc;
2.new a flex project, import the swc;
3.complile the flex project to swf;

What is the expected output? What do you see instead?
1.when run the html in the webserver,it occur a Actionscript error:

TypeError: Error #1009: Can not access null object reference of the
property or method.
    at
com.devaldi.streaming::AVM2Loader/streamProgressHandler()[D:\flex_wk\FlexPaper\s
rc\com\devaldi\streaming\AVM2Loader.as:161]

What version of the product are you using? On what operating system?
1.Flex3.4
2.windows xp
3.IE6

Please provide any additional information below.
the Flex mxml file is like this:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                xmlns:fp="com.devaldi.controls.flexpaper.*"
                layout="absolute" width="100%" height="100%">
    <fp:FlexPaperViewer 
        width="100%" 
        height="100%" 
        SwfFile="ttttttt.swf" 
        ProgressiveLoading="true" />
</mx:Application>

Original issue reported on code.google.com by yiditu...@163.com on 20 May 2010 at 1:04

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It's ok when I download the lastest code

Original comment by yiditu...@163.com on 20 May 2010 at 5:48

GoogleCodeExporter commented 8 years ago

Original comment by erik.eng...@gmail.com on 23 May 2010 at 7:45