Hi folks,
Here is a new updated Millennial Media Library. Dummy XML file is provided for those using older version of B4A, new users don't need the dummy XML file.
Copy this library and get the millennial media library from their portal.
This is required in the manifest:
The permissions needed are:
The code should be easy to follow.
Any questions ask away, though their portal still sucks big time.
Cheers!
-Bill
PS - ONLY BANNER ADS IN HERE FOR NOW!
PS - THERE IS A BUG IN THE LIBRARY FOR NEW APPS CREATED IN THE DASHBOARD OF MM, USE THIS ONLY FOR YOUR OLDER APPS. IF YOU'RE NEW WITH MILLENNIALMEDIA, THEN HOLD OFF TILL THE BUG IS FIXED.
Here is a new updated Millennial Media Library. Dummy XML file is provided for those using older version of B4A, new users don't need the dummy XML file.
Copy this library and get the millennial media library from their portal.
This is required in the manifest:
B4X:
<activity android:name="com.millennialmedia.android.MMAdViewOverlayActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
</activity>
<activity android:name="com.millennialmedia.android.VideoPlayer"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="keyboardHidden|orientation|keyboard" >
</activity>
The permissions needed are:
B4X:
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
The code should be easy to follow.
Any questions ask away, though their portal still sucks big time.
Cheers!
-Bill
PS - ONLY BANNER ADS IN HERE FOR NOW!
PS - THERE IS A BUG IN THE LIBRARY FOR NEW APPS CREATED IN THE DASHBOARD OF MM, USE THIS ONLY FOR YOUR OLDER APPS. IF YOU'RE NEW WITH MILLENNIALMEDIA, THEN HOLD OFF TILL THE BUG IS FIXED.
Attachments
Last edited: