Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Regular Contributor
yamafarooq
Posts: 56
Registered: ‎01-03-2013
My Carrier: Tmobile
Accepted Solution

How to access installation directory in blackberry

is there any way to add a video clip while packaging and then access it once the application installed into device , i have a video clip which need to be play in the app information section . i am want to know the uri of the video clip once it install.

 

With regards

 

 

 

-----
Please press the like button to thank the user that helped you.
Accept as a solution if it solved the problem.
Cheers
Please use plain text.
Contributor
fmbois
Posts: 15
Registered: ‎08-27-2011
My Carrier: SFR

Re: How to access installation directory in blackberry

If you package you video clip, say clip.mp4,  with your appli, in the same directory as your config.xml before you package your webworks .bar file, then it's url is:

 

    local:///clip.mp4

Note the triple /

 

My other post may be useful just in case. But I really think the above link will work for you.

    http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Read-private-files-with-HTML5-Di...

Please use plain text.
Regular Contributor
yamafarooq
Posts: 56
Registered: ‎01-03-2013
My Carrier: Tmobile

Re: How to access installation directory in blackberry

Thanks your superstar :smileyhappy: it works for me 

-----
Please press the like button to thank the user that helped you.
Accept as a solution if it solved the problem.
Cheers
Please use plain text.