>>Use "C:\\\\ pages.swf" 

...and remove the space in there as well...

Jason Merrill  









>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] Behalf Of Frank
>>Pepermans
>>Sent: Tuesday, January 31, 2006 6:18 AM
>>To: Flashcoders mailing list
>>Subject: RE: [Flashcoders] LoadMovie Problem?
>>
>>
>>Use "C:\\\\ pages.swf" since "\" is used to escape characters
>>
>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On Behalf 
>>Of Merrill,
>>Jason
>>Sent: dinsdag 31 januari 2006 12:00
>>To: Flashcoders mailing list
>>Subject: RE: [Flashcoders] LoadMovie Problem?
>>
>>You also have a space in there:
>>
>>"C:\\ pages.swf"
>>
>>I would not recommend loading from c:  -you can't guarantee the file
>>will always be there can you?  Loal from a relative url instead, and
>>don't try and load into _root - create and empty movie clip instance,
>>and load into that.
>>
>>Jason Merrill  
>>
>>
>>
>>
>>
>>
>>
>>
>>>>-----Original Message-----
>>>>From: [EMAIL PROTECTED]
>>>>[mailto:[EMAIL PROTECTED] Behalf 
>>Of Dhiraj
>>>>Girdhar
>>>>Sent: Tuesday, January 31, 2006 2:35 AM
>>>>To: Flashcoders mailing list
>>>>Subject: [Flashcoders] LoadMovie Problem?
>>>>
>>>>
>>>>Hi All,
>>>>
>>>> 
>>>>
>>>>I am trying to load a new SWF file on root movie clip using 
>>following
>>>>action script code, but it is not working properly. It is 
>>loading its
>>>>first frame only. But the SWF file (to be loaded) is having 
>>more than
>>>>one pages.
>>>>
>>>> 
>>>>
>>>>loadMovie("C:\\ pages.swf", _root);
>>>>
>>>>_root.gotoAndStop(3);
>>>>
>>>> 
>>>>
>>>>Any solution?
>>>>
>>>> 
>>>>
>>>> 
>>>>
>>>>Regards:
>>>>
>>>>Dhiraj
>>>>
>>>>_______________________________________________
>>>>Flashcoders mailing list
>>>>[email protected]
>>>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>>
>>NOTICE:
>>This message is for the designated recipient only and may contain
>>privileged or confidential information. If you have received it in
>>error, please notify the sender immediately and delete the 
>>original. Any
>>other use of this e-mail by you is prohibited.
>>_______________________________________________
>>Flashcoders mailing list
>>[email protected]
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>_______________________________________________
>>Flashcoders mailing list
>>[email protected]
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to