opup is attempted. Users have the choice
> to block or not, or to white-list your popups. I recommend allowing them
> that choice.
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dan Wade
> Sent: Wednesday, May 28, 2008 4
I'm having problems with Fireox blocking my popup windows. I've tried
everything I can think of. It seems to happen on Windows running Firefox but
I can't replicate the issue on all machines I've tested(it works on most
machines but not all).
Here is the class I'm using:
package {
import fla
Hello,
Looking to create this effect: http://www.element79.com
I've been using AnimationPackage to do programmatic flips and scales
But sadly I can't get the smooth effect you get using the timeline.
Anybody know of any animation tutorials on this. I'm tempted to do it in
After Effects and import
Disregard this question, I'm forgetting that my text field is wrapped in a
movieclip. Sorry.
-Dan
On 5/10/07 12:07 PM, "Dan Wade" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> After my xml is generated I have a node:
>
> para2>
>
> I have a htmlEnabl
Hello,
After my xml is generated I have a node:
para2>
I have a htmlEnabled text field which I populate with the above node, but I
can't get the testing() function to fire using asfunction.
Is the syntax correct here or am I missing something?
Tia,
Dan
Hello,
Does anybody have experience with generating barcodes. From what I've read
it's as easy as embedding a barcode font and voila. But I can't match up to
the example I have from the client.
Any help or direction appreciated.
Thanks,
-d
___
Flashc
Hello,
Trying to access bytesTotal and bytesLoaded for streaming .flv.
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect("movieHost");
var ns:NetStream = new NetStream(connection_nc);
vid.attachVideo(ns);
ns.play("movieTitle");
this.onEnterFrame = function() {
;
> Also, the ns.play() command for streaming cannot have the .flv at the
> end. I think your code is for progessive flv playback. I may be wrong
> but I remember something like that being an issue for me once.
>
> On 5/17/06, Dan Wade <[EMAIL PROTECTED]> wrote:
>> Hello
Hello,
I'm trying to build a simple vid player using the Video Object. I'm using a
streaming flv from RTMP server. If I use one of the flash 7/8 vid components
the flv plays fine but if I use:
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);
var stream_ns:NetStr
Ok,
Figured it out. I was copying the demo folder to pc desktop. The paths to
.flv's must get wonky. I moved the folder down into c: and it worked.
-dan
On 3/23/06 12:15 PM, "Dan Wade" <[EMAIL PROTECTED]> wrote:
> Should explain myself better, when I play demo on a
Should explain myself better, when I play demo on a pc everything works but
the .flvs.
-d
On 3/23/06 12:10 PM, "Dan Wade" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've built a flash demo which incorporates .flv files and the flvPlayBack
> component. It works fi
Hi,
I've built a flash demo which incorporates .flv files and the flvPlayBack
component. It works fine on Mac and not on a PC. I need to transfer to PC
for someone to demo. I tried zipping all files then tranfering but still no
luck? Any ideas?
TIA,
-dan
___
Hello,
I have 2 .avi files which I encoded to .flv using flash 8. Now, all I want
to do is fire an function when each video completes. Sounds easy enough. So
I figure I'll use the "complete" event that gets fired from the flv
component. This only works on 1 of the .flv's. The other one refuses to
Hello,
I'm using the flvPlayback component. Then adding listener:
vidPlayBack_cmp.complete = function( evt:Object ):Void {
this._visible = false;
}
vidPlayBack_cmp.addEventListener("complete");
Simple enough. But the event never fires. Any ideas/experience with this?
I'm thinking the actual
I get a combobox that looks like a blank textfield using function below:
private function buildCombo() {
//create page combobox used to toggle between pages
var pageToggler_cb = target.createClassObject(mx.controls.ComboBox,
"pageSelector", target.getNextHighestDepth());
Hi,
i need to convert twips to pixels.
There are 1140 twips per inch.
Do i now need to divide 1440 by DPI (72 or 96)
to get ratio. Do I need to establish a target DPI
please help
TIA
-Dan
___
Flashcoders mailing list
Flashcoders@chattyfig.figle
16 matches
Mail list logo