Ihre Kommentare
just kind of playing around. for the sake of this question lets say Ill just be using a set list of videos I picked. the ideal is to play them right through the app and not having to move to a web view
vor 13 Jahren
youtube feed?
<wire>
<main>
<panel name="pictures" width="100%" height="100%">
<pager name="main" alias="MAIN" width="100%" height="100%" orientation="vertical" align="center" valign="center" paginate="yes">
<pager name="2" alias="ONE" width="100%" height="100%" orientation="horizontal" align="center" valign="top" paginate="yes" onscrollto="load1">
<gallery name="flow" scale=".6" align="center" valign="center" height="400" width="700">
<tile source="images/im_rich_bitch_300-thumb-300x243.jpg"/>
<tile source="images/big bird.png"/>
<tile source="images/3.png"/>
<tile source="images/NF.png"/>
<tile source="images/Picture 17.png"/>
</gallery>
</pager>
<pager name="1" alias="TWO" width="100%" height="50%" orientation="horizontal" align="center" valign="bottom" paginate="yes" onscrollto="load2">
<panel name="music" width="100%" height="100%" background="000000">
<gallery name="flow" scale=".6" align="center" valign="center" height="400" width="700">
<tile source="Music/05 Dice of Life.mp3"/>
<tile source="Music/08 Heart of the City (Ain_t No Love).mp3"/>
<tile source="Music/09 ASAP Rocky-Keep It G Feat Chace Infinite Spaceghost Purrp Prod By Spaceghost Purrp.mp3 "/>
<tile source="Music/15 Why Can_t I Touch It.mp3"/>
<tile source="Music/C.R.E.A.M.mp3"/>
</gallery>
</pager>
</pager>
</panel>
</main>
<actions>
<action name="oninit" oninit="yes">
<load target="ONE" />
<load target="TWO" />
</action>
<action name="load2">
<sync loop="no" startdelay="0">
<load target="TWO" />
<unload target="ONE" />
</sync>
</action>
<action name="load1">
<sync loop="no" startdelay="0">
<load target="ONE" />
<unload target="TWO" />
</sync>
</action>
</actions>
</wire>
alright this is what I have so far. as you can see theres some mp3 files on my second gallery, what actions do I have to add/remove to get them to play?
P.s. when I ad a action and try and launch it on fusebox the whole app closes
Customer support service by UserEcho