[Flashr] Flashr and vidéo

beaupere eric eric.beaupere at gmail.com
Mon Sep 1 07:08:20 PDT 2008


Hi,

I'm a French Flash designer/developer, I did my website and I am using  
Flashr to present my portfolio.
http://ericbeaupere.free.fr
(at work)
I would like to show some videos from flickr (thank you Kelvin for the  
help with the address) but there is a strange things happening with  
the loadMovie.

if I write :
//
     var fichier="http://www.flickr.com/apps/video/stewart.swf?v=55430&intl_lang=fr-fr&photo_secret=7d411dd52d&photo_id=2573097336 
"
   this.loadMovie (fichier)
//
... it's works fine, the video is beginning correctly on the scene,  
but if I want to load the video in a movieClip on the scene  
(_root.cible for example) like this :
//
     var fichier="http://www.flickr.com/apps/video/stewart.swf?v=55430&intl_lang=fr-fr&photo_secret=7d411dd52d&photo_id=2573097336 
"
cible.loadMovie (fichier)
//
... nothing is happening!

I try also with "cible._lockroot=true", it doesn't work anymore.

If you have any idea to resolve this problem, it will be great.

Best regards and I apologize for  my English.

Eric








> I\'m a french Flash designer/developer, I make my site and I use  
> Flashr to present my portfolio.(thanks for these great classes)
> http://ericbeaupere.free.fr/index2.html
> (at work)
> So, I would to show some video from flickr and I didn\'t find the  
> solution to recieve the .flv address.
> Could you please help me ? So, if you have time to send me some  
> links or posts about this, it will be awesome.
> thanks a lot and sorry for my \"bad\" english
> Eric
Le 13 août 08 à 05:25, Kelvin Luck a écrit :

> Hi,
>
> Yes - unfortunately the only way to get the description for a photo  
> is to call photosGetInfo on it. So you will need to call this and  
> listen for a response in a onPhotosGetInfo handler,
>
> Cheers,
>
> Kelvin :)
>
> On Tue, 12 Aug 2008 10:38:36 -0300, Jared Sadoian <sadoian at mit.edu>  
> wrote:
>
>> I just resolved this problem myself on my own project - what you  
>> need to do
>> is have an onPhotosGetInfo method that handles these calls. See  
>> Kelvin's
>> tutorial (the only one available) on his website, the source code  
>> for that
>> file should be pretty clear and you can adapt it to work in your  
>> situation.
>>
>> Good luck,
>> -Jared
>>
>>
>> On Mon, Aug 11, 2008 at 8:31 PM, charles carlson <ccarlson83 at yahoo.com 
>> >wrote:
>>
>>> Hey guys,
>>>
>>> Is there a way to call a photo's description within the
>>> onGroupsPoolsGetPhotos function?  I was able to get a photo's  
>>> title, but a
>>> description. It sends back a undefined.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Flashr mailing list
>>> Flashr at osflash.org
>>> http://osflash.org/mailman/listinfo/flashr_osflash.org
>>>
>>
>
>
>
>
> _______________________________________________
> Flashr mailing list
> Flashr at osflash.org
> http://osflash.org/mailman/listinfo/flashr_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/flashr_osflash.org/attachments/20080901/62537183/attachment.html 


More information about the Flashr mailing list