# Loading variables from the embed tag (after the ?)

**URL:** https://forum.kirupa.com/t/loading-variables-from-the-embed-tag-after-the/198919
**Category:** flash
**Created:** [August 29, 2006, 5:12pm UTC](https://forum.kirupa.com/t/loading-variables-from-the-embed-tag-after-the/198919 "2006-08-29T17:12:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Stax](https://avatars.discourse-cdn.com/v4/letter/s/7ba0ec/32.png) [@Stax](https://forum.kirupa.com/u/Stax)
#### Post date: [August 29, 2006, 5:12pm UTC](https://forum.kirupa.com/t/loading-variables-from-the-embed-tag-after-the/198919/1 "2006-08-29T17:12:30Z")

</div>

Hi, I’m develloping a little image loading application for a client.  
the same swf has to be reused over and over to load the files.  
They are passing me the image location in the embed tag but they are not using the usual

flash.swf?path=folderpath&img1=image1.jpg&img2=ima ge2.jpg&img3=image3.jpg

instead they are using this format :

flash.swf?/folderpath/::SPLIT::image1.jpg::SPLIT::image2.jpg::SPLIT::ima ge3.jpg  
do you know how I can read those variables into my flash file ?

any help would be greatly appreciated.

Thank you.
