| Sean Moran 2005-08-05, 5:46 pm |
|
Perhaps...I am going to talk with the client this afternoon.
What I had hoped to do was build this out as much like a component
as possible in that we can use it as a standalone one-up player, but
also load it in to our more complex multi players.
So for comparison sake, see the single player at http://www.koaa.com/
video (where we just provide the video player and they have build
the page around it) to the player at http://www.cshomesmag.com/
(choose a listing from the datagrid).
A lot of the issues come down to limits in my own education in this
field ;)
Thanks,
Sean
BTW if there is anyone out there that is interested in working on
this project with me drop be a line...I could use some help!
On Aug 5, 2005, at 1:33 AM, Stefan Richter wrote:
>
> Couldn't you just set the necessary variables on the loaded movie
> once it's
> loaded?
>
> Stefan
>
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Sean
> Moran
> Sent: Friday, August 05, 2005 4:52 AM
> To: FlashComm Mailing List
> Subject: [FlashComm] the _root. problem...
>
> I have read over Peldi's blog entry "A new AS best practice: be
> prepared to
> be loadMovie'd!" and I am not prepared ;)
>
> I am struggling with this in a videoplayer. The player is database
> driven,
> and the parameters for the path, client, video etc come from mysql.
> So a php
> call retrurns initial data that is sent to the swf which then gets the
> actual video details from mysql through PHPObject remoting. All
> works great,
> except when 2 months later the client decides to build a flash
> interface
> around the player. Out goes the preloader, and broken is the video
> due to
> those _root. variables being set.
>
> Anyone have some advice on handling this? The loadMovie call will
> have to
> include the necessary variables like client_id, category, and
> media_id. Is
> this even possible in loadMovie, across domains?
>
> Thanks,
>
> Sean
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|