Hi,can you help me work out how to get a moving back ground on my you tube
channel using firebug please,i have only just downloaded the firebug add on
so am not great on it,but i know for sure you can get a moving back ground
on you tube using it even though their background upload limit is 256k,i
seen lots of channels who have done it recently using firebug but they wont
share it with anyone,so please could you help me,thanks.

On Fri, Jan 30, 2009 at 5:04 PM, Andrew Robinson <
[email protected]> wrote:

>
> But if injectSomeCode() adds a script element to the page, and you add
> it during the DOM ready event, the script source is not necessarily
> downloaded and parsed until the page load, so:
>
> injectSomeCode();
> doSomethingOnInjectedObjects(); // will throw object not defined errors
>
> right?
>
> -Andrew
>
> On Fri, Jan 30, 2009 at 9:50 AM, John J Barton
> <[email protected]> wrote:
> >
> >
> >
> > On Jan 30, 8:40 am, Andrew Robinson <[email protected]>
> > wrote:
> > ...
> >> The injecting a script tag into the page: how do you then time code in
> >> your extension so that it runs after the code has been injected? Do
> >> you use firefox events to notify the extension?
> >
> > ? I'm missing something. In the extension you have:
> >   injectSomeCode();
> >   doSomethingOnInjectedObjects();
> >
> > jjb
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to