I have this example here:
http://www.anime44.com/jewel-pet-tinkle-episode-43
If you look at the source:
Part 1:
<p><embed src="http://www.dailymotion.com/swf/xgt96p&related=0" type="application/x-shockwave-flash" width="718" height="438" allowfullscreen="true" allowscriptaccess="always"></embed><br />
Part 2:
<embed src="http://www.dailymotion.com/swf/xgt96r&related=0" type="application/x-shockwave-flash" width="718" height="438" allowfullscreen="true" allowscriptaccess="always"></embed></p>
What type of string do I put to get these two variable?
xgt96p & xgt96r
I can only seem to get the first variable xgt96p
Need Help With String Extract Function
-
- Posts: 13
- Joined: Fri Jan 28, 2011 3:09 pm
- Location: United Kingdom
Need Help With String Extract Function
See this example.
Look at the step 4 Str Between:
You can specify variable in Start Position field.
Also you can save the next start position.
Thus you can extract all entries in the loop.
See description of the action here
Also see this DEMO example.
Look at the step 4 Str Between:
You can specify variable in Start Position field.
Also you can save the next start position.
Thus you can extract all entries in the loop.
See description of the action here
Also see this DEMO example.
-
- Posts: 13
- Joined: Fri Jan 28, 2011 3:09 pm
- Location: United Kingdom
Need Help With String Extract Function
Thank you OLEG!! You are the best! <3