Re: [Flashcoders] embed SWF with PHP

2006-01-17 Thread Mike Britton
Pumping the object and embed tags into a DIV's innerHTML using AJAX is one possibility. You could also write the object and embed tags with an external JavaScript. This would prevent the source from being viewed and is probably an easier option given its all on the client. It's impossible to

Re: [Flashcoders] embed SWF with PHP

2006-01-17 Thread Nathan Derksen
A DOM viewer, such as the one that comes with Firefox, can easily allow you to get the URL of anything on the page, dynamic or not. To my knowledge, there is no way of hiding from that. You can then put that URL directly in the address bar, and retrieve the SWF file with save as...

Re: [Flashcoders] embed SWF with PHP

2006-01-17 Thread XemonerdX
You can still download http://www.mx3d.com/mov.php, change the extension to .swf and open it like any other swf. Not hard at all. Edwin PoeticTerror.Com On 1/17/06, Mark Radose [EMAIL PROTECTED] wrote: Hey does anyone know how to embed a swf into a page using php. I'm basically trying to find

Re: [Flashcoders] embed SWF with PHP

2006-01-17 Thread Meinte van't Kruis
the mx3d.com example seems a bit ill-chosen, since one can simply 'save as' the php file and end up with the SWF file just as easily on the desktop (in firefox anyway). On 1/17/06, Nathan Derksen [EMAIL PROTECTED] wrote: A DOM viewer, such as the one that comes with Firefox, can easily allow

[Flashcoders] embed SWF with PHP

2006-01-16 Thread Mark Radose
Hey does anyone know how to embed a swf into a page using php. I'm basically trying to find a way to hide the swfs url from the user so that it can't be saved (I'll have to stop it from caching also.) I've seen it done before on thi site. www.mx3d.com. Theres basically a php script that writes