Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Flash General Questions > Flash 8 General Questions

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-25-2005, 09:15 AM   #1
assimetric
Registered User
 
Join Date: Jan 2005
Posts: 3
Default load swf compiled in other version problem

my application compiled in flash8 load dataObject.swf maden in flash mx into container. and when i run it in player it's work correctly.
When i run it from html in Firefox it don't load dataObject correct. I mean that my application don't see the functions into dataObject, like getBytesTotal and custom functions. also it don't see the properties. What to do? why it work correct in player but don't work in mozilla browser?

Last edited by assimetric; 10-25-2005 at 10:47 AM..
assimetric is offline   Reply With Quote
Old 10-25-2005, 10:40 AM   #2
assimetric
Registered User
 
Join Date: Jan 2005
Posts: 3
Default some details

when i debug things in browser at downloading time by code
PHP Code:
_root.debugger.text+=(test instanceof Object)+" Object"+newline;
    
_root.debugger.text+=(test instanceof String)+" String"+newline;
    
_root.debugger.text+=(test instanceof MovieClip)+" MovieClip"+newline;
    
_root.debugger.text+=(test instanceof Number)+" Number"+newline;
    
_root.debugger.text+=(test)+" Target"+newline;
    
_root.debugger.text+=(isNaN(test))+" isNaN"+newline;
    
_root.debugger.text+=(test instanceof null)+" null"+newline;
    
_root.debugger.text+=(test instanceof undefined)+" undefined"+newline
it say:

DEBUG:
true Object
false String
true MovieClip
false Number
_level0.test Target
trueis NaN
false null
false undefined
false Object
false String
false MovieClip
falseNumber
_level0.test Target

when i debug from player it say correct

true Object
false String
true MovieClip
false Number
_level0.test Target
trueis NaN
false null
false undefined
true Object
false String
true MovieClip
false Number
_level0.test Target
true isNaN
false null
false undefined

Last edited by assimetric; 10-25-2005 at 10:45 AM..
assimetric is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:10 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.