This last post may help you... might be worth a look...
http://www.actionscript.org/forums/showthread.php3?t=96538
- Original Message -
From: "Mike Pearce" <[EMAIL PROTECTED]>
To: "'Flashcoders mailing list'"
Sent: Tuesday, January 16, 2007 10:10 PM
Subject: [Flashcoders] Restoring clas
Went to compile a project in sepy, my machine crashed and the class I was
working on has been lost (got a .as file with correct kb's but wont open).
My machine must have crashed before the swf had compiled because I've got a
0kb swf - so I can't event decompile the swf.
Anyone know of an .aso dec
Not necessary -- you can just use the LoadVars.onData event function.
data:LoadVars = new LoadVars();
data.onData = function(source:String):Void {
// Do stuff with the raw string data (source).
}
data.load("someURL");
Normally onData calls onLoad, but, if you overwrite it per the above
code,
Using system fonts is the best idea since people that will read in
Chinese will have the Chinese language installed on their comp.
That's what I did for a multilanguage site i'm working on. For my part
it's not XML but either text from a database or text file saved in UTF-8.
To test your movies
Can't you use LoadVars with the html file as the path?
BLITZ | Steven Sacks - 310-551-0200 x209
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Andrew Murphy
> Sent: Tuesday, January 16, 2007 4:41 PM
> To: 'Flashcoders mailing list'
> Subject:
If you had a server-side language like PHP you could create a script to add
&myString= to the start of the file then load it with loadvars.
On 1/16/07, Andrew Murphy <[EMAIL PROTECTED]> wrote:
Hi.
Does anyone know of a way to load an .html document as a simple String
variable, so it can be p
Hi.
Does anyone know of a way to load an .html document as a simple String
variable, so it can be parsed rather than displayed like a webpage? There's
the good-ol-XML object, but if the webpage you're loading isn't exactly XML
compliant, it won't load, correct..?
Thanks. :)
-[a]-
--
No virus
Whoops... didn't see the part about Flash 6. Yup, Security.allowDomain will
be the answer...
- Original Message -
From: "Mick G" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list"
Sent: Tuesday, January 16, 2007 5:44 PM
Subject: Re: [Flashcoders] crossdomain issues -- do they exist?
I
I thought the crossdomain policy file wasn't supported in Flash player 6??
You have to use:
System.security.allowDomain
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213
or if you have control of both servers, use a proxy file (or the shim
method) to load the file on the external
Hi all,
I'm wondering if anyone has experience with the remoting components and the
flashgateway.war file that's supposed to be part of the install?
here's what i'm trying to do. first i created a servlet that let's me
upload a file to a server. then i use getURL to popup a page that calls tha
ifyou get true|true, that means the logger and controller LC connections
were made successfully.
Are you using it in an FLA by chance? If so, find Xray in the library,
right click and choose linkageID - don't have hit export in first frame.
Then, if it's not on stage, put it on stage.
Then, in
Is the server environment for sportsillustrated.cnn.com clustered/load
balanced? Maybe the crossdomain.xml file doesn't exist on one or more
machines in the cluster?
- Original Message -
From: "Perdue, Blake" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list"
Sent: Tuesday, January 16,
So, anyone ever see the XRay Connector component kill their app? I get the
following message, but nothing else:
(75) Connections: true | true
This application is a bit complex, loads external swf modules and associates
classes with those.
Thanks,
-Scott
On 9/28/06, John Grden <[EMAIL PROTECTE
I added it after David's email -- it didn't work with or without it.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas
Fowler
Sent: Tuesday, January 16, 2007 4:51 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] crossdomain issues -- do the
You don't seem to be calling anything from the secure link on i.a.cnn.net
but your crossdomain.xml file has secure set to true for that domain. Could
that be the issue?
- Original Message -
From: "Perdue, Blake" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list"
Sent: Tuesday, January
Hmm, we have that file in place, and I still get the error message:
http://sportsillustrated.cnn.com/crossdomain.xml
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Brunswick
Sent: Tuesday, January 16, 2007 4:35 PM
To: 'Flashcoders mailing list'
S
You need to have a crossdomain.xml file at the root of the server hosting
the swf
The file looks like so
-
David Brunswick
Senior Multimedia Developer/OLP Administrator
FedEx Customer Information Services
Customer Service Organizational Learning
901-434-6605
-Original Messa
So, this is the error message I get in Flash 6. Is there anyway around
this issue?
*** Security Sandbox Violation ***
Connection to
http://sportsillustrated.cnn.com/.element/swf/3.0/sect/MAIN/t1.xml?c=0.6
83000534772873 halted - not permitted from
http://i.a.cnn.net/si/.element/swf/3.0/sect/MAIN/t
We want to have this scenario for a homepage flash piece:
- SWF is loaded off server A
- SWF loads an XML config file off of server B
- SWF loads images off of server C
I have built this scenario and tested and it works fine. Some have said
that this will not work due to crossdomain issues with
awesome!
\m/
On 1/16/07, slangeberg <[EMAIL PROTECTED]> wrote:
Yes, works for me too. Thanks a lot, John!
-Scott
[ JPG ]
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.
Did you try other flv files ?
Maybe one that you didn't encode ( one from youtube for example ) ?
I don't think it has something to do with the Players but with
the flv encoding.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options
Thanks for your help!
I ended up embedding the video which is not the best thing to do but
if the client is breathing down your neck, you do just about
anything, right?
It's weird that the performance of the Flash player is now worse on a
PC then on a Mac. It used to be the other way 'roun
>>because in some large systems you have to load a ton of swfs,
>>classes get updated in ways you did not forsee, and thus you
>>have different versions of the same class hanging around,
That's why I don't have "tons of swfs" in my projects, at least not ones
that all use the same class. Why wo
Allright.
Thanks for the effort you put into this project!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Pr
hi, I did, but the error is still there, the movie is in a loader
component, even it has a preloader component also, how can I do?
any ideas?
Regards.
On Jan 16, 2007, at 1:37 PM, Hans Wichman wrote:
Hi,
yes, don't do anything at all until the whole movie is loaded.
There is
probably a
I bought this thing.. MultiPowUpload - from element-it.com - and it uses the
Alert component.. yet nothing i seem to do to change the Alert window styles
seems to work.. no idea why.. it seems they did some fiddling with the
standard halo button code for some reason - would this affect the Alert
w
I did a little test with an flv on a remote server.
win xp sp 2 with Opera 9, IE 7 and FF Gran Paradiso ( beta ).
Everything went smooth.
Can you pass the link of the online flv so I can check if it occurs with
your flv ?
___
Flashcoders@chattyfig.figle
Yes, works for me too. Thanks a lot, John!
-Scott
On 1/16/07, John Grden <[EMAIL PROTECTED]> wrote:
yep got it!
One thing to note: You WILL get a "no swf to connect to" message, but the
logging will still work. Thats because Xray doesn't detect the
introspection LC that comes with the conne
Hi everyone,
Hopefully this posting won't affect the layout of the code in this
message. If the layout does get all messed up again can someone let me
know why that might be when posting a message? My problem is described
again here.
I have a problem with my MenuBar in the fact that I can get
s
right now, logging is all that you can do. I'm working on the snapshots ;)
On 1/16/07, Webdevotion <[EMAIL PROTECTED]> wrote:
Indeed, it works.
Can we make snapshots of our apps or can we only use the trace messages ?
___
Flashcoders@chattyfig.figlea
Indeed, it works.
Can we make snapshots of our apps or can we only use the trace messages ?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Broug
Ha... beat me to it...
- Original Message -
From: "Merrill, Jason" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list"
Sent: Tuesday, January 16, 2007 12:34 PM
Subject: RE: [Flashcoders] overwriting a class
(I meant "method overriding" not "method overwriting")
Jason Merrill
Bank of Am
I am... but the client isn't.
Are you using the debug player on your windows machine ?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought
Hi,
because in some large systems you have to load a ton of swfs, classes get
updated in ways you did not forsee, and thus you have different versions of
the same class hanging around, if you did not think about preventing this
upfront. That is different from an architecture in which you wish to
I would suggest implementing interfaces, as a good practice:
interface ISpeakable
{
function speak();
}
class myClass implements ISpeakable
{
function speak() {}
}
this lets you pass around instances that implement your interface and to
change behaviors at runtime, such as:
class TestCla
Yes, but it's actually, overRIDING ;)
- Original Message -
From: "Merrill, Jason" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list"
Sent: Tuesday, January 16, 2007 12:32 PM
Subject: RE: [Flashcoders] overwriting a class
Flash allows deleting classes. But maybe I am not
aware of some r
yep got it!
One thing to note: You WILL get a "no swf to connect to" message, but the
logging will still work. Thats because Xray doesn't detect the
introspection LC that comes with the connector for doing snapshots.
On 1/16/07, Webdevotion <[EMAIL PROTECTED]> wrote:
I've sent you my tiny pr
Hi,
yes, don't do anything at all until the whole movie is loaded. There is
probably a lot of info on this in the archive.
So in other words, as long as _root.getBytesLoaded > 4 and < getBytesTotal,
dont jump to frames, create components etc.
Only when getBytesLoaded==getBytesTotal, (or _framesto
Hi,
it works, it probably results in problems in the long run, and i don't think
it's good programming practice.
I had the same issue a while ago and the same solution, but in the end it's
probably better to compile using intrinsic classes or abstract interfaces
and loading a class library at runt
(I meant "method overriding" not "method overwriting")
Jason Merrill
Bank of America
Learning & Organizational Effectiveness
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figlea
>>Flash allows deleting classes. But maybe I am not
>>aware of some resulting problems.
>>Is is ok in terms of good programing practices ?
No, don't delete anything. Why not use method overwriting?
class myBaseClass(){
function speak(){
trace("greeting)
}
}
clas
Are you using the debug player on your windows machine ?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premi
Hey all,
Does anyone have a clue why the FLV playback component's
playheadUpdate event gives different results on PC and Mac?
I have this FLV that I need to sync to an MC frame by frame so I'm
using the playheadUpdate event to get the playheadTime and calculate
the correct frame my MC needs
I have a file that needs to be able to load various languages into the Flash
via XML (Chinese, Japanese, Russian, etc.)
Any tips?
- Is this as simple as using system fonts for all dynamic text fields
- If I want smooth fonts, do I just need to find a font to embed for each
language (in which case
I've sent you my tiny project that I used as an example ;)
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Pre
Hi,
I am looking for advice about swapping classes of the same name but
using different methods.
Let's consider three classes:
class SomeClass
{
public function meth()
{
trace("meth of skin SomeClass VERSION 0");
}
}
//
class SomeClass
{
public func
any chance I could get you to send me your files offlist so I could
diagnose?
The only thing I can think of is security, but that hasn't been an issue as
of yet. My LC's use an underscore in the connection name etc etc and
shouldn't be a security issue. But that's about all I can think that wou
I don't get to see any errors when compiling.
BTW: I tried both the Log and Logger class.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought
bugger. Let me see if I missed something.. Although, if I missed a class,
you should see a compile or runtime error. I assume neither is happening?
On 1/16/07, Webdevotion <[EMAIL PROTECTED]> wrote:
It fails for me too in an AS3 project. Tried with the online Flex tool,
tried the windows exe
any ideas about how can I fix it?
regards
Gustavo Duenas
On Jan 16, 2007, at 11:46 AM, Hans Wichman wrote:
sounds like another preloading issue:)
grtz
JC
On 1/16/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote:
Does anyone know why the components in flash don't always read well
and need to
It fails for me too in an AS3 project. Tried with the online Flex tool,
tried the windows exe, in the stand alone debug player and in Opera.
package
{
import com.blitzagency.xray.logger.XrayLog;
public class Photobar extends Sprite
{
private var log:XrayLog;
public function Photobar ()
{
..
Thanks, Dave.
Ian
On 1/16/07, Dave Watts <[EMAIL PROTECTED]> wrote:
> Boyd,
> I had the same problem. I suspect some fool has signed up
> an automated bug-reporting email address to the mailing list,
> and when you sned email to the group, it thinks it's got
> email from you and replies acco
> Boyd,
> I had the same problem. I suspect some fool has signed up
> an automated bug-reporting email address to the mailing list,
> and when you sned email to the group, it thinks it's got
> email from you and replies accordingly.
I've temporarily disabled the one account with a zocoloco.co
sounds like another preloading issue:)
grtz
JC
On 1/16/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote:
Does anyone know why the components in flash don't always read well
and need to refresh the page.
The case is that I'm using a scrolling bar component attached to a
dynamic text, the first tim
that's where it's supposed to go alright - can you send me your code
offline? Or maybe just one class/mxml that uses the log? I just wanna
verify
On 1/16/07, slangeberg <[EMAIL PROTECTED]> wrote:
So where is this log info supposed to go? I tried catching it using the
Flex
XRay client, but it'
Boyd,
I had the same problem. I suspect some fool has signed up an automated
bug-reporting email address to the mailing list, and when you sned email to
the group, it thinks it's got email from you and replies accordingly.
Cheers,
Ian
On 1/16/07, BOYD SPEER <[EMAIL PROTECTED]> wrote:
[ Tick
[ Ticket #1043 ] [Flashcoders] Re: speech recognition in Flash?
What does this message mean - as a response to my inquiry about translating a
Director project to Flash? Do some - or all - questions get sent to some server
that is supposed to find an appropriate solution?? I see other messages ha
> As far as I can see, the only restriction introduced by this
> solution is that one cannot navigate through the tabEnabled
> controls anymore using the arrow keys. But I believe the TAB
> / SHIFT+TAB keys are sufficient for this.
They are. This limitation is expected for component-based appl
Join Fig Leaf Software, Adobe. and Carahsoft for the highly anticipated Flex
2 Developers Conference on June 25-26 in Washington, DC.
LEARN ABOUT DEVELOPING WEB 2.0 APPLICATIONS WITH FLEX 2, ACTIONSCRIPT 3, and
"APOLLO" !
With two full days of 60 minute lectures and 90 minute HA
Does anyone know why the components in flash don't always read well
and need to refresh the page.
The case is that I'm using a scrolling bar component attached to a
dynamic text, the first time the component is read , is white, then
when I do the refresh page in my browser it appears as is sh
I'm guessing that '[EMAIL PROTECTED]' can be removed from the list?
Moderators?
-Scott
On 1/16/07, John Grden <[EMAIL PROTECTED]> wrote:
I got the same email on 2 different posts form the list
On 1/16/07, slangeberg <[EMAIL PROTECTED]> wrote:
>
> Anyone know why zocoSites Support ( [EMAIL PR
I got the same email on 2 different posts form the list
On 1/16/07, slangeberg <[EMAIL PROTECTED]> wrote:
Anyone know why zocoSites Support ( [EMAIL PROTECTED] ) is sending me
these support ticket emails, regarding messages sent to this forum??
PS. I never submitted anything to any help desk!
i'm getting them too
T
On 1/16/07, slangeberg <[EMAIL PROTECTED]> wrote:
Anyone know why zocoSites Support ( [EMAIL PROTECTED] ) is sending me
these support ticket emails, regarding messages sent to this forum??
PS. I never submitted anything to any help desk!
-Scott
-- Forwarded me
So where is this log info supposed to go? I tried catching it using the Flex
XRay client, but it's not connecting:
http://www.rockonflash.com/xray/flex/Xray.html
-Scott
On 1/15/07, John Grden <[EMAIL PROTECTED]> wrote:
http://www.rockonflash.com/xray/downloads/as3/logger/Xray_AS3_Logger.zip
>>And could anyone explain why
>>
>>this.[newName]._x = menu_ds.HorizontalPos;
>>
>>doesn't work?
Improper syntax. Try:
this[newName]._x = menu_ds.HorizontalPos;
Also, would recommend against using eval() in this case and use the []
operator instead.
Jason Merrill
Bank of America
Learning &
Hi Group,
I'm having so much trouble with this duplicatemovie function!
I've gotten it to a point where it works, although I'm not too sure why it
works like this and not the other ways... Anyway...
I can't get a loadMovie function to work no matter what I've tried. Here's
my code at the moment..
Anyone know why zocoSites Support ( [EMAIL PROTECTED] ) is sending me
these support ticket emails, regarding messages sent to this forum??
PS. I never submitted anything to any help desk!
-Scott
-- Forwarded message --
From: zocoSites Support <[EMAIL PROTECTED]>
Date: 16 Jan 200
The code ended up being squashed into paragraphs, hopefully this paste will
sort that out so that you can read it. Once again, my problem is that I have a
problem with my MenuBar in the fact that I can't get setMenuItemSelected to
work. When items on the menu get a tick, I need them them to stay
There are many ways to do it. I'd script the tween and use a callback like
this...
Press > tween close> load movie > tween up
You can find docs on the tween engine here...
http://laco.wz.cz/tween/
http://www.mosessupposes.com/Fuse/
#include "lmc_tween.as"
//
var container:MovieClip = createEm
>>mm... so if you name an object, say, "stage" and use a "width"
>>element of it in your SWF5-compiled movie, can you expect it
>>to work with any player ? [ it would clash with Stage class
>>intruduced in player 6 ]
AFAIK in that case, it would clash with the respective version of the
Flash pla
On Thu, Jan 11, 2007 at 09:42:58AM -0500, Merrill, Jason wrote:
> >>Is availability of classes bound to *SWF* version or *player*
> >>version ?
>
> Both.
mm... so if you name an object, say, "stage" and use a "width"
element of it in your SWF5-compiled movie, can you expect it
to work with any p
Hi everyone,
I have a problem with my MenuBar in the fact that I can get setMenuItemSelected
to work. When items on the menu get a tick, I need them them to stay that way
to show a visited state within the menu. I can't seem to address the correct
item in the menu when using setMenuItemSelecte
Preloader code is here:
var lod = this.getBytesLoaded();
var tot = this.getBytesTotal();
var per = (lod / tot) * 100;
if(per >= 100) {
// Jump to the desired frame
} else {
// Jump to the desired frame
}
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECT
It means the use of loadClip instead loadMovieNum?
Ok, I will try it.
Thanks
2007/1/16, Hans Wichman <[EMAIL PROTECTED]>:
Hi,
i might be missing something, but this looks like a version check to me,
not
a preloader?
A preloader would wait until all bytes of the movie are loaded before
doing
Mike,
check out here
http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php
Regards.
On 1/15/07, Mike Dunlop <[EMAIL PROTECTED]> wrote:
Hi everyone,
I have a question that is probably easy for you guys. How can i get a
preloader into the following ?
mc.create
Hi,
i might be missing something, but this looks like a version check to me, not
a preloader?
A preloader would wait until all bytes of the movie are loaded before doing
stuff.
greetz
JC
On 1/16/07, Gorka Guridi <[EMAIL PROTECTED]> wrote:
I'm using a preloader, whose code is (one frame, one
I'm using a preloader, whose code is (one frame, one layer, without classes
or components):
var flashVersion = getVersion();
var upgradeFlashURL = 'http://www.macromedia.com/go/getflashplayer';
var arrayVersion = flashVersion.split( ' ' ); // For example: WIN 8,0,1,0
var arrayVersionMMR = arrayV
I think you must use a preloader to load your movie.
As this happen because your file does not loads fully and executes till the
point it loads. To over come this use a perloader.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gorka Guridi
Sent: Tuesday,
Hi all,
I have a problem with a flash movie. All the code is inserted in first
frame, but in different layers, many layers (it's my own organization system
:P). Sometimes flash loads and code is executed properly, but sometimes not,
and visual components are not showed at all (some buttons appear
Thanks Karina, that was the other issue, setting htmlText to true instead of
just html.___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to
The function look like this:
private function nextSlide():Void {
slide_num++;
if(slide_num > total_slides) slide_num = 1;
container_1_x -= image_width;
container_2_x -= image_width;
if(slide_num == 2){
container_2_x = image_width;
if(image_container_2_mc.getDepth() > image_
Can it be crossdomain.xml problem?
Try to use some traffic monitoring software to see what is your flash loading.
HttpWatch: http://www.httpwatch.com
TamperData: http://tamperdata.mozdev.org/
On 1/16/07, Rob Bayne <[EMAIL PROTECTED]> wrote:
are you using "speedera" or a co-located server?
---
82 matches
Mail list logo