Re: [flexcoders] Reading or Embedding SWFs?

2006-03-03 Thread jeremy lu
] On Behalf Of JesterXLSent: Thursday, March 02, 2006 7:01 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Reading or Embedding SWFs? It doesn't import your frame labels either, but it DOES work. Word of advice; embed your movieclip asset to a class rather than a variable

Re: [flexcoders] Reading or Embedding SWFs?

2006-03-03 Thread JesterXL
flexcoders@yahoogroups.com Sent: Friday, March 03, 2006 12:08 AM Subject: RE: [flexcoders] Reading or Embedding SWFs? If it doesn't import your frame labels, that's a bug. I don't know of any reason why those would be skipped. Not sure why you recommend embedding to the class rather than a variable, t

RE: [flexcoders] Reading or Embedding SWFs?

2006-03-03 Thread Roger Gonzalez
-- From: Roger Gonzalez To: flexcoders@yahoogroups.com Sent: Friday, March 03, 2006 12:08 AM Subject: RE: [flexcoders] Reading or Embedding SWFs? If it doesn't import your frame labels, that's a bug. I don't know of any reason why those would be skipped. Not sure why you

Re: [flexcoders] Reading or Embedding SWFs?

2006-03-03 Thread JesterXL
: Re: [flexcoders] Reading or Embedding SWFs? Because it works consistently with the embedding of the path. Once Flex Builder fails to transcode, it refuses to budge on "re-checking" the embed path. I'll try to send you a re-producible test case by Monday.

Re: [flexcoders] Reading or Embedding SWFs?

2006-03-02 Thread Bruce Eckel
It turns out that Flex2 will not embed SWF files that are pre 8.5 (or maybe pre 8). This is apparently a bug that will be fixed in a later beta (possibly the next one).On 2/28/06, Abdul Qabiz [EMAIL PROTECTED] wrote: Cool! I had heard of the trust files but never tried using it.Thanks

RE: [flexcoders] Reading or Embedding SWFs?

2006-03-02 Thread Roger Gonzalez
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bruce EckelSent: Thursday, March 02, 2006 2:38 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Reading or Embedding SWFs? It turns out that Flex2 will not embed SWF files that are pre 8.5 (or maybe pre 8

Re: [flexcoders] Reading or Embedding SWFs?

2006-03-02 Thread JesterXL
c var MySymbol:Class; - Original Message - From: Roger Gonzalez To: flexcoders@yahoogroups.com Sent: Thursday, March 02, 2006 9:35 PM Subject: RE: [flexcoders] Reading or Embedding SWFs? Not so. Flex does support embedding older SWFs. The only restriction is that because we can't mix-n-match

Re: [flexcoders] Reading or Embedding SWFs?

2006-03-02 Thread JesterXL
...geez, I'm tired... that's: [Embed(source="your.swf", symbol="SymbolName")] public class YouClass extends MovieClip - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Thursday, March 02, 2006 10:00 PM Subject: Re: [flexcoders] Readi

RE: [flexcoders] Reading or Embedding SWFs?

2006-03-02 Thread Roger Gonzalez
to point to the class. -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Thursday, March 02, 2006 7:01 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Reading or Embedding SWFs? It doesn't import your frame labels either

Re: [flexcoders] Reading or Embedding SWFs?

2006-02-28 Thread Harish Sivaramakrishnan
Hi Bruce, For getting rid of the Security Sandbox violation error that you are getting, you will have to explicitly trust the swfs / images that you are loading. One way of doing this is the method that abdul has suggested in his mail alternatively, You could also do this: Trust an SWF

Re: [flexcoders] Reading or Embedding SWFs?

2006-02-28 Thread Abdul Qabiz
Cool! I had heard of the trust files but never tried using it.Thanks Harish for info :)-abdulOn 2/28/06, Harish Sivaramakrishnan [EMAIL PROTECTED] wrote:Hi Bruce,For getting rid of the Security Sandbox violation error that you are getting, you will have toexplicitly trust the swfs / images

[flexcoders] Reading or Embedding SWFs?

2006-02-27 Thread Bruce Eckel
I'm creating an app that displays SWF slides and plays MP3 files associated with those slides. When I create this application under Flexbuilder, at runtime it opens the external SWF slide files and plays the MP3 files just fine. But when I move the application to a different directory

Re: [flexcoders] Reading or Embedding SWFs?

2006-02-27 Thread Abdul Qabiz
Hi Bruce,Loading local SWF might not be working because of Security Sandbox. Try giving the permission to your main to load SWFs from context-menu of Flash Player.Context-menu Settings first tab Advanced It would show advanced settings manager from macromedia.com, from there you can the