Ajax magic :) a good idea but,
that’s difficult. I don’t have access to the html page, impossible.
I cant add js to the html..
 
Surely this shouldn’t be a limitation of the player?


Regards,
 
Bjorn Schultheiss

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Claus Wahlers
Sent: Saturday, 7 October 2006 10:48 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] tinyurl swf loading


> Is there a way that i can load a swf via its tinyurl?
> I think the issue that im having is that when the 'http://tinyurl.com/k23u4' 
> resolves to 'http://blabla.com' the MovieClipLoader.loadClip() dies...

TinyURL sends
HTTP/1.x 301 Moved Permanently
Location: blabla.com
So it seems the Flash Player can't resolve 301's.

> Can i manually eval 'http://tinyurl.com/k23u4'somehow?

Maybe you could hand it over to JavaScript via ExternalInterface, and then in 
JavaScript do some Ajax magic (send a HTTP HEAD request) and send the real URL 
back to Flash?

Cheers,
Claus.

--
claus wahlers
côdeazur brasil
http://codeazur.com.br
_______________________________________________
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
Premier Authorized Adobe Consulting and Training http://www.figleaf.com 
http://training.figleaf.com 
_______________________________________________
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
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to